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

2008-10-06 Thread changelog
changelog Tue Oct 7 01:32:11 2008 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3190r2=1.3191diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.3190

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

2008-10-06 Thread changelog
changelog Tue Oct 7 01:32:15 2008 UTC Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1380r2=1.1381diff_format=u Index: ZendEngine2/ChangeLog diff -u

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

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 parsing

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

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

[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.21r2=1.4.2.7.2.22diff_format=u

[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

[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

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

[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

[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.6r2=1.11.2.2.2.7diff_format=u

[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