Edit report at http://bugs.php.net/bug.php?id=46709&edit=1

 ID:               46709
 Updated by:       paj...@php.net
 Reported by:      peaceable_whale at hotmail dot com
 Summary:          When no include_path is set in php.ini, it defaults to
                   ".;C:\php5\pear"
-Status:           Open
+Status:           Closed
 Type:             Feature/Change Request
-Package:          Feature/Change Request
+Package:          *General Issues
 Operating System: Windows
 PHP Version:      5.2.7
-Assigned To:      
+Assigned To:      pajoye

 New Comment:

It is now set to .;c:\php\include which should exists when installed
correctly (windows or linux)


Previous Comments:
------------------------------------------------------------------------
[2008-12-07 04:50:54] peaceable_whale at hotmail dot com

Affecting PHP 5.2.7.

------------------------------------------------------------------------
[2008-11-28 14:49:35] peaceable_whale at hotmail dot com

Correction: Corrected OS to "Windows"

------------------------------------------------------------------------
[2008-11-28 14:48:18] peaceable_whale at hotmail dot com

Description:
------------
When no include_path is set in php.ini, it defaults to ".;C:\php5\pear",
a path that may not exist. I think "." is enough.



This bug is intended to replace Bug #29085.

Reproduce code:
---------------
Install PHP with the Windows Installer and does not set an include_path
manually. Then run phpinfo().

Expected result:
----------------
include_path should be "."

Actual result:
--------------
include_path is ".;C:\php5\pear"


------------------------------------------------------------------------



-- 
Edit this bug report at http://bugs.php.net/bug.php?id=46709&edit=1

Reply via email to