From:             esteban_marin at msn dot com
Operating system: linux redhat 9
PHP version:      5.0.0b2 (beta2)
PHP Bug Type:     Apache2 related
Bug description:  php is not executed

Description:
------------
After compiling,installating and configuring
apache server 2.0.48
and
php-5.0.0b2
without errors:

the web server works fine but it doesn't execute the php code. There are
not error reports in the apache log files.
 
I can run php scripts from the command line without errors.

My configure line for apache is: 
./configure --prefix=/usr/local/apache \
        --enable-so     \
        --enable-cgi    \
        --enable-info   \
        --enable-rewrite        \
        --enable-speling        \
        --enable-usertrack      \
        --enable-deflate \
        --enable-mime-magic

My configure line for php is
./configure \
        --with-apxs2=/usr/local/apache/bin/apxs \
        --with-mysql \
        --enable-track-vars \
        --with-zlib \
        --with-gettext \
        --with-gdbm


I copied the php.ini-dist file to /usr/local/lib as php.ini and did not
modified it.

my setup is a redhat9 linux laptop. I removed the previous versions of php
and apache servers from the system before the compilation/installations of
these new versions.
I added the lines to httpd.conf:
LoadModule php5_module modules/libphp5.so
AddType application/x-httpd-php php
and the apache server recognizes the module for php5.

Please let me know how can I indentify/fix the error or how to submit
additional information to you.
Thanks
Esteban





-- 
Edit bug report at http://bugs.php.net/?id=26492&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=26492&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=26492&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=26492&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=26492&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=26492&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=26492&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=26492&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=26492&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=26492&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=26492&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=26492&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=26492&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26492&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=26492&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=26492&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=26492&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=26492&r=float

Reply via email to