Re: [PHP-CVS] cvs: php-src / Makefile.global /ext/standard info.c /main php_ini.c /sapi/cgi cgi_main.c /sapi/cli php_cli.c /sapi/milter php_milter.c

2008-08-14 Thread Dmitry Stogov

These two are failed.

using invalid combinations of cmdline options [sapi/cgi/tests/005.phpt]
using invalid combinations of cmdline options [sapi/cli/tests/009.phpt]


Thanks. Dmitry.

Jani Taskinen wrote:
Because it didn't make sense not to allow using both. I thought I fixed 
those tests..?

Or which ones do you mean?

--Jani



Dmitry Stogov [EMAIL PROTECTED] kirjoitti:

Hi Jani,

What is the reason of removing -n and -c option check in cli/cgi?
It breaks two tests.

Thanks. Dmitry.

Jani Taskinen wrote:
 janiWed Aug 13 00:49:59 2008 UTC
Modified files:   /php-srcMakefile.global 
 /php-src/ext/standardinfo.c  /php-src/mainphp_ini.c 
 /php-src/sapi/cgicgi_main.c  /php-src/sapi/cli
php_cli.c  /php-src/sapi/milterphp_milter.cLog:
   [DOC]- Added methods to change/disable 
--with-config-file-scan-dir=PATH at

   [DOC]  startup:
   [DOC]
   [DOC]  To disable: Override default php.ini by using both -c and 
-n with
   [DOC]  CGI/CLI or set PHP_INI_SCAN_DIR environment 
variable

   [DOC]  to an empty string.[DOC]
   [DOC]  To change: Simply set PHP_INI_SCAN_DIR environment 
variable to point[DOC] to another path.
  - Fixed bug #42604 (make test fails with 
--with-config-file-scan-dir=/some/path)
   - Implemented FR #45114 (Option to change 
--with-config-file-scan-dir)

 
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php






--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] cvs: php-src / Makefile.global /ext/standard info.c /main php_ini.c /sapi/cgi cgi_main.c /sapi/cli php_cli.c /sapi/milter php_milter.c

2008-08-14 Thread Jani Taskinen


Should be fixed now among couple of others that failed for me for various 
reasons. :)

--Jani


Dmitry Stogov [EMAIL PROTECTED] kirjoitti: 

These two are failed.

using invalid combinations of cmdline options [sapi/cgi/tests/005.phpt]
using invalid combinations of cmdline options [sapi/cli/tests/009.phpt]


Thanks. Dmitry.

Jani Taskinen wrote:
 Because it didn't make sense not to allow using both. I thought I fixed 
 those tests..?

 Or which ones do you mean?
 
 --Jani
 
 
 
 Dmitry Stogov [EMAIL PROTECTED] kirjoitti:

 Hi Jani,

 What is the reason of removing -n and -c option check in cli/cgi?
 It breaks two tests.

 Thanks. Dmitry.

 Jani Taskinen wrote:
  janiWed Aug 13 00:49:59 2008 UTC
 Modified files:   /php-srcMakefile.global 
  /php-src/ext/standardinfo.c  /php-src/mainphp_ini.c 
  /php-src/sapi/cgicgi_main.c  /php-src/sapi/cli
 php_cli.c  /php-src/sapi/milterphp_milter.cLog:
[DOC]- Added methods to change/disable 
 --with-config-file-scan-dir=PATH at

[DOC]  startup:
[DOC]
[DOC]  To disable: Override default php.ini by using both -c and 
 -n with
[DOC]  CGI/CLI or set PHP_INI_SCAN_DIR environment 
 variable

[DOC]  to an empty string.[DOC]
[DOC]  To change: Simply set PHP_INI_SCAN_DIR environment 
 variable to point[DOC] to another path.
   - Fixed bug #42604 (make test fails with 
 --with-config-file-scan-dir=/some/path)
- Implemented FR #45114 (Option to change 
 --with-config-file-scan-dir)

  
 -- 
 PHP CVS Mailing List (http://www.php.net/)

 To unsubscribe, visit: http://www.php.net/unsub.php


 




--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] cvs: php-src / Makefile.global /ext/standard info.c /main php_ini.c /sapi/cgi cgi_main.c /sapi/cli php_cli.c /sapi/milter php_milter.c

2008-08-13 Thread Dmitry Stogov

Hi Jani,

What is the reason of removing -n and -c option check in cli/cgi?
It breaks two tests.

Thanks. Dmitry.

Jani Taskinen wrote:

janiWed Aug 13 00:49:59 2008 UTC

  Modified files:  
/php-src	Makefile.global 
/php-src/ext/standard	info.c 
/php-src/main	php_ini.c 
/php-src/sapi/cgi	cgi_main.c 
/php-src/sapi/cli	php_cli.c 
/php-src/sapi/milter	php_milter.c 
  Log:

  [DOC]- Added methods to change/disable --with-config-file-scan-dir=PATH at
  [DOC]  startup:
  [DOC]
  [DOC]  To disable: Override default php.ini by using both -c and -n with
  [DOC]  CGI/CLI or set PHP_INI_SCAN_DIR environment variable
  [DOC]  to an empty string. 
  [DOC]
  [DOC]  To change: Simply set PHP_INI_SCAN_DIR environment variable to point 
  [DOC] to another path.
  
  - Fixed bug #42604 (make test fails with --with-config-file-scan-dir=/some/path)

  - Implemented FR #45114 (Option to change --with-config-file-scan-dir)
  
  
  



--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] cvs: php-src / Makefile.global /ext/standard info.c /main php_ini.c /sapi/cgi cgi_main.c /sapi/cli php_cli.c /sapi/milter php_milter.c

2008-08-13 Thread Jani Taskinen

Because it didn't make sense not to allow using both. I thought I fixed those 
tests..?
Or which ones do you mean?

--Jani



Dmitry Stogov [EMAIL PROTECTED] kirjoitti: 

Hi Jani,

What is the reason of removing -n and -c option check in cli/cgi?
It breaks two tests.

Thanks. Dmitry.

Jani Taskinen wrote:
 jani   Wed Aug 13 00:49:59 2008 UTC
 
   Modified files:  
 /php-src	Makefile.global 
 /php-src/ext/standard	info.c 
 /php-src/main	php_ini.c 
 /php-src/sapi/cgi	cgi_main.c 
 /php-src/sapi/cli	php_cli.c 
 /php-src/sapi/milter	php_milter.c 
   Log:

   [DOC]- Added methods to change/disable --with-config-file-scan-dir=PATH at
   [DOC]  startup:
   [DOC]
   [DOC]  To disable: Override default php.ini by using both -c and -n with
   [DOC]  CGI/CLI or set PHP_INI_SCAN_DIR environment variable
   [DOC]  to an empty string. 
   [DOC]
   [DOC]  To change: Simply set PHP_INI_SCAN_DIR environment variable to point 
   [DOC] to another path.
   
   - Fixed bug #42604 (make test fails with --with-config-file-scan-dir=/some/path)

   - Implemented FR #45114 (Option to change --with-config-file-scan-dir)
   
   
   
 


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php