[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mssql php_mssql.c

2008-10-06 Thread Kalle Sommer Nielsen
kalle Mon Oct 6 21:50:48 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mssql php_mssql.c Log: MFH: * is_output and is_null parameters are now booleans instead of int in mssql_bind * Added missing conditional from old parameter parsing http://cv

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

2008-10-06 Thread Kalle Sommer Nielsen
kalle Mon Oct 6 21:50:18 2008 UTC Modified files: /php-src/ext/mssql php_mssql.c Log: * is_output and is_null parameters are now booleans instead of int in mssql_bind * Added missing conditional from old parameter parsing http://cvs.php.net/viewvc.cgi/php

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/gd gd.c

2008-10-06 Thread Ilia Alshanetsky
iliaa Mon Oct 6 17:57:32 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/gd gd.c Log: Removed deprecated usage of zend_get_parameters_ex() http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.312.2.20.2.32.2.17&r2=1.312.2.20.2.32.2.18&diff_for

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

2008-10-06 Thread Felipe Pena
felipe Mon Oct 6 15:14:18 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/interbase ibase_service.c Log: - MFH: Fixed compiler warning http://cvs.php.net/viewvc.cgi/php-src/ext/interbase/ibase_service.c?r1=1.11.2.2.2.6&r2=1.11.2.2.2.7&diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/interbase ibase_service.c

2008-10-06 Thread Felipe Pena
felipe Mon Oct 6 15:13:53 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/interbase ibase_service.c Log: - MFH: Fixed compiler warning http://cvs.php.net/viewvc.cgi/php-src/ext/interbase/ibase_service.c?r1=1.11.2.2.2.5.2.1&r2=1.11.2.2.2.5.2.2&diff_

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

2008-10-06 Thread Felipe Pena
felipe Mon Oct 6 15:13:27 2008 UTC Modified files: /php-src/ext/interbase ibase_service.c Log: - Fixed compiler warning http://cvs.php.net/viewvc.cgi/php-src/ext/interbase/ibase_service.c?r1=1.17&r2=1.18&diff_format=u Index: php-src/ext/interbase/ibase_se

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

2008-10-06 Thread Felipe Pena
felipe Mon Oct 6 15:11:44 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: - BFN #45373 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1242&r2=1.2027.2.547.2.1243&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/interbase ibase_query.c /ext/interbase/tests bug45373.phpt

2008-10-06 Thread Felipe Pena
felipe Mon Oct 6 14:37:13 2008 UTC Added files: (Branch: PHP_5_2) /php-src/ext/interbase/testsbug45373.phpt Modified files: /php-src/ext/interbase ibase_query.c Log: - MFH: Fixed bug #45373 (php crash on query with errors in p

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/interbase ibase_query.c /ext/interbase/tests bug45373.phpt

2008-10-06 Thread Felipe Pena
felipe Mon Oct 6 14:33:35 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/interbase/testsbug45373.phpt Modified files: /php-src/ext/interbase ibase_query.c Log: - MFH: Fixed bug #45373 (php crash on query with errors in p

[PHP-CVS] cvs: php-src /ext/interbase ibase_query.c /ext/interbase/tests bug45373.phpt

2008-10-06 Thread Felipe Pena
felipe Mon Oct 6 14:28:29 2008 UTC Added files: /php-src/ext/interbase/testsbug45373.phpt Modified files: /php-src/ext/interbase ibase_query.c Log: - Fixed bug #45373 (php crash on query with errors in params) http://cv

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

2008-10-06 Thread Derick Rethans
derick Mon Oct 6 14:27:54 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date/lib timezonedb.h Log: - Updated to version 2008.7 (2008g) http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/timezonedb.h?r1=1.4.2.7.2.21&r2=1.4.2.7.2.22&diff_format=u I

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/date/lib timezonedb.h

2008-10-06 Thread Derick Rethans
derick Mon Oct 6 14:27:44 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/date/lib timezonedb.h Log: - Updated to version 2008.7 (2008g) http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/timezonedb.h?r1=1.4.2.7.2.10.2.11&r2=1.4.2.7.2.10.2.12&diff_

[PHP-CVS] cvs: php-src /ext/date/lib timezonedb.h

2008-10-06 Thread Derick Rethans
derick Mon Oct 6 14:27:33 2008 UTC Modified files: /php-src/ext/date/lib timezonedb.h Log: - Updated to version 2008.7 (2008g) http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/timezonedb.h?r1=1.33&r2=1.34&diff_format=u Index: php-src/ext/date/lib/timezo

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

2008-10-06 Thread Antony Dovgal
On 03.10.2008 21:18, Felipe Pena wrote: > felipeFri Oct 3 17:18:31 2008 UTC > > Modified files: > /php-src/ext/msql php_msql.c > Log: > - Fixed: >- Some segfaults when no connection is open >- Warning about cfg_get_long (Kalle) > - New parameter

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/spl spl_array.c /ext/spl/tests bug46115.phpt

2008-10-06 Thread Etienne Kneuss
colder Mon Oct 6 13:45:42 2008 UTC Added files: (Branch: PHP_5_2) /php-src/ext/spl/tests bug46115.phpt Modified files: /php-src/ext/splspl_array.c Log: MFH: bug #46115 (Fixes nothing in 5.2, but sync code) http://cvs.php.net/vi