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

2008-02-03 Thread Marcus Boerger
helly Sun Feb 3 17:49:46 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/cli php_cli.c Log: - Small improvements, no malloc needed for the zval

[PHP-CVS] cvs: php-src /sapi/cli php_cli.c

2008-02-03 Thread Marcus Boerger
helly Sun Feb 3 17:50:06 2008 UTC Modified files: /php-src/sapi/cli php_cli.c Log: - MFB Sync http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/php_cli.c?r1=1.184r2=1.185diff_format=u Index: php-src/sapi/cli/php_cli.c diff -u php-src/sapi/cli/php_cli.c:1.184

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/dba/libcdb .cvsignore /ext/dba/libflatfile .cvsignore /ext/dba/libinifile .cvsignore

2008-02-03 Thread Marcus Boerger
helly Sun Feb 3 18:30:49 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/dba/libcdb .cvsignore /php-src/ext/dba/libflatfile.cvsignore /php-src/ext/dba/libinifile .cvsignore Log: - Update .cvsignore

[PHP-CVS] cvs: php-src /ext/dba/libcdb .cvsignore /ext/dba/libflatfile .cvsignore /ext/dba/libinifile .cvsignore

2008-02-03 Thread Marcus Boerger
helly Sun Feb 3 18:31:49 2008 UTC Modified files: /php-src/ext/dba/libcdb .cvsignore /php-src/ext/dba/libflatfile.cvsignore /php-src/ext/dba/libinifile .cvsignore Log: - Update .cvsignore

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

2008-02-02 Thread Marcus Boerger
helly Sat Feb 2 13:11:13 2008 UTC Modified files: /php-src/ext/standard type.c Log: - Fix flag handling (MFB) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/type.c?r1=1.53r2=1.54diff_format=u Index: php-src/ext/standard/type.c diff -u

[PHP-CVS] cvs: php-src /ext/standard/tests/array array_reverse_variation5.phpt array_unshift_variation5.phpt

2008-02-02 Thread Marcus Boerger
helly Sat Feb 2 13:33:21 2008 UTC Modified files: /php-src/ext/standard/tests/array array_reverse_variation5.phpt array_unshift_variation5.phpt Log: - Fix tests

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/array array_reverse_variation5.phpt array_unshift_variation5.phpt

2008-02-02 Thread Marcus Boerger
helly Sat Feb 2 13:33:41 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/array array_reverse_variation5.phpt array_unshift_variation5.phpt Log: - MFH Fix tests

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

2008-02-02 Thread Marcus Boerger
helly Sat Feb 2 14:03:13 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard type.c Log: - It appears HEAD needs to be MFB'ed and this needs another fix now

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

2008-02-02 Thread Marcus Boerger
helly Sat Feb 2 14:37:29 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/strings vsprintf_variation8.phpt Log: - Fix the expectations. Tests still fails because of something else.

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/assert assert_variation.phpt /ext/standard/tests/general_functions 010.phpt bug40398.phpt is_callable.phpt

2008-02-02 Thread Marcus Boerger
helly Sat Feb 2 15:19:06 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/assert assert_variation.phpt /php-src/ext/standard/tests/general_functions 010.phpt bug40398.phpt

[PHP-CVS] cvs: php-src /ext/spl/examples class_tree.php

2008-02-02 Thread Marcus Boerger
* @ingroup Examples * @author Marcus Boerger - * @date2003 - 2006 + * @date2003 - 2008 * @version 1.1 * * Usage: php class_tree.php \class\ @@ -76,12 +76,29 @@ } $this-uksort('strnatcasecmp'); } - + /** @return key() since

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

2008-02-02 Thread Marcus Boerger
@@ -4,8 +4,8 @@ * @brief Class Tree example * @ingroup Examples * @author Marcus Boerger - * @date2003 - 2005 - * @version 1.0 + * @date2003 - 2008 + * @version 1.1 * * Usage: php class_tree.php \class\ * @@ -38,17 +38,25 @@ { foreach(get_declared_classes

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

2008-02-02 Thread Marcus Boerger
helly Sat Feb 2 22:53:05 2008 UTC Modified files: /php-src/ext/splspl_directory.c spl_directory.h Log: - MFB glob handling - Add GlobIterator and FilesystemIterator # Commit to 5.3 for more

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

2008-02-02 Thread Marcus Boerger
helly Sat Feb 2 22:56:25 2008 UTC Modified files: /php-src/ext/splphp_spl.c Log: - Add new classes http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.122r2=1.123diff_format=u Index: php-src/ext/spl/php_spl.c diff -u

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

2008-02-02 Thread Marcus Boerger
helly Sat Feb 2 23:02:16 2008 UTC Modified files: /php-src/ext/splphp_spl.c Log: - Fix error handling http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.123r2=1.124diff_format=u Index: php-src/ext/spl/php_spl.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/spl php_spl.c spl_directory.c spl_directory.h

2008-02-02 Thread Marcus Boerger
helly Sat Feb 2 23:09:38 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/ext/splphp_spl.c spl_directory.c spl_directory.h Log: - MFH Synch directory changes [DOC] # Class FilesystemIterator was introduced to have a better

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

2008-02-02 Thread Marcus Boerger
helly Sat Feb 2 23:25:43 2008 UTC Modified files: /php-src/main output.c Log: - Fix build http://cvs.php.net/viewvc.cgi/php-src/main/output.c?r1=1.208r2=1.209diff_format=u Index: php-src/main/output.c diff -u php-src/main/output.c:1.208

[PHP-CVS] cvs: CVSROOT / avail

2008-02-01 Thread Marcus Boerger
helly Fri Feb 1 13:14:26 2008 UTC Modified files: /CVSROOTavail Log: - Add jmessa so to commit tests http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1354r2=1.1355diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1354 CVSROOT/avail:1.1355 ---

[PHP-CVS] [ZEND-ENGINE-CVS] cvs: ZendEngine2(PHP_5_3) / zend_API.c zend_API.h php-src/ext/standard type.c

2008-02-01 Thread Marcus Boerger
Crosspost, hopefully silencing this issue for 5.* AND 6 will have an E_WARNING or even an E_ERROR on this. helly Fri Feb 1 21:27:55 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard type.c /ZendEngine2zend_API.c zend_API.h Log:

[PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] [ZEND-ENGINE-CVS] cvs: ZendEngine2(PHP_5_3) / zend_API.c zend_API.h php-src/ext/standard type.c

2008-02-01 Thread Marcus Boerger
Hello Lukas, only E_ERROR is fatal and reserved for when the engine cannot continue execution. marcus Friday, February 1, 2008, 11:15:08 PM, you wrote: On 01.02.2008, at 23:05, Pierre Joye wrote: 2008/2/1 Marcus Boerger [EMAIL PROTECTED]: Crosspost, hopefully silencing this issue for 5

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

2008-02-01 Thread Marcus Boerger
helly Fri Feb 1 23:46:36 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/splphp_spl.c Log: - Fix build, thanks Christian Rodriguez for noticing # I wonder why the other machine didn't catch this

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

2008-01-31 Thread Marcus Boerger
helly Thu Jan 31 11:21:15 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard type.c Log: - fix flag handling in is_callable() http://cvs.php.net/viewvc.cgi/php-src/ext/standard/type.c?r1=1.30.2.2.2.3.2.1r2=1.30.2.2.2.3.2.2diff_format=u

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/json json.c utf8_to_utf16.c /ext/json/tests bug43941.phpt

2008-01-30 Thread Marcus Boerger
Hello Stanislav, Wednesday, January 30, 2008, 4:17:57 AM, you wrote: stasWed Jan 30 03:17:57 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/json/tests bug43941.phpt Modified files: /php-src/ext/json json.c utf8_to_utf16.c

[PHP-CVS] cvs: CVSROOT / avail

2008-01-30 Thread Marcus Boerger
helly Wed Jan 30 11:49:39 2008 UTC Modified files: /CVSROOTavail Log: - Add robinf to allow him to submit tests http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1352r2=1.1353diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1352

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

2008-01-30 Thread Marcus Boerger
helly Wed Jan 30 23:08:14 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/splspl_directory.c Log: - Sub path may be NULL http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_directory.c?r1=1.45.2.27.2.23.2.8r2=1.45.2.27.2.23.2.9diff_format=u Index:

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

2008-01-30 Thread Marcus Boerger
helly Wed Jan 30 23:43:05 2008 UTC Modified files: /php-src/main/streams glob_wrapper.c Log: - Get rid of overoptimization http://cvs.php.net/viewvc.cgi/php-src/main/streams/glob_wrapper.c?r1=1.7r2=1.8diff_format=u Index:

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

2008-01-30 Thread Marcus Boerger
helly Wed Jan 30 23:43:13 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main/streams glob_wrapper.c Log: - MFH Get rid of overoptimization http://cvs.php.net/viewvc.cgi/php-src/main/streams/glob_wrapper.c?r1=1.6.2.3r2=1.6.2.4diff_format=u Index:

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

2008-01-30 Thread Marcus Boerger
helly Wed Jan 30 23:45:13 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/splspl_directory.c Log: - WS http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_directory.c?r1=1.45.2.27.2.23.2.9r2=1.45.2.27.2.23.2.10diff_format=u Index:

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

2008-01-30 Thread Marcus Boerger
helly Wed Jan 30 23:49:49 2008 UTC Modified files: /php-src/ext/splspl_directory.c spl_directory.h Log: - MFB SplDirectoryIterator/glob:// stream integration http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_directory.c?r1=1.140r2=1.141diff_format=u

[PHP-CVS] cvs: php-src /ext/spl/tests dit_001.phpt

2008-01-30 Thread Marcus Boerger
helly Thu Jan 31 07:43:49 2008 UTC Modified files: /php-src/ext/spl/tests dit_001.phpt Log: - Fix test http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/dit_001.phpt?r1=1.4r2=1.5diff_format=u Index: php-src/ext/spl/tests/dit_001.phpt diff -u

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

2008-01-30 Thread Marcus Boerger
helly Thu Jan 31 07:44:01 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/spl/tests dit_001.phpt Log: - MFH Fix test http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/dit_001.phpt?r1=1.3.6.1r2=1.3.6.2diff_format=u Index:

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/simplexml simplexml.c ZendEngine2 zend_gc.c zend_gc.h ZendEngine2/tests bug43918.phpt

2008-01-29 Thread Marcus Boerger
Hello Dmitry, Tuesday, January 29, 2008, 10:59:42 AM, you wrote: [...] http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.151.2.22.2.35.2.8r2=1.151.2.22.2.35.2.9diff_format=u Index: php-src/ext/simplexml/simplexml.c diff -u

[PHP-CVS] cvs: php-src /ext/spl spl_observer.c /ext/spl/internal splobjectstorage.inc

2008-01-28 Thread Marcus Boerger
helly Mon Jan 28 22:43:21 2008 UTC Modified files: /php-src/ext/splspl_observer.c /php-src/ext/spl/internal splobjectstorage.inc Log: - Make SplObjectStorage implement ArrayAccess

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/spl spl_observer.c /ext/spl/internal splobjectstorage.inc

2008-01-28 Thread Marcus Boerger
helly Mon Jan 28 22:48:15 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/ext/splspl_observer.c /php-src/ext/spl/internal splobjectstorage.inc Log: - MFH Make SplObjectStorage implement ArrayAccess [DOC]

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

2008-01-27 Thread Marcus Boerger
helly Sun Jan 27 15:23:14 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/splspl_observer.c Log: - Minor rearrange and fix potential issue with double adding

[PHP-CVS] cvs: php-src /ext/spl php_spl.c php_spl.h /ext/tidy php_tidy.h tidy.c

2008-01-27 Thread Marcus Boerger
helly Sun Jan 27 15:03:55 2008 UTC Modified files: /php-src/ext/splphp_spl.c php_spl.h /php-src/ext/tidy php_tidy.h tidy.c Log: - revert over constfying http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.121r2=1.122diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl php_spl.c php_spl.h /ext/tidy php_tidy.h tidy.c

2008-01-27 Thread Marcus Boerger
helly Sun Jan 27 15:04:41 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/splphp_spl.c php_spl.h /php-src/ext/tidy php_tidy.h tidy.c Log: - MFH revert over constfying

Re: [PHP-CVS] cvs: php-src /ext/spl php_spl.c php_spl.h /ext/tidy php_tidy.h tidy.c

2008-01-27 Thread Marcus Boerger
, 6:08:47 PM, you wrote: Thank you for reverting this. It seems that the Zend engine really requires right access to these structures. The engine needs fixing first. Thanks, Nuno - Original Message - From: Marcus Boerger [EMAIL PROTECTED] To: php-cvs@lists.php.net Sent: Sunday

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/spl spl_observer.c /ext/spl/internal splobjectstorage.inc /ext/spl/tests observer_004.phpt observer_005.phpt observer_006.phpt

2008-01-27 Thread Marcus Boerger
* @brief class SplObjectStorage * @author Marcus Boerger - * @date2003 - 2006 + * @date2003 - 2008 * * SPL - Standard PHP Library */ @@ -12,7 +12,7 @@ /** * @brief Object storage * @author Marcus Boerger - * @version 1.0 + * @version 1.1 * @since PHP 5.1.2

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/spl spl_observer.c /ext/spl/internal splobjectstorage.inc /ext/spl/tests observer_004.phpt observer_005.phpt observer_006.phpt

2008-01-27 Thread Marcus Boerger
Jan 27 18:07:20 2008 @@ -4,7 +4,7 @@ * @ingroup SPL * @brief class SplObjectStorage * @author Marcus Boerger - * @date2003 - 2005 + * @date2003 - 2008 * * SPL - Standard PHP Library */ @@ -12,7 +12,7 @@ /** * @brief Object storage * @author Marcus Boerger - * @version 1.0

[PHP-CVS] cvs: php-src /ext/spl/tests observer_006.phpt

2008-01-27 Thread Marcus Boerger
helly Sun Jan 27 18:19:45 2008 UTC Modified files: /php-src/ext/spl/tests observer_006.phpt Log: - Test went to 5.2... somehow very strange http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/observer_006.phpt?r1=1.1r2=1.2diff_format=u Index:

[PHP-CVS] cvs: CVSROOT / avail

2008-01-25 Thread Marcus Boerger
helly Fri Jan 25 13:26:56 2008 UTC Modified files: /CVSROOTavail Log: - WS http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1348r2=1.1349diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1348 CVSROOT/avail:1.1349 --- CVSROOT/avail:1.1348

[PHP-CVS] cvs: CVSROOT / avail

2008-01-25 Thread Marcus Boerger
helly Fri Jan 25 13:28:52 2008 UTC Modified files: /CVSROOTavail Log: - Give steph access to phar http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1349r2=1.1350diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1349 CVSROOT/avail:1.1350 ---

[PHP-CVS] cvs: php-src /ext/simplexml simplexml.c /ext/simplexml/tests bug37076.phpt

2008-01-22 Thread Marcus Boerger
helly Tue Jan 22 20:40:30 2008 UTC Added files: /php-src/ext/simplexml/testsbug37076.phpt Modified files: /php-src/ext/simplexml simplexml.c Log: - Bugfix #37076 (SimpleXML ignores .=). (felipe, marcus)

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/simplexml simplexml.c /ext/simplexml/tests bug37076.phpt

2008-01-22 Thread Marcus Boerger
helly Tue Jan 22 20:42:22 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/simplexml/testsbug37076.phpt Modified files: /php-srcNEWS /php-src/ext/simplexml simplexml.c Log: - MFH Bugfix #37076 (SimpleXML ignores

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

2008-01-16 Thread Marcus Boerger
helly Wed Jan 16 14:19:07 2008 UTC Added files: /php-src/ext/reflection/tests bug37964.phpt Modified files: /php-src/ext/reflection php_reflection.c Log: - Fixed Bug #37964 (Reflection shows private methods of parent class)

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/reflection php_reflection.c /ext/reflection/tests bug37964.phpt

2008-01-16 Thread Marcus Boerger
helly Wed Jan 16 14:21:07 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/reflection/tests bug37964.phpt Modified files: /php-srcNEWS /php-src/ext/reflection php_reflection.c Log: - MFH Fixed Bug #37964 (Reflection

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

2008-01-15 Thread Marcus Boerger
helly Tue Jan 15 13:03:54 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcrun-tests.php Log: - MFH valgrind detection, note in header http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.35.2.13r2=1.226.2.37.2.35.2.14diff_format=u Index:

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

2008-01-15 Thread Marcus Boerger
helly Tue Jan 15 13:03:22 2008 UTC Modified files: /php-srcrun-tests.php Log: - Detect versions of valgrind that have an appendix to their verion number - Show whether valgrind is being used in test header

[PHP-CVS] cvs: CVSROOT / avail

2008-01-13 Thread Marcus Boerger
helly Sun Jan 13 18:24:35 2008 UTC Modified files: /CVSROOTavail Log: - Access for hradtke http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1346r2=1.1347diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1346 CVSROOT/avail:1.1347 ---

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

2008-01-10 Thread Marcus Boerger
helly Thu Jan 10 10:11:21 2008 UTC Modified files: /php-src/ext/splspl_iterators.c Log: - Fix bug in example code found by Surf Chen http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_iterators.c?r1=1.167r2=1.168diff_format=u Index:

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

2008-01-10 Thread Marcus Boerger
helly Thu Jan 10 10:11:33 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/splspl_iterators.c Log: - MFH Fix bug in example code found by Surf Chen

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

2008-01-06 Thread Marcus Boerger
helly Sun Jan 6 16:47:50 2008 UTC Modified files: /php-srcrun-tests.php Log: - Show info for CL and CGI if both are going to be used http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.339r2=1.340diff_format=u Index: php-src/run-tests.php diff -u

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

2008-01-06 Thread Marcus Boerger
helly Sun Jan 6 16:48:11 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcrun-tests.php Log: - MFH Show info for CL and CGI if both are going to be used

[PHP-CVS] cvs: CVSROOT / avail

2008-01-05 Thread Marcus Boerger
helly Sat Jan 5 10:56:16 2008 UTC Modified files: /CVSROOTavail Log: - Upgrade Greg http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1341r2=1.1342diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1341 CVSROOT/avail:1.1342 ---

[PHP-CVS] cvs: CVSROOT / avail

2007-12-18 Thread Marcus Boerger
helly Tue Dec 18 12:41:19 2007 UTC Modified files: /CVSROOTavail Log: - Add another test writer http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1337r2=1.1338diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1337 CVSROOT/avail:1.1338 ---

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

2007-12-17 Thread Marcus Boerger
Hello Ilia, ZEND_MOD_REQUIRED(standard) ? we do not do that for any other ext. Care to explain why it is needed for exif? best regards marcus Sunday, December 16, 2007, 6:14:12 PM, you wrote: iliaa Sun Dec 16 17:14:12 2007 UTC Modified files: (Branch:

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

2007-12-17 Thread Marcus Boerger
Hello Ilia, Hello Greg, this fixes the pecl/Phar issue with bzip2 for me as well! marcus Sunday, December 16, 2007, 6:22:01 PM, you wrote: iliaa Sun Dec 16 17:22:01 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/bz2bz2_filter.c Log:

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

2007-12-17 Thread Marcus Boerger
helly Mon Dec 17 13:46:28 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/splspl_array.c Log: - Fix folding http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1=1.71.2.17.2.13.2.9r2=1.71.2.17.2.13.2.10diff_format=u Index:

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

2007-12-17 Thread Marcus Boerger
helly Mon Dec 17 13:47:09 2007 UTC Modified files: /php-src/ext/splspl_array.c Log: - Fix folding (again) - Fix clone mask http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1=1.134r2=1.135diff_format=u Index: php-src/ext/spl/spl_array.c diff

[PHP-CVS] cvs: CVSROOT / avail

2007-12-11 Thread Marcus Boerger
helly Tue Dec 11 08:27:20 2007 UTC Modified files: /CVSROOTavail Log: Upgrade David Coallier http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1332r2=1.1333diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1332 CVSROOT/avail:1.1333 ---

[PHP-CVS] cvs: CVSROOT / avail

2007-12-11 Thread Marcus Boerger
helly Tue Dec 11 15:48:10 2007 UTC Modified files: /CVSROOTavail Log: - Thought he had it as pecl checkout, but he uses spl mapped from php-src/ext http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1333r2=1.1334diff_format=u Index: CVSROOT/avail diff -u

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

2007-12-06 Thread Marcus Boerger
helly Thu Dec 6 13:53:38 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/dbaconfig.m4 Log: Add db 4.6 to detect list http://cvs.php.net/viewvc.cgi/php-src/ext/dba/config.m4?r1=1.70.2.2.2.8r2=1.70.2.2.2.8.2.1diff_format=u Index:

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

2007-12-06 Thread Marcus Boerger
helly Thu Dec 6 14:01:49 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/dbaconfig.m4 Log: - More about 4.6 http://cvs.php.net/viewvc.cgi/php-src/ext/dba/config.m4?r1=1.70.2.2.2.8.2.1r2=1.70.2.2.2.8.2.2diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/dba config.m4

2007-12-06 Thread Marcus Boerger
helly Thu Dec 6 14:02:21 2007 UTC Modified files: /php-src/ext/dbaconfig.m4 Log: - MFB: DB 4.6 detection http://cvs.php.net/viewvc.cgi/php-src/ext/dba/config.m4?r1=1.77r2=1.78diff_format=u Index: php-src/ext/dba/config.m4 diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/dba config.m4

2007-12-06 Thread Marcus Boerger
helly Thu Dec 6 14:17:44 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/dbaconfig.m4 Log: -MFH: db 4.6 detection http://cvs.php.net/viewvc.cgi/php-src/ext/dba/config.m4?r1=1.70.2.2.2.8r2=1.70.2.2.2.9diff_format=u Index: php-src/ext/dba/config.m4

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

2007-12-06 Thread Marcus Boerger
helly Thu Dec 6 16:04:17 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/splspl_array.c Log: - Fix for #41528 (Classes extending ArrayObject do not serialize correctly)

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

2007-12-05 Thread Marcus Boerger
helly Wed Dec 5 13:55:46 2007 UTC Modified files: (Branch: PHP_5_3) /php-srcrun-tests.php Log: - Allow to specify php executable on commandline http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.35.2.3r2=1.226.2.37.2.35.2.4diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl spl_array.c /ext/spl/tests bug38618.phpt

2007-12-05 Thread Marcus Boerger
helly Wed Dec 5 15:56:41 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/spl/tests bug38618.phpt Modified files: /php-src/ext/splspl_array.c Log: - Fixing #38618 by: - [DOC] ArrayIterator::CHILD_ARRAYS_ONLY,

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

2007-12-05 Thread Marcus Boerger
helly Wed Dec 5 14:54:08 2007 UTC Modified files: (Branch: PHP_5_3) /php-srcrun-tests.php Log: - - Allow to check the out,exp and diff results on console while executing the tests

Re: [PHP-CVS] cvs: CVSROOT / avail loginfo

2007-11-28 Thread Marcus Boerger
Hello Wez, please remove this from PHP. PHP is open source, making this closed and bringing in patents at the end makes me very angry. This has absolutely nothing to do inside PHP. marcus Tuesday, November 27, 2007, 7:53:17 PM, you wrote: wez Tue Nov 27 18:53:17 2007 UTC

[PHP-CVS] cvs: CVSROOT / avail

2007-11-21 Thread Marcus Boerger
helly Wed Nov 21 10:37:12 2007 UTC Modified files: /CVSROOTavail Log: - upgrade david http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1329r2=1.1330diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1329 CVSROOT/avail:1.1330 ---

[PHP-CVS] cvs: CVSROOT / avail

2007-11-13 Thread Marcus Boerger
helly Tue Nov 13 22:53:55 2007 UTC Modified files: /CVSROOTavail Log: - Upgrade the RM by enabling him to shed rights as necessary http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1325r2=1.1326diff_format=u Index: CVSROOT/avail diff -u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/file include_userstream_002.phpt stream_001.phpt /main php_streams.h /main/streams cast.c streams.c

2007-11-06 Thread Marcus Boerger
helly Tue Nov 6 11:02:36 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/main php_streams.h /php-src/main/streams cast.c streams.c /php-src/ext/standard/tests/fileinclude_userstream_002.phpt

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

2007-11-06 Thread Marcus Boerger
helly Tue Nov 6 10:54:30 2007 UTC Modified files: /php-src/main/streams streams.c Log: - MFB ws http://cvs.php.net/viewvc.cgi/php-src/main/streams/streams.c?r1=1.153r2=1.154diff_format=u Index: php-src/main/streams/streams.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_3) / configure.in /main/streams glob_wrapper.c php_stream_glob_wrapper.h

2007-11-06 Thread Marcus Boerger
to | | obtain it through the world-wide-web, please send a note to | | [EMAIL PROTECTED] so we can mail you a copy immediately. | +--+ | Authors: Marcus Boerger [EMAIL PROTECTED

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

2007-11-06 Thread Marcus Boerger
helly Tue Nov 6 12:12:58 2007 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/main/streams plain_wrapper.c /php-src/ext/standard basic_functions.c Log: - MFH Add glob stream wrapper [DOC] The glob stream wrapper allows

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

2007-11-06 Thread Marcus Boerger
helly Tue Nov 6 14:38:11 2007 UTC Modified files: (Branch: PHP_5_3) /php-srcrun-tests.php Log: - Add hash bang line http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.35r2=1.226.2.37.2.35.2.1diff_format=u Index: php-src/run-tests.php diff

[PHP-CVS] cvs: php-src /ext/spl/tests bug38325.phpt bug40091.phpt bug40442.phpt

2007-11-06 Thread Marcus Boerger
helly Tue Nov 6 15:29:32 2007 UTC Modified files: /php-src/ext/spl/tests bug38325.phpt bug40091.phpt bug40442.phpt Log: - MFB Add tests http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/bug38325.phpt?r1=1.1r2=1.2diff_format=u Index:

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests .project /ext/standard/tests/array max_error.phpt min_error.phpt

2007-11-01 Thread Marcus Boerger
Hello Robert, please remove the '.project' file. marcus Thursday, November 1, 2007, 9:42:31 AM, you wrote: nicholsrThu Nov 1 08:42:31 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests .project Modified files:

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

2007-11-01 Thread Marcus Boerger
helly Thu Nov 1 16:54:43 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard var.c Log: - MFH missing get_debug_info piece http://cvs.php.net/viewvc.cgi/php-src/ext/standard/var.c?r1=1.203.2.7.2.18.2.2r2=1.203.2.7.2.18.2.3diff_format=u

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqli mysqli.c /ext/mysqlnd mysqlnd_priv.h

2007-10-28 Thread Marcus Boerger
Hello Andi, he's not replicating them, he added them as a fallback. Which allows him to use the same sources for 5.2 - I guess. marcus Sunday, October 28, 2007, 4:31:59 AM, you wrote: Hi Andrey, Are you sure it's a good idea to replicate these macros? It kind of breaks the ability to

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/array max_basic.phpt max_error.phpt max_variation1.phpt max_variation2.phpt min_basic.phpt min_error.phpt min_variation1.phpt min_variation2.php

2007-10-26 Thread Marcus Boerger
Hello Robert, thanks for providing new test cases! Friday, October 26, 2007, 1:02:04 PM, you wrote: http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/min_error.phpt?view=markuprev=1.1 Index: php-src/ext/standard/tests/array/min_error.phpt +++

Re: [PHP-CVS] cvs: php-src /ext/standard/tests/array array_splice_basic.phpt array_splice_errors.phpt array_splice_variation1.phpt array_splice_variation2.phpt array_splice_variation3.phpt array_splic

2007-10-26 Thread Marcus Boerger
Hello Robert, Friday, October 26, 2007, 1:06:31 PM, you wrote: http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/array_splice_variation1.phpt?view=markuprev=1.1 Index: php-src/ext/standard/tests/array/array_splice_variation1.phpt +++

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/array max_basic.phpt max_error.phpt max_variation1.phpt max_variation2.phpt min_basic.phpt min_error.phpt min_variation1.phpt min_variation2.php

2007-10-26 Thread Marcus Boerger
Hello Rob, Friday, October 26, 2007, 5:18:32 PM, you wrote: Hi Marcus, thanks for the feedback I will correct the formatting issues. I'd like to re-assure you that all the testcases I just checked in were tested against this morning's snapshots on 5.2 , 5.3 and 6.0 on both windows and

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

2007-10-25 Thread Marcus Boerger
Hello Dmitry, Thursday, October 25, 2007, 7:39:06 AM, you wrote: dmitry Thu Oct 25 05:39:06 2007 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/sapi/cgi cgi_main.c Log: Added CGI SAPI -T option, to measure execution time of script

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqlnd mysqlnd.c mysqlnd_debug.h

2007-10-23 Thread Marcus Boerger
Hello Andrey, basically you cannot use any define. And when you want to be platform agnostic/independent then you must assume all posix/c-api functions are defines. marcus Tuesday, October 23, 2007, 12:10:18 PM, you wrote: andrey Tue Oct 23 10:10:18 2007 UTC Modified files:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl spl_array.c /ext/spl/tests bug42654.phpt

2007-10-17 Thread Marcus Boerger
helly Thu Oct 18 03:55:43 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/spl/tests bug42654.phpt Modified files: /php-src/ext/splspl_array.c Log: - Fix #42654 (maybe also a bunch of others)

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

2007-10-17 Thread Marcus Boerger
helly Thu Oct 18 04:41:39 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/spl/tests bug42703.phpt Modified files: /php-src/ext/splspl_iterators.c Log: - Fix #42703

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/spl spl_array.c spl_iterators.c /ext/spl/tests bug42654.phpt bug42703.phpt

2007-10-17 Thread Marcus Boerger
helly Thu Oct 18 04:49:55 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/spl/tests bug42654.phpt bug42703.phpt Modified files: /php-src/ext/splspl_array.c spl_iterators.c Log: - MFB #42654, #42704

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/spl/tests bug41692.phpt

2007-10-17 Thread Marcus Boerger
helly Thu Oct 18 04:51:53 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/spl/tests bug41692.phpt Log: - Fix test expectation http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/bug41692.phpt?r1=1.1.2.2r2=1.1.2.3diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/spl/tests bug42654.phpt bug42703.phpt

2007-10-17 Thread Marcus Boerger
helly Thu Oct 18 05:09:49 2007 UTC Modified files: /php-src/ext/spl/tests bug42654.phpt bug42703.phpt Log: - Commit new tests to correct brnach (funny broken checkout)

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

2007-10-17 Thread Marcus Boerger
helly Thu Oct 18 05:19:13 2007 UTC Modified files: /php-src/ext/splspl_array.c Log: - Missing piece http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1=1.131r2=1.132diff_format=u Index: php-src/ext/spl/spl_array.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/spl spl_array.c spl_iterators.c /ext/spl/tests bug41692.phpt bug42654.phpt

2007-10-17 Thread Marcus Boerger
helly Thu Oct 18 05:26:55 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/splspl_array.c spl_iterators.c /php-src/ext/spl/tests bug41692.phpt bug42654.phpt Log: - MF53 Fix for #41692, #42703 # Now in correct branch with fixed checkout and

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

2007-10-17 Thread Marcus Boerger
helly Thu Oct 18 05:32:50 2007 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.976r2=1.2027.2.547.2.977diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.976

Re: [PHP-CVS] cvs: php-src /ext/standard/tests/strings nl2br_error.phpt nl2br_variation1.phpt nl2br_variation2.phpt nl2br_variation3.phpt nl2br_variation4.phpt nl2br_variation5.phpt

2007-10-10 Thread Marcus Boerger
Hello Raghubansh, Monday, October 8, 2007, 2:55:11 PM, you wrote: Hi Marcus, maybe safe a few keystrokes and go with the suggested *_001 instead or *_variation1 style. Did you mean that we name the testcases without indicating *variationcount or you mean, we should name the testcases

Re: [PHP-CVS] cvs: php-src /ext/standard/tests/strings strcspn_basic.phpt wordwrap_variation3.phpt

2007-10-10 Thread Marcus Boerger
Hello Raghubansh, Tuesday, October 9, 2007, 1:58:52 PM, you wrote: kraghubaTue Oct 9 11:58:52 2007 UTC Modified files: /php-src/ext/standard/tests/strings wordwrap_variation3.phpt strcspn_basic.phpt Log:

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

2007-10-10 Thread Marcus Boerger
Hello Jani, how about requiring 0.12.2 or even 0.12.3? marcus Wednesday, October 10, 2007, 11:28:51 AM, you wrote: janiWed Oct 10 09:28:51 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard url_scanner_ex.c Log: - Generated with

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

2007-10-10 Thread Marcus Boerger
helly Thu Oct 11 01:03:03 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard var.c Log: - MFH debug object helper http://cvs.php.net/viewvc.cgi/php-src/ext/standard/var.c?r1=1.203.2.7.2.18.2.1r2=1.203.2.7.2.18.2.2diff_format=u Index:

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

2007-10-10 Thread Marcus Boerger
helly Thu Oct 11 01:03:19 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/simplexml simplexml.c Log: - MFH debug object helper http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.151.2.22.2.35.2.2r2=1.151.2.22.2.35.2.3diff_format=u

<    1   2   3   4   5   6   7   8   9   10   >