[PHP-CVS] cvs: php-src /ext/standard type.c var.c /ext/standard/tests/class_object get_class_variation_001.phpt get_object_vars_variation_003.phpt is_a_variation_002.phpt is_subclass_of_variation_002

2008-08-18 Thread Felipe Pena
felipe Tue Aug 19 02:51:28 2008 UTC Modified files: /php-src/ext/standard type.c var.c /php-src/ext/standard/tests/class_object get_class_variation_001.phpt

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar/tests/zip corrupt_010.phpt/ext/phar/tests/zip/files corrupt3.php.inc corrupt_zipmaker.php.inc disknumber.zipextralen_toolong.zip

2008-08-18 Thread Gregory Beaver
Antony Dovgal wrote: > On 12.08.2008 02:43, Greg Beaver wrote: >> cellogMon Aug 11 22:43:02 2008 UTC >> >> Added files: (Branch: PHP_5_3) >> /php-src/ext/phar/tests/zipcorrupt_010.phpt >> /php-src/ext/phar/tests/zip/filesdisknumber.zip >> Modified files:

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/dir readdir_variation2.phpt rewinddir_variation2.phpt

2008-08-18 Thread Arnaud Le Blanc
Hi, On Monday 18 August 2008 12:25:25 Jani Taskinen wrote: > Arnaud Le Blanc wrote: > > lbarnaudMon Aug 18 04:45:49 2008 UTC > > > > Modified files: (Branch: PHP_5_3) > > /php-src/ext/standard/tests/dir rewinddir_variation2.phpt > >

[PHP-CVS] cvs: php-src /ext/standard/tests/file bug27508.phpt

2008-08-18 Thread Pierre-Alain Joye
pajoye Mon Aug 18 21:26:30 2008 UTC Modified files: /php-src/ext/standard/tests/filebug27508.phpt Log: - MFB: don't use /tmp as tmpdir and avoid endless loop when fopen or tmpnam failed http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/bug2750

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/file bug27508.phpt

2008-08-18 Thread Pierre-Alain Joye
pajoye Mon Aug 18 21:24:53 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/filebug27508.phpt Log: - don't use /tmp as tmpdir and avoid endless loop when fopen or tmpnam failed http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/fi

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection/tests property_exists.phpt

2008-08-18 Thread Felipe Pena
felipe Mon Aug 18 19:49:33 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/reflection/tests property_exists.phpt Log: - Fixed test http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/tests/property_exists.phpt?r1=1.3.2.1.4.1&r2=1.3.2.1.4.2&diff_fo

[PHP-CVS] cvs: php-src /ext/reflection php_reflection.c /ext/reflection/tests ReflectionMethod_invoke_basic.phpt property_exists.phpt

2008-08-18 Thread Felipe Pena
felipe Mon Aug 18 19:42:39 2008 UTC Modified files: /php-src/ext/reflection php_reflection.c /php-src/ext/reflection/tests ReflectionMethod_invoke_basic.phpt property_exists.phpt Log: - MFB: New parameter par

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

2008-08-18 Thread Pierre Joye
hi! On Mon, Aug 18, 2008 at 9:14 PM, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: > Hi! > >> . FOO=1234 => set FOO to 1234 >> . FOO= => set FOO to an empty string >> . FOO= => unset FOO meant "FOO" -- Pierre http://blog.thepimp.net | http://www.libgd.org -- PHP CVS Mailing List (ht

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

2008-08-18 Thread Stanislav Malyshev
Hi! . FOO=1234 => set FOO to 1234 . FOO= => set FOO to an empty string . FOO= => unset FOO Err, what's the difference between the last two? -- Stanislav Malyshev, Zend Software Architect [EMAIL PROTECTED] http://www.zend.com/ (408)253-8829 MSN: [EMAIL PROTECTED] -- PHP CVS Mai

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/file popen_pclose_error-win32.phpt

2008-08-18 Thread Pierre-Alain Joye
pajoye Mon Aug 18 18:10:50 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/filepopen_pclose_error-win32.phpt Log: - MFH: new parameter API error http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/popen_pclose_error-win32.php

[PHP-CVS] cvs: php-src /ext/standard/tests/file popen_pclose_error-win32.phpt

2008-08-18 Thread Pierre-Alain Joye
pajoye Mon Aug 18 18:10:37 2008 UTC Modified files: /php-src/ext/standard/tests/filepopen_pclose_error-win32.phpt Log: - new parameter API error http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/popen_pclose_error-win32.phpt?r1=1.5&r2=1.6&diff_f

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS

2008-08-18 Thread Felipe Pena
felipe Mon Aug 18 17:53:11 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: - BFN: #45743 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.277&r2=1.2027.2.547.2.965.2.278&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar config.w32

2008-08-18 Thread Steph Fox
Uh, no you can - that's what our long discussion was about all those weeks ago, and it's also what that configuration switch is for. Since we don't have to use the OpenSSL extension to wrap the OpenSSL libraries, it's possible to link to them directly. Or at least, you *could* until this chang

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar config.w32

2008-08-18 Thread Greg Beaver
cellog Mon Aug 18 14:58:03 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar config.w32 Log: fix windows build when building phar shared with native-ssl disabled (you can't use the symbols directly if openssl is built shared or is not built at all)

[PHP-CVS] cvs: php-src(PHP_5_3) / README.PARAMETER_PARSING_API

2008-08-18 Thread Antony Dovgal
tony2001Mon Aug 18 14:34:59 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcREADME.PARAMETER_PARSING_API Log: MFH http://cvs.php.net/viewvc.cgi/php-src/README.PARAMETER_PARSING_API?r1=1.7.6.2.2.4&r2=1.7.6.2.2.5&diff_format=u Index: php-src/READM

[PHP-CVS] cvs: php-src / README.PARAMETER_PARSING_API

2008-08-18 Thread Antony Dovgal
tony2001Mon Aug 18 14:34:32 2008 UTC Modified files: /php-srcREADME.PARAMETER_PARSING_API Log: these are not bits, but bytes.. http://cvs.php.net/viewvc.cgi/php-src/README.PARAMETER_PARSING_API?r1=1.24&r2=1.25&diff_format=u Index: php-src/README.P

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/hash hash_crc32.c /ext/hash/tests crc32.phpt

2008-08-18 Thread Antony Dovgal
tony2001Mon Aug 18 14:33:01 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/hash hash_crc32.c /php-src/ext/hash/tests crc32.phpt Log: MFH: fix bug #45028 (CRC32 output endianness is different between crc32() and hash

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/hash hash_crc32.c /ext/hash/tests crc32.phpt hash_copy_001.phpt

2008-08-18 Thread Antony Dovgal
tony2001Mon Aug 18 14:29:58 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/ext/hash hash_crc32.c /php-src/ext/hash/tests crc32.phpt hash_copy_001.phpt Log: MFH: fix bug #45028 (CRC32 output endianness is different betwee

[PHP-CVS] cvs: php-src /ext/hash hash_crc32.c /ext/hash/tests crc32.phpt hash_copy_001.phpt

2008-08-18 Thread Antony Dovgal
tony2001Mon Aug 18 14:28:57 2008 UTC Modified files: /php-src/ext/hash hash_crc32.c /php-src/ext/hash/tests crc32.phpt hash_copy_001.phpt Log: fix bug #45028 (CRC32 output endianness is different between crc32() and hash()) http://cvs.php.

[PHP-CVS] cvs: php-src(PHP_5_3) / README.PARAMETER_PARSING_API

2008-08-18 Thread Antony Dovgal
tony2001Mon Aug 18 13:09:41 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcREADME.PARAMETER_PARSING_API Log: MFH: add note on 64bit compatibility and mention check_parameters.php http://cvs.php.net/viewvc.cgi/php-src/README.PARAMETER_PARSING_AP

[PHP-CVS] cvs: php-src / README.PARAMETER_PARSING_API

2008-08-18 Thread Antony Dovgal
tony2001Mon Aug 18 13:09:33 2008 UTC Modified files: /php-srcREADME.PARAMETER_PARSING_API Log: add note on 64bit compatibility and mention check_parameters.php http://cvs.php.net/viewvc.cgi/php-src/README.PARAMETER_PARSING_API?r1=1.23&r2=1.24&diff

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /sapi/cgi cgi_main.c fastcgi.c fastcgi.h

2008-08-18 Thread Jani Taskinen
No MFH to PHP_5_2 or isn't this a bug fix..? --Jani Dmitry Stogov wrote: dmitry Mon Aug 18 10:49:35 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/cgi cgi_main.c fastcgi.c fastcgi.h Log: Fix for bug #45786 (FastCGI process exited unexpectedly)

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard basic_functions.c

2008-08-18 Thread Jani Taskinen
janiMon Aug 18 10:50:11 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard basic_functions.c Log: MFH: fix include http://cvs.php.net/viewvc.cgi/php-src/ext/standard/basic_functions.c?r1=1.725.2.31.2.73&r2=1.725.2.31.2.74&diff_format=u Ind

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard basic_functions.c

2008-08-18 Thread Jani Taskinen
janiMon Aug 18 10:50:00 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard basic_functions.c Log: MFH: fix include http://cvs.php.net/viewvc.cgi/php-src/ext/standard/basic_functions.c?r1=1.725.2.31.2.64.2.54&r2=1.725.2.31.2.64.2.55&diff_fo

[PHP-CVS] cvs: php-src(PHP_5_3) /sapi/cgi cgi_main.c fastcgi.c fastcgi.h

2008-08-18 Thread Dmitry Stogov
dmitry Mon Aug 18 10:49:35 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/cgi cgi_main.c fastcgi.c fastcgi.h Log: Fix for bug #45786 (FastCGI process exited unexpectedly) http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.267.2.15.2.50

[PHP-CVS] cvs: php-src /sapi/cgi cgi_main.c fastcgi.c fastcgi.h

2008-08-18 Thread Dmitry Stogov
dmitry Mon Aug 18 10:48:49 2008 UTC Modified files: /php-src/sapi/cgi cgi_main.c fastcgi.c fastcgi.h Log: Fix for bug #45786 (FastCGI process exited unexpectedly) http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.361&r2=1.362&diff_format=u Ind

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

2008-08-18 Thread Jani Taskinen
janiMon Aug 18 10:40:05 2008 UTC Modified files: /php-src/ext/standard basic_functions.c Log: - Fix include http://cvs.php.net/viewvc.cgi/php-src/ext/standard/basic_functions.c?r1=1.920&r2=1.921&diff_format=u Index: php-src/ext/standard/basic_functions

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/dir readdir_variation2.phpt rewinddir_variation2.phpt

2008-08-18 Thread Jani Taskinen
Arnaud Le Blanc wrote: lbarnaudMon Aug 18 04:45:49 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/dir rewinddir_variation2.phpt readdir_variation2.phpt Log: MFH: Fix tests (closes #45841)

Re: [PHP-CVS] cvs: php-src /main output.c

2008-08-18 Thread Jani Taskinen
FYI: I remember seeing several (!) bug reports about something like this. I noticed you closed at least one, but there might be more.. --Jani Arnaud Le Blanc wrote: lbarnaudMon Aug 18 03:54:50 2008 UTC Modified files: /php-src/main output.c Log: upda

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/file touch.phpt

2008-08-18 Thread Dmitry Stogov
dmitry Mon Aug 18 09:21:15 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/filetouch.phpt Log: Reverted wrong "fix" http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/touch.phpt?r1=1.1.2.3.2.3&r2=1.1.2.3.2.4&diff_format=u

[PHP-CVS] cvs: php-src /ext/standard/tests/file touch.phpt

2008-08-18 Thread Dmitry Stogov
dmitry Mon Aug 18 09:20:56 2008 UTC Modified files: /php-src/ext/standard/tests/filetouch.phpt Log: Reverted wrong "fix" http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/touch.phpt?r1=1.5&r2=1.6&diff_format=u Index: php-src/ext/standard/test

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main output.c /tests/lang bug45392.phpt

2008-08-18 Thread Dmitry Stogov
Hi Arnaud, I think this fix is wrong. CG(unclean_shutdown) may be set by any error (not only memory overflow) and in case of this patch error messages never go to stdout. The patch also breaks >20 ext/soap tests. It is definitely must be reverted for PHP_5_2 as it changes behavior and I wou

Re: [PHP-CVS] cvs: php-src /main output.c

2008-08-18 Thread Arnaud Le Blanc
Hi, Sorry, I should have ran these tests too... I will try to find a better way to fix that. Regards, Arnaud On Monday 18 August 2008 09:45:59 Antony Dovgal wrote: > tony2001 Mon Aug 18 07:45:59 2008 UTC > > Modified files: > /php-src/main output.c > Lo

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard basic_functions.c

2008-08-18 Thread Pierre-Alain Joye
pajoye Mon Aug 18 07:50:10 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard basic_functions.c Log: - MFH: this change was not part of the env patch http://cvs.php.net/viewvc.cgi/php-src/ext/standard/basic_functions.c?r1=1.725.2.31.2.64.2.53

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

2008-08-18 Thread Pierre-Alain Joye
pajoye Mon Aug 18 07:47:52 2008 UTC Modified files: /php-src/ext/standard basic_functions.c Log: - this change was not part of the env patch http://cvs.php.net/viewvc.cgi/php-src/ext/standard/basic_functions.c?r1=1.919&r2=1.920&diff_format=u Index: php-sr

[PHP-CVS] cvs: php-src(PHP_5_2) /main output.c

2008-08-18 Thread Antony Dovgal
tony2001Mon Aug 18 07:47:04 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/main output.c Log: reverted because of test failures http://cvs.php.net/viewvc.cgi/php-src/main/output.c?r1=1.167.2.3.2.6&r2=1.167.2.3.2.7&diff_format=u Index: php-sr

[PHP-CVS] cvs: php-src(PHP_5_3) /main output.c

2008-08-18 Thread Antony Dovgal
tony2001Mon Aug 18 07:46:31 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main output.c Log: reverted because of test failures http://cvs.php.net/viewvc.cgi/php-src/main/output.c?r1=1.167.2.3.2.4.2.8&r2=1.167.2.3.2.4.2.9&diff_format=u Index

[PHP-CVS] cvs: php-src /main output.c

2008-08-18 Thread Antony Dovgal
tony2001Mon Aug 18 07:45:59 2008 UTC Modified files: /php-src/main output.c Log: reverted because it causes lots of test failures in ext/soap http://cvs.php.net/viewvc.cgi/php-src/main/output.c?r1=1.213&r2=1.214&diff_format=u Index: php-src/main

[PHP-CVS] cvs: php-src /ext/standard/tests/file touch.phpt

2008-08-18 Thread Pierre-Alain Joye
pajoye Mon Aug 18 07:20:57 2008 UTC Modified files: /php-src/ext/standard/tests/filetouch.phpt Log: - MFB: unix is too young (<1970), make the test portable http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/touch.phpt?r1=1.4&r2=1.5&diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/file touch.phpt

2008-08-18 Thread Pierre-Alain Joye
pajoye Mon Aug 18 07:19:39 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/filetouch.phpt Log: - unix is too young (<1970), make the test portable http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/touch.phpt?r1=1.1.2.3.2.2&

Re: [PHP-CVS] cvs: php-src /ext/standard/tests/file file.inc stat_basic-win32.phpt stat_variation8-win32.phpt tempnam_variation3-win32.phpt touch.phpt

2008-08-18 Thread Dmitry Stogov
The touch.phpt is broken on Linux. Please revert it back. Dmitry. Pierre-Alain Joye wrote: pajoye Sun Aug 17 11:10:52 2008 UTC Modified files: /php-src/ext/standard/tests/file file.inc stat_basic-win32.phpt stat_variation8-win3

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard basic_functions.c

2008-08-18 Thread Pierre-Alain Joye
pajoye Mon Aug 18 07:11:01 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard basic_functions.c Log: - [DOC] MFH: make putenv behaves like unix putenv on Windows: . FOO=1234 => set FOO to 1234 . FOO= => set FOO to an empty string . F

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

2008-08-18 Thread Pierre-Alain Joye
pajoye Mon Aug 18 07:09:20 2008 UTC Modified files: /php-src/ext/standard basic_functions.c Log: - [DOC] make putenv behaves like unix putenv on Windows: . FOO=1234 => set FOO to 1234 . FOO= => set FOO to an empty string . FOO= => unset FOO .