[PHP-CVS] cvs: php-src /ext/dom dom_iterators.c php_dom.h

2006-02-07 Thread Rob Richards
rrichards Tue Feb 7 11:48:37 2006 UTC Modified files: /php-src/ext/domdom_iterators.c php_dom.h Log: modify get_iterator call for engine change http://cvs.php.net/viewcvs.cgi/php-src/ext/dom/dom_iterators.c?r1=1.12&r2=1.13&diff_format=u Index: php-src

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/com_dotnet com_handlers.c com_iterator.c

2006-02-07 Thread Rob Richards
rrichards Tue Feb 7 11:50:54 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/com_dotnet com_handlers.c com_iterator.c Log: fix mem leak with iterators fix object casting for edge case http://cvs.php.net/viewcvs.cgi/php-src/ext/com_dotnet/com_

[PHP-CVS] cvs: php-src /ext/com_dotnet com_handlers.c com_iterator.c com_saproxy.c php_com_dotnet_internal.h

2006-02-07 Thread Rob Richards
rrichards Tue Feb 7 11:52:45 2006 UTC Modified files: /php-src/ext/com_dotnet com_saproxy.c com_handlers.c com_iterator.c php_com_dotnet_internal.h Log: modify get_iterator calls for engine change fix mem leak with iter

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/soap php_http.c php_soap.h soap.c /ext/soap/tests/schema schema075.phpt schema076.phpt schema077.phpt schema078.phpt schema079.phpt schema080.phpt

2006-02-07 Thread Dmitry Stogov
dmitry Tue Feb 7 12:49:10 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcNEWS /php-src/ext/soap php_http.c php_soap.h soap.c /php-src/ext/soap/tests/schema schema075.phpt schema076.phpt schema077.phpt sc

[PHP-CVS] cvs: php-src /ext/soap php_http.c php_soap.h soap.c /ext/soap/tests/schema schema075.phpt schema076.phpt schema077.phpt schema078.phpt schema079.phpt schema080.phpt

2006-02-07 Thread Dmitry Stogov
dmitry Tue Feb 7 12:49:30 2006 UTC Modified files: /php-src/ext/soap php_http.c php_soap.h soap.c /php-src/ext/soap/tests/schema schema075.phpt schema076.phpt schema077.phpt schema078.phpt

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

2006-02-07 Thread Dmitry Stogov
dmitry Tue Feb 7 12:57:28 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/soap php_http.c Log: Compression level shouldn't be greatr then 9. http://cvs.php.net/viewcvs.cgi/php-src/ext/soap/php_http.c?r1=1.77.2.8&r2=1.77.2.9&diff_format=u Index: php

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

2006-02-07 Thread Dmitry Stogov
dmitry Tue Feb 7 12:57:43 2006 UTC Modified files: /php-src/ext/soap php_http.c Log: Compression level shouldn't be greatr then 9. http://cvs.php.net/viewcvs.cgi/php-src/ext/soap/php_http.c?r1=1.85&r2=1.86&diff_format=u Index: php-src/ext/soap/php_http.c

[PHP-CVS] cvs: CVSROOT / avail

2006-02-07 Thread Pierre-Alain Joye
pajoye Tue Feb 7 13:40:30 2006 UTC Modified files: /CVSROOTavail Log: - colder karma for pear http://cvs.php.net/viewcvs.cgi/CVSROOT/avail?r1=1.1085&r2=1.1086&diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1085 CVSROOT/avail:1.1086 --- CVSRO

[PHP-CVS] cvs: php-src /ext/oci8/tests bind_empty.phpt

2006-02-07 Thread Antony Dovgal
tony2001Tue Feb 7 14:11:01 2006 UTC Modified files: /php-src/ext/oci8/tests bind_empty.phpt Log: don't use deprecated call-time by reference http://cvs.php.net/viewcvs.cgi/php-src/ext/oci8/tests/bind_empty.phpt?r1=1.3&r2=1.4&diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/oci8/tests bind_empty.phpt

2006-02-07 Thread Antony Dovgal
tony2001Tue Feb 7 14:11:31 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/oci8/tests bind_empty.phpt Log: don't use deprecated call-time by reference http://cvs.php.net/viewcvs.cgi/php-src/ext/oci8/tests/bind_empty.phpt?r1=1.1.2.3&r2=1.1.

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/standard array.c php_array.h

2006-02-07 Thread Andrei Zmievski
andrei Tue Feb 7 17:54:24 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/standard array.c php_array.h Log: Move array globals declarations back to the header file. http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/array.c?r1=1.308.2.16&r2=1.

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

2006-02-07 Thread Andrei Zmievski
andrei Tue Feb 7 17:54:52 2006 UTC Modified files: /php-src/ext/standard array.c php_array.h Log: MFB. http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/array.c?r1=1.338&r2=1.339&diff_format=u Index: php-src/ext/standard/array.c diff -u php-src/ext/

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

2006-02-07 Thread Andrei Zmievski
andrei Tue Feb 7 20:01:29 2006 UTC Modified files: /php-src/ext/unicodeunicode_iterators.c Log: Implement reverse iteration for codeunits and codepoints. Combining sequences are next. # This is ugly, though. # foreach (new TextIterator($a, # Tex

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

2006-02-07 Thread Andrei Zmievski
andrei Wed Feb 8 00:16:50 2006 UTC Modified files: /php-src/ext/unicodeunicode_iterators.c Log: Reverse iteration for combining sequences. http://cvs.php.net/viewcvs.cgi/php-src/ext/unicode/unicode_iterators.c?r1=1.16&r2=1.17&diff_format=u Index: ph

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

2006-02-07 Thread Ilia Alshanetsky
iliaa Wed Feb 8 00:36:57 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/reflection php_reflection.c /php-srcNEWS Log: Fixed bug #36308 (ReflectionProperty::getDocComment() does not reflect extended class commentary). http://cvs.php.

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

2006-02-07 Thread Ilia Alshanetsky
iliaa Wed Feb 8 00:37:31 2006 UTC Modified files: /php-src/ext/reflection php_reflection.c Log: MFB51: Fixed bug #36308 (ReflectionProperty::getDocComment() does not reflect extended class commentary). http://cvs.php.net/viewcvs.cgi/php-src/ext/refl

[PHP-CVS] cvs: php-src(PHP_4_4) /pear Makefile.frag

2006-02-07 Thread Greg Beaver
cellog Wed Feb 8 01:11:59 2006 UTC Modified files: (Branch: PHP_4_4) /php-src/pear Makefile.frag Log: fix Bug #36001: make install fails when --enable-memory-limit used http://cvs.php.net/viewcvs.cgi/php-src/pear/Makefile.frag?r1=1.28.2.7.4.1&r2=1.28.2.7.

[PHP-CVS] cvs: php-src(PHP_5_1) /pear Makefile.frag

2006-02-07 Thread Greg Beaver
cellog Wed Feb 8 01:12:13 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/pear Makefile.frag Log: MFB fix Bug #36001: make install fails when --enable-memory-limit used http://cvs.php.net/viewcvs.cgi/php-src/pear/Makefile.frag?r1=1.35.6.9&r2=1.35.6.10