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

2008-07-29 Thread Antony Dovgal
tony2001Tue Jul 29 07:29:22 2008 UTC Modified files: /php-src/ext/reflection php_reflection.c Log: add TSRMLS_DC and fix crash in ZTS mode http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/php_reflection.c?r1=1.304&r2=1.305&diff_format=u Index:

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

2008-07-29 Thread Antony Dovgal
tony2001Tue Jul 29 07:32:52 2008 UTC Modified files: /php-src/ext/reflection php_reflection.c Log: more similar fixes http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/php_reflection.c?r1=1.305&r2=1.306&diff_format=u Index: php-src/ext/reflecti

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

2008-07-29 Thread Antony Dovgal
tony2001Tue Jul 29 07:33:58 2008 UTC Modified files: /php-src/ext/reflection php_reflection.c Log: no need for FETCH anymore.. http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/php_reflection.c?r1=1.306&r2=1.307&diff_format=u Index: php-src/ext

[PHP-CVS] cvs: php-src / Makefile.gcov

2008-07-29 Thread Marcus Boerger
helly Tue Jul 29 08:10:31 2008 UTC Modified files: /php-srcMakefile.gcov Log: - Exclude bundled libs from gcov processing http://cvs.php.net/viewvc.cgi/php-src/Makefile.gcov?r1=1.16&r2=1.17&diff_format=u Index: php-src/Makefile.gcov diff -u php-src/Makefil

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

2008-07-29 Thread Marcus Boerger
helly Tue Jul 29 08:10:44 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcMakefile.gcov Log: - MFH Exclude bundled libs from gcov processing http://cvs.php.net/viewvc.cgi/php-src/Makefile.gcov?r1=1.4.2.10.2.3&r2=1.4.2.10.2.3.2.1&diff_format=u Index: php-

Re: [PHP-CVS] cvs: php-src / Makefile.gcov

2008-07-29 Thread Pierre Joye
hi, On Tue, Jul 29, 2008 at 10:10 AM, Marcus Boerger <[EMAIL PROTECTED]> wrote: > helly Tue Jul 29 08:10:31 2008 UTC > > Modified files: >/php-srcMakefile.gcov > Log: > - Exclude bundled libs from gcov processing Why? It makes sense to keep it, for example for GD as the lib a

[PHP-CVS] cvs: php-src(PHP_5_2) / configure.in

2008-07-29 Thread Antony Dovgal
tony2001Tue Jul 29 08:33:52 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcconfigure.in Log: this shouldn't have been backported http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.103&r2=1.579.2.52.2.104&diff_format=u Index: php

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

2008-07-29 Thread Antony Dovgal
tony2001Tue Jul 29 08:48:16 2008 UTC Modified files: /php-src/ext/reflection php_reflection.c Log: make ReflectionProperty::getValue() and ReflectionProperty::setValue() consistent with their implementations in 5_3 http://cvs.php.net/viewvc.cgi/p

[PHP-CVS] cvs: php-src /ext/reflection/tests reflectionClass_getExtension_basic.phpt

2008-07-29 Thread Antony Dovgal
tony2001Tue Jul 29 08:48:46 2008 UTC Modified files: /php-src/ext/reflection/tests reflectionClass_getExtension_basic.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/tests/reflecti

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

2008-07-29 Thread Antony Dovgal
tony2001Tue Jul 29 10:42:15 2008 UTC Modified files: /php-src/ext/curl interface.c Log: fix 5 years old copy/paste error (patch by Mikko) http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interface.c?r1=1.124&r2=1.125&diff_format=u Index: php-src/ext/c

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

2008-07-29 Thread Antony Dovgal
tony2001Tue Jul 29 10:42:44 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/curl interface.c Log: MFH: fix copy/paste error (patch by Mikko) http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interface.c?r1=1.62.2.14.2.27.2.11&r2=1.62.2.14.2.27.2

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

2008-07-29 Thread Antony Dovgal
tony2001Tue Jul 29 10:42:59 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/curl interface.c Log: MFH: fix copy/paste error (patch by Mikko) http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interface.c?r1=1.62.2.14.2.35&r2=1.62.2.14.2.36&diff_f

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar dirstream.c phar.c phar.phar phar_object.c stream.c tar.c util.c zip.c

2008-07-29 Thread Antony Dovgal
tony2001Tue Jul 29 10:52:08 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar dirstream.c phar.c phar.phar phar_object.c stream.c tar.c util.c zip.c Log: fix folding http://cvs.php.net/viewvc.cgi/php-src/ext/phar/di

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

2008-07-29 Thread Antony Dovgal
tony2001Tue Jul 29 11:09:00 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar util.c Log: don't free function name before calling the function http://cvs.php.net/viewvc.cgi/php-src/ext/phar/util.c?r1=1.55.2.25&r2=1.55.2.26&diff_format=u In

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

2008-07-29 Thread Steph Fox
Hi Tony, I spent the last three days merging all three branches of the phar extension. Please can you revert these two commits until that's in, as there _will_ be merge conflicts otherwise! Thanks, - Steph - Original Message - From: "Antony Dovgal" <[EMAIL PROTECTED]> To: Sent: T

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

2008-07-29 Thread Antony Dovgal
tony2001Tue Jul 29 11:18:41 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar util.c Log: don't segfault if given invalid/empty private key http://cvs.php.net/viewvc.cgi/php-src/ext/phar/util.c?r1=1.55.2.26&r2=1.55.2.27&diff_format=u Index

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

2008-07-29 Thread Steph Fox
Hello? :) - Original Message - From: "Antony Dovgal" <[EMAIL PROTECTED]> To: Sent: Tuesday, July 29, 2008 12:18 PM Subject: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar util.c tony2001 Tue Jul 29 11:18:41 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar ut

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

2008-07-29 Thread Antony Dovgal
On 29.07.2008 15:21, Steph Fox wrote: Hello? :) Feel free to revert it, but please re-apply when you've done syncing. -- Wbr, Antony Dovgal -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2008-07-29 Thread Steph Fox
Hi Tony, Feel free to revert it, but please re-apply when you've done syncing. To be quite frank, I don't know how to go about reverting new changes when my local copy is so different. Would you mind? I've every intention of retaining your fixes, don't worry :) - Steph -- PHP CVS Mailing

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

2008-07-29 Thread Dmitry Stogov
dmitry Tue Jul 29 11:50:05 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/splspl_iterators.c Log: Removed warning http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_iterators.c?r1=1.73.2.30.2.28.2.10&r2=1.73.2.30.2.28.2.11&diff_format=u Index: php

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

2008-07-29 Thread Dmitry Stogov
dmitry Tue Jul 29 11:50:23 2008 UTC Modified files: /php-src/ext/splspl_iterators.c Log: Removed warning http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_iterators.c?r1=1.174&r2=1.175&diff_format=u Index: php-src/ext/spl/spl_iterators.c diff -u php-src/

[PHP-CVS] cvs: php-src /ext/date/tests date_parse_001.phpt

2008-07-29 Thread Dmitry Stogov
dmitry Tue Jul 29 12:17:04 2008 UTC Modified files: /php-src/ext/date/tests date_parse_001.phpt Log: Fixed test http://cvs.php.net/viewvc.cgi/php-src/ext/date/tests/date_parse_001.phpt?r1=1.5&r2=1.6&diff_format=u Index: php-src/ext/date/tests/date_parse_

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/date/tests date-set-timestamp.phpt

2008-07-29 Thread Dmitry Stogov
dmitry Tue Jul 29 12:17:19 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/date/tests date-set-timestamp.phpt Log: Fixed test http://cvs.php.net/viewvc.cgi/php-src/ext/date/tests/date-set-timestamp.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u Index: p

[PHP-CVS] cvs: php-src /ext/standard/tests/general_functions bug41970.phpt /ext/standard/tests/strings strncasecmp_variation10.phpt strncasecmp_variation11.phpt strncasecmp_variation4.phpt strncmp_va

2008-07-29 Thread Felipe Pena
felipe Tue Jul 29 12:20:39 2008 UTC Modified files: /php-src/ext/standard/tests/general_functions bug41970.phpt /php-src/ext/standard/tests/strings strncasecmp_variation10.phpt strncasecmp_variation11.phpt

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

2008-07-29 Thread Felipe Pena
felipe Tue Jul 29 12:36:36 2008 UTC Modified files: /php-src/ext/standard url.c Log: - Fix mem. leak http://cvs.php.net/viewvc.cgi/php-src/ext/standard/url.c?r1=1.108&r2=1.109&diff_format=u Index: php-src/ext/standard/url.c diff -u php-src/ext/standard

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

2008-07-29 Thread Felipe Pena
felipe Tue Jul 29 12:41:58 2008 UTC Modified files: /php-src/ext/standard url.c Log: - Fix the fix http://cvs.php.net/viewvc.cgi/php-src/ext/standard/url.c?r1=1.109&r2=1.110&diff_format=u Index: php-src/ext/standard/url.c diff -u php-src/ext/standard/u

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

2008-07-29 Thread Dmitry Stogov
dmitry Tue Jul 29 12:56:19 2008 UTC Modified files: /php-src/ext/date php_date.c Log: Fixed memory leak http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.200&r2=1.201&diff_format=u Index: php-src/ext/date/php_date.c diff -u php-src/ext/date/ph

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

2008-07-29 Thread Dmitry Stogov
dmitry Tue Jul 29 12:56:52 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/date php_date.c Log: Fixed memory leak http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.43.2.45.2.51.2.49&r2=1.43.2.45.2.51.2.50&diff_format=u Index: php-src/ex

[PHP-CVS] cvs: CVSROOT / avail

2008-07-29 Thread Pierre-Alain Joye
pajoye Tue Jul 29 13:36:55 2008 UTC Modified files: /CVSROOTavail Log: - new modules for win scripts, patches and other deps http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1428&r2=1.1429&diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1428 C

[PHP-CVS] cvs: php-internals-win /script phpsdk_buildtree.bat phpsdk_setvars.bat

2008-07-29 Thread Pierre-Alain Joye
pajoye Tue Jul 29 13:38:00 2008 UTC Added files: /php-internals-win/script phpsdk_buildtree.bat phpsdk_setvars.bat Log: - add some batch helper to create a basic SDK structure http://cvs.php.net/viewvc.cgi/php-internals-win/script/phpsdk_buildtree.bat?vie

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

2008-07-29 Thread Arnaud Le Blanc
lbarnaudTue Jul 29 13:57:20 2008 UTC Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: Fixed previous fix http://cvs.php.net/viewvc.cgi/php-src/ext/standard/http_fopen_wrapper.c?r1=1.136&r2=1.137&diff_format=u Index: php-src/ext/st

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

2008-07-29 Thread Arnaud Le Blanc
lbarnaudTue Jul 29 13:57:43 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard http_fopen_wrapper.c Log: MFH: Fixed previous fix http://cvs.php.net/viewvc.cgi/php-src/ext/standard/http_fopen_wrapper.c?r1=1.99.2.12.2.9.2.10&r2=1.99.2

[PHP-CVS] cvs: php-src /ext/spl/tests iterator_041b.phpt ZendEngine2 zend_exceptions.c

2008-07-29 Thread Dmitry Stogov
dmitry Tue Jul 29 14:27:31 2008 UTC Modified files: /ZendEngine2zend_exceptions.c /php-src/ext/spl/tests iterator_041b.phpt Log: Fixed memory leak http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_exceptions.c?r1=1.123&r2=1.124&diff_format=u I

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl/tests iterator_041b.phpt ZendEngine2 zend_exceptions.c

2008-07-29 Thread Dmitry Stogov
dmitry Tue Jul 29 14:28:11 2008 UTC Modified files: (Branch: PHP_5_3) /ZendEngine2zend_exceptions.c /php-src/ext/spl/tests iterator_041b.phpt Log: Fixed memory leak http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_exceptions.c?r1=1.79.2.6.2.9.

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

2008-07-29 Thread Felipe Pena
felipe Tue Jul 29 16:21:38 2008 UTC Modified files: /php-src/ext/gettextgettext.c Log: - Fix crash when NULL is passed to bindtextdomain() (sync with 5_3) http://cvs.php.net/viewvc.cgi/php-src/ext/gettext/gettext.c?r1=1.56&r2=1.57&diff_format=u Index

[PHP-CVS] cvs: php-src /ext/pcntl pcntl.c php_pcntl.h /ext/pcntl/tests pcntl_signal_dispatch.phpt

2008-07-29 Thread Arnaud Le Blanc
lbarnaudTue Jul 29 16:46:03 2008 UTC Added files: /php-src/ext/pcntl/testspcntl_signal_dispatch.phpt Modified files: /php-src/ext/pcntl pcntl.c php_pcntl.h Log: Added pcntl_signal_dispatch() [DOC] pcntl_signal_dispatch() allo

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pcntl pcntl.c php_pcntl.h /ext/pcntl/tests pcntl_signal_dispatch.phpt

2008-07-29 Thread Arnaud Le Blanc
lbarnaudTue Jul 29 16:46:11 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/pcntl/testspcntl_signal_dispatch.phpt Modified files: /php-src/ext/pcntl pcntl.c php_pcntl.h Log: MFH: Added pcntl_signal_dispatch() [DOC] pcntl_

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

2008-07-29 Thread Felipe Pena
felipe Tue Jul 29 16:51:22 2008 UTC Modified files: /php-src/ext/standard string.c Log: - Fix memory leak http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.677&r2=1.678&diff_format=u Index: php-src/ext/standard/string.c diff -u php-src/e

[PHP-CVS] cvs: php-src /ext/pcntl config.m4 pcntl.c php_pcntl.h /ext/pcntl/tests 002.phpt

2008-07-29 Thread Arnaud Le Blanc
lbarnaudTue Jul 29 16:56:27 2008 UTC Added files: /php-src/ext/pcntl/tests002.phpt Modified files: /php-src/ext/pcntl config.m4 pcntl.c php_pcntl.h Log: Added pcntl_sigwaitinfo(), pcntl_sigtimedwait() and pcntl_sigprocmask()

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/pcntl config.m4 pcntl.c php_pcntl.h /ext/pcntl/tests 002.phpt

2008-07-29 Thread Arnaud Le Blanc
lbarnaudTue Jul 29 16:59:10 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/pcntl/tests002.phpt Modified files: /php-srcNEWS /php-src/ext/pcntl config.m4 pcntl.c php_pcntl.h Log: MFH: Added pcntl_sigwaitinfo(), pcn

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

2008-07-29 Thread Pierre-Alain Joye
pajoye Tue Jul 29 17:28:07 2008 UTC Modified files: /php-src/ext/standard basic_functions.c Log: - missing in the previous crypt commit (shutdown frees the locking mechanism) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/basic_functions.c?r1=1.908&r2

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

2008-07-29 Thread Pierre-Alain Joye
pajoye Tue Jul 29 17:28:42 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard basic_functions.c Log: - MFH: missing in the previous crypt commit (shutdown frees the locking mechanism) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/basic_

[PHP-CVS] cvs: php-src /sapi/litespeed lsapi_main.c

2008-07-29 Thread George Wang
gwang Wed Jul 30 00:07:29 2008 UTC Modified files: /php-src/sapi/litespeed lsapi_main.c Log: make it compatible with PHP 6.0 using new php output API http://cvs.php.net/viewvc.cgi/php-src/sapi/litespeed/lsapi_main.c?r1=1.4&r2=1.5&diff_format=u Index: php-s

Re: [PHP-CVS] cvs: php-src / Makefile.gcov

2008-07-29 Thread Marcus Boerger
Hello Pierre, but we are not creating tests for any of these, actually all of these have their own testing system which in most case is not even bundeled or executable through PHP. So the only way out is to run their respective test systems by bundling them and integrating them into our build an

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

2008-07-29 Thread Marcus Boerger
Hello Dmitry, please revert. An array has no natural string representation. So we do want the message here as much as we see it in comparable situations. This is a design decision, I actually played with yout version and did not like it really. marcus Tuesday, July 29, 2008, 1:50:05 PM,

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

2008-07-29 Thread Kalle Sommer Nielsen
kalle Wed Jul 30 01:37:54 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/gd/tests bug44849.phpt Log: Add test case for #44849 http://cvs.php.net/viewvc.cgi/php-src/ext/gd/tests/bug44849.phpt?view=markup&rev=1.1 Index: php-src/ext/gd/tests/bug448

[PHP-CVS] cvs: php-src /ext/gd/tests bug44849.phpt

2008-07-29 Thread Kalle Sommer Nielsen
kalle Wed Jul 30 01:38:37 2008 UTC Modified files: /php-src/ext/gd/tests bug44849.phpt Log: MFB: Add test case for #44849 http://cvs.php.net/viewvc.cgi/php-src/ext/gd/tests/bug44849.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/gd/tests/bug44849.ph

[PHP-CVS] cvs: php-src /ext/gd/tests imagecolorclosesthwb.phpt

2008-07-29 Thread Kalle Sommer Nielsen
kalle Wed Jul 30 04:35:22 2008 UTC Added files: /php-src/ext/gd/tests imagecolorclosesthwb.phpt Log: Add test for imagecolorclosesthwb() http://cvs.php.net/viewvc.cgi/php-src/ext/gd/tests/imagecolorclosesthwb.phpt?view=markup&rev=1.1 Index: php-src/e

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

2008-07-29 Thread Kalle Sommer Nielsen
kalle Wed Jul 30 04:35:57 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/gd/tests imagecolorclosesthwb.phpt Log: MFH: Add test for imagecolorclosesthwb() http://cvs.php.net/viewvc.cgi/php-src/ext/gd/tests/imagecolorclosesthwb.phpt?view=markup&re

Re: [PHP-CVS] cvs: php-src / Makefile.gcov

2008-07-29 Thread Pierre Joye
hi, On Wed, Jul 30, 2008 at 2:43 AM, Marcus Boerger <[EMAIL PROTECTED]> wrote: > Hello Pierre, > > but we are not creating tests for any of these, actually all of these > have their own testing system which in most case is not even bundeled or > executable through PHP. So the only way out is to r