Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/standard basic_functions.c /main SAPI.h main.c /sapi/cgi cgi_main.c /sapi/cli php_cli.c /sapi/embed php_embed.c

2009-01-04 Thread Steph Fox
Why? I'm not aware of any dl()-related problems in FastCGI. FastCGI is like all other long-running SAPIs, so can't it have the same problems httpd has? OK that's confused me... I thought the problem with dl() was purely in threaded SAPIs? - otherwise surely it should've been dropped for CLI

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/standard basic_functions.c /main SAPI.h main.c /sapi/cgi cgi_main.c /sapi/cli php_cli.c /sapi/embed php_embed.c

2009-01-04 Thread Stanislav Malyshev
Hi! Why? I'm not aware of any dl()-related problems in FastCGI. FastCGI is like all other long-running SAPIs, so can't it have the same problems httpd has? -- Stanislav Malyshev, Zend Software Architect s...@zend.com http://www.zend.com/ (408)253-8829 MSN: s...@zend.com -- PHP CVS Maili

[PHP-CVS] cvs: php-src(PHP_5_3) /sapi/embed php_embed.c

2009-01-04 Thread Pierre-Alain Joye
pajoye Sun Jan 4 20:18:57 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/embed php_embed.c Log: - fix build http://cvs.php.net/viewvc.cgi/php-src/sapi/embed/php_embed.c?r1=1.11.2.1.2.5.2.5&r2=1.11.2.1.2.5.2.6&diff_format=u Index: php-src/sapi/embed/ph

Re: [PHP-CVS] cvs: php-src / run-tests.php

2009-01-04 Thread Jani Taskinen
Don't forget PHP_5_2. It's so annoying when this thing gets out-of-sync when same script should run in any PHP version.. :) --Jani Antony Dovgal kirjoitti: tony2001Sun Jan 4 15:56:38 2009 UTC Modified files: /php-src run-tests.php Log: fix PDO and o

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

2009-01-04 Thread Ilia Alshanetsky
iliaa Sun Jan 4 16:32:05 2009 UTC Modified files: /php-src/ext/sqlite3sqlite3.c Log: MFB: Added missing initialization http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/sqlite3.c?r1=1.26&r2=1.27&diff_format=u Index: php-src/ext/sqlite3/sqlite3.c

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

2009-01-04 Thread Ilia Alshanetsky
iliaa Sun Jan 4 16:31:12 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sqlite3sqlite3.c Log: Added missing initialization http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/sqlite3.c?r1=1.1.2.24&r2=1.1.2.25&diff_format=u Index: php-src/ext/

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

2009-01-04 Thread Antony Dovgal
Sure, will do. On 04.01.2009 18:58, Pierre Joye wrote: > hi Tony! > > On Sun, Jan 4, 2009 at 4:19 PM, Antony Dovgal wrote: >> tony2001Sun Jan 4 15:19:57 2009 UTC >> >> Modified files: (Branch: PHP_5_3) >>/php-src/ext/standard info.c >> Log: >> MFH > >

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

2009-01-04 Thread Antony Dovgal
tony2001Sun Jan 4 15:21:56 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/general_functions phpinfo.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/general_functions/phpinfo.phpt?r1=1.1.2.2.2.4

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

2009-01-04 Thread Pierre Joye
hi Tony! On Sun, Jan 4, 2009 at 4:19 PM, Antony Dovgal wrote: > tony2001Sun Jan 4 15:19:57 2009 UTC > > Modified files: (Branch: PHP_5_3) >/php-src/ext/standard info.c > Log: > MFH Can you add the description as well (for MF*), like MFH: Capitalize It

[PHP-CVS] cvs: php-src(PHP_5_3) / run-tests.php

2009-01-04 Thread Antony Dovgal
tony2001Sun Jan 4 15:56:45 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcrun-tests.php Log: MFH: fix PDO and other 'redirected' tests - add that "# original source" line only if the test fails http://cvs.php.net/viewvc.cgi/php-src/run-tests.

[PHP-CVS] cvs: php-src / run-tests.php

2009-01-04 Thread Antony Dovgal
tony2001Sun Jan 4 15:56:38 2009 UTC Modified files: /php-srcrun-tests.php Log: fix PDO and other 'redirected' tests - add that "# original source" line only if the test fails http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.387&r2=1.388&

[PHP-CVS] cvs: php-src /ext/standard/tests/general_functions phpinfo.phpt

2009-01-04 Thread Antony Dovgal
tony2001Sun Jan 4 15:21:39 2009 UTC Modified files: /php-src/ext/standard/tests/general_functions phpinfo.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/general_functions/phpinfo.phpt?r1=1.6&r2=1.7&diff_format=u Ind

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

2009-01-04 Thread Marcus Boerger
helly Sun Jan 4 15:20:19 2009 UTC Modified files: (Branch: PHP_5_3) /php-src.gdbinit Log: - MFH Add compiler globals as http://cvs.php.net/viewvc.cgi/php-src/.gdbinit?r1=1.10.4.3.2.1.2.1&r2=1.10.4.3.2.1.2.2&diff_format=u Index: php-src/.gdbinit diff -u ph

[PHP-CVS] cvs: php-src / .gdbinit

2009-01-04 Thread Marcus Boerger
helly Sun Jan 4 15:20:02 2009 UTC Modified files: /php-src.gdbinit Log: - Add compiler globals as http://cvs.php.net/viewvc.cgi/php-src/.gdbinit?r1=1.24&r2=1.25&diff_format=u Index: php-src/.gdbinit diff -u php-src/.gdbinit:1.24 php-src/.gdbinit:1.25 ---

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

2009-01-04 Thread Antony Dovgal
tony2001Sun Jan 4 15:19:57 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard info.c Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/standard/info.c?r1=1.249.2.10.2.14.2.21&r2=1.249.2.10.2.14.2.22&diff_format=u Index: php-src/ex

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

2009-01-04 Thread Antony Dovgal
tony2001Sun Jan 4 15:19:49 2009 UTC Modified files: /php-src/ext/standard info.c Log: capitalize http://cvs.php.net/viewvc.cgi/php-src/ext/standard/info.c?r1=1.301&r2=1.302&diff_format=u Index: php-src/ext/standard/info.c diff -u php-src/ext/st

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

2009-01-04 Thread Antony Dovgal
tony2001Sun Jan 4 15:08:34 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/posix posix.c Log: MFH: Fix build where __USE_GNU is used instead of _GNU_SOURCE to define utsname.domainname (c) felipe, Sun Jun 22 21:45:42 2008 UTC http://cvs.ph