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

2005-11-20 Thread changelog
changelog Mon Nov 21 01:46:37 2005 EDT Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.2170r2=1.2171ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2170 php-src/ChangeLog:1.2171 ---

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

2005-11-20 Thread Jani Taskinen
sniper Sun Nov 20 03:13:38 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcNEWS Log: fix news http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027.2.208r2=1.2027.2.209ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.208 php-src/NEWS:1.2027.2.209 ---

Re: [PHP-CVS] cvs: php-src /ext/reflection config.m4

2005-11-20 Thread Zeev Suraski
At 13:16 19/11/2005, Jani Taskinen wrote: On Sat, 19 Nov 2005, Zeev Suraski wrote: At 03:49 19/11/2005, Andi Gutmans wrote: As I mentioned to Marcus, it seems odd to me to move reflection in the first place. It seems to me to be very much a language feature and in my opinion, should always

Re: [PHP-CVS] cvs: php-src /ext/reflection config.m4

2005-11-20 Thread Jani Taskinen
That was great idea. I had totally forgot this 6th parameter. :) --Jani On Sat, 19 Nov 2005, Marcus Boerger wrote: Hello Derick, Jani, Antony, to bring this (imo) senseless discussion to an end i changed config.m4 to prevent the extension from being disabled by --disable-all. I

[PHP-CVS] cvs: php-src /ext/dba dba.c dba_db4.c /ext/dba/tests dba_db4.phpt dba_handler.inc

2005-11-20 Thread Marcus Boerger
helly Sun Nov 20 07:39:05 2005 EDT Modified files: /php-src/ext/dbadba.c dba_db4.c /php-src/ext/dba/tests dba_db4.phpt dba_handler.inc Log: - Do locking in lib rather then on streams

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

2005-11-20 Thread Marcus Boerger
helly Sun Nov 20 08:03:19 2005 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: - Extend SimpleXmlElement::__construct() with two parameters . int options: pass options to 2.6.0+ parsing functions . bool data_is_url: whether first

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/simplexml simplexml.c /ext/simplexml/tests sxe.dtd

2005-11-20 Thread Marcus Boerger
helly Sun Nov 20 08:05:15 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/testssxe.dtd Log: - MFH Fix parameter parsing

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

2005-11-20 Thread Johannes Schl
johannesSun Nov 20 10:21:24 2005 EDT Modified files: /php-src/ext/splphp_spl.c Log: - Fix SPL class listing for phpinfo in unicode mode http://cvs.php.net/diff.php/php-src/ext/spl/php_spl.c?r1=1.75r2=1.76ty=u Index: php-src/ext/spl/php_spl.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_0) /win32 globals.c php_win32_globals.h

2005-11-20 Thread Sebastian Bergmann
sebastian Sun Nov 20 11:52:08 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/win32 globals.c php_win32_globals.h Log: Fix line endings for MS VisualStudio 2005. http://cvs.php.net/diff.php/php-src/win32/globals.c?r1=1.2.2.1r2=1.2.2.2ty=u Index:

[PHP-CVS] cvs: php-src(PHP_5_0) /regex regerror.c

2005-11-20 Thread Sebastian Bergmann
sebastian Sun Nov 20 11:53:04 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/regex regerror.c Log: Fix for MS VisualStudio 2005. http://cvs.php.net/diff.php/php-src/regex/regerror.c?r1=1.5r2=1.5.28.1ty=u Index: php-src/regex/regerror.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_1) /win32/build config.w32

2005-11-20 Thread Sebastian Bergmann
sebastian Sun Nov 20 12:03:15 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/win32/buildconfig.w32 Log: Use /RTC1 instead of /GZ for MS VisualStudio 2005. http://cvs.php.net/diff.php/php-src/win32/build/config.w32?r1=1.40.2.2r2=1.40.2.3ty=u

[PHP-CVS] cvs: php-src /win32/build config.w32

2005-11-20 Thread Sebastian Bergmann
sebastian Sun Nov 20 12:03:59 2005 EDT Modified files: /php-src/win32/buildconfig.w32 Log: MFB: Use /RTC1 instead of /GZ for MS VisualStudio 2005. http://cvs.php.net/diff.php/php-src/win32/build/config.w32?r1=1.49r2=1.50ty=u Index:

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

2005-11-20 Thread Jani Taskinen
sniper Sun Nov 20 13:06:14 2005 EDT Modified files: /php-src/ext/standard basic_functions.c Log: - Fixed bug #35243 (php_mblen() crashes when compiled with thread-safety on Linux)

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

2005-11-20 Thread Jani Taskinen
sniper Sun Nov 20 13:07:32 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/standard basic_functions.c /php-srcNEWS Log: MFH: - Fixed bug #35243 (php_mblen() crashes when compiled with thread-safety on Linux)

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

2005-11-20 Thread Nuno Lopes
helly Sun Nov 20 08:03:19 2005 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: - Extend SimpleXmlElement::__construct() with two parameters . int options: pass options to 2.6.0+ parsing functions . bool data_is_url: whether first parameter is a url rather then xml data

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

2005-11-20 Thread Ilia Alshanetsky
iliaa Sun Nov 20 15:06:28 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcNEWS /php-src/ext/pdopdo_dbh.c Log: Fixed bug #35303 (PDO prepare() crashes with invalid parameters).

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

2005-11-20 Thread Ilia Alshanetsky
iliaa Sun Nov 20 15:07:40 2005 EDT Modified files: /php-src/ext/pdopdo_dbh.c Log: MFB51: Fixed bug #35303 (PDO prepare() crashes with invalid parameters). http://cvs.php.net/diff.php/php-src/ext/pdo/pdo_dbh.c?r1=1.100r2=1.101ty=u Index:

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/date php_date.c php_date.h /ext/date/tests bug35143.phpt date_create-2.phpt date_modify-1.phpt date_modify-2.phpt /ext/standard microtime.c

2005-11-20 Thread Derick Rethans
derick Sun Nov 20 15:14:24 2005 EDT Added files: (Branch: PHP_5_1) /php-src/ext/date/tests bug35143.phpt Modified files: /php-srcNEWS /php-src/ext/standard microtime.c /php-src/ext/date php_date.c php_date.h

[PHP-CVS] cvs: php-src /ext/date php_date.c php_date.h /ext/date/tests bug34304.phpt bug35143.phpt date_create-2.phpt date_create-3.phpt date_modify-1.phpt date_modify-2.phpt /ext/standard microtime

2005-11-20 Thread Derick Rethans
derick Sun Nov 20 15:31:49 2005 EDT Modified files: /php-src/ext/standard microtime.c /php-src/ext/date php_date.c php_date.h /php-src/ext/date/tests bug34304.phpt bug35143.phpt date_create-2.phpt

[PHP-CVS] Re: important information

2005-11-20 Thread robert
Your document is attached. -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php