[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2006-08-14 Thread changelog
changelog Tue Aug 15 01:30:51 2006 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2422r2=1.2423diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2422

[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2006-08-14 Thread changelog
changelog Tue Aug 15 01:30:54 2006 UTC Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.964r2=1.965diff_format=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.964

[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

[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

[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.302r2=1.303diff_format=u Index:

[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.10r2=1.226.2.37.2.11diff_format=u Index:

[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.6r2=1.73.2.12.2.7diff_format=u Index:

[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.96r2=1.97diff_format=u Index: php-src/ext/dom/php_dom.c diff -u

[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

[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.

[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.198r2=1.2027.2.547.2.199diff_format=u Index: php-src/NEWS diff -u

[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.

[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

[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

[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

[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)

[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)

[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.4r2=1.1.2.5diff_format=u Index:

[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.1r2=1.1.2.3.2.2diff_format=u Index:

[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 static

[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.200r2=1.2027.2.547.2.201diff_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.5r2=1.6diff_format=u Index:

[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.1164r2=1.1165diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1164 CVSROOT/avail:1.1165 ---

[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

[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

[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

[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

[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

[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-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)

[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.201r2=1.2027.2.547.2.202diff_format=u Index: php-src/NEWS diff -u

[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.41r2=1.42diff_format=u

[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.42r2=1.43diff_format=u

[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.303r2=1.304diff_format=u Index: php-src/run-tests.php diff -u

[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.11r2=1.226.2.37.2.12diff_format=u Index: php-src/run-tests.php

[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.43r2=1.44diff_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