[PHP-CVS] cvs: php-src /ext/xmlrpc xmlrpc-epi-php.c /ext/xmlrpc/tests 001.phpt 002.phpt

2006-08-14 Thread Antony Dovgal
tony2001Mon Aug 14 08:15:44 2006 UTC Added files: /php-src/ext/xmlrpc/tests 001.phpt 002.phpt Modified files: /php-src/ext/xmlrpc xmlrpc-epi-php.c Log: fix segfault and leak in ext/xmlrpc add tests http://cvs.php.net/viewv

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/xmlrpc xmlrpc-epi-php.c /ext/xmlrpc/tests 001.phpt 002.phpt

2006-08-14 Thread Antony Dovgal
tony2001Mon Aug 14 08:18:01 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/xmlrpc/tests 001.phpt 002.phpt Modified files: /php-src/ext/xmlrpc xmlrpc-epi-php.c Log: fix segfault and leak in ext/xmlrpc add tests http://

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

2006-08-14 Thread Antony Dovgal
tony2001Mon Aug 14 10:29:11 2006 UTC Modified files: /php-srcrun-tests.php Log: make sure USE_ZEND_ALLOC is always 1 when running tests without -m http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.302&r2=1.303&diff_format=u Index: php-src/r

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

2006-08-14 Thread Antony Dovgal
tony2001Mon Aug 14 10:29:20 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: make sure USE_ZEND_ALLOC is always 1 http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.10&r2=1.226.2.37.2.11&diff_format=u Index: ph

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

2006-08-14 Thread Rob Richards
rrichards Mon Aug 14 11:29:16 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/domphp_dom.c Log: fix underlying issue for bug #38438 http://cvs.php.net/viewvc.cgi/php-src/ext/dom/php_dom.c?r1=1.73.2.12.2.6&r2=1.73.2.12.2.7&diff_format=u Index: ph

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

2006-08-14 Thread Rob Richards
rrichards Mon Aug 14 11:29:49 2006 UTC Modified files: /php-src/ext/domphp_dom.c Log: MFB: fix underlying issue for bug #38438 http://cvs.php.net/viewvc.cgi/php-src/ext/dom/php_dom.c?r1=1.96&r2=1.97&diff_format=u Index: php-src/ext/dom/php_dom.c diff -

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

2006-08-14 Thread Rob Richards
rrichards Mon Aug 14 11:57:50 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/simplexml/testsbug38424.phpt Modified files: /php-src/ext/simplexml simplexml.c Log: fix bug #38424 (Different attribute assignment if new

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

2006-08-14 Thread Rob Richards
rrichards Mon Aug 14 11:58:49 2006 UTC Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/testsbug38424.phpt Log: MFB: fix bug #38424 (Different attribute assignment if new or existing) add test http://cvs.php.net

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

2006-08-14 Thread Edin Kadribasic
edink Mon Aug 14 11:59:07 2006 UTC Modified files: /php-src/ext/standard string.c Log: Fixed windows build. Looking at the macro definition it seems that the second argument to U_STRING_DECL can only be a string literal, not an indetifier. http://

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

2006-08-14 Thread Rob Richards
rrichards Mon Aug 14 11:59:25 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: BFN fix typo http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.198&r2=1.2027.2.547.2.199&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.202

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/tidy README libtidy.txt php_tidy.h tidy.c

2006-08-14 Thread Nuno Lopes
nlopess Mon Aug 14 15:09:08 2006 UTC Removed files: (Branch: PHP_5_2) /php-src/ext/tidy libtidy.txt Modified files: /php-src/ext/tidy README php_tidy.h tidy.c Log: more static keywording also remove the libtidy patch, as it is too old. u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/bz2 bz2.c php_bz2.h /ext/ctype ctype.c php_ctype.h /ext/pspell php_pspell.h pspell.c

2006-08-14 Thread Nuno Lopes
nlopess Mon Aug 14 14:53:23 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/bz2bz2.c php_bz2.h /php-src/ext/ctype ctype.c php_ctype.h /php-src/ext/pspell php_pspell.h pspell.c Log: a few more static keywording http://cvs.php.net/viewvc.cgi/p

[PHP-CVS] cvs: php-src /ext/bz2 bz2.c php_bz2.h /ext/ctype ctype.c php_ctype.h /ext/pspell php_pspell.h pspell.c

2006-08-14 Thread Nuno Lopes
nlopess Mon Aug 14 14:54:19 2006 UTC Modified files: /php-src/ext/bz2bz2.c php_bz2.h /php-src/ext/ctype ctype.c php_ctype.h /php-src/ext/pspell php_pspell.h pspell.c Log: MFB: a few more static keywording http://cvs.php.net/viewvc.cgi/php-src/ext/b

[PHP-CVS] cvs: php-src /ext/tidy README libtidy.txt php_tidy.h tidy.c

2006-08-14 Thread Nuno Lopes
nlopess Mon Aug 14 15:17:03 2006 UTC Removed files: /php-src/ext/tidy libtidy.txt Modified files: /php-src/ext/tidy README php_tidy.h tidy.c Log: MFB: static keywording http://cvs.php.net/viewvc.cgi/php-src/ext/tidy/README?r1=1.4&r2=1.5

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

2006-08-14 Thread Antony Dovgal
tony2001Mon Aug 14 15:00:05 2006 UTC Modified files: /php-src/main/streams userspace.c Log: fix #38450 (constructor is not called for classes used in userspace stream wrappers) http://cvs.php.net/viewvc.cgi/php-src/main/streams/userspace.c?r1=1

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main/streams userspace.c

2006-08-14 Thread Antony Dovgal
tony2001Mon Aug 14 15:01:29 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/main/streams userspace.c Log: MFH: fix #38450 (constructor is not called for classes used in userspace stream wrappers) http://cvs.php.net/view

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

2006-08-14 Thread Pierre-Alain Joye
pajoye Mon Aug 14 15:07:52 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c Log: - nuke unused parameter (not present in old versions) http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.1.2.4&r2=1.1.2.5&diff_format=u Index: p

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pdo_sqlite package2.xml

2006-08-14 Thread Ilia Alshanetsky
iliaa Mon Aug 14 16:34:24 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdo_sqlite package2.xml Log: Added missing file entry http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_sqlite/package2.xml?r1=1.1.2.3.2.1&r2=1.1.2.3.2.2&diff_format=u Index: p

[PHP-CVS] Re: cvs: php-src /ext/tidy README libtidy.txt php_tidy.h tidy.c

2006-08-14 Thread Michael Wallner
Nuno Lopes wrote: > nlopess Mon Aug 14 15:17:03 2006 UTC > > Removed files: > /php-src/ext/tidy libtidy.txt > > Modified files: > /php-src/ext/tidy README php_tidy.h tidy.c > Log: > MFB: static keywording Hi Nuno, can you please put s

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

2006-08-14 Thread Ilia Alshanetsky
iliaa Mon Aug 14 16:16:43 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: Updated libsqlite in ext/pdo_sqlite to 3.3.7. http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.200&r2=1.2027.2.547.2.201&diff_format=u Index: php-src/NEWS

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

2006-08-14 Thread Pierre-Alain Joye
pajoye Mon Aug 14 15:39:29 2006 UTC Modified files: /php-src/ext/zipphp_zip.c Log: - MFB: nuke unused parameter (not present in old versions) http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.5&r2=1.6&diff_format=u Index: php-src/ext/zip/php_z

[PHP-CVS] cvs: CVSROOT / avail

2006-08-14 Thread Pierre-Alain Joye
pajoye Mon Aug 14 18:13:26 2006 UTC Modified files: /CVSROOTavail Log: - Matthias Nothhaft account http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1164&r2=1.1165&diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1164 CVSROOT/avail:1.1165 --- CV

[PHP-CVS] cvs: php-src / php.ini-dist php.ini-recommended /ext/fbsql php_fbsql.c php_fbsql.h

2006-08-14 Thread Frank M. Kromann
fmk Mon Aug 14 18:39:30 2006 UTC Modified files: /php-srcphp.ini-dist php.ini-recommended /php-src/ext/fbsql php_fbsql.c php_fbsql.h Log: Cleanup before reusing failed persistant connection. Better formating of timestamp and decimal values http://

[PHP-CVS] cvs: php-src(PHP_5_2) / php.ini-dist php.ini-recommended /ext/fbsql php_fbsql.c php_fbsql.h

2006-08-14 Thread Frank M. Kromann
fmk Mon Aug 14 18:40:08 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcphp.ini-dist php.ini-recommended /php-src/ext/fbsql php_fbsql.c php_fbsql.h Log: MFH: Cleanup before reusing failed persistant connection. Better formating of timestamp and dec

[PHP-CVS] cvs: php-src(PHP_5_1) / php.ini-dist php.ini-recommended /ext/fbsql php_fbsql.c php_fbsql.h

2006-08-14 Thread Frank M. Kromann
fmk Mon Aug 14 18:40:20 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcphp.ini-dist php.ini-recommended /php-src/ext/fbsql php_fbsql.c php_fbsql.h Log: MFH: Cleanup before reusing failed persistant connection. Better formating of timestamp and dec

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

2006-08-14 Thread Michael Wallner
mikeMon Aug 14 20:02:52 2006 UTC Added files: /php-src/ext/date/tests oo_002.phpt Modified files: /php-src/ext/date php_date.c Log: - add cloning support to DateTime classes http://cvs.php.net/viewvc.cgi/php-src/ext/date/php

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/date php_date.c /ext/date/tests oo_002.phpt

2006-08-14 Thread Michael Wallner
mikeMon Aug 14 20:03:11 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/date/tests oo_002.phpt Modified files: /php-src/ext/date php_date.c Log: MFH: add cloning support to DateTime classes http://cvs.php.net/viewvc.cgi/

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/bz2 bz2.c php_bz2.h /ext/ctype ctype.c php_ctype.h /ext/json json.c php_json.h /ext/pspell php_pspell.h pspell.c /ext/tidy php_tidy.h tidy.c /ext/zlib php_zli

2006-08-14 Thread Nuno Lopes
nlopess Mon Aug 14 20:08:18 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/bz2bz2.c php_bz2.h /php-src/ext/ctype ctype.c php_ctype.h /php-src/ext/json json.c php_json.h /php-src/ext/pspell php_pspell.h pspell.c /php-src/ext/tidy php_

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

2006-08-14 Thread Antony Dovgal
tony2001Mon Aug 14 20:11:31 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdo_mysql config.m4 Log: fix #38451 (PDO_MYSQL doesn't compile on Solaris) http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_mysql/config.m4?r1=1.25.2.7.2.2&r2=1.25.2.

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

2006-08-14 Thread Antony Dovgal
tony2001Mon Aug 14 20:11:52 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.201&r2=1.2027.2.547.2.202&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.

[PHP-CVS] Re: [PHP-DEV] Re: cvs: php-src /ext/tidy README libtidy.txt php_tidy.h tidy.c

2006-08-14 Thread Nuno Lopes
Nuno Lopes wrote: nlopess Mon Aug 14 15:17:03 2006 UTC Removed files: /php-src/ext/tidy libtidy.txt Modified files: /php-src/ext/tidy README php_tidy.h tidy.c Log: MFB: static keywording Hi Nuno, can you please put static function declarations into the source file (where the

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

2006-08-14 Thread Andrei Zmievski
andrei Mon Aug 14 20:43:23 2006 UTC Modified files: /php-srcunicode-progress.txt /php-src/ext/standard string.c Log: Unicode support in chunk_split(). http://cvs.php.net/viewvc.cgi/php-src/unicode-progress.txt?r1=1.41&r2=1.42&diff_format=u Ind

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

2006-08-14 Thread Andrei Zmievski
andrei Mon Aug 14 21:04:50 2006 UTC Modified files: /php-srcunicode-progress.txt /php-src/ext/standard string.c Log: Unicode support for str_split(). http://cvs.php.net/viewvc.cgi/php-src/unicode-progress.txt?r1=1.42&r2=1.43&diff_format=u Inde

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

2006-08-14 Thread Antony Dovgal
tony2001Mon Aug 14 21:08:02 2006 UTC Modified files: /php-srcrun-tests.php Log: fix my previous patch http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.303&r2=1.304&diff_format=u Index: php-src/run-tests.php diff -u php-src/run-tests.php:1.

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

2006-08-14 Thread Antony Dovgal
tony2001Mon Aug 14 21:08:16 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: fix previous patch http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.11&r2=1.226.2.37.2.12&diff_format=u Index: php-src/run-tests.ph

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

2006-08-14 Thread Andrei Zmievski
andrei Mon Aug 14 22:00:46 2006 UTC Modified files: /php-srcunicode-progress.txt /php-src/ext/standard string.c Log: Unicode support for strcoll(). http://cvs.php.net/viewvc.cgi/php-src/unicode-progress.txt?r1=1.43&r2=1.44&diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/openssl openssl.c php_openssl.h

2006-08-14 Thread Pierre-Alain Joye
pajoye Tue Aug 15 00:38:04 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/opensslopenssl.c php_openssl.h Log: - add OPENSSL_KEYTYPE_EC constant - openssl_pkey_get_details(), returns the key details http://cvs.php.net/v