From:             jlim at natsoft dot com
Operating system: Windows XP
PHP version:      5.0.0b1 (beta1)
PHP Bug Type:     *Web Server problem
Bug description:  Apache 1.3.27 inconsistencies with PHP5

Description:
------------
Note the funky inconsistency below in the httpd.conf script that i had to
use: php4apache.dll but php5_module

Also the search path for php.ini and other files is WINDOWS/WINNT
directory first. Shouldn't the current directory be first, eg:
.;C:\WINDOWS like in PHP 4.3.2?

Lastly, although the extension directory is correctly set (checked in
phpinfo()), extensions do not appear to load.

Reproduce code:
---------------
# from httpd.conf script:

LoadModule php5_module c:\php5\php5b1\php4apache.dll
AddModule mod_php5.c
AddType application/x-httpd-php .php


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

Reply via email to