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

2008-05-07 Thread Antony Dovgal
On 06.05.2008 22:01, Ilia Alshanetsky wrote: iliaa Tue May 6 18:01:36 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard basic_functions.c Log: Fixed bug #44836 (putenv() crashes, avoid direct reference of environ in POSIX systems) # Origi

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

2008-05-07 Thread Felipe Pena
Hi, Maybe we could use setenv() instead? "The setenv() function is preferred over this function." http://www.opengroup.org/onlinepubs/009695399/functions/putenv.html Em Qua, 2008-05-07 às 12:42 +0400, Antony Dovgal escreveu: > On 06.05.2008 22:01, Ilia Alshanetsky wrote: > > iliaa T

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

2008-05-07 Thread Ilia Alshanetsky
I'll take a look, I wonder why it would cause a problem on Linux... On 7-May-08, at 4:42 AM, Antony Dovgal wrote: On 06.05.2008 22:01, Ilia Alshanetsky wrote: iliaa Tue May 6 18:01:36 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standardbasic_fun

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/soap/tests/bugs bug44811.phpt

2008-05-07 Thread David Coallier
davidc Wed May 7 14:56:36 2008 UTC Added files: (Branch: PHP_5_2) /php-src/ext/soap/tests/bugsbug44811.phpt Log: - Test for bug #44811 (Improve error message when new SoapClient has invalid data) http://cvs.php.net/viewvc.cgi/php-src/ext/soap/te

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

2008-05-07 Thread David Coallier
davidc Wed May 7 14:57:56 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/soap php_sdl.c Log: - Fixed Bug #44811: Improved error message when creating a new SoapClient has invalid data. http://cvs.php.net/viewvc.cgi/php-src/ex

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/soap/tests/bugs 44811.phpt

2008-05-07 Thread David Coallier
davidc Wed May 7 15:14:16 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/soap/tests/bugs44811.phpt Log: - Bug #44811 (Improved error message for creating invalid new SoapClient) http://cvs.php.net/viewvc.cgi/php-src/ext/soap/tests/bugs/4481

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqlnd mysqlnd.c mysqlnd.h mysqlnd_enum_n_def.h mysqlnd_libmysql_compat.h mysqlnd_palloc.c mysqlnd_result.c mysqlnd_statistics.c php_mysqlnd.c

2008-05-07 Thread Andrey Hristov
andrey Wed May 7 15:14:26 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqlndmysqlnd.c mysqlnd.h mysqlnd_enum_n_def.h mysqlnd_libmysql_compat.h mysqlnd_palloc.c mysqlnd_result.c mysql

[PHP-CVS] cvs: php-src /ext/mysqlnd mysqlnd.c mysqlnd.h mysqlnd_enum_n_def.h mysqlnd_libmysql_compat.h mysqlnd_result.c mysqlnd_statistics.c php_mysqlnd.c

2008-05-07 Thread Andrey Hristov
andrey Wed May 7 15:16:27 2008 UTC Modified files: /php-src/ext/mysqlndmysqlnd.c mysqlnd.h mysqlnd_enum_n_def.h mysqlnd_libmysql_compat.h mysqlnd_result.c mysqlnd_statistics.c php_mysqlnd.c L

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

2008-05-07 Thread David Coallier
davidc Wed May 7 15:03:17 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: - Added NEWS item for fixation of bug 44811 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1152&r2=1.2027.2.547.2.1153&diff_format=u Index: php-src/NEWS

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

2008-05-07 Thread Antony Dovgal
tony2001Wed May 7 15:08:43 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: reorder http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1153&r2=1.2027.2.547.2.1154&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.

[PHP-CVS] cvs: php-src /ext/soap php_sdl.c

2008-05-07 Thread David Coallier
davidc Wed May 7 15:45:02 2008 UTC Modified files: /php-src/ext/soap php_sdl.c Log: - Fixed bug #44811 (Improve error message when creating new SoapClient that contains invalid data) http://cvs.php.net/viewvc.cgi/php-src/ext/soap/php

[PHP-CVS] cvs: php-src /ext/soap/tests/bugs bug44811.phpt

2008-05-07 Thread David Coallier
davidc Wed May 7 15:45:56 2008 UTC Modified files: /php-src/ext/soap/tests/bugsbug44811.phpt Log: - Test for bug #44811 http://cvs.php.net/viewvc.cgi/php-src/ext/soap/tests/bugs/bug44811.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/soap/tests

[PHP-CVS] cvs: php-src / NEWS

2008-05-07 Thread David Coallier
davidc Wed May 7 15:47:04 2008 UTC Modified files: /php-srcNEWS Log: - Added news item to the NEWS (Fixed bug 44811) http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2160&r2=1.2161&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2160 php-src/NEW

[PHP-CVS] cvs: php-src / NEWS

2008-05-07 Thread Antony Dovgal
tony2001Wed May 7 15:51:35 2008 UTC Modified files: /php-srcNEWS Log: no need to add this entry - it's in 5_2 already http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2161&r2=1.2162&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2161 php

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

2008-05-07 Thread David Coallier
davidc Wed May 7 15:23:11 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/soap php_sdl.c Log: - Fixed bug #44811 (Improve error message when creating a new SoapClient that contains invalid data) http://cvs.php.net/viewvc.cgi/php-src/ext/soap/php_s

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/soap/tests/bugs bug44811.phpt

2008-05-07 Thread Antony Dovgal
tony2001Wed May 7 15:23:11 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/soap/tests/bugsbug44811.phpt Log: fix test title http://cvs.php.net/viewvc.cgi/php-src/ext/soap/tests/bugs/bug44811.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u Ind

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/soap/tests/bugs 44811.phpt bug44811.phpt

2008-05-07 Thread Antony Dovgal
tony2001Wed May 7 15:23:31 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/soap/tests/bugsbug44811.phpt Removed files: /php-src/ext/soap/tests/bugs44811.phpt Log: rename the test http://cvs.php.net/viewv

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

2008-05-07 Thread David Coallier
davidc Wed May 7 15:27:25 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: - Added NEWS item for fixation of bug 44811 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.178&r2=1.2027.2.547.2.965.2.179&diff_format=u Index: php

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/oci8/tests bug37220.phpt bug43497.phpt bug43497_92.phpt bug44113.phpt bug44206.phpt connect_scope1.phpt connect_scope2.phpt connect_scope_try1.phpt connect_scope_t

2008-05-07 Thread Christopher Jones
sixdWed May 7 15:29:28 2008 UTC Added files: (Branch: PHP_5_2) /php-src/ext/oci8/tests bug37220.phpt bug43497_92.phpt connect_scope1.phpt connect_scope2.phpt connect_scope_try1.phpt

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

2008-05-07 Thread Antony Dovgal
tony2001Wed May 7 16:01:37 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: MFH http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.179&r2=1.2027.2.547.2.965.2.180&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1

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

2008-05-07 Thread Hannes Magnusson
bjori Wed May 7 20:01:56 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/opensslxp_ssl.c Log: MFH: Fixed bug #44716 (Progress notifications incorrect) http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/xp_ssl.c?r1=1.22.2.3.2.11&r2=1.22.2.3.2.

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

2008-05-07 Thread Hannes Magnusson
bjori Wed May 7 20:02:42 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard streamsfuncs.c Log: MFH: Fixed bug #44712 (stream_context_set_params segfaults on invalid arguments). http://cvs.php.net/viewvc.cgi/php-src/ext/standard/stream

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

2008-05-07 Thread Hannes Magnusson
bjori Wed May 7 20:03:27 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1154&r2=1.2027.2.547.2.1155&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.1154

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

2008-05-07 Thread Hannes Magnusson
bjori Wed May 7 20:04:05 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: new ini_get_all() parameter http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.180&r2=1.2027.2.547.2.965.2.181&diff_format=u Index: php-src/NEWS diff -

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

2008-05-07 Thread Ilia Alshanetsky
What libc are you using? I can't seem to reproduce the issue here... On 7-May-08, at 4:42 AM, Antony Dovgal wrote: On 06.05.2008 22:01, Ilia Alshanetsky wrote: iliaa Tue May 6 18:01:36 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standardbasic_fu

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

2008-05-07 Thread Ilia Alshanetsky
iliaa Wed May 7 23:45:28 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/date php_date.c Log: Kill unused vars http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.43.2.45.2.51.2.37&r2=1.43.2.45.2.51.2.38&diff_format=u Index: php-src/ext

[PHP-CVS] cvs: php-src /ext/date php_date.c

2008-05-07 Thread Ilia Alshanetsky
iliaa Wed May 7 23:46:11 2008 UTC Modified files: /php-src/ext/date php_date.c Log: MFB: kill unused vars http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.185&r2=1.186&diff_format=u Index: php-src/ext/date/php_date.c diff -u php-src/ext/dat

[PHP-CVS] cvs: CVSROOT / avail

2008-05-07 Thread Rasmus Lerdorf
rasmus Thu May 8 00:48:30 2008 UTC Modified files: /CVSROOTavail Log: Karma for Matt Wilmas http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1392&r2=1.1393&diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1392 CVSROOT/avail:1.1393 --- CVSROOT/

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

2008-05-07 Thread Matt Wilmas
mattwil Thu May 8 04:23:26 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard math.c Log: Fix build http://cvs.php.net/viewvc.cgi/php-src/ext/standard/math.c?r1=1.131.2.2.2.6.2.7&r2=1.131.2.2.2.6.2.8&diff_format=u Index: php-src/ext/standard/

[PHP-CVS] cvs: php-src /win32/build Makefile

2008-05-07 Thread Matt Wilmas
mattwil Thu May 8 04:52:30 2008 UTC Modified files: /php-src/win32/buildMakefile Log: Remove old references to flex.skl http://cvs.php.net/viewvc.cgi/php-src/win32/build/Makefile?r1=1.45&r2=1.46&diff_format=u Index: php-src/win32/build/Makefile diff -u