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

2008-03-21 Thread Pierre Joye
Hi Stas, On Fri, Mar 21, 2008 at 1:28 AM, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: > I am open to discussion, but this is not a discussion - this is plain > refusal to listen. And it's pretty irritating, especially when done > after 2 weeks of silence in answer to the original invitation

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

2008-03-21 Thread Derick Rethans
On Fri, 21 Mar 2008, Antony Dovgal wrote: > On 03/20/2008 09:12 PM, Stanislav Malyshev wrote: > > +- Allowed user-level access for short_open_tag. (Stas) > > -1 > > > Now you force people to put something like "ini_set('short_open_tag', 0);" > > in > > each script to be sure it's not being ena

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

2008-03-21 Thread Antony Dovgal
On 03/20/2008 09:12 PM, Stanislav Malyshev wrote: > +- Allowed user-level access for short_open_tag. (Stas) -1 > Now you force people to put something like "ini_set('short_open_tag', 0);" in > each script to be sure it's not being enabled. +1 Please revert. -- Wbr, Antony Dovgal -- PHP CV

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

2008-03-20 Thread Gwynne Raskind
On Mar 20, 2008, at 8:23 PM, Pierre Joye wrote: I strongly suggest to revert this insanity :) It is not insanity, it is a useful feature. It is insane for the exact reason explained by Jani. We try our best to remove such things to finally from PHP to finally have clean codes without dozen test

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

2008-03-20 Thread Stanislav Malyshev
It is insane for the exact reason explained by Jani. We try our best to remove such things to finally from PHP to finally have clean codes This feature does not make any code that was previously clean to be unclean. It does not change anything in your existing code. without dozen tests if th

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

2008-03-20 Thread Pierre Joye
On Fri, Mar 21, 2008 at 12:57 AM, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: > > I strongly suggest to revert this insanity :) > > It is not insanity, it is a useful feature. It is insane for the exact reason explained by Jani. We try our best to remove such things to finally from PHP to final

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

2008-03-20 Thread Stanislav Malyshev
I strongly suggest to revert this insanity :) It is not insanity, it is a useful feature. -- 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://ww

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

2008-03-20 Thread Stanislav Malyshev
Hi! yadda, yadda.. it's another case for potential bogus bug reports arising from the misuse of it. And you're not always in control what is used and where. Bogus bug reports existed and will exist forever. However, this would not be a case for it - nobody would stumble on it by chance or by

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

2008-03-20 Thread Pierre Joye
On Fri, Mar 21, 2008 at 12:47 AM, Jani Taskinen <[EMAIL PROTECTED]> wrote: > Stanislav Malyshev kirjoitti: > > >> Sounds extremely bad and scary idea! When the hell was this decided? > >> Just imagine how error prone your scripts get..especially if any XML > >> shit is involved.. > > > > Why yo

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

2008-03-20 Thread Jani Taskinen
Stanislav Malyshev kirjoitti: Sounds extremely bad and scary idea! When the hell was this decided? Just imagine how error prone your scripts get..especially if any XML shit is involved.. Why you'd do that if XML shit is involved? That's like saying unlink() is very scary idea because you can

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

2008-03-20 Thread Stanislav Malyshev
Sounds extremely bad and scary idea! When the hell was this decided? Just imagine how error prone your scripts get..especially if any XML shit is involved.. Why you'd do that if XML shit is involved? That's like saying unlink() is very scary idea because you can delete useful files with it. Of

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

2008-03-20 Thread Jani Taskinen
Stanislav Malyshev kirjoitti: I assume this only means "allow users to enable/disable short_open_tag in .htaccess or user.ini files" ? Since it's IIRC(!) compile time thing? Or can you actually turn the thing on in a script..? :) The goal is that you can do it. Of course, this wouldn't work fo

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

2008-03-20 Thread Lars Strojny
Hi Marcus, Am Donnerstag, den 20.03.2008, 21:59 +0100 schrieb Marcus Boerger: [...] > so instead promoting code fixes we are promoting bad style, is that what > you want? I am strongly against this! Please revert and ask for once. The idea was more or less the following (extremely simplified)

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

2008-03-20 Thread Pierre Joye
On Thu, Mar 20, 2008 at 10:29 PM, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: > > A feature that we recommend to not use. Please read the mailing list > > archive to figure out the (valid) reasons. > > There are different contexts for PHP, and in some of them using it makes > perfect sense. B

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

2008-03-20 Thread Stanislav Malyshev
A feature that we recommend to not use. Please read the mailing list archive to figure out the (valid) reasons. There are different contexts for PHP, and in some of them using it makes perfect sense. -- Stanislav Malyshev, Zend Software Architect [EMAIL PROTECTED] http://www.zend.com/ (408)2

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

2008-03-20 Thread Pierre Joye
On Thu, Mar 20, 2008 at 10:19 PM, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: > Hi! > > > > If I load a file and short tags are disabled and all of a sudden they > > are allowed in the files I include. I see problems and confusions with > > such behaviors. > > What do you mean "all of a sudde

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

2008-03-20 Thread Christopher Jones
Stanislav Malyshev wrote: > Hi! > >> so instead promoting code fixes we are promoting bad style, is that >> what >> you want? I am strongly against this! Please revert and ask for once. > > I did ask, and you did ignore it. Please next time actually read the > mailing list before bursting out

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

2008-03-20 Thread Stanislav Malyshev
Hi! If I load a file and short tags are disabled and all of a sudden they are allowed in the files I include. I see problems and confusions with such behaviors. What do you mean "all of a sudden"? There's only one way for that to happen - for you to explicitly make that happen. That's as sudd

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

2008-03-20 Thread Marcus Boerger
Hello Stanislav, ahhh found it indeed. Seems a bunch of us were on the way to phpquebec and then some my me even went to a ski trip, then overlooking one or the other mail. So welll, i am still against it. And I do not see much discussion either. marcus Thursday, March 20, 2008, 10:08:10

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

2008-03-20 Thread Pierre Joye
On Thu, Mar 20, 2008 at 10:08 PM, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: > > so instead promoting code fixes we are promoting bad style, is that what > > you want? I am strongly against this! Please revert and ask for once. > > I did ask, and you did ignore it. Please next time actua

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

2008-03-20 Thread Stanislav Malyshev
Hi! so instead promoting code fixes we are promoting bad style, is that what you want? I am strongly against this! Please revert and ask for once. I did ask, and you did ignore it. Please next time actually read the mailing list before bursting out. For once, yes. As for the matter, I d

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

2008-03-20 Thread Marcus Boerger
Hello Stanislav, so instead promoting code fixes we are promoting bad style, is that what you want? I am strongly against this! Please revert and ask for once. marcus Thursday, March 20, 2008, 9:28:14 PM, you wrote: >> I assume this only means "allow users to enable/disable short_open_tag

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

2008-03-20 Thread Stanislav Malyshev
I assume this only means "allow users to enable/disable short_open_tag in .htaccess or user.ini files" ? Since it's IIRC(!) compile time thing? Or can you actually turn the thing on in a script..? :) The goal is that you can do it. Of course, this wouldn't work for the _current_ script, but fo

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

2008-03-20 Thread Jani Taskinen
I assume this only means "allow users to enable/disable short_open_tag in .htaccess or user.ini files" ? Since it's IIRC(!) compile time thing? Or can you actually turn the thing on in a script..? :) --Jani stasThu Mar 20 18:12:58 2008 UTC Modified files: (Branch:

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

2008-03-20 Thread Stanislav Malyshev
stasThu Mar 20 18:12:58 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: document the change http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.148&r2=1.2027.2.547.2.965.2.149&diff_format=u Index: php-src/NEWS diff -u php-sr

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

2008-03-20 Thread Andrey Hristov
andrey Thu Mar 20 15:39:45 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: News entry http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.147&r2=1.2027.2.547.2.965.2.148&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/dom php_dom.c /ext/simplexml simplexml.c /main main.c ZendEngine2 zend.c zend_API.c zend_execute.c zend_execute.h zend_execute_API.c zend_globals.h

2008-03-20 Thread Marcus Boerger
Hello Felipe, thank you very much. marcus Tuesday, March 18, 2008, 3:10:48 PM, you wrote: > felipe Tue Mar 18 14:10:48 2008 UTC > Removed files: (Branch: PHP_5_3) > /ZendEngine2/tests bug30332.phpt bug31828.phpt bug32080.phpt > bug3285

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/dom php_dom.c /ext/simplexml simplexml.c /main main.c ZendEngine2 zend.c zend_API.c zend_execute.c zend_execute.h zend_execute_API.c zend_globals.h zend

2008-03-18 Thread Felipe Pena
felipe Tue Mar 18 14:10:48 2008 UTC Removed files: (Branch: PHP_5_3) /ZendEngine2/tests bug30332.phpt bug31828.phpt bug32080.phpt bug32852.phpt bug33243.phpt bug34712.phpt bug34767.phpt Modified files:

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

2008-03-17 Thread Stanislav Malyshev
stasMon Mar 17 16:34:18 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: add request_order http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.143&r2=1.2027.2.547.2.965.2.144&diff_format=u Index: php-src/NEWS diff -u php-src/

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

2008-03-17 Thread Antony Dovgal
tony2001Mon Mar 17 14:55:40 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.142&r2=1.2027.2.547.2.965.2.143&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/date php_date.c php_date.h

2008-03-14 Thread Derick Rethans
derick Fri Mar 14 16:19:52 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/ext/date php_date.c php_date.h Log: - MFH: Allow datetime objects to be serialized and woken up. - MFH: Implemented __set_state(). http://cvs.php.net/viewv

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

2008-03-13 Thread Derick Rethans
derick Thu Mar 13 15:59:49 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/ext/date/lib timelib_structs.h Log: - Fixed bug #44257 (timelib_tz_lookup_table must use float for gmtoffset). http://cvs.php.net/viewvc.cgi/php-src/NEW

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/standard url_scanner_ex.c /ext/standard/tests/general_functions bug44394.phpt bug44394_2.phpt

2008-03-12 Thread Felipe Pena
Em Qua, 2008-03-12 às 11:37 +0200, Jani Taskinen escreveu: > The bug was reported for PHP_5_2 so why don't you fix it there, it's > about to be released soonish.. > > --Jani Done ;) > > On Wed, 2008-03-12 at 02:40 +, Felipe Pena wrote: > > felipe Wed Mar 12 02:40:57 2008 UTC >

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

2008-03-12 Thread Felipe Pena
felipe Wed Mar 12 11:28:37 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: Merged into 5_2 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.137&r2=1.2027.2.547.2.965.2.138&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/standard url_scanner_ex.c /ext/standard/tests/general_functions bug44394.phpt bug44394_2.phpt

2008-03-12 Thread Jani Taskinen
The bug was reported for PHP_5_2 so why don't you fix it there, it's about to be released soonish.. --Jani On Wed, 2008-03-12 at 02:40 +, Felipe Pena wrote: > felipeWed Mar 12 02:40:57 2008 UTC > > Added files: (Branch: PHP_5_3) > /php-src/ext/standard/

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/standard url_scanner_ex.c /ext/standard/tests/general_functions bug44394.phpt bug44394_2.phpt

2008-03-11 Thread Felipe Pena
felipe Wed Mar 12 02:40:57 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/general_functions bug44394.phpt bug44394_2.phpt Modified files: /php-srcNEWS /

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

2008-03-10 Thread Andrey Hristov
andrey Mon Mar 10 11:19:24 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: Remove unneeded entry http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.133&r2=1.2027.2.547.2.965.2.134&diff_format=u Index: php-src/NEWS diff -u php-

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

2008-03-10 Thread Andrey Hristov
Hi Jani, Jani Taskinen wrote: > As that "bug" was introduced and fixed before any release, what's the > point in mentioning it in NEWS? didn't think about this. Will revert. Andrey > --Jani > > > On Mon, 2008-03-10 at 09:22 +, Andrey Hristov wrote: >> andrey Mon Mar 10 09:2

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

2008-03-10 Thread Jani Taskinen
As that "bug" was introduced and fixed before any release, what's the point in mentioning it in NEWS? --Jani On Mon, 2008-03-10 at 09:22 +, Andrey Hristov wrote: > andreyMon Mar 10 09:22:20 2008 UTC > > Modified files: (Branch: PHP_5_3) > /php-src NEWS

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

2008-03-10 Thread Andrey Hristov
andrey Mon Mar 10 09:22:20 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: Update NEWS http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.132&r2=1.2027.2.547.2.965.2.133&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1

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

2008-03-08 Thread Andrey Hristov
andrey Sat Mar 8 14:58:04 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: update NEWS http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.131&r2=1.2027.2.547.2.965.2.132&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1

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

2008-03-08 Thread Nuno Lopes
nlopess Sat Mar 8 13:04:00 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: BFN #44214 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.130&r2=1.2027.2.547.2.965.2.131&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.202

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

2008-03-08 Thread Felipe Pena
felipe Sat Mar 8 12:17:55 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: BFN: #39108 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.129&r2=1.2027.2.547.2.965.2.130&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1

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

2008-03-08 Thread Nuno Lopes
nlopess Sat Mar 8 12:05:19 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: BFN: #44336 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.128&r2=1.2027.2.547.2.965.2.129&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.20

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

2008-03-08 Thread Gwynne Raskind
gwynne Sat Mar 8 10:36:16 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.127&r2=1.2027.2.547.2.965.2.128&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547

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

2008-03-07 Thread Scott MacVicar
scottmacSat Mar 8 04:20:03 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.126&r2=1.2027.2.547.2.965.2.127&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1

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

2008-03-07 Thread Scott MacVicar
scottmacFri Mar 7 17:17:00 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: BFN. http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.125&r2=1.2027.2.547.2.965.2.126&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2

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

2008-03-07 Thread Jani Taskinen
janiFri Mar 7 14:40:08 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: style http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.124&r2=1.2027.2.547.2.965.2.125&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.5

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

2008-03-07 Thread Scott MacVicar
scottmacFri Mar 7 12:19:57 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.123&r2=1.2027.2.547.2.965.2.124&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.20

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

2008-03-04 Thread Christopher Jones
sixdTue Mar 4 21:58:07 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: Add oci_bind_by_name update http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.121&r2=1.2027.2.547.2.965.2.122&diff_format=u Index: php-src/NEWS diff -

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

2008-03-04 Thread Christopher Jones
sixdTue Mar 4 21:55:14 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: Add #41069. Clarify attributions. http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.120&r2=1.2027.2.547.2.965.2.121&diff_format=u Index: php-src/NEWS

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

2008-02-29 Thread Etienne Kneuss
colder Fri Feb 29 09:42:24 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: Heaps addition http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.119&r2=1.2027.2.547.2.965.2.120&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1

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

2008-02-26 Thread Felipe Pena
felipe Wed Feb 27 02:10:41 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: Fix (#43559) merged into 5_2 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.118&r2=1.2027.2.547.2.965.2.119&diff_format=u Index: php-src/NEWS diff -u

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

2008-02-24 Thread Felipe Pena
felipe Sun Feb 24 18:19:17 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: Entry existent in 5_2 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.117&r2=1.2027.2.547.2.965.2.118&diff_format=u Index: php-src/NEWS diff -u php-src

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/date php_date.c /ext/mysql php_mysql.c /ext/standard basic_functions.c dl.c file.c string.c /ext/standard/tests/file magic_quotes.phpt /ext/standard/te

2008-02-23 Thread Marcus Boerger
helly Sat Feb 23 17:06:24 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /ZendEngine2zend.c zend_builtin_functions.c zend_compile.c zend_constants.c zend_errors.h zend_execute_API.c zend_langua

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

2008-02-21 Thread Felipe Pena
felipe Thu Feb 21 20:01:23 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: Fix typo and add Derick's name http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.115&r2=1.2027.2.547.2.965.2.116&diff_format=u Index: php-src/NEWS diff -

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

2008-02-21 Thread Antony Dovgal
tony2001Thu Feb 21 13:37:14 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: news entry for new stuff http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.114&r2=1.2027.2.547.2.965.2.115&diff_format=u Index: php-src/NEWS d

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

2008-02-15 Thread Pierre-Alain Joye
pajoye Fri Feb 15 14:51:39 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/main main.c Log: - [DOC] add PHP_MAJOR_VERSION, PHP_MINOR_VERSION, PHP_RELEASE_VERSION, PHP_EXTRA_VERSION, PHP_VERSION_ID, PHP_ZTS and PHP_DEBUG constants

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/reflection php_reflection.c /ext/reflection/tests reflectionProperty_setAccesible.phpt reflectionProperty_setAccessible.phpt

2008-02-15 Thread Derick Rethans
derick Fri Feb 15 12:48:13 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/reflection/tests reflectionProperty_setAccessible.phpt Removed files: /php-src/ext/reflection/tests reflectionProperty_setAccesible.phpt Modified fi

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/reflection php_reflection.c /ext/reflection/tests reflectionProperty_setAccesible.phpt

2008-02-15 Thread Derick Rethans
derick Fri Feb 15 12:38:53 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/reflection/tests reflectionProperty_setAccesible.phpt Modified files: /php-srcNEWS /php-src/ext/reflection php_reflection.c Log: - Add the Re

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

2008-02-11 Thread Stanislav Malyshev
stasTue Feb 12 00:24:13 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: __DIR__ announce http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.109&r2=1.2027.2.547.2.965.2.110&diff_format=u Index: php-src/NEWS diff -u php-src/N

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/hash hash_md.c php_hash_md.h /ext/standard md5.c md5.h

2008-02-08 Thread Dmitry Stogov
dmitry Fri Feb 8 09:11:17 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/ext/standard md5.c md5.h /php-src/ext/hash hash_md.c php_hash_md.h Log: Improved md5() implementation (Solar Designer) http://cvs.php.net/viewvc.c

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

2008-02-03 Thread Felipe Pena
felipe Sun Feb 3 12:59:42 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: Missing Johannes' name http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.105&r2=1.2027.2.547.2.965.2.106&diff_format=u Index: php-src/NEWS diff -u php-sr

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/spl php_spl.c spl_directory.c spl_directory.h

2008-02-02 Thread Marcus Boerger
helly Sat Feb 2 23:09:38 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/ext/splphp_spl.c spl_directory.c spl_directory.h Log: - MFH Synch directory changes [DOC] # Class FilesystemIterator was introduced to have a better Directo

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

2008-02-01 Thread Felipe Pena
felipe Fri Feb 1 18:01:50 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: MFH: Added new parameter for strstr(), stristr() http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.103&r2=1.2027.2.547.2.965.2.104&diff_format=u Index: p

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

2008-02-01 Thread Hannes Magnusson
bjori Fri Feb 1 10:45:49 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: glob:// was added in 5.3, no need to mention bug fixes for it http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.102&r2=1.2027.2.547.2.965.2.103&diff_f

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/reflection php_reflection.c /ext/reflection/tests bug43926.phpt

2008-01-30 Thread Felipe Pena
felipe Wed Jan 30 10:27:30 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/reflection/tests bug43926.phpt Modified files: /php-src/ext/reflection php_reflection.c /php-srcNEWS Log: Fixed Bug#43926 (isInstance() isn't

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS configure.in /ext/bz2 php_bz2.h /ext/dom xml_common.h /ext/gd php_gd.h /ext/hash php_hash.h /ext/iconv php_iconv.h /ext/libxml php_libxml.h /ext/mbstring

2008-01-30 Thread Dmitry Stogov
dmitry Wed Jan 30 09:41:13 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS configure.in /TSRM TSRM.h tsrm_virtual_cwd.h /ZendEngine2acconfig.h /php-src/ext/bz2php_bz2.h /php-src/ext/domxml_common.h /php-src/ext/

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

2008-01-29 Thread Antony Dovgal
tony2001Tue Jan 29 13:39:58 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: entry moved to 5_2 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.97&r2=1.2027.2.547.2.965.2.98&diff_format=u Index: php-src/NEWS diff -u p

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

2008-01-29 Thread Antony Dovgal
tony2001Tue Jan 29 08:57:26 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.95&r2=1.2027.2.547.2.965.2.96&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2

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

2008-01-28 Thread Antony Dovgal
tony2001Mon Jan 28 23:08:54 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.94&r2=1.2027.2.547.2.965.2.95&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/spl spl_observer.c /ext/spl/internal splobjectstorage.inc

2008-01-28 Thread Marcus Boerger
helly Mon Jan 28 22:48:15 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/ext/splspl_observer.c /php-src/ext/spl/internal splobjectstorage.inc Log: - MFH Make SplObjectStorage implement ArrayAccess [DOC] http://cvs.php.

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

2008-01-28 Thread Derick Rethans
derick Mon Jan 28 21:12:42 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/ext/date php_date.c Log: - MFH: Added two optional parameters to timezone_transitions_get() / DateTimeZone::getTranstions() to limit the range of transitions

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/date php_date.c php_date.h

2008-01-28 Thread Derick Rethans
derick Mon Jan 28 20:30:51 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/ext/date php_date.c php_date.h Log: - MFH: Added date_timestamp_get() / DateTime::getTimestamp() to retrieve the Unix timestamp belonging to a date object.

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

2008-01-28 Thread Dmitry Stogov
dmitry Mon Jan 28 08:55:19 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: Better message http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.90&r2=1.2027.2.547.2.965.2.91&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/spl spl_observer.c /ext/spl/internal splobjectstorage.inc /ext/spl/tests observer_004.phpt observer_005.phpt observer_006.phpt

2008-01-27 Thread Marcus Boerger
helly Sun Jan 27 18:07:20 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/spl/tests observer_006.phpt Modified files: /php-srcNEWS /php-src/ext/splspl_observer.c /php-src/ext/spl/internal splobjectstorage.inc

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/date php_date.c /ext/date/tests timezones-list.phpt

2008-01-27 Thread Derick Rethans
derick Sun Jan 27 17:29:15 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/date/tests timezones-list.phpt Modified files: /php-srcNEWS /php-src/ext/date php_date.c Log: - MFH: Added support for selectively listing timezo

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

2008-01-25 Thread Scott MacVicar
scottmacFri Jan 25 18:10:46 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/ext/standard html.c Log: Fix html_entity_decode when converting numeric html entities, the numeric values for the extended characters don't correspon

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

2008-01-23 Thread Antony Dovgal
tony2001Wed Jan 23 12:13:40 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.84&r2=1.2027.2.547.2.965.2.85&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/simplexml simplexml.c /ext/simplexml/tests bug37076.phpt

2008-01-22 Thread Marcus Boerger
helly Tue Jan 22 20:42:22 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/simplexml/testsbug37076.phpt Modified files: /php-srcNEWS /php-src/ext/simplexml simplexml.c Log: - MFH Bugfix #37076 (SimpleXML ignores .

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS configure.in /main main.c ZendEngine2 zend.c zend.h zend_builtin_functions.c zend_execute.c zend_execute_API.c zend_gc.c zend_gc.h zend_objects_API.c zend_obje

2008-01-22 Thread Dmitry Stogov
dmitry Tue Jan 22 09:27:50 2008 UTC Added files: (Branch: PHP_5_3) /ZendEngine2zend_gc.c zend_gc.h /ZendEngine2/tests gc_001.phpt gc_002.phpt gc_003.phpt gc_004.phpt gc_005.phpt gc_006.phpt gc_007.phpt gc_008.phpt

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/spl spl.php /ext/spl/internal spldoublylinkedlist.inc splqueue.inc splstack.inc

2008-01-21 Thread Etienne Kneuss
colder Mon Jan 21 21:55:55 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/spl/internal spldoublylinkedlist.inc splqueue.inc splstack.inc Modified files: /php-srcNEWS /php-src/ext/splspl.php

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

2008-01-21 Thread David Coallier
davidc Mon Jan 21 18:28:12 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: - Added lcfirst() announcement. http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.79&r2=1.2027.2.547.2.965.2.80&diff_format=u Index: php-src/NEWS diff

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

2008-01-20 Thread Hannes Magnusson
bjori Sun Jan 20 14:14:28 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: Add note about new getopt() features http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.78&r2=1.2027.2.547.2.965.2.79&diff_format=u Index: php-src/NEWS

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

2008-01-17 Thread Nuno Lopes
nlopess Thu Jan 17 23:02:51 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: pcre 7.5 is in 5.2 branch as well http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.77&r2=1.2027.2.547.2.965.2.78&diff_format=u Index: php-src/NEWS diff

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/date/lib tm2unixtime.c /ext/date/tests bug41599.phpt

2008-01-17 Thread Derick Rethans
derick Thu Jan 17 20:59:10 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/date/tests bug41599.phpt Modified files: /php-srcNEWS /php-src/ext/date/lib tm2unixtime.c Log: - Fixed bug #41599 (setTime() fails after modi

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/date/lib parse_date.c parse_date.re /ext/date/tests bug43075.phpt

2008-01-17 Thread Derick Rethans
derick Thu Jan 17 20:45:17 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/date/tests bug43075.phpt Modified files: /php-srcNEWS /php-src/ext/date/lib parse_date.c parse_date.re Log: - MFH: Fixed bug #43075 (Support

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/date php_date.c /ext/date/tests bug43808.phpt

2008-01-17 Thread Derick Rethans
derick Thu Jan 17 20:35:02 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/date/tests bug43808.phpt Modified files: /php-srcNEWS /php-src/ext/date php_date.c Log: - MFH: Fixed bug #43808 (date_create never fails (even wh

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/date php_date.c /ext/date/tests bug43003.phpt

2008-01-17 Thread Derick Rethans
derick Thu Jan 17 19:59:00 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/date/tests bug43003.phpt Modified files: /php-srcNEWS /php-src/ext/date php_date.c Log: - Fixed bug #43003 (Invalid timezone reported for DateTim

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/date php_date.c /ext/date/lib parse_date.c /ext/date/tests bug40743.phpt bug42910.phpt bug43527.phpt

2008-01-17 Thread Derick Rethans
derick Thu Jan 17 18:49:55 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/date/tests bug40743.phpt bug42910.phpt bug43527.phpt Modified files: /php-srcNEWS /php-src/ext/date php_date.c /php-src/ext/date/lib parse_

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/reflection php_reflection.c /ext/reflection/tests bug37964.phpt

2008-01-16 Thread Marcus Boerger
helly Wed Jan 16 14:21:07 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/reflection/tests bug37964.phpt Modified files: /php-srcNEWS /php-src/ext/reflection php_reflection.c Log: - MFH Fixed Bug #37964 (Reflection

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

2008-01-14 Thread Ilia Alshanetsky
iliaa Mon Jan 14 13:46:34 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: Fixed in 5.2 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.70&r2=1.2027.2.547.2.965.2.71&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/date php_date.c php_date.h /ext/date/lib parse_date.c parse_date.re timelib.h

2008-01-13 Thread Derick Rethans
derick Sun Jan 13 15:16:11 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/ext/date php_date.c php_date.h /php-src/ext/date/lib parse_date.c parse_date.re timelib.h Log: - Added new date/time functionality: * date_parse

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/pcre php_pcre.c /ext/pcre/tests bug42945.phpt

2008-01-13 Thread Nuno Lopes
nlopess Sun Jan 13 14:44:29 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/pcre/tests bug42945.phpt Modified files: /php-srcNEWS /php-src/ext/pcre php_pcre.c Log: Fixed bug #42945 (preg_split() swallows part of the strin

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

2008-01-09 Thread Antony Dovgal
tony2001Wed Jan 9 14:27:31 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: fix typo http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.65&r2=1.2027.2.547.2.965.2.66&diff_format=u Index: php-src/NEWS diff -u php-src/NEW

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/soap php_encoding.c /ext/soap/tests server031.phpt

2008-01-09 Thread Dmitry Stogov
dmitry Wed Jan 9 13:49:41 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/soap/tests server031.phpt Modified files: /php-srcNEWS /php-src/ext/soap php_encoding.c Log: Remplemented support for SplArray using Traversable

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

2007-12-30 Thread Ilia Alshanetsky
iliaa Sun Dec 30 16:46:27 2007 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: Fixed typo http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.63&r2=1.2027.2.547.2.965.2.64&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.20

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

2007-12-28 Thread Andrey Hristov
andrey Fri Dec 28 15:44:45 2007 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: Here comes the NEWS entry. The RM knows his job ;) http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.62&r2=1.2027.2.547.2.965.2.63&diff_format=u Index

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/soap php_encoding.c /ext/soap/tests server030.phpt server030.wsdl

2007-12-27 Thread Joshua Reese
Maybe a better solution would be to check if the object implements ArrayAccess and the getArrayCopy method exists in the object's class? If it does not exist then it would behave as it does right now and not encode anything, or we could have it throw an encoding exception. -Joshua Dmitry Stog

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/soap php_encoding.c /ext/soap/tests server030.phpt server030.wsdl

2007-12-27 Thread Dmitry Stogov
I think you are right. The patch makes not a lot of sense without support for ArrayAccess. I would prefer to revert it back (at least in this time). Joshua? Thanks. Dmitry. Hannes Magnusson wrote: On Dec 27, 2007 2:10 PM, Dmitry Stogov <[EMAIL PROTECTED]> wrote: dmitry Thu Dec 27 13:1

<    2   3   4   5   6   7   8   >