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

2008-08-06 Thread changelog
changelog Thu Aug 7 01:32:28 2008 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3130r2=1.3131diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.3130

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

2008-08-06 Thread Antony Dovgal
On 06.08.2008 00:56, Pierre-Alain Joye wrote: zend_module_entry oci8_module_entry = { STANDARD_MODULE_HEADER, - oci8, /* extension name */ + oci8_11g, /* extension name */ WTF ?! -- Wbr, Antony Dovgal -- PHP

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

2008-08-06 Thread Antony Dovgal
tony2001Wed Aug 6 07:54:41 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/oci8 oci8.c Log: fix 11g crap http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8.c?r1=1.269.2.16.2.38.2.21r2=1.269.2.16.2.38.2.22diff_format=u Index:

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

2008-08-06 Thread Pierre Joye
hi, On Wed, Aug 6, 2008 at 9:54 AM, Antony Dovgal [EMAIL PROTECTED] wrote: tony2001Wed Aug 6 07:54:41 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/oci8 oci8.c Log: fix 11g crap Thanks, I was going to fix it. There is a bad habit to use

[PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard string.c

2008-08-06 Thread Derick Rethans
On Tue, 5 Aug 2008, Olivier Hill wrote: What should be MFH'ed? I haven't touched HEAD with this. I don't have cvs access here, will only be able to commit friday. Is there still regression issues or my last patch fixed it? Looks fine - I missed your patch on the list though. regards,

[PHP-CVS] cvs: php-src(PHP_4_4) / NEWS /ext/standard php_string.h /ext/standard/tests/strings explode_bug.phpt Zend zend_multibyte.c

2008-08-06 Thread Derick Rethans
derick Wed Aug 6 08:09:07 2008 UTC Added files: (Branch: PHP_4_4) /php-src/ext/standard/tests/strings explode_bug.phpt Modified files: /php-srcNEWS /Zend zend_multibyte.c /php-src/ext/standard php_string.h Log: -

[PHP-CVS] cvs: php-src(PHP_4_4) / NEWS configure.in /main php_version.h

2008-08-06 Thread Derick Rethans
derick Wed Aug 6 08:32:30 2008 UTC Modified files: (Branch: PHP_4_4) /php-src/main php_version.h /php-srcconfigure.in NEWS Log: - 4.4.9, rock and roll.

[PHP-CVS] cvs: php-src /main/streams streams.c

2008-08-06 Thread Antony Dovgal
tony2001Wed Aug 6 09:03:37 2008 UTC Modified files: /php-src/main/streams streams.c Log: increase context refcount before open() to avoid crash when open() fails and destroys the context

[PHP-CVS] cvs: php-src(PHP_5_3) /main/streams streams.c

2008-08-06 Thread Antony Dovgal
tony2001Wed Aug 6 09:03:48 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main/streams streams.c Log: MFH: increase context refcount before open() to avoid crash when open() fails and destroys the context

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

2008-08-06 Thread Marcus Boerger
Hello Stanislav, we should not mention the reported, unless they provided a patch, in which case they go into the braces part anyway. marcus Tuesday, August 5, 2008, 11:40:49 PM, you wrote: stasTue Aug 5 21:40:49 2008 UTC Modified files: (Branch: PHP_5_2)

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

2008-08-06 Thread Pierre Joye
hi Marcus, On Wed, Aug 6, 2008 at 1:07 PM, Marcus Boerger [EMAIL PROTECTED] wrote: Hello Stanislav, we should not mention the reported, unless they provided a patch, Except for security issue Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org -- PHP CVS Mailing List

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

2008-08-06 Thread Hannes Magnusson
On Wed, Aug 6, 2008 at 13:30, Pierre Joye [EMAIL PROTECTED] wrote: hi Marcus, On Wed, Aug 6, 2008 at 1:07 PM, Marcus Boerger [EMAIL PROTECTED] wrote: Hello Stanislav, we should not mention the reported, unless they provided a patch, Except for security issue In which case, it should be

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

2008-08-06 Thread Derick Rethans
On Wed, 6 Aug 2008, Hannes Magnusson wrote: On Wed, Aug 6, 2008 at 13:30, Pierre Joye [EMAIL PROTECTED] wrote: hi Marcus, On Wed, Aug 6, 2008 at 1:07 PM, Marcus Boerger [EMAIL PROTECTED] wrote: Hello Stanislav, we should not mention the reported, unless they provided a patch,

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

2008-08-06 Thread Derick Rethans
On Wed, 6 Aug 2008, Hannes Magnusson wrote: On Wed, Aug 6, 2008 at 14:01, Derick Rethans [EMAIL PROTECTED] wrote: On Wed, 6 Aug 2008, Hannes Magnusson wrote: On Wed, Aug 6, 2008 at 13:30, Pierre Joye [EMAIL PROTECTED] wrote: hi Marcus, On Wed, Aug 6, 2008 at 1:07 PM, Marcus

[PHP-CVS] cvs: php-src /ext/sqlite3 sqlite3.c /ext/sqlite3/tests sqlite3_12_unfinalized_stmt_cleanup.phpt sqlite3_25_create_aggregate.phpt

2008-08-06 Thread Scott MacVicar
scottmacWed Aug 6 14:02:44 2008 UTC Modified files: /php-src/ext/sqlite3sqlite3.c /php-src/ext/sqlite3/tests sqlite3_12_unfinalized_stmt_cleanup.phpt sqlite3_25_create_aggregate.phpt Log: MFB: Update coding

[PHP-CVS] cvs: php-src /ext/sqlite3/tests sqlite3_22_loadextension.phpt

2008-08-06 Thread Scott MacVicar
scottmacWed Aug 6 14:07:21 2008 UTC Modified files: /php-src/ext/sqlite3/tests sqlite3_22_loadextension.phpt Log: Fix test on Windows http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/tests/sqlite3_22_loadextension.phpt?r1=1.2r2=1.3diff_format=u

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

2008-08-06 Thread Scott MacVicar
scottmacWed Aug 6 14:07:37 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sqlite3/tests sqlite3_22_loadextension.phpt Log: MFH: Fix test on Windows

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

2008-08-06 Thread Derick Rethans
derick Wed Aug 6 14:29:27 2008 UTC Modified files: /php-src/ext/fileinfo config.m4 Log: - Fixed bug #45717 (Fileinfo/libmagic build fails, missing err.h and getopt.h).

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/fileinfo config.m4

2008-08-06 Thread Derick Rethans
derick Wed Aug 6 14:30:04 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/ext/fileinfo config.m4 Log: - MFH: Fixed bug #45717 (Fileinfo/libmagic build fails, missing err.h and getopt.h).

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

2008-08-06 Thread Derick Rethans
derick Wed Aug 6 14:42:06 2008 UTC Modified files: /php-src/ext/fileinfo config.m4 Log: - Fixed bug #45636 (fileinfo ext duplicate strndup). http://cvs.php.net/viewvc.cgi/php-src/ext/fileinfo/config.m4?r1=1.13r2=1.14diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/fileinfo config.m4

2008-08-06 Thread Derick Rethans
derick Wed Aug 6 14:42:39 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/ext/fileinfo config.m4 Log: - MFH: Fixed bug #45636 (fileinfo ext duplicate strndup).

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

2008-08-06 Thread Jani Taskinen
Hannes Magnusson kirjoitti: On Wed, Aug 6, 2008 at 14:01, Derick Rethans [EMAIL PROTECTED] wrote: On Wed, 6 Aug 2008, Hannes Magnusson wrote: On Wed, Aug 6, 2008 at 13:30, Pierre Joye [EMAIL PROTECTED] wrote: hi Marcus, On Wed, Aug 6, 2008 at 1:07 PM, Marcus Boerger [EMAIL PROTECTED] wrote:

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

2008-08-06 Thread Jani Taskinen
Derick Rethans kirjoitti: derick Wed Aug 6 14:29:27 2008 UTC Modified files: /php-src/ext/fileinfo config.m4 Log: - Fixed bug #45717 (Fileinfo/libmagic build fails, missing err.h and getopt.h).

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /main/streams streams.c

2008-08-06 Thread Jani Taskinen
Antony Dovgal kirjoitti: tony2001Wed Aug 6 09:03:48 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main/streams streams.c Log: MFH: increase context refcount before open() to avoid crash when open() fails and destroys the context [snip]

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /main/streams streams.c

2008-08-06 Thread Antony Dovgal
On 06.08.2008 19:19, Jani Taskinen wrote: Antony Dovgal kirjoitti: tony2001Wed Aug 6 09:03:48 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main/streams streams.c Log: MFH: increase context refcount before open() to avoid crash when open() fails

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

2008-08-06 Thread Derick Rethans
On Wed, 6 Aug 2008, Jani Taskinen wrote: Derick Rethans kirjoitti: derick Wed Aug 6 14:29:27 2008 UTC Modified files: /php-src/ext/fileinfoconfig.m4 Log: - Fixed bug #45717 (Fileinfo/libmagic build fails, missing err.h and getopt.h).

[PHP-CVS] cvs: php-src /ext/intl/msgformat msgformat_attr.c

2008-08-06 Thread Felipe Pena
felipe Wed Aug 6 16:16:16 2008 UTC Modified files: /php-src/ext/intl/msgformat msgformat_attr.c Log: - Fixed crash msgfmt_get_pattern http://cvs.php.net/viewvc.cgi/php-src/ext/intl/msgformat/msgformat_attr.c?r1=1.3r2=1.4diff_format=u Index:

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

2008-08-06 Thread Jani Taskinen
Derick Rethans kirjoitti: On Wed, 6 Aug 2008, Jani Taskinen wrote: Derick Rethans kirjoitti: derick Wed Aug 6 14:29:27 2008 UTC Modified files: /php-src/ext/fileinfoconfig.m4 Log: - Fixed bug #45717 (Fileinfo/libmagic build fails, missing err.h and

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

2008-08-06 Thread Stanislav Malyshev
Hi! No, we don't usually do that. There is no need to wake sleeping dogs. Actually, there's a number of reported by in NEWS. Don't know why this one is so different. -- Stanislav Malyshev, Zend Software Architect [EMAIL PROTECTED] http://www.zend.com/ (408)253-8829 MSN: [EMAIL

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pdo_sqlite config.w32

2008-08-06 Thread Elizabeth Marie Smith
auroraeosrose Wed Aug 6 16:56:36 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo_sqlite config.w32 Log: Stupid typo http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_sqlite/config.w32?r1=1.6.2.1.2.3.2.7r2=1.6.2.1.2.3.2.8diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/pdo_sqlite config.w32

2008-08-06 Thread Elizabeth Marie Smith
auroraeosrose Wed Aug 6 16:57:08 2008 UTC Modified files: /php-src/ext/pdo_sqlite config.w32 Log: Stupid typo http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_sqlite/config.w32?r1=1.14r2=1.15diff_format=u Index: php-src/ext/pdo_sqlite/config.w32 diff -u

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

2008-08-06 Thread Lukas Kahwe Smith
Hi, was this issue dealt with? regards, Lukas On 30.07.2008, at 02:46, Marcus Boerger wrote: Hello Dmitry, please revert. An array has no natural string representation. So we do want the message here as much as we see it in comparable situations. This is a design decision, I

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysql php_mysql.c php_mysql_structs.h

2008-08-06 Thread Andrey Hristov
andrey Wed Aug 6 19:25:04 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysql php_mysql.c php_mysql_structs.h Log: Re-add mysql_set_charset. Missed during introduction of mysqlnd. Exists in HEAD, thus no merge

[PHP-CVS] cvs: php-src / README.RELEASE_PROCESS

2008-08-06 Thread Lukas Smith
lsmith Wed Aug 6 19:34:35 2008 UTC Modified files: /php-srcREADME.RELEASE_PROCESS Log: updated in regards to windows, added some clarifications and addition tipps http://cvs.php.net/viewvc.cgi/php-src/README.RELEASE_PROCESS?r1=1.5r2=1.6diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_3) / README.RELEASE_PROCESS

2008-08-06 Thread Lukas Smith
lsmith Wed Aug 6 19:35:20 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcREADME.RELEASE_PROCESS Log: MFH http://cvs.php.net/viewvc.cgi/php-src/README.RELEASE_PROCESS?r1=1.1.2.5r2=1.1.2.6diff_format=u Index: php-src/README.RELEASE_PROCESS diff -u

Re: [PHP-CVS] cvs: php-src / README.RELEASE_PROCESS

2008-08-06 Thread Stanislav Malyshev
Hi! +General notes and tipps I think you have a typpo here ;) -- Stanislav Malyshev, Zend Software Architect [EMAIL PROTECTED] http://www.zend.com/ (408)253-8829 MSN: [EMAIL PROTECTED] -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php-src / README.RELEASE_PROCESS

2008-08-06 Thread Lukas Kahwe Smith
On 06.08.2008, at 21:37, Stanislav Malyshev wrote: Hi! +General notes and tipps I think you have a typpo here ;) Bah, why does english have to be different than german? :) regards, Lukas Kahwe Smith [EMAIL PROTECTED] -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe,

[PHP-CVS] cvs: php-src / README.RELEASE_PROCESS

2008-08-06 Thread Lukas Smith
lsmith Wed Aug 6 19:41:54 2008 UTC Modified files: /php-srcREADME.RELEASE_PROCESS Log: lets me all american :) http://cvs.php.net/viewvc.cgi/php-src/README.RELEASE_PROCESS?r1=1.6r2=1.7diff_format=u Index: php-src/README.RELEASE_PROCESS diff -u

[PHP-CVS] cvs: php-src(PHP_5_3) / README.RELEASE_PROCESS

2008-08-06 Thread Lukas Smith
lsmith Wed Aug 6 19:42:01 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcREADME.RELEASE_PROCESS Log: MFH http://cvs.php.net/viewvc.cgi/php-src/README.RELEASE_PROCESS?r1=1.1.2.6r2=1.1.2.7diff_format=u Index: php-src/README.RELEASE_PROCESS diff -u

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

2008-08-06 Thread Kalle Sommer Nielsen
kalle Wed Aug 6 21:28:39 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/sessionsession.c Log: Backport fix for #45406 - Patch by oleg dot grenrus at dynamoid dot com

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

2008-08-06 Thread Kalle Sommer Nielsen
kalle Wed Aug 6 21:31:45 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: Backport fix for #45406 to PHP_5_2 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.252r2=1.2027.2.547.2.965.2.253diff_format=u Index: php-src/NEWS

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

2008-08-06 Thread Kalle Sommer Nielsen
kalle Wed Aug 6 21:33:14 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: Backport #45406 (session.serialize_handler declared by shared extension fails) to PHP_5_2

[PHP-CVS] cvs: php-src / README.RELEASE_PROCESS

2008-08-06 Thread Lukas Smith
lsmith Wed Aug 6 21:49:37 2008 UTC Modified files: /php-srcREADME.RELEASE_PROCESS Log: separate tagging of the zend dir should not be necessary, fix reST formatting of titles

[PHP-CVS] cvs: php-src(PHP_5_3) / README.RELEASE_PROCESS

2008-08-06 Thread Lukas Smith
lsmith Wed Aug 6 21:49:47 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcREADME.RELEASE_PROCESS Log: MFH http://cvs.php.net/viewvc.cgi/php-src/README.RELEASE_PROCESS?r1=1.1.2.7r2=1.1.2.8diff_format=u Index: php-src/README.RELEASE_PROCESS diff -u