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

2008-11-08 Thread changelog
changelog Sun Nov 9 01:32:22 2008 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3222r2=1.3223diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.3222

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

2008-11-08 Thread changelog
changelog Sun Nov 9 01:32:27 2008 UTC Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1394r2=1.1395diff_format=u Index: ZendEngine2/ChangeLog diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/sybase_ct/tests test_appname.phpt

2008-11-08 Thread Timm Friebe
thekid Sat Nov 8 12:01:10 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/sybase_ct/teststest_appname.phpt Log: - MFB: Made this test independent of field types in master..sysprocesses # char on ASE 11, varchar on ASE 15

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

2008-11-08 Thread Timm Friebe
thekid Sat Nov 8 13:22:14 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sybase_ct php_sybase_ct.c Log: - Fixed problems with segmentation faults when using unbuffered queries # Double-freeing results caused these

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/sybase_ct/tests test_appname.phpt

2008-11-08 Thread Timm Friebe
thekid Sat Nov 8 11:46:06 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sybase_ct/teststest_appname.phpt Log: - Made this test independent of field types in master..sysprocesses # char on ASE 11, varchar on ASE 15

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

2008-11-08 Thread Timm Friebe
Hi, - MFB: Changed while loop in php_sybase_fetch_result_row() to also read rows with retcode == CS_ROW_FAIL. # Reported by Detlef Neumerkel and Frank Irnich of Sybase Thanks for this commit :) Please add the NEWS entry as well. Tried so: $ cvs ci -m '- Added notes in fixes to

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/sybase_ct/tests test_msghandler.phpt

2008-11-08 Thread Timm Friebe
thekid Sat Nov 8 11:45:03 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sybase_ct/teststest_msghandler.phpt Log: - Fixed expected warning messages # Changed during migration to parameter parsing API

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

2008-11-08 Thread Timm Friebe
thekid Sat Nov 8 12:24:52 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sybase_ct php_sybase_ct.c Log: - QA: Unified error messages in php_sybase_query()

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/sybase_ct/tests bug30312.phpt

2008-11-08 Thread Timm Friebe
thekid Sat Nov 8 14:24:38 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/sybase_ct/testsbug30312.phpt Log: - MFB: Made this test independent of date format

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/sybase_ct/tests bug29064.phpt

2008-11-08 Thread Timm Friebe
thekid Sat Nov 8 14:24:55 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/sybase_ct/testsbug29064.phpt Log: - Adjusted tests to reality # We select 123456789.12345679, we should have this returned and not # something 123456789.123457 (rounded)

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/sybase_ct/tests test_unbuffered_no_full_fetch.phpt

2008-11-08 Thread Timm Friebe
thekid Sat Nov 8 14:28:26 2008 UTC Added files: (Branch: PHP_5_2) /php-src/ext/sybase_ct/teststest_unbuffered_no_full_fetch.phpt Log: - MFB: Initial release

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

2008-11-08 Thread Pierre Joye
On Sat, Nov 8, 2008 at 2:39 PM, Timm Friebe [EMAIL PROTECTED] wrote: Hi, If it fixes a crash, please merge to 5.2. And also add a NEWS entry. Will do as soon as I'm able to compile PHP_5_2: F:\cygwin\home\Timm Friebe\devel\php\php_5_2nmake Microsoft (R) Program Maintenance Utility Version

[PHP-CVS] cvs: CVSROOT / avail

2008-11-08 Thread Pierre-Alain Joye
pajoye Sat Nov 8 14:37:14 2008 UTC Modified files: /CVSROOTavail Log: - NEWS karma for Timm http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1466r2=1.1467diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1466 CVSROOT/avail:1.1467 ---

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

2008-11-08 Thread Pierre Joye
On Sat, Nov 8, 2008 at 2:59 PM, Timm Friebe [EMAIL PROTECTED] wrote: Hi, - MFB: Changed while loop in php_sybase_fetch_result_row() to also read rows with retcode == CS_ROW_FAIL. # Reported by Detlef Neumerkel and Frank Irnich of Sybase Thanks for this commit :) Please add the NEWS

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

2008-11-08 Thread Antony Dovgal
On 08.11.2008 15:24, Timm Friebe wrote: thekidSat Nov 8 12:24:52 2008 UTC - php_error_docref(NULL TSRMLS_CC, E_NOTICE, cannot use non-storing mode with buffered queries); + php_error_docref(NULL TSRMLS_CC, E_NOTICE, Sybase: Cannot use non-storing

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/sybase_ct/tests test_unbuffered_no_full_fetch.phpt

2008-11-08 Thread Timm Friebe
thekid Sat Nov 8 13:21:01 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/sybase_ct/teststest_unbuffered_no_full_fetch.phpt Log: - Initial release

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/sybase_ct/tests bug30312.phpt

2008-11-08 Thread Timm Friebe
thekid Sat Nov 8 13:21:30 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sybase_ct/testsbug30312.phpt Log: - Made this test independent of date format

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

2008-11-08 Thread Pierre Joye
hi, If it fixes a crash, please merge to 5.2. And also add a NEWS entry. I wonder if you read you @php.net alias... :) On Sat, Nov 8, 2008 at 2:22 PM, Timm Friebe [EMAIL PROTECTED] wrote: thekid Sat Nov 8 13:22:14 2008 UTC Modified files: (Branch: PHP_5_3)

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/sybase_ct/tests bug29064.phpt

2008-11-08 Thread Timm Friebe
thekid Sat Nov 8 13:32:29 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sybase_ct/testsbug29064.phpt Log: - Adjusted tests to reality # We select 123456789.12345679, we should have this returned and not # something 123456789.123457 (rounded)

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

2008-11-08 Thread Timm Friebe
Hi, If it fixes a crash, please merge to 5.2. Merged. - Timm -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/sybase_ct/tests skipif.inc

2008-11-08 Thread Felipe Pena
felipe Sat Nov 8 15:39:01 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sybase_ct/testsskipif.inc Log: - MFH: Added connection checking on SKIPIF

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

2008-11-08 Thread Felipe Pena
felipe Sat Nov 8 15:39:32 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/sybase_ct/testsskipif.inc Log: - MFH: Added connection checking on SKIPIF

[PHP-CVS] cvs: php-src /ext/sybase_ct/tests skipif.inc

2008-11-08 Thread Felipe Pena
felipe Sat Nov 8 15:38:33 2008 UTC Modified files: /php-src/ext/sybase_ct/testsskipif.inc Log: - Added connection checking on SKIPIF http://cvs.php.net/viewvc.cgi/php-src/ext/sybase_ct/tests/skipif.inc?r1=1.2r2=1.3diff_format=u Index:

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

2008-11-08 Thread Timm Friebe
Hi, If it fixes a crash, please merge to 5.2. And also add a NEWS entry. Will do as soon as I'm able to compile PHP_5_2: F:\cygwin\home\Timm Friebe\devel\php\php_5_2nmake Microsoft (R) Program Maintenance Utility Version 8.00.50727.762 Copyright (C) Microsoft Corporation. All rights

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

2008-11-08 Thread Timm Friebe
thekid Sat Nov 8 12:05:46 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sybase_ct php_sybase_ct.c Log: - Changed while loop in php_sybase_fetch_result_row() to also read rows with retcode == CS_ROW_FAIL. # Reported by Detlef Neumerkel and

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

2008-11-08 Thread Timm Friebe
thekid Sat Nov 8 12:06:08 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/sybase_ct php_sybase_ct.c Log: - MFB: Changed while loop in php_sybase_fetch_result_row() to also read rows with retcode == CS_ROW_FAIL. # Reported by Detlef Neumerkel

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

2008-11-08 Thread Timm Friebe
thekid Sat Nov 8 14:15:09 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/sybase_ct php_sybase_ct.c Log: - MFB: Fixed problems with segmentation faults when using unbuffered queries # Double-freeing results caused these

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/sybase_ct/tests test.inc

2008-11-08 Thread Timm Friebe
thekid Sat Nov 8 11:47:35 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sybase_ct/teststest.inc Log: - Changed source to read host, user and password from environment # E.g. nmake test TESTS=ext/sybase_ct PHP_SYBASE_HOST=db PHP_SYBASE_USER=sa

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

2008-11-08 Thread Timm Friebe
Hi, What's the point in that Sybase prefix? We don't have Oracle: invalid connection or MySQL: broken query errors and they seem quite pointless to me, taking into account that they come along with the function names, which already contain that sybase_ or mysql_ prefix. Yes, they're stupid

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

2008-11-08 Thread Jani Taskinen
Pierre Joye kirjoitti: On Sat, Nov 8, 2008 at 2:39 PM, Timm Friebe [EMAIL PROTECTED] wrote: Hi, If it fixes a crash, please merge to 5.2. And also add a NEWS entry. Will do as soon as I'm able to compile PHP_5_2: F:\cygwin\home\Timm Friebe\devel\php\php_5_2nmake Microsoft (R) Program

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

2008-11-08 Thread Pierre Joye
On Sat, Nov 8, 2008 at 6:52 PM, Jani Taskinen [EMAIL PROTECTED] wrote: Pierre, you don't seem to read your @php.net (or any other) boxes either, so stfu and stop acting like some fucking project manager here! Thanks for the constructive, useful and sensible comment, enjoy your weekend! --

[PHP-CVS] cvs: SVNROOT / run-conversion.php

2008-11-08 Thread Gwynne Raskind
gwynne Sat Nov 8 20:21:14 2008 UTC Modified files: /SVNROOTrun-conversion.php Log: functionalize running commands, code formatting, special-case php-src to copy TSRM/ZendEngine2, make systems repo

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

2008-11-08 Thread Antony Dovgal
On 08.11.2008 16:37, Timm Friebe wrote: Yes, they're stupid and annoying, and I'd remove them if I didn't know that people rely on this like in preg_match('/Sybase: /', $php_errormsg) - so I decided to keep it until now (and to be consistent inside the extension to have it everywhere).

[PHP-CVS] cvs: SVNROOT / run-conversion.php

2008-11-08 Thread Gwynne Raskind
gwynne Sat Nov 8 22:25:48 2008 UTC Modified files: /SVNROOTrun-conversion.php Log: cp needs spaces between parameters... and end() needs a reference http://cvs.php.net/viewvc.cgi/SVNROOT/run-conversion.php?r1=1.21r2=1.22diff_format=u Index:

[PHP-CVS] cvs: SVNROOT / run-conversion.php

2008-11-08 Thread Gwynne Raskind
gwynne Sat Nov 8 22:30:35 2008 UTC Modified files: /SVNROOTrun-conversion.php Log: fake CVS repo for the php-src temp dir http://cvs.php.net/viewvc.cgi/SVNROOT/run-conversion.php?r1=1.22r2=1.23diff_format=u Index: SVNROOT/run-conversion.php diff -u

[PHP-CVS] cvs: SVNROOT / run-conversion.php

2008-11-08 Thread Gwynne Raskind
gwynne Sat Nov 8 22:31:55 2008 UTC Modified files: /SVNROOTrun-conversion.php Log: use cvs init correctly http://cvs.php.net/viewvc.cgi/SVNROOT/run-conversion.php?r1=1.23r2=1.24diff_format=u Index: SVNROOT/run-conversion.php diff -u

[PHP-CVS] cvs: SVNROOT / run-conversion.php

2008-11-08 Thread Gwynne Raskind
gwynne Sat Nov 8 22:36:09 2008 UTC Modified files: /SVNROOTrun-conversion.php Log: we need the real CVSROOT for this http://cvs.php.net/viewvc.cgi/SVNROOT/run-conversion.php?r1=1.24r2=1.25diff_format=u Index: SVNROOT/run-conversion.php diff -u

[PHP-CVS] cvs: SVNROOT / run-conversion.php

2008-11-08 Thread Gwynne Raskind
gwynne Sat Nov 8 22:44:45 2008 UTC Modified files: /SVNROOTrun-conversion.php Log: redirect error output from cp, ignore permission errors in CVSROOT copy http://cvs.php.net/viewvc.cgi/SVNROOT/run-conversion.php?r1=1.25r2=1.26diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/cgi cgi_main.c

2008-11-08 Thread Rasmus Lerdorf
rasmus Sat Nov 8 22:45:29 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/cgi cgi_main.c Log: Potential fix for bug #46525 http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.267.2.15.2.64r2=1.267.2.15.2.65diff_format=u Index:

[PHP-CVS] cvs: SVNROOT / run-conversion.php

2008-11-08 Thread Gwynne Raskind
gwynne Sat Nov 8 22:46:58 2008 UTC Modified files: /SVNROOTrun-conversion.php Log: typo http://cvs.php.net/viewvc.cgi/SVNROOT/run-conversion.php?r1=1.26r2=1.27diff_format=u Index: SVNROOT/run-conversion.php diff -u SVNROOT/run-conversion.php:1.26

[PHP-CVS] cvs: php-src(PHP_5_3) /sapi/cgi cgi_main.c

2008-11-08 Thread Rasmus Lerdorf
rasmus Sat Nov 8 22:56:17 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/cgi cgi_main.c Log: Fix for bug #46525 http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.267.2.15.2.50.2.30r2=1.267.2.15.2.50.2.31diff_format=u Index:

[PHP-CVS] cvs: SVNROOT / run-conversion.php

2008-11-08 Thread Gwynne Raskind
gwynne Sun Nov 9 06:00:55 2008 UTC Modified files: /SVNROOTrun-conversion.php Log: default to false, not true... http://cvs.php.net/viewvc.cgi/SVNROOT/run-conversion.php?r1=1.27r2=1.28diff_format=u Index: SVNROOT/run-conversion.php diff -u

[PHP-CVS] cvs: SVNROOT / phpsvn.options.skel run-conversion.php

2008-11-08 Thread Gwynne Raskind
gwynne Sun Nov 9 06:37:09 2008 UTC Modified files: /SVNROOTphpsvn.options.skel run-conversion.php Log: fix keywords, remove obsolete fixup rules http://cvs.php.net/viewvc.cgi/SVNROOT/phpsvn.options.skel?r1=1.1r2=1.2diff_format=u Index: