[PHP-INSTALL] How to install

2009-10-14 Thread kamal
Hello.. how are You ? Thank For Your Help. I have to use your link for download. i have to download. how to run ? can you help me ? im sorry distep to you have a nice day... kamal

[PHP-INSTALL] How to install GDCHART in Ubuntu 9.04

2009-10-13 Thread Abdul Rahman Riza
Dear All, I've been installing PHP 5.2.6 into my Ubuntu 9.04 machine and would like to know how to install GDCHART extension? Many thank in advance, Riza

Re: [PHP-INSTALL] How to Install PHP 5.2.3 with Orcas Beta 2 ?

2007-08-20 Thread Keith Roberts
I would check it out with something like Firefox or Netscape or Mozilla to make sure it's not the script, which I'm sure it is not. Regards Keith On Sun, 19 Aug 2007, Don Baechtel wrote: To: php-install@lists.php.net From: Don Baechtel <[EMAIL PROTECTED]> Subject: [PHP

[PHP-INSTALL] How to Install PHP 5.2.3 with Orcas Beta 2 ?

2007-08-19 Thread Don Baechtel
I am trying to build a website with MS VSTS 2008 Orcas Beta 2 that will work with PHP files on Win XP. I have installed PHP 5.2.3. But every time I start up the ASP.Net webserver or IE7 with a PHP file, the webserver crashes and sends a fult notice to Microsoft. How do I get this to work. -- Don

Re: [PHP-INSTALL] how to install php as module

2006-02-09 Thread Mark Galbreath
I see from a separate post you made to this list that you are trying to install and config httpd 1.3x.  I have never used 1.3x and do not know why you would be doing so, since Apache has deprecated it.  In fact, the 2.x series has already made the 2.0.x series an endangered technology.  In short,

Re: [PHP-INSTALL] how to install php as module

2006-02-09 Thread Ruprecht Helms
Mark Galbreath wrote: Apache does not compile the module, PHP does. When you configure httpd, be sure the --enable-mod.so switch is included. When you configure PHP, be sure to --without-cgi and --with-apxs2=/usr/local/apache2/bin/apxs (or wherever httpd is installed). When you php, it will

Re: [PHP-INSTALL] how to install php as module

2006-02-08 Thread Mark Galbreath
Apache does not compile the module, PHP does.  When you configure httpd, be sure the --enable-mod.so switch is included.  When you configure PHP, be sure to --without-cgi and --with-apxs2=/usr/local/apache2/bin/apxs (or wherever httpd is installed).  When you php, it will place the libphp4.so in

[PHP-INSTALL] how to install php as module

2006-02-08 Thread Ruprecht Helms
Hi, possible I've made a mistake in my configuration. How have I to set up php and apache that php works as an apache-module. I use this with the option --with-mysql and --with-freetype-dir=/usr/local (default path of freetype). Actualy the module was not compiled within apache and there went

RE: [PHP-INSTALL] how to install php with imap extensions

2004-02-14 Thread John Holden
owing switch to your PHP configure command: --with-imap=/path/to/ Adding IMAP won't do anything to PHP Nuke. John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, February 13, 2004 7:41 PM To: [EMAIL PROTECTED] Subject: [PHP-INSTALL] how to install

[PHP-INSTALL] how to install php with imap extensions

2004-02-13 Thread naren
hello list, i am running phpnuke on my server which is compiled with options --with-mysql --with-apxs. now again i need to provide WAP for our email check which needed imap extension support for php. ftp://ftp.cac.washington.edu/imap/ here is the link for imap extensions for php but i am con

[PHP-INSTALL] how to install xslt

2003-08-30 Thread edwin lin
php 4.3 was installed to work with apache 1.2.26 and mysql 4.0. But developer required xslt module. Questions: 1. Does the old php need to be removed? 2. If yes, what command to remove it completely? 3. If no, does php need to be reconfigured with all modules or only include --enable-xslt --with-