From:             [EMAIL PROTECTED]
Operating system: Windows XP
PHP version:      4.1.2
PHP Bug Type:     PHP options/info functions
Bug description:  default  PHP_INCLUDE_PATH     set to "c:\\php4\\pear"

in the file php-4.1.2/main/config.w32.h there is the
following definition :

#define PHP_INCLUDE_PATH        "c:\\php4\\pear"

in the php-4.1.1 tree it was :

#define PHP_INCLUDE_PATH        NULL

sometimes this causes the include() function not to work,
complaining that it didnt find the included file in C:\php4\pear. I
reverted back to NULL an the errors are gone.

ciao,
Enrico
-- 
Edit bug report at http://bugs.php.net/?id=15865&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=15865&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=15865&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=15865&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=15865&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15865&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=15865&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=15865&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=15865&r=submittedtwice

Reply via email to