[PHP-CVS] cvs: php-src /ext/standard basic_functions.c basic_functions.h /ext/standard/tests/general_functions parse_ini_string_001.phpt parse_ini_string_002.phpt ZendEngine2 zend_ini_scanner.l

2008-11-05 Thread Arnaud Le Blanc
lbarnaudWed Nov 5 21:33:19 2008 UTC Added files: /php-src/ext/standard/tests/general_functions parse_ini_string_001.phpt

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c basic_functions.h

2008-05-24 Thread Pierre-Alain Joye
pajoye Sat May 24 14:36:16 2008 UTC Modified files: /php-src/ext/standard basic_functions.c basic_functions.h Log: - [DOC] restore get_magic_quotes_gpc and get_magic_quotes_runtime they always return false. (let save the world, spare bandwidth and

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c basic_functions.h

2008-04-15 Thread Jani Taskinen
janiTue Apr 15 08:43:48 2008 UTC Modified files: /php-src/ext/standard basic_functions.c basic_functions.h Log: - Readd config_get_has(). No need to document, it is only available for debug builds.

Re: [PHP-CVS] cvs: php-src /ext/standard basic_functions.c basic_functions.h

2008-04-15 Thread Hannes Magnusson
Looks like a good compromise. I'd argue the ini_get_all() addition is fine too. It looks like you forgot the FE entry though.. -Hannes On Tue, Apr 15, 2008 at 10:43 AM, Jani Taskinen [EMAIL PROTECTED] wrote: janiTue Apr 15 08:43:48 2008 UTC Modified files:

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c basic_functions.h /ext/standard/tests/class_object forward_static_call_001.phpt forward_static_call_002.phpt forward_static_call_003.phpt

2008-04-07 Thread Etienne Kneuss
colder Mon Apr 7 10:39:43 2008 UTC Added files: /php-src/ext/standard/tests/class_object forward_static_call_001.phpt forward_static_call_002.phpt

Re: [PHP-CVS] cvs: php-src /ext/standard basic_functions.c basic_functions.h /main php_ini.c php_ini.h

2008-02-04 Thread Jani Taskinen
This function was actually just for debugging. I didn't include it in by default since I don't think it has much value to the end users..:) Did you find some real usage for it? --Jani On Sun, 2008-02-03 at 14:35 +, Marcus Boerger wrote: helly Sun Feb 3 14:35:29 2008 UTC

Re: [PHP-CVS] cvs: php-src /ext/standard basic_functions.c basic_functions.h /main php_ini.c php_ini.h

2008-02-04 Thread Jani Taskinen
Like what stuff? :) --Jani On Mon, 2008-02-04 at 11:40 +0100, Marcus Boerger wrote: Hello Jani, for the moment probably only ofr me. But I am working on more stuff. marcus Monday, February 4, 2008, 10:28:09 AM, you wrote: This function was actually just for debugging. I didn't

Re: [PHP-CVS] cvs: php-src /ext/standard basic_functions.c basic_functions.h /main php_ini.c php_ini.h

2008-02-04 Thread Marcus Boerger
Hello Jani, for the moment probably only ofr me. But I am working on more stuff. marcus Monday, February 4, 2008, 10:28:09 AM, you wrote: This function was actually just for debugging. I didn't include it in by default since I don't think it has much value to the end users..:) Did you

Re: [PHP-CVS] cvs: php-src /ext/standard basic_functions.c basic_functions.h /main php_ini.c php_ini.h

2008-02-04 Thread Marcus Boerger
Hello Jani, I am trying to add stuff to configuration hash prior to calling the ini parser and then somehow allowing the parser for instance to act on the version of php, whether it is a debug build, and whether it is a zts build. That way I could have one config that loads the correct xdebug

Re: [PHP-CVS] cvs: php-src /ext/standard basic_functions.c basic_functions.h /main php_ini.c php_ini.h

2008-02-04 Thread Marcus Boerger
Hello Jani, I did some experiments with b) and I would indeed ignore everything that is configured out. I'll send you a patch as soon as I have somethign that works. For getting the variables into the configuratrion hash prior to parsing the INI I can send you the patch tonight if you care how

Re: [PHP-CVS] cvs: php-src /ext/standard basic_functions.c basic_functions.h /main php_ini.c php_ini.h

2008-02-04 Thread Jani Taskinen
a) requires that certain constants are defined prior to parse happens (I have patch for that waiting for commit already) b) Also requires the patch for constants but also a lot more modifications to the parser. I've been working on adding the if..else stuff but haven't had much time lately. It

Re: [PHP-CVS] cvs: php-src /ext/standard basic_functions.c basic_functions.h /main php_ini.c php_ini.h

2008-02-04 Thread Jani Taskinen
Please send patches, I'm very interested. :) Perhaps we can combine the work I already did in this.. --Jani On Mon, 2008-02-04 at 13:17 +0100, Marcus Boerger wrote: Hello Jani, I did some experiments with b) and I would indeed ignore everything that is configured out. I'll send you a

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c basic_functions.h /main php_ini.c php_ini.h

2008-02-03 Thread Marcus Boerger
helly Sun Feb 3 14:35:29 2008 UTC Modified files: /php-src/ext/standard basic_functions.c basic_functions.h /php-src/main php_ini.c php_ini.h Log: - Rename dump_config_hash() to get_config_hash() as it doesn't dump

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c basic_functions.h

2008-02-03 Thread Marcus Boerger
helly Sun Feb 3 14:44:30 2008 UTC Modified files: /php-src/ext/standard basic_functions.c basic_functions.h Log: - Rename it again [DOC] - Add config_get_hash()

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c basic_functions.h /main main.c php_globals.h

2006-07-19 Thread Michael Wallner
mikeWed Jul 19 12:25:02 2006 UTC Modified files: /php-src/ext/standard basic_functions.c basic_functions.h /php-src/main main.c php_globals.h Log: - added error_get_last() function

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c basic_functions.h incomplete_class.c php_incomplete_class.h

2006-01-27 Thread Frank M. Kromann
fmk Sat Jan 28 06:16:32 2006 UTC Modified files: /php-src/ext/standard basic_functions.c basic_functions.h incomplete_class.c php_incomplete_class.h Log: MFB51 Export symbols that will allow building WDDX as shared object

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c basic_functions.h

2004-08-07 Thread Sara Golemon
pollita Sat Aug 7 12:00:00 2004 EDT Modified files: /php-src/ext/standard basic_functions.c basic_functions.h Log: Fix inet_pton/ntop() on BSD http://cvs.php.net/diff.php/php-src/ext/standard/basic_functions.c?r1=1.681r2=1.682ty=u Index:

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c basic_functions.h user_filters.c

2003-08-14 Thread Moriyoshi Koizumi
moriyoshi Thu Aug 7 15:53:32 2003 EDT Modified files: /php-src/ext/standard user_filters.c basic_functions.c basic_functions.h Log: Move shutdown code to better place Index: php-src/ext/standard/user_filters.c