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

 ID:               51910
 Updated by:       fel...@php.net
 Reported by:      fqqdk at freemail dot hu
 Summary:          php CLI ini settings issue
-Status:           Open
+Status:           Bogus
 Type:             Bug
 Package:          Scripting Engine problem
 Operating System: N/A
 PHP Version:      5.3.2

 New Comment:

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

Use -d include_path="'a;b'"


Previous Comments:
------------------------------------------------------------------------
[2010-05-25 23:23:54] fqqdk at freemail dot hu

Description:
------------
When I run "php -d ini_var=some;thing" from the command line

the part after the semicolon gets swallowed (as if it were an ini
comment)

Test script:
---------------
php -d include_path=foo;bar -f foo.php



foo.php:



<?php



echo get_include_path();



?>





Expected result:
----------------
foo;bar

Actual result:
--------------
foo


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



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

Reply via email to