[PHP-INSTALL] PHP 5.2.5 install problems: zend_ini_string

2007-11-15 Thread Joshua McGee
Following the instructions at http://dan.drydog.com/apache2php.html to the letter, I get the following error: # /usr/local/apache/bin/apachectl start httpd: Syntax error on line 53 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/modules/libphp5.so into server: /usr/local/a

[PHP-INSTALL] Re: PHP5.2.4 setup problems....

2007-11-15 Thread Bryan C
setup problems solved adding the lines: AddType application/x-httpd-php .htm AddType application/x-httpd-php .html fixed it I added those lines the section marked

Re: [PHP-INSTALL] PHP5.2.4 setup problems....

2007-11-15 Thread Bryan C
I tried your change, and the error logging changes listed below from Keith Roberts... no change... no php, no logging differences.. "Neon Engfer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > At the bottom of your httpd.conf page where it shows the PHP related > info: > >

[PHP-INSTALL] compiling php with a working PEAR installation

2007-11-15 Thread Keith Roberts
On Fedora Linux 8. I have recently compiled php 5.2.4 with the following configure options. #! /bin/sh # # Created by configure './configure' \ '--with-apxs2=/usr/local/apache-2.2.6/bin/apxs' \ '--prefix=/usr/local/php-5.2.4' \ '--enable-shared=all' \ '--with-pear=/usr/local/PEAR' \ ... /usr

Re: [PHP-INSTALL] PHP5.2.4 setup problems....

2007-11-15 Thread Keith Roberts
On Wed, 14 Nov 2007, Bryan C wrote: To: php-install@lists.php.net From: Bryan C <[EMAIL PROTECTED]> Subject: Re: [PHP-INSTALL] PHP5.2.4 setup problems yes, 2.2.6 is the version I'm using (I just checked.. sorry about that :) ) is there any way to turn on a debug log or any kind of log for

Re: [PHP-INSTALL] PHP5.2.4 setup problems....

2007-11-15 Thread Neon Engfer
At the bottom of your httpd.conf page where it shows the PHP related info: #BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL PHPIniDir "C:/php5/" LoadModule php5_module "C:/PHP5/php5apache2_2.dll" AddType application/x-httpd-php .php #END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL Try