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

2006-03-05 Thread changelog
changelog Mon Mar 6 06:31:47 2006 UTC Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/ZendEngine2/ChangeLog?r1=1.872r2=1.873diff_format=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.872

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

2006-03-05 Thread Antony Dovgal
tony2001Sun Mar 5 13:33:28 2006 UTC Modified files: /php-src/ext/pgsql pgsql.c Log: fix #36606 (pg_query_params() changes arguments type to string) http://cvs.php.net/viewcvs.cgi/php-src/ext/pgsql/pgsql.c?r1=1.341r2=1.342diff_format=u Index:

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

2006-03-05 Thread Antony Dovgal
tony2001Sun Mar 5 13:35:52 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/pgsql pgsql.c /php-srcNEWS Log: MFH: fix #36606 (pg_query_params() changes arguments type to string)

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

2006-03-05 Thread Rob Richards
rrichards Sun Mar 5 14:01:13 2006 UTC Added files: /php-src/ext/simplexml/tests030.phpt Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/tests027.phpt bug35785.phpt Log: fix crash

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

2006-03-05 Thread Antony Dovgal
tony2001Sun Mar 5 15:36:03 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/simplexml simplexml.c /php-srcNEWS Log: fix #36611 (assignment to SimpleXML object attribute changes argument type to string)

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

2006-03-05 Thread Johannes Schl
johannesSun Mar 5 15:49:55 2006 UTC Modified files: /php-src/ext/mysqli mysqli.c Log: - Fix build after unicode changes http://cvs.php.net/viewcvs.cgi/php-src/ext/mysqli/mysqli.c?r1=1.80r2=1.81diff_format=u Index: php-src/ext/mysqli/mysqli.c diff -u

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

2006-03-05 Thread Antony Dovgal
tony2001Sun Mar 5 15:58:09 2006 UTC Modified files: /php-src/ext/simplexml simplexml.c Log: MF51: fix #36611 (assignment to SimpleXML object attribute changes argument type to string)

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

2006-03-05 Thread Antony Dovgal
tony2001Sun Mar 5 16:12:48 2006 UTC Added files: (Branch: PHP_5_1) /php-src/ext/simplexml/testsbug36611.phpt Log: add test http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/tests/bug36611.phpt?view=markuprev=1.1 Index:

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

2006-03-05 Thread Antony Dovgal
tony2001Sun Mar 5 16:12:54 2006 UTC Modified files: /php-src/ext/simplexml/testsbug36611.phpt Log: add test http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/tests/bug36611.phpt?r1=1.1r2=1.2diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/pdo_mysql mysql_driver.c pdo_mysql.c php_pdo_mysql_int.h

2006-03-05 Thread Ilia Alshanetsky
iliaa Sun Mar 5 17:17:05 2006 UTC Modified files: /php-src/ext/pdo_mysql php_pdo_mysql_int.h mysql_driver.c pdo_mysql.c Log: Fixed bug #36572 (Added PDO::MYSQL_ATTR_DIRECT_QUERY constant that show be set when executing

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/pdo_mysql mysql_driver.c pdo_mysql.c php_pdo_mysql_int.h

2006-03-05 Thread Ilia Alshanetsky
iliaa Sun Mar 5 17:18:01 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/pdo_mysql php_pdo_mysql_int.h mysql_driver.c pdo_mysql.c /php-srcNEWS Log: MFH: Fixed bug #36572 (Added PDO::MYSQL_ATTR_DIRECT_QUERY

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

2006-03-05 Thread Marcus Boerger
helly Sun Mar 5 17:27:45 2006 UTC Modified files: /php-src/ext/mysqli mysqli.c php_mysqli.h Log: - Fix build http://cvs.php.net/viewcvs.cgi/php-src/ext/mysqli/mysqli.c?r1=1.81r2=1.82diff_format=u Index: php-src/ext/mysqli/mysqli.c diff -u

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

2006-03-05 Thread Marcus Boerger
helly Sun Mar 5 17:31:44 2006 UTC Modified files: /php-src/ext/soap soap.c Log: - Fix build http://cvs.php.net/viewcvs.cgi/php-src/ext/soap/soap.c?r1=1.177r2=1.178diff_format=u Index: php-src/ext/soap/soap.c diff -u php-src/ext/soap/soap.c:1.177

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/spl spl.php spl_array.c spl_directory.c spl_engine.c spl_engine.h spl_iterators.c spl_iterators.h spl_sxe.c /ext/spl/tests array_019.phpt iterator_030.phpt iterat

2006-03-05 Thread Marcus Boerger
helly Sun Mar 5 17:39:49 2006 UTC Added files: (Branch: PHP_5_1) /php-src/ext/spl/tests array_019.phpt iterator_030.phpt iterator_031.phpt iterator_032.phpt iterator_033.phpt iterator_034.phpt

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

2006-03-05 Thread Marcus Boerger
helly Sun Mar 5 17:48:47 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcNEWS Log: - Update http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.440r2=1.2027.2.441diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.440

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

2006-03-05 Thread Michael Wallner
mikeSun Mar 5 17:56:16 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcNEWS Log: - fix typo, reword slightly http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.441r2=1.2027.2.442diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.441

[PHP-CVS] cvs: php-src / NEWS /ext/gd gd.c php_gd.h

2006-03-05 Thread Hartmut Holzgraefe
hholzgraSun Mar 5 18:23:48 2006 UTC Modified files: /php-srcNEWS /php-src/ext/gd gd.c php_gd.h Log: added ImageColorHistogram function http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2091r2=1.2092diff_format=u Index: php-src/NEWS diff

[PHP-CVS] cvs: php-src /ext/gd gd.c php_gd.h

2006-03-05 Thread Hartmut Holzgraefe
hholzgraSun Mar 5 18:26:12 2006 UTC Modified files: /php-src/ext/gd gd.c php_gd.h Log: - fixed size information for _php_sig_png array - removed extra memcmp step in signature comparison, this seemed to have been inherited from

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS configure.in /ext/standard basic_functions.c filestat.c php_filestat.h TSRM tsrm_virtual_cwd.c tsrm_virtual_cwd.h

2006-03-05 Thread Derick Rethans
derick Sun Mar 5 18:57:54 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcNEWS configure.in /TSRM tsrm_virtual_cwd.c tsrm_virtual_cwd.h /php-src/ext/standard basic_functions.c filestat.c php_filestat.h Log: - Added lchown() and

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

2006-03-05 Thread Derick Rethans
derick Sun Mar 5 19:01:37 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/standard php_filestat.h Log: - There is no ltouch. http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/php_filestat.h?r1=1.24.2.3r2=1.24.2.4diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard php_filestat.h

2006-03-05 Thread Derick Rethans
derick Sun Mar 5 19:02:12 2006 UTC Modified files: /php-src/ext/standard php_filestat.h Log: - And not here either... http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/php_filestat.h?r1=1.27r2=1.28diff_format=u Index:

[PHP-CVS] cvs: php-src / NEWS /ext/gd gd.c php_gd.h

2006-03-05 Thread Pierre-Alain Joye
pajoye Sun Mar 5 19:20:12 2006 UTC Modified files: /php-src/ext/gd gd.c php_gd.h /php-srcNEWS Log: - revert Harmut commit, Histogram implementation not correct and no idea where you got the ok to add that