Re: [PHP-DEV] Re: [ZEND-ENGINE] cvs: Zend / zend.c zend_execute_API.czend_hash.c zend_hash.h zend_list.c zend_list.h

2001-08-03 Thread rasmus
On Thu, 02 Aug 2001, Zeev Suraski wrote: zeevThu Aug 2 09:16:20 2001 EDT Modified files: /Zend zend.c zend_execute_API.c zend_hash.c zend_hash.h zend_list.c zend_list.h Log: Some cleanup I really wish all these TSRM changes were left for

Re: [PHP-DEV] Re: [ZEND-ENGINE] cvs: Zend / zend.c zend_execute_API.czend_hash.c zend_hash.h zend_list.c zend_list.h

2001-08-03 Thread Sebastian Bergmann
Andrei Zmievski wrote: I really wish all these TSRM changes were left for 4.1. Why not skip 4.0.7 and make 4.0.7-dev PHP 4.1.0? -- Sebastian Bergmann Measure Traffic Usability http://sebastian-bergmann.de/http://phpOpenTracker.de/ -- PHP Development

Re: [PHP-DEV] Re: [ZEND-ENGINE] cvs: Zend / zend.c zend_execute_API.czend_hash.c zend_hash.h zend_list.c zend_list.h

2001-08-03 Thread Wez Furlong
[I'm just catching up] I'd like the PHP streams stuff to get into 4.1, but I am lacking time for a few weeks. If we were to go for 4.1, are there any plans for when? --Wez. On 02/08/01, Rasmus Lerdorf [EMAIL PROTECTED] wrote: Zeev Suraski wrote: - For the register_globals default change,

Re: [PHP-DEV] Re: [ZEND-ENGINE] cvs: Zend / zend.c zend_execute_API.czend_hash.c zend_hash.h zend_list.c zend_list.h

2001-08-02 Thread Jani Taskinen
It's time to break the evil spell on the middle number. IMO, it does really matter if it is 4.1.0 or 4.0.7.. It's the HEADS UP! for people when you change the more significant version number. (and also gives a nice backdoor for breaking bc without wtf-factor :) If someone is afraid of changing

Re: [PHP-DEV] Re: [ZEND-ENGINE] cvs: Zend / zend.c zend_execute_API.czend_hash.c zend_hash.h zend_list.c zend_list.h

2001-08-02 Thread Zeev Suraski
The register_globals change must go through one iteration where we have the new APIs available, but still haven't changed the default. So, we can't combine these two changes together... Zeev At 10:41 02/08/2001, Sebastian Bergmann wrote: Zeev Suraski wrote: - For the register_globals

Re: [PHP-DEV] Re: [ZEND-ENGINE] cvs: Zend / zend.c zend_execute_API.czend_hash.c zend_hash.h zend_list.c zend_list.h

2001-08-02 Thread Jon Parise
On Thu, Aug 02, 2001 at 10:50:07AM -0700, Rasmus Lerdorf wrote: I would pretty much insist on the _GET() stuff, import_globals() and register_globals changes being implemented in 4.1. With these TSRM changes, the register_globals changes and hopefully Sterling's XSLT changes I think there