ID: 43882 Updated by: [EMAIL PROTECTED] Reported By: dutow at nwi dot hu -Status: Open +Status: Assigned Bug Type: *Configuration Issues Operating System: Windows XP SP2 PHP Version: 5.3CVS-2008-01-17 (snap) -Assigned To: +Assigned To: jani New Comment:
Unfortunate side-effect of allowing it elsewhere. You can always use single quotes though..iirc. :) I'll see what I can do about it. Previous Comments: ------------------------------------------------------------------------ [2008-01-17 19:03:49] dutow at nwi dot hu Description: ------------ PHP escapes escape sequences in include_path. Reproduce code: --------------- include_path = ".;d:\web\php\pear;d:\web\nowww" <?php ini_get('include_path'); ?> Expected result: ---------------- .;d:\web\php\pear;d:\web\nowww Actual result: -------------- .;d:\web\php\pear;d:\web owww ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=43882&edit=1