[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard array.c /ext/standard/tests/array array_fill_keys.phpt

2006-07-15 Thread Marcus Boerger
helly Sat Jul 15 12:14:07 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/standard array.c /php-src/ext/standard/tests/array array_fill_keys.phpt Log: - MFH array_fill_keys, better unicode support, use new param parsing

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

2006-07-15 Thread Marcus Boerger
helly Sat Jul 15 12:09:13 2006 UTC Modified files: /php-src/ext/standard array.c Log: - Readd proto http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.364r2=1.365diff_format=u Index: php-src/ext/standard/array.c diff -u

[PHP-CVS] cvs: php-src /ext/spl spl_directory.c /ext/spl/tests fileobject_003.phpt

2006-07-15 Thread Marcus Boerger
helly Sat Jul 15 13:01:44 2006 UTC Modified files: /php-src/ext/splspl_directory.c /php-src/ext/spl/tests fileobject_003.phpt Log: - Fix issue with SplFileObject and directories

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

2006-07-15 Thread Marcus Boerger
helly Sat Jul 15 13:01:59 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/splspl_directory.c /php-src/ext/spl/tests fileobject_003.phpt Log: - MFH Fix issue with SplFileObject and directories

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

2006-07-15 Thread Marcus Boerger
helly Sat Jul 15 14:50:38 2006 UTC Modified files: /php-src/ext/splspl_directory.c Log: - Implement todo: SplFileObject: ability to set the CSV separator per object, part 2

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

2006-07-15 Thread Marcus Boerger
helly Sat Jul 15 14:54:57 2006 UTC Modified files: /php-src/ext/splspl_directory.c Log: - Be on the safe side http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_directory.c?r1=1.95r2=1.96diff_format=u Index: php-src/ext/spl/spl_directory.c diff -u

[PHP-CVS] cvs: php-src /ext/spl/internal splfileobject.inc

2006-07-15 Thread Marcus Boerger
* @brief Object representation for any stream * @author Marcus Boerger - * @version 1.0 + * @version 1.1 * @since PHP 5.1 */ class SplFileObject extends SplFileInfo implements RecursiveIterator, SeekableIterator @@ -26,6 +26,8 @@ private $lnum = 0; private $max_len

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

2006-07-12 Thread Marcus Boerger
helly Wed Jul 12 07:34:28 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcREADME.PARAMETER_PARSING_API Log: - Reorder and add missing http://cvs.php.net/viewvc.cgi/php-src/README.PARAMETER_PARSING_API?r1=1.7r2=1.7.6.1diff_format=u Index:

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

2006-07-12 Thread Marcus Boerger
helly Wed Jul 12 07:31:56 2006 UTC Modified files: /php-srcREADME.PARAMETER_PARSING_API Log: - Reorder and add missing http://cvs.php.net/viewvc.cgi/php-src/README.PARAMETER_PARSING_API?r1=1.11r2=1.12diff_format=u Index:

[PHP-CVS] cvs: CVSROOT / avail

2006-07-11 Thread Marcus Boerger
helly Tue Jul 11 20:27:11 2006 UTC Modified files: /CVSROOTavail Log: - pecl/aspect will become pear/aspect (if agreed) http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1158r2=1.1159diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1158

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

2006-07-09 Thread Marcus Boerger
helly Sun Jul 9 10:22:03 2006 UTC Added files: /php-src/ext/spl/tests spl_005.phpt Modified files: /php-src/ext/splphp_spl.c Log: - Add spl_object_hash()

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

2006-07-09 Thread Marcus Boerger
helly Sun Jul 9 10:22:27 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/spl/tests spl_005.phpt Modified files: /php-src/ext/splphp_spl.c Log: - MFH Add spl_object_hash()

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/spl/examples dualiterator.inc recursivedualiterator.inc /ext/spl/examples/tests dualiterator_001.phpt

2006-07-09 Thread Marcus Boerger
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/examples/dualiterator.inc?view=markuprev=1.1 Index: php-src/ext/spl/examples/dualiterator.inc +++ php-src/ext/spl/examples/dualiterator.inc ?php /** @file DualIterator.inc * @ingroup Examples * @brief class DualIterator * @author Marcus Boerger

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

2006-07-09 Thread Marcus Boerger
helly Sun Jul 9 17:53:55 2006 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.107r2=1.2027.2.547.2.108diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.107

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

2006-07-09 Thread Marcus Boerger
helly Sun Jul 9 17:58:39 2006 UTC Modified files: /php-srcNEWS Log: - Entry doesn't belong here, fixed in 5.2 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2120r2=1.2121diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2120 php-src/NEWS:1.2121

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

2006-07-09 Thread Marcus Boerger
helly Sun Jul 9 22:45:32 2006 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.108r2=1.2027.2.547.2.109diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.108

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

2006-07-09 Thread Marcus Boerger
: Sterling Hughes [EMAIL PROTECTED] +PRIMARY MAINTAINER: Marcus Boerger [EMAIL PROTECTED] MAINTENANCE: Maintained STATUS: Working SINCE: 5.0 -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2006-07-09 Thread Marcus Boerger
: simplexml -PRIMARY MAINTAINER: Sterling Hughes [EMAIL PROTECTED] +PRIMARY MAINTAINER: Marcus Boerger [EMAIL PROTECTED] MAINTENANCE: Maintained STATUS: Working SINCE: 5.0 -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http

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

2006-07-09 Thread Marcus Boerger
helly Sun Jul 9 22:57:54 2006 UTC Modified files: /php-srcEXTENSIONS Log: - Add missing entry http://cvs.php.net/viewvc.cgi/php-src/EXTENSIONS?r1=1.75r2=1.76diff_format=u Index: php-src/EXTENSIONS diff -u php-src/EXTENSIONS:1.75 php-src/EXTENSIONS:1.76

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

2006-07-09 Thread Marcus Boerger
helly Sun Jul 9 22:58:36 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcEXTENSIONS Log: - Add new entry http://cvs.php.net/viewvc.cgi/php-src/EXTENSIONS?r1=1.72.2.4.2.1r2=1.72.2.4.2.2diff_format=u Index: php-src/EXTENSIONS diff -u

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

2006-07-09 Thread Marcus Boerger
helly Sun Jul 9 23:28:59 2006 UTC Modified files: /php-src/ext/reflection php_reflection.c Log: - Fix logic http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/php_reflection.c?r1=1.240r2=1.241diff_format=u Index: php-src/ext/reflection/php_reflection.c

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

2006-07-09 Thread Marcus Boerger
helly Sun Jul 9 23:30:19 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/reflection php_reflection.c Log: - MFH Fix logic http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/php_reflection.c?r1=1.164.2.33.2.11r2=1.164.2.33.2.12diff_format=u

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

2006-07-09 Thread Marcus Boerger
helly Mon Jul 10 00:18:53 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/reflection/tests bug37816.phpt Modified files: /php-srcNEWS /php-src/ext/reflection php_reflection.c Log: - MFH Fixed bug #37816

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

2006-07-09 Thread Marcus Boerger
helly Mon Jul 10 00:13:50 2006 UTC Added files: /php-src/ext/reflection/tests bug37816.phpt Modified files: /php-src/ext/reflection php_reflection.c Log: - Fix bug #37816 ReflectionProperty does not throw exception when

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

2006-07-09 Thread Marcus Boerger
helly Mon Jul 10 00:36:47 2006 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.110r2=1.2027.2.547.2.111diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.110

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

2006-07-08 Thread Marcus Boerger
helly Sat Jul 8 11:43:07 2006 UTC Added files: /php-src/ext/spl/tests fileobject_003.phpt Log: - Add new test http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/fileobject_003.phpt?view=markuprev=1.1 Index: php-src/ext/spl/tests/fileobject_003.phpt

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

2006-06-24 Thread Marcus Boerger
helly Sat Jun 24 18:53:51 2006 UTC Modified files: /php-src/ext/reflection php_reflection.c Log: - Fix ReflectionObject::getProperties() + dyn properties http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/php_reflection.c?r1=1.236r2=1.237diff_format=u

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

2006-06-24 Thread Marcus Boerger
helly Sat Jun 24 18:55:15 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/reflection php_reflection.c Log: - MFH Fix ReflectionObject::getProperties() + dyn properties

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/file bug37864.phpt

2006-06-20 Thread Marcus Boerger
Hello Nuno, would an empty data stream result in the same effect? If so use that rather than working on a real file. best regards marcus Tuesday, June 20, 2006, 11:49:16 PM, you wrote: nlopess Tue Jun 20 21:49:16 2006 UTC Modified files: (Branch: PHP_5_2)

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /win32 crypt_win32.c crypt_win32.h

2006-06-16 Thread Marcus Boerger
Hello Dmitry, this is impossible. We have discussed many times that nothing else besides PHP license stuff goes into core. please revert. marcus Friday, June 16, 2006, 7:57:18 AM, you wrote: http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.547.2.86r2=1.2027.2.547.2.87diff_format=u

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

2006-06-14 Thread Marcus Boerger
-src/ext/sqlite/sqlite.c:1.193 php-src/ext/sqlite/sqlite.c:1.194 --- php-src/ext/sqlite/sqlite.c:1.193 Tue Jun 13 13:12:19 2006 +++ php-src/ext/sqlite/sqlite.c Wed Jun 14 16:04:47 2006 @@ -17,7 +17,7 @@ | Marcus Boerger [EMAIL PROTECTED

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

2006-06-14 Thread Marcus Boerger
Wednesday, June 14, 2006, 7:38:15 PM, you wrote: On Wed, 14 Jun 2006, Marcus Boerger wrote: why change this to a recoveranle here? This messages states that you are doing somethign worng syntax wise. That should be a fatal error and is a fatal error in all other iterator implementations

[PHP-CVS] cvs: CVSROOT / avail

2006-06-13 Thread Marcus Boerger
helly Tue Jun 13 21:46:42 2006 UTC Modified files: /CVSROOTavail Log: - Upgrade nuno http://cvs.php.net/viewcvs.cgi/CVSROOT/avail?r1=1.1144r2=1.1145diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1144 CVSROOT/avail:1.1145 ---

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

2006-06-07 Thread Marcus Boerger
helly Wed Jun 7 09:11:58 2006 UTC Modified files: /php-src/ext/reflection php_reflection.c Log: - Add ReflectionClass::getInterfaceNames() http://cvs.php.net/viewcvs.cgi/php-src/ext/reflection/php_reflection.c?r1=1.232r2=1.233diff_format=u Index:

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

2006-06-07 Thread Marcus Boerger
helly Wed Jun 7 09:26:11 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/reflection php_reflection.c Log: - MFH Add ReflectionClass::getInterfaceNames()

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/spl php_spl.c spl_iterators.c spl_iterators.h /ext/spl/tests spl_004.phpt

2006-06-07 Thread Marcus Boerger
helly Wed Jun 7 09:44:42 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/spl/tests spl_004.phpt Modified files: /php-src/ext/splphp_spl.c spl_iterators.c spl_iterators.h Log: - MFH iterator_apply()

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

2006-06-07 Thread Marcus Boerger
helly Wed Jun 7 22:39:00 2006 UTC Modified files: /php-src/ext/reflection php_reflection.c Log: - Add arginfo (hannes) http://cvs.php.net/viewcvs.cgi/php-src/ext/reflection/php_reflection.c?r1=1.233r2=1.234diff_format=u Index:

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

2006-06-07 Thread Marcus Boerger
helly Wed Jun 7 22:39:22 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/reflection php_reflection.c Log: - MFH Add arginfo (hannes)

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

2006-06-04 Thread Marcus Boerger
helly Sun Jun 4 10:11:49 2006 UTC Modified files: /php-src/ext/reflection php_reflection.c Log: - Use engine call to register interfaces (steph) http://cvs.php.net/viewcvs.cgi/php-src/ext/reflection/php_reflection.c?r1=1.231r2=1.232diff_format=u Index:

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

2006-06-04 Thread Marcus Boerger
helly Sun Jun 4 10:26:56 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/reflection php_reflection.c Log: - Use engine call to register interfaces (steph)

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

2006-06-04 Thread Marcus Boerger
helly Sun Jun 4 10:31:58 2006 UTC Modified files: /php-src/ext/splspl_functions.c Log: - Use engine call to register interfaces (steph) http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_functions.c?r1=1.35r2=1.36diff_format=u Index:

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

2006-06-04 Thread Marcus Boerger
helly Sun Jun 4 10:34:22 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/splspl_functions.c Log: - MFH Use engine call to register interfaces (steph)

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

2006-06-04 Thread Marcus Boerger
helly Sun Jun 4 10:47:22 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/splphp_spl.c Log: - Add missing classes http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/php_spl.c?r1=1.52.2.28r2=1.52.2.28.2.1diff_format=u Index: php-src/ext/spl/php_spl.c

Re: [PHP-CVS] cvs: php-src / README.NEW-OUTPUT-API /ext/pgsql pgsql.c /ext/session session.c /ext/soap soap.c /ext/standard basic_functions.c head.c info.c url_scanner_ex.c url_scanner_ex.re var.c

2006-06-02 Thread Marcus Boerger
Hello Michael, in streams api they at least make sense because the yuse the same technology using in a bunch of zend functions to pass a bit more information about the callee :-) - but here that is not done so i also see no reason for that. best regards marcus Friday, June 2, 2006, 11:08:53

[PHP-CVS] cvs: php-src /tests/classes inheritance_003.phpt inheritance_004.phpt

2006-05-30 Thread Marcus Boerger
helly Tue May 30 23:11:14 2006 UTC Added files: /php-src/tests/classes inheritance_003.phpt inheritance_004.phpt Log: - Add new tests http://cvs.php.net/viewcvs.cgi/php-src/tests/classes/inheritance_003.phpt?view=markuprev=1.1 Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /tests/classes inheritance_003.phpt inheritance_004.phpt

2006-05-30 Thread Marcus Boerger
helly Tue May 30 23:11:34 2006 UTC Added files: (Branch: PHP_5_2) /php-src/tests/classes inheritance_003.phpt inheritance_004.phpt Log: - Add new tests http://cvs.php.net/viewcvs.cgi/php-src/tests/classes/inheritance_003.phpt?view=markuprev=1.1 Index:

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/file file_put_contents.phpt

2006-05-29 Thread Marcus Boerger
Hello Antony, i have a different set of scripts based on Ken Coar's that work perfectly at my office. But Rasmus had problems setting them up. So i am not sure it is a good idea to install them and try a bit until the issues are solved. For example we should block access to all but a test

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

2006-05-29 Thread Marcus Boerger
helly Mon May 29 20:07:40 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: - BFN http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.547.2.62r2=1.2027.2.547.2.63diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.62

[PHP-CVS] cvs: php-src /ext/prephp EXPERIMENTAL

2006-05-27 Thread Marcus Boerger
helly Sat May 27 18:18:58 2006 UTC Added files: /php-src/ext/prephp EXPERIMENTAL Log: Initial Release -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php-src /ext/prephp EXPERIMENTAL

2006-05-27 Thread Marcus Boerger
Hello internals, hmmm it ignored my -d... Saturday, May 27, 2006, 8:18:58 PM, you wrote: helly Sat May 27 18:18:58 2006 UTC Added files: /php-src/ext/prephp EXPERIMENTAL Log: Initial Release Best regards, Marcus -- PHP CVS

Re: [PHP-CVS] cvs: php-src /ext/prephp EXPERIMENTAL

2006-05-27 Thread Marcus Boerger
something. Unfortunatly i did it with a bit of a haste. Can i repeat saying sorry for the mistake or do i need to bow before anybody? Saturday, May 27, 2006, 8:26:47 PM, you wrote: On 27.05.2006 22:18, Marcus Boerger wrote: helly Sat May 27 18:18:58 2006 UTC Added files

Re: [PHP-CVS] cvs: php-src /ext/prephp EXPERIMENTAL

2006-05-27 Thread Marcus Boerger
Hello Antony, phew, luckily Derick was around and able to correct my mistake regards marcus Saturday, May 27, 2006, 8:26:47 PM, you wrote: On 27.05.2006 22:18, Marcus Boerger wrote: helly Sat May 27 18:18:58 2006 UTC Added files: /php-src/ext/prephp

[PHP-CVS] cvs: php-src /ext/wddx wddx.c /ext/wddx/tests bug37587.phpt

2006-05-25 Thread Marcus Boerger
helly Thu May 25 09:51:58 2006 UTC Added files: /php-src/ext/wddx/tests bug37587.phpt Modified files: /php-src/ext/wddx wddx.c Log: - Bugfix 37587

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/wddx wddx.c /ext/wddx/tests bug37587.phpt

2006-05-25 Thread Marcus Boerger
helly Thu May 25 09:59:25 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/wddx/tests bug37587.phpt Modified files: /php-srcNEWS /php-src/ext/wddx wddx.c Log: - MFH Bugfix 37587

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/wddx wddx.c

2006-05-25 Thread Marcus Boerger
helly Thu May 25 10:01:30 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcNEWS /php-src/ext/wddx wddx.c Log: - MFH Fixed bug #37587 (var without attribute causes segfault

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

2006-05-25 Thread Marcus Boerger
helly Thu May 25 10:20:56 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS README.UPDATE_5_2 Log: - Update update news and sync with NEWS http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.547.2.51r2=1.2027.2.547.2.52diff_format=u Index:

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

2006-05-25 Thread Marcus Boerger
helly Thu May 25 10:46:53 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/strings bug4.phpt Log: - Update test http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/tests/strings/bug4.phpt?r1=1.2r2=1.2.6.1diff_format=u Index:

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

2006-05-25 Thread Marcus Boerger
helly Thu May 25 10:50:53 2006 UTC Modified files: /php-src/ext/standard/tests/strings bug4.phpt Log: - MFB http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/tests/strings/bug4.phpt?r1=1.4r2=1.5diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/spl/examples dualiterator.inc recursivedualiterator.inc /ext/spl/examples/tests dualiterator_001.phpt

2006-05-25 Thread Marcus Boerger
DualIterator * @author Marcus Boerger * @date2003 - 2006 * * SPL - Standard PHP Library */ /** @ingroup Examples * @brief Synchronous iteration over two iterators * @author Marcus Boerger * @version 1.1 */ class DualIterator implements Iterator { const CURRENT_LHS = 0x01

[PHP-CVS] cvs: php-src /ext/spl/examples recursivedualiterator.inc /ext/spl/examples/tests dualiterator_001.phpt

2006-05-25 Thread Marcus Boerger
helly Thu May 25 18:15:04 2006 UTC Modified files: /php-src/ext/spl/examples recursivedualiterator.inc /php-src/ext/spl/examples/tests dualiterator_001.phpt Log: - Make recursive part and identical part work correct

[PHP-CVS] cvs: php-src /tests/classes interfaces_003.phpt ZendEngine2 zend_execute.c ZendEngine2/tests bug33996.phpt

2006-05-25 Thread Marcus Boerger
helly Fri May 26 00:26:45 2006 UTC Modified files: /ZendEngine2zend_execute.c /ZendEngine2/tests bug33996.phpt /php-src/tests/classes interfaces_003.phpt Log: - Sync error messages and simplify error message generation code

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

2006-05-25 Thread Marcus Boerger
helly Fri May 26 00:37:33 2006 UTC Modified files: /php-src/ext/splphp_spl.c spl_iterators.c spl_iterators.h Log: - Add function iterator_apply() http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/php_spl.c?r1=1.90r2=1.91diff_format=u Index:

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

2006-05-25 Thread Marcus Boerger
helly Fri May 26 00:49:02 2006 UTC Modified files: /php-src/ext/splphp_spl.c Log: - Fix type hint http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/php_spl.c?r1=1.91r2=1.92diff_format=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_spl.c:1.91

[PHP-CVS] cvs: php-src /ext/spl php_spl.c spl_iterators.c /ext/spl/tests spl_004.phpt

2006-05-25 Thread Marcus Boerger
helly Fri May 26 01:40:57 2006 UTC Added files: /php-src/ext/spl/tests spl_004.phpt Modified files: /php-src/ext/splphp_spl.c spl_iterators.c Log: - Fix handling of third parameter to iterator_apply() - Add test

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

2006-05-23 Thread Marcus Boerger
helly Tue May 23 21:37:18 2006 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: - Fix SEGV in case class to generate is not derived from SimpleXMLElement by issueing an error

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

2006-05-23 Thread Marcus Boerger
helly Tue May 23 21:56:36 2006 UTC Added files: /php-src/ext/simplexml/testsbug37565.phpt Log: - Add new test http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/tests/bug37565.phpt?view=markuprev=1.1 Index:

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

2006-05-23 Thread Marcus Boerger
helly Tue May 23 21:58:45 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/simplexml/testsbug37565.phpt Modified files: /php-srcNEWS /php-src/ext/simplexml simplexml.c Log: - MFH Bugfix #37565

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

2006-05-23 Thread Marcus Boerger
helly Tue May 23 22:22:35 2006 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: - Readd NULL as allowed classname to skip parameter http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/simplexml.c?r1=1.208r2=1.209diff_format=u Index:

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

2006-05-23 Thread Marcus Boerger
helly Tue May 23 22:24:10 2006 UTC Modified files: /php-srcNEWS Log: - Done in 5.2 http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2116r2=1.2117diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2116 php-src/NEWS:1.2117 --- php-src/NEWS:1.2116 Fri

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/simplexml php_simplexml.h simplexml.c /ext/simplexml/tests profile12.phpt profile13.phpt

2006-05-23 Thread Marcus Boerger
helly Tue May 23 22:24:44 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/simplexml/testsprofile12.phpt profile13.phpt Modified files: /php-src/ext/simplexml php_simplexml.h simplexml.c Log: - MFH Sync with head

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

2006-05-23 Thread Marcus Boerger
helly Tue May 23 22:26:23 2006 UTC Modified files: /php-src/main/streams memory.c Log: - Fix feof() with temp/memory streams http://cvs.php.net/viewcvs.cgi/php-src/main/streams/memory.c?r1=1.21r2=1.22diff_format=u Index: php-src/main/streams/memory.c

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

2006-05-23 Thread Marcus Boerger
helly Tue May 23 22:26:55 2006 UTC Added files: /php-src/ext/standard/tests/filestream_rfc2397_007.phpt Log: - Add new test http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/tests/file/stream_rfc2397_007.phpt?view=markuprev=1.1 Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/file stream_rfc2397_007.phpt /main/streams memory.c

2006-05-23 Thread Marcus Boerger
helly Tue May 23 22:31:25 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/filestream_rfc2397_007.phpt Modified files: /php-src/main/streams memory.c Log: - MFH Fix feof()

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/array array_combine.phpt array_diff_assoc.phpt

2006-05-23 Thread Marcus Boerger
helly Tue May 23 23:47:44 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array array_combine.phpt array_diff_assoc.phpt Log: - MFH Add more tests from Ligaya Turmelle

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/standard/tests/array array_combine.phpt array_diff_assoc.phpt

2006-05-23 Thread Marcus Boerger
helly Tue May 23 23:49:49 2006 UTC Added files: (Branch: PHP_5_1) /php-src/ext/standard/tests/array array_combine.phpt array_diff_assoc.phpt Log: - MFH Add more tests from Ligaya Turmelle

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

2006-05-22 Thread Marcus Boerger
helly Mon May 22 19:04:19 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: - Update http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.547.2.38r2=1.2027.2.547.2.39diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.38

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

2006-05-22 Thread Marcus Boerger
helly Mon May 22 19:43:15 2006 UTC Modified files: /php-src.gdbinit Log: - Provide user func printztype to retrieve the name of a zval type http://cvs.php.net/viewcvs.cgi/php-src/.gdbinit?r1=1.18r2=1.19diff_format=u Index: php-src/.gdbinit diff -u

[PHP-CVS] cvs: php-src(PHP_4_3) / README.CVS-RULES

2006-05-21 Thread Marcus Boerger
helly Sun May 21 09:09:55 2006 UTC Modified files: (Branch: PHP_4_3) /php-srcREADME.CVS-RULES Log: - Update http://cvs.php.net/viewcvs.cgi/php-src/README.CVS-RULES?r1=1.16.2.2r2=1.16.2.3diff_format=u Index: php-src/README.CVS-RULES diff -u

[PHP-CVS] cvs: php-src(PHP_4_4) / README.CVS-RULES

2006-05-21 Thread Marcus Boerger
helly Sun May 21 09:10:02 2006 UTC Modified files: (Branch: PHP_4_4) /php-srcREADME.CVS-RULES Log: - Update http://cvs.php.net/viewcvs.cgi/php-src/README.CVS-RULES?r1=1.16.2.2r2=1.16.2.2.2.1diff_format=u Index: php-src/README.CVS-RULES diff -u

[PHP-CVS] cvs: php-src(PHP_5_0) / README.CVS-RULES

2006-05-21 Thread Marcus Boerger
helly Sun May 21 09:11:21 2006 UTC Modified files: (Branch: PHP_5_0) /php-srcREADME.CVS-RULES Log: - Update http://cvs.php.net/viewcvs.cgi/php-src/README.CVS-RULES?r1=1.16.14.2r2=1.16.14.3diff_format=u Index: php-src/README.CVS-RULES diff -u

[PHP-CVS] cvs: php-src(PHP_5_1) / README.CVS-RULES

2006-05-21 Thread Marcus Boerger
helly Sun May 21 09:12:23 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcREADME.CVS-RULES Log: - Update http://cvs.php.net/viewcvs.cgi/php-src/README.CVS-RULES?r1=1.18.2.1r2=1.18.2.2diff_format=u Index: php-src/README.CVS-RULES diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) / README.CVS-RULES

2006-05-21 Thread Marcus Boerger
helly Sun May 21 09:12:34 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcREADME.CVS-RULES Log: - Update http://cvs.php.net/viewcvs.cgi/php-src/README.CVS-RULES?r1=1.18.2.1r2=1.18.2.1.2.1diff_format=u Index: php-src/README.CVS-RULES diff -u

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

2006-05-21 Thread Marcus Boerger
helly Sun May 21 09:12:41 2006 UTC Modified files: /php-srcREADME.CVS-RULES Log: - Update http://cvs.php.net/viewcvs.cgi/php-src/README.CVS-RULES?r1=1.19r2=1.20diff_format=u Index: php-src/README.CVS-RULES diff -u php-src/README.CVS-RULES:1.19

[PHP-CVS] cvs: php-src /tests/classes interfaces_003.phpt type_hinting_001.phpt type_hinting_003.phpt /tests/lang bug24658.phpt catchable_error_001.phpt catchable_error_002.phpt type_hints_001.phpt

2006-05-21 Thread Marcus Boerger
helly Sun May 21 11:23:35 2006 UTC Modified files: /ZendEngine2zend_execute.c /ZendEngine2/tests array_type_hint_001.phpt bug33996.phpt /php-src/tests/classes interfaces_003.phpt type_hinting_001.phpt

[PHP-CVS] cvs: php-src /tests/lang catchable_error_002.phpt

2006-05-21 Thread Marcus Boerger
helly Sun May 21 11:38:24 2006 UTC Modified files: /php-src/tests/lang catchable_error_002.phpt Log: - Fix unicode expectations http://cvs.php.net/viewcvs.cgi/php-src/tests/lang/catchable_error_002.phpt?r1=1.4r2=1.5diff_format=u Index:

[PHP-CVS] cvs: php-src /tests/lang bug24658.phpt ZendEngine2 zend_execute.c

2006-05-21 Thread Marcus Boerger
helly Sun May 21 12:38:28 2006 UTC Modified files: /ZendEngine2zend_execute.c /php-src/tests/lang bug24658.phpt Log: - Improve error messages (part 2) http://cvs.php.net/viewcvs.cgi/ZendEngine2/zend_execute.c?r1=1.743r2=1.744diff_format=u Index:

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

2006-05-21 Thread Marcus Boerger
helly Sun May 21 12:42:00 2006 UTC Added files: /php-src/ext/spl/tests iterator_042.phpt Modified files: /php-src/ext/splspl_iterators.c Log: - Remove duplicate error message and add new test

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

2006-05-21 Thread Marcus Boerger
helly Sun May 21 12:48:42 2006 UTC Modified files: /php-src/ext/spl/tests bug36287.phpt Log: - There is a problem in the string / unicode comparison here which we do not want to test here, so simply drop the part which is irrelevant to the actual

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

2006-05-21 Thread Marcus Boerger
helly Sun May 21 13:25:16 2006 UTC Modified files: /php-src/ext/standard base64.c Log: - Drop unneccesary check and change to safe_emalloc http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/base64.c?r1=1.46r2=1.47diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard/tests/file stream_rfc2397_006.phpt /main/streams memory.c

2006-05-21 Thread Marcus Boerger
helly Sun May 21 13:35:06 2006 UTC Added files: /php-src/ext/standard/tests/filestream_rfc2397_006.phpt Modified files: /php-src/main/streams memory.c Log: - Handle corrupt base64 data in data: url

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/file stream_rfc2397_006.phpt /main/streams memory.c

2006-05-21 Thread Marcus Boerger
helly Sun May 21 13:37:19 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/filestream_rfc2397_006.phpt Modified files: /php-src/main/streams memory.c Log: - MFH Handle corrupt base64 data in data: url

[PHP-CVS] cvs: php-src /ext/spl spl_iterators.c spl_iterators.h /ext/spl/tests iterator_043.phpt iterator_044.phpt iterator_045.phpt iterator_046.phpt iterator_047.phpt iterator_048.phpt

2006-05-21 Thread Marcus Boerger
helly Sun May 21 17:27:12 2006 UTC Added files: /php-src/ext/spl/tests iterator_043.phpt iterator_044.phpt iterator_045.phpt iterator_046.phpt iterator_047.phpt iterator_048.phpt Modified

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

2006-05-21 Thread Marcus Boerger
helly Sun May 21 17:36:53 2006 UTC Modified files: /php-src/ext/splspl_iterators.c Log: - More exception related issues http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_iterators.c?r1=1.133r2=1.134diff_format=u Index: php-src/ext/spl/spl_iterators.c

[PHP-CVS] cvs: php-src(PHP_5_2) /tests/classes interfaces_003.phpt type_hinting_001.phpt type_hinting_003.phpt /tests/lang bug24658.phpt type_hints_001.phpt ZendEngine2 zend_execute.c ZendEngine2/t

2006-05-21 Thread Marcus Boerger
helly Sun May 21 18:10:32 2006 UTC Modified files: (Branch: PHP_5_2) /ZendEngine2zend_execute.c /ZendEngine2/tests array_type_hint_001.phpt bug33996.phpt /php-src/tests/classes interfaces_003.phpt type_hinting_001.phpt

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/spl spl_iterators.c spl_iterators.h /ext/spl/tests iterator_042.phpt iterator_043.phpt iterator_044.phpt iterator_045.phpt iterator_046.phpt iterator_047.phpt ite

2006-05-21 Thread Marcus Boerger
helly Sun May 21 18:13:37 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/spl/tests iterator_042.phpt iterator_043.phpt iterator_044.phpt iterator_045.phpt iterator_046.phpt

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

2006-05-21 Thread Marcus Boerger
helly Sun May 21 18:48:50 2006 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/curl curl.c Log: - Fix build http://cvs.php.net/viewcvs.cgi/php-src/ext/curl/curl.c?r1=1.124.2.30.2.10r2=1.124.2.30.2.11diff_format=u Index: php-src/ext/curl/curl.c diff -u

[PHP-CVS] cvs: php-src /tests/classes abstract_by_interface_001.phpt abstract_by_interface_002.phpt

2006-05-20 Thread Marcus Boerger
helly Sat May 20 11:34:58 2006 UTC Added files: /php-src/tests/classes abstract_by_interface_001.phpt abstract_by_interface_002.phpt Log: - Add new tests

[PHP-CVS] cvs: php-src(PHP_5_2) /tests/classes abstract_by_interface_001.phpt abstract_by_interface_002.phpt

2006-05-20 Thread Marcus Boerger
helly Sat May 20 11:35:38 2006 UTC Added files: (Branch: PHP_5_2) /php-src/tests/classes abstract_by_interface_001.phpt abstract_by_interface_002.phpt Log: - MFH Add new tests

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

2006-05-20 Thread Marcus Boerger
helly Sat May 20 12:44:46 2006 UTC Modified files: /php-src.gdbinit Log: - In printzv show private/protected visibility and class in case of private http://cvs.php.net/viewcvs.cgi/php-src/.gdbinit?r1=1.17r2=1.18diff_format=u Index: php-src/.gdbinit

[PHP-CVS] cvs: php-src /ext/spl spl_iterators.c spl_iterators.h /ext/spl/tests iterator_041.phpt

2006-05-20 Thread Marcus Boerger
helly Sat May 20 13:23:00 2006 UTC Added files: /php-src/ext/spl/tests iterator_041.phpt Modified files: /php-src/ext/splspl_iterators.c spl_iterators.h Log: - Provide a generic c-level iterator apply function - Base

<    3   4   5   6   7   8   9   10   11   12   >