php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #52594 option -c in php cli
Submitted: 2010-08-12 17:59 UTC Modified: 2013-02-18 00:34 UTC
From: bernardo at datamex dot com dot br Assigned:
Status: No Feedback Package: CGI/CLI related
PHP Version: 5.3.3 OS: Feebsd
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2010-08-12 17:59 UTC] bernardo at datamex dot com dot br
Description:
------------
in php 5.2 php -c option could include a space out-ceo name. ini file, already in PHP 5.3 does not work. 

php 5.2
php -c teste.ini or php -cteste.ini
Loaded Configuration File => teste.ini

php 5.3
php -cteste.ini
Loaded Configuration File => teste.ini

php -c teste.ini
Loaded Configuration File => (none)



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-08-12 18:04 UTC] johannes@php.net
-Status: Open +Status: Feedback
 [2010-08-12 18:04 UTC] johannes@php.net
Please try using this snapshot:

  http://snaps.php.net/php5.3-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/

I can't reproduce it. Are you using our sources or patches from FreeBSD?
 [2013-02-18 00:34 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 12:01:29 2024 UTC