[PHP-CVS] cvs: php-src /ext/pdo/tests pdo_026.phpt pdo_029.phpt pdo_030.phpt

2006-07-12 Thread Dmitry Stogov
dmitry Wed Jul 12 07:55:04 2006 UTC Modified files: /php-src/ext/pdo/tests pdo_026.phpt pdo_029.phpt pdo_030.phpt Log: Destructors call order is changed (Fixed bug #36759 - Objects destructors are invoked in wrong order when script is finished) http://

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pdo/tests pdo_026.phpt pdo_029.phpt pdo_030.phpt

2006-07-12 Thread Dmitry Stogov
dmitry Wed Jul 12 07:55:17 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdo/tests pdo_026.phpt pdo_029.phpt pdo_030.phpt Log: Destructors call order is changed (Fixed bug #36759 - Objects destructors are invoked in wrong order when script is finish

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/soap php_encoding.c /ext/soap/tests/bugs bug38067.phpt bug38067.wsdl

2006-07-12 Thread Dmitry Stogov
dmitry Wed Jul 12 08:59:40 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/soap/tests/bugsbug38067.phpt bug38067.wsdl Modified files: /php-srcNEWS /php-src/ext/soap php_encoding.c Log: Fixed bug #38067 (Parameters ar

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/mysqli mysqli_api.c /ext/mysqli/tests 068.phpt

2006-07-12 Thread Antony Dovgal
tony2001Wed Jul 12 09:51:47 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/mysqli/tests 068.phpt Modified files: /php-src/ext/mysqli mysqli_api.c /php-srcNEWS Log: fix #38072 (boolean arg for mysqli_autocommit() is a

Re: [PHP-CVS] cvs: php-src /ext/mysqli/tests 071.phpt

2006-07-12 Thread Andrey Hristov
Hallo Hartmut, Hartmut Holzgraefe wrote: hholzgraTue Jul 11 07:21:27 2006 UTC Modified files: /php-src/ext/mysqli/tests 071.phpt Log: check both OO and procedural style as "thread_id" is a property and not a method in the OO interface http://cv

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

2006-07-12 Thread Antony Dovgal
tony2001Wed Jul 12 13:17:25 2006 UTC Modified files: /php-src/ext/dbase dbase.c /php-src/ext/dbase/tests001.phpt Log: restore missing check and prevent segfaulting MFB and add test http://cvs.php.net/viewvc.cgi/php-src/ext/dbase/dbase.c?r1

[PHP-CVS] cvs: php-src /ext/mysqli/tests connect.inc skipifnotemb.inc

2006-07-12 Thread Hartmut Holzgraefe
hholzgraTue Jul 11 23:41:41 2006 UTC Added files: /php-src/ext/mysqli/tests skipifnotemb.inc Modified files: /php-src/ext/mysqli/tests connect.inc Log: make sure embedded server is correctly initialized http://cvs.php.net/

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/mysqli/tests connect.inc

2006-07-12 Thread Hartmut Holzgraefe
hholzgraTue Jul 11 23:43:55 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mysqli/tests connect.inc Log: MFH make sure that embedded database is correctly initialized http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/connect.inc?r1=1.6.

[PHP-CVS] cvs: php-src /ext/soap php_encoding.c /ext/soap/tests/bugs bug38067.phpt bug38067.wsdl

2006-07-12 Thread Dmitry Stogov
dmitry Wed Jul 12 09:00:15 2006 UTC Modified files: /php-src/ext/soap php_encoding.c /php-src/ext/soap/tests/bugsbug38067.phpt bug38067.wsdl Log: Fixed bug #38067 (Parameters are not decoded from utf-8 when using encoding option) http://cvs.p

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

2006-07-12 Thread Michael Wallner
mikeWed Jul 12 15:28:44 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/sessionsession.c Log: MFH: add note why replace is 0, so that I don't wonder again in 2 months why session_regenerate_id() sends the session cookie twice http://

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/mysqli/tests connect.inc

2006-07-12 Thread Hartmut Holzgraefe
hholzgraTue Jul 11 23:42:58 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mysqli/tests connect.inc Log: debug output was breaking all tests http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/connect.inc?r1=1.6.2.1&r2=1.6.2.1.2.1&diff_fo

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

2006-07-12 Thread Michael Wallner
mikeWed Jul 12 15:28:18 2006 UTC Modified files: /php-src/ext/sessionsession.c Log: - add note why replace is 0, so that I don't wonder again in 2 months why session_regenerate_id() sends the session cookie twice http://cvs.php.net/viewvc.cgi/

[PHP-CVS] cvs: php-src /main main.c ZendEngine2 zend.c zend.h zend_vm_def.h zend_vm_execute.h

2006-07-12 Thread Andrei Zmievski
andrei Wed Jul 12 17:04:14 2006 UTC Modified files: /ZendEngine2zend.c zend.h zend_vm_def.h zend_vm_execute.h /php-src/main main.c Log: Commit Sara's patch for supporting filesystem enccoding in include/require. http://cvs.php.net/viewvc.

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

2006-07-12 Thread Andrei Zmievski
andrei Wed Jul 12 17:23:53 2006 UTC Modified files: /php-src/ext/standard var.c Log: Use zend_convert_from_unicode() in var_dump(). http://cvs.php.net/viewvc.cgi/php-src/ext/standard/var.c?r1=1.235&r2=1.236&diff_format=u Index: php-src/ext/standard/var

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

2006-07-12 Thread Antony Dovgal
tony2001Wed Jul 12 22:19:12 2006 UTC Modified files: /php-src/ext/standard assert.c Log: fix assert() in Unicode mode http://cvs.php.net/viewvc.cgi/php-src/ext/standard/assert.c?r1=1.66&r2=1.67&diff_format=u Index: php-src/ext/standard/assert.c

[PHP-CVS] cvs: php-src / unicode-progress.txt

2006-07-12 Thread Andrei Zmievski
andrei Wed Jul 12 23:17:07 2006 UTC Modified files: /php-srcunicode-progress.txt Log: Make notes about array.c functions. http://cvs.php.net/viewvc.cgi/php-src/unicode-progress.txt?r1=1.11&r2=1.12&diff_format=u Index: php-src/unicode-progress.txt diff -u

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

2006-07-12 Thread Ilia Alshanetsky
iliaa Thu Jul 13 00:13:19 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/sessionsession.c Log: Fixed compiler warnings. http://cvs.php.net/viewvc.cgi/php-src/ext/session/session.c?r1=1.417.2.8.2.3&r2=1.417.2.8.2.4&diff_format=u Index: php-sr

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

2006-07-12 Thread Ilia Alshanetsky
iliaa Thu Jul 13 00:13:42 2006 UTC Modified files: /php-src/ext/sessionsession.c Log: MFB: Fixed compiler warnings. http://cvs.php.net/viewvc.cgi/php-src/ext/session/session.c?r1=1.438&r2=1.439&diff_format=u Index: php-src/ext/session/session.c diff

[PHP-CVS] cvs: CVSROOT / avail

2006-07-12 Thread Pierre-Alain Joye
pajoye Wed Jul 12 09:37:49 2006 UTC Modified files: /CVSROOTavail Log: - Thorsten R. karma for pear http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1159&r2=1.1160&diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1159 CVSROOT/avail:1.1160 --- C

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

2006-07-12 Thread Antony Dovgal
tony2001Wed Jul 12 12:38:49 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard streamsfuncs.c Log: it's usually good idea to initialize variables especially if you rely on their values http://cvs.php.net/viewvc.cgi/php-src/ext/sta

[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.7&r2=1.7.6.1&diff_format=u Index: php-src/README

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

2006-07-12 Thread Antony Dovgal
tony2001Wed Jul 12 13:08:38 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/dbase/tests001.phpt Modified files: /php-src/ext/dbase dbase.c Log: bailout on error and don't try to create fields of unknown type add test

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/mysqli/tests 072.phpt 073.phpt

2006-07-12 Thread Hartmut Holzgraefe
hholzgraWed Jul 12 08:01:44 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/mysqli/tests 072.phpt 073.phpt Log: MFH new test cases http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/072.phpt?view=markup&rev=1.1 Index: php-src/ext/mysqli/

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

2006-07-12 Thread Antony Dovgal
tony2001Wed Jul 12 09:33:37 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mysqli mysqli.c Log: fix TSRM build http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli.c?r1=1.72.2.16.2.9&r2=1.72.2.16.2.10&diff_format=u Index: php-src/ext/mysqli

[PHP-CVS] cvs: php-src /ext/mysqli/tests 072.phpt 073.phpt

2006-07-12 Thread Hartmut Holzgraefe
hholzgraWed Jul 12 08:00:24 2006 UTC Added files: /php-src/ext/mysqli/tests 072.phpt 073.phpt Log: new test cases for mysqli_warnings and mysql_driver properties http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/072.phpt?view=markup&rev=1.1

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

2006-07-12 Thread Hartmut Holzgraefe
hholzgraWed Jul 12 07:00:48 2006 UTC Modified files: /php-src/ext/mysqli mysqli_embedded.c Log: fixed C&P errors in groups handling, activated groups feature http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli_embedded.c?r1=1.5&r2=1.6&diff_format=

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

2006-07-12 Thread Hartmut Holzgraefe
hholzgraWed Jul 12 07:01:04 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mysqli mysqli_embedded.c Log: fixed C&P errors in groups handling, activated groups feature http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli_embedded.c?r1=1.4.2.

[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.11&r2=1.12&diff_format=u Index: php-src/README.PARAMETER_PARSING_

[PHP-CVS] cvs: php-src /ext/mysqli mysqli_api.c /ext/mysqli/tests 074.phpt

2006-07-12 Thread Antony Dovgal
tony2001Wed Jul 12 10:15:30 2006 UTC Added files: /php-src/ext/mysqli/tests 074.phpt Modified files: /php-src/ext/mysqli mysqli_api.c Log: MFB: fix #38072 (boolean arg for mysqli_autocommit() is always true on Solaris) http

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

2006-07-12 Thread Antony Dovgal
tony2001Wed Jul 12 12:33:05 2006 UTC Added files: /php-src/ext/standard/tests/strings stripos.phpt Modified files: /php-src/ext/standard string.c Log: don't try to compare strings if haystack is "" or shorter than needle add

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

2006-07-12 Thread Antony Dovgal
tony2001Wed Jul 12 12:33:48 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/strings stripos.phpt Modified files: /php-src/ext/standard string.c Log: fix invalid read - no need to compare strings if haystack

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

2006-07-12 Thread Antony Dovgal
tony2001Tue Jul 11 21:19:57 2006 UTC Modified files: /php-src/ext/standard/tests/filebug24313.phpt Log: /tmp is often a symlink, use /bin instead http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/bug24313.phpt?r1=1.4&r2=1.5&diff_format

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

2006-07-12 Thread Antony Dovgal
tony2001Tue Jul 11 21:20:20 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/filebug24313.phpt Log: MFH: /tmp is often a symlink, use /bin instead http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/bug24313.phpt?r1=

[PHP-CVS] cvs: php-src /ext/date/lib parse_tz.c

2006-07-12 Thread Antony Dovgal
tony2001Tue Jul 11 12:37:26 2006 UTC Modified files: /php-src/ext/date/lib parse_tz.c Log: MFB: eliminate compile warnings http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/parse_tz.c?r1=1.27&r2=1.28&diff_format=u Index: php-src/ext/date/lib/pa

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/date/lib parse_tz.c

2006-07-12 Thread Antony Dovgal
tony2001Tue Jul 11 12:37:00 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date/lib parse_tz.c Log: eliminate compile warnings http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/parse_tz.c?r1=1.20.2.6.2.3&r2=1.20.2.6.2.4&diff_format=u In

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

2006-07-12 Thread Andrei Zmievski
andrei Tue Jul 11 17:59:47 2006 UTC Modified files: /php-src/ext/unicodeunicode_iterators.c Log: Make next() and previous() take optional step parameter and optimize return value usage. http://cvs.php.net/viewvc.cgi/php-src/ext/unicode/unicode_iter

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/calendar gregor.c /ext/calendar/tests jdtomonthname.phpt

2006-07-12 Thread Antony Dovgal
tony2001Tue Jul 11 14:16:26 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/calendar/tests jdtomonthname.phpt Modified files: /php-src/ext/calendar gregor.c Log: fix segfault in jdmonthname(), add test http://cvs.php

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

2006-07-12 Thread Dmitry Stogov
dmitry Tue Jul 11 14:36:05 2006 UTC Modified files: /php-src/ext/soap php_encoding.c soap.c Log: Nuke signed/unsigned compiler warnings http://cvs.php.net/viewvc.cgi/php-src/ext/soap/php_encoding.c?r1=1.132&r2=1.133&diff_format=u Index: php-src/ext/soap/ph

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

2006-07-12 Thread Dmitry Stogov
dmitry Tue Jul 11 14:35:50 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/soap php_encoding.c soap.c Log: Nuke signed/unsigned compiler warnings http://cvs.php.net/viewvc.cgi/php-src/ext/soap/php_encoding.c?r1=1.103.2.21.2.6&r2=1.103.2.21.2.7&diff_

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/mysqli/tests 019.phpt 047.phpt bug33263.phpt skipifnotemb.inc

2006-07-12 Thread Hartmut Holzgraefe
hholzgraTue Jul 11 23:45:28 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/mysqli/tests skipifnotemb.inc Modified files: /php-src/ext/mysqli/tests 019.phpt 047.phpt bug33263.phpt Log: MFH http://cvs.php.net/viewvc.cg

[PHP-CVS] cvs: php-src /ext/calendar gregor.c /ext/calendar/tests cal_info.phpt easter_date.phpt jdtomonthname.phpt jdtounix.phpt

2006-07-12 Thread Antony Dovgal
tony2001Tue Jul 11 14:15:38 2006 UTC Added files: /php-src/ext/calendar/tests jdtomonthname.phpt Modified files: /php-src/ext/calendar gregor.c /php-src/ext/calendar/tests cal_info.phpt easter_date.phpt

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

2006-07-12 Thread Andrei Zmievski
andrei Tue Jul 11 20:51:18 2006 UTC Modified files: /php-src/ext/unicodeunicode_iterators.c Log: Protos. http://cvs.php.net/viewvc.cgi/php-src/ext/unicode/unicode_iterators.c?r1=1.43&r2=1.44&diff_format=u Index: php-src/ext/unicode/unicode_iterators.

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

2006-07-12 Thread Andrei Zmievski
andrei Tue Jul 11 17:48:14 2006 UTC Modified files: /php-src/ext/unicodeunicode_iterators.c Log: Implement getRuleStatus() and getRuleStatusArray() as well as related constants. http://cvs.php.net/viewvc.cgi/php-src/ext/unicode/unicode_iterators.c?

[PHP-CVS] cvs: php-src /ext/standard/tests/array array_fill.phpt array_filter.phpt array_flip.phpt

2006-07-12 Thread Antony Dovgal
tony2001Tue Jul 11 21:28:07 2006 UTC Added files: /php-src/ext/standard/tests/array array_fill.phpt array_filter.phpt array_flip.phpt Log: add new tests by Ligaya Turmelle http://cvs.php.net/viewvc.cgi/php

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/array array_fill.phpt array_filter.phpt array_flip.phpt

2006-07-12 Thread Antony Dovgal
tony2001Tue Jul 11 21:28:38 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array array_fill.phpt array_filter.phpt array_flip.phpt Log: add new tests by Ligaya Turmelle http://cvs.php.n

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

2006-07-12 Thread Andrei Zmievski
andrei Tue Jul 11 22:59:19 2006 UTC Modified files: /php-srcREADME.UNICODE Log: Update design doc. http://cvs.php.net/viewvc.cgi/php-src/README.UNICODE?r1=1.2&r2=1.3&diff_format=u Index: php-src/README.UNICODE diff -u php-src/README.UNICODE:1.2 php-src/RE