Re: [PHP-DEV] PHP 5.3 Suggested Feature List

2007-09-09 Thread Pierre
On 9/10/07, Larry Garfield <[EMAIL PROTECTED]> wrote: > On Monday 10 September 2007, Lester Caine wrote: > > Scott MacVicar wrote: > > >> 6) Remove safe_mode, register_globals and magic_quotes > > >> > > >> 10-1 > > > > > > +1, The sooner we get rid of this the better, though I coul

Re: [PHP-DEV] PHP 5.3 Suggested Feature List

2007-09-09 Thread Larry Garfield
On Monday 10 September 2007, Lester Caine wrote: > Scott MacVicar wrote: > >> 6) Remove safe_mode, register_globals and magic_quotes > >> > >> 10-1 > > > > +1, The sooner we get rid of this the better, though I could see things > > going wrong if its not properly documented for ever

Re: [PHP-DEV] rfc1867.c compatibility question [closed]

2007-09-09 Thread BuildSmart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sep 10, 2007, at 01:01:19, Christian Stocker wrote: On 10.9.2007 6:53 Uhr, BuildSmart wrote: On Sep 10, 2007, at 24:41:47, Christian Stocker wrote: On 10.9.2007 3:53 Uhr, BuildSmart wrote: I was asked to look into the pdoru patch and ext

Re: [PHP-DEV] PHP 5.3 Suggested Feature List

2007-09-09 Thread Lester Caine
Scott MacVicar wrote: 6) Remove safe_mode, register_globals and magic_quotes 10-1 +1, The sooner we get rid of this the better, though I could see things going wrong if its not properly documented for everyone. I'd perhaps not remove the functions such as get_magic_quotes_gpc

Re: [PHP-DEV] rfc1867.c compatibility question

2007-09-09 Thread Christian Stocker
On 10.9.2007 6:53 Uhr, BuildSmart wrote: > > On Sep 10, 2007, at 24:41:47, Christian Stocker wrote: > > > >> On 10.9.2007 3:53 Uhr, BuildSmart wrote: >>> I was asked to look into the pdoru patch and extension by a client, this >>> is where I noticed that a similar patch is already applied to

Re: [PHP-DEV] rfc1867.c compatibility question

2007-09-09 Thread BuildSmart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sep 10, 2007, at 24:41:47, Christian Stocker wrote: On 10.9.2007 3:53 Uhr, BuildSmart wrote: I was asked to look into the pdoru patch and extension by a client, this is where I noticed that a similar patch is already applied to the rfc1867.

Re: [PHP-DEV] rfc1867.c compatibility question

2007-09-09 Thread Christian Stocker
On 10.9.2007 3:53 Uhr, BuildSmart wrote: > I was asked to look into the pdoru patch and extension by a client, this > is where I noticed that a similar patch is already applied to the > rfc1867.c file > (http://cvs.php.net/viewvc.cgi/php-src/main/rfc1867.c?r1=1.173.2.1&r2=1.173.2.1.2.1&pathrev=PH

Re: FW: [PHP-DEV] Patch for macros for tracking refcount and is_ref

2007-09-09 Thread Cristian Rodriguez
On 9/8/07, Rasmus Lerdorf <[EMAIL PROTECTED]> wrote: And yes, if it turns out > to be 10% slower, a lot of sites are going to want to run without it. Sad, I see you have lost the notion about who are the vast mayority of your users. Facebook or any top site that requires extreme performance rep

[PHP-DEV] rfc1867.c compatibility question

2007-09-09 Thread BuildSmart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I was asked to look into the pdoru patch and extension by a client, this is where I noticed that a similar patch is already applied to the rfc1867.c file (http://cvs.php.net/viewvc.cgi/php-src/main/ rfc1867.c?r1=1.173.2.1&r2=1.173.2.1.2.1&pathrev

Re: [PHP-DEV] PHP 5.3 Suggested Feature List

2007-09-09 Thread Al Baker
Comments inline On Sun, 2007-09-09 at 13:07 -0400, Ilia Alshanetsky wrote: > Its been about a week since RFS for features to go into 5.3 has gone > out and while there was not a "flood" of ideas there is a substantial > list of key changes people would like to go into this release. I've > co

Re: [PHP-DEV] PHP 5.3 Suggested Feature List

2007-09-09 Thread Scott MacVicar
On 9 Sep 2007, at 13:07, Ilia Alshanetsky wrote: Its been about a week since RFS for features to go into 5.3 has gone out and while there was not a "flood" of ideas there is a substantial list of key changes people would like to go into this release. I've compiled a list of all of the sugg

Re: [PHP-DEV] PHP 5.3 Suggested Feature List

2007-09-09 Thread Johannes Schlüter
Hi Ilia, On Sunday 09 September 2007 07:07:37 pm Ilia Alshanetsky wrote: > List of Feature Ideas > > > 1) Backport the namespaces patch for PHP 6 > > 1 0 -1 +1 > 2) Symlink the intl extension from PECL, but leave it disabled by > default as

Re: [PHP-DEV] Re: [PATCH] (super)user-loadable mysqld parsers

2007-09-09 Thread Arnold Daniels
Sorry, I've send this to the wrong list. I should have gone to the MySQL internals list. Arnold Arnold Daniels wrote: Hi, I stand corrected, Oracle does support XML in their relation DB. I've seen some of these articles before, but mistakenly understood that is was a separate DB. My experi

Re: [PHP-DEV] own php function

2007-09-09 Thread Marten Lehmann
Hello, thanks for all ideas, I will have a look at it very shortly. Regards Marten -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [PATCH] (super)user-loadable mysqld parsers

2007-09-09 Thread Arnold Daniels
Hi, I stand corrected, Oracle does support XML in their relation DB. I've seen some of these articles before, but mistakenly understood that is was a separate DB. My experience of Oracle doesn't go much further than playing with XE. If I understand the example correctly you would query XML da

Re: [PHP-DEV] PHP 5.3 Suggested Feature List

2007-09-09 Thread Stanislav Malyshev
1) Backport the namespaces patch for PHP 6 1 as soon as we have it stabilized. 2) Symlink the intl extension from PECL, but leave it disabled by default as is the case with all extensions dependent on external libs 1 3) Apply the Late Static Binding Patch 1 4) Implement David's Circula

Re: [PHP-DEV] PHP 5.3 Suggested Feature List

2007-09-09 Thread Brian Moon
All none listed are zero for me. 1) Backport the namespaces patch for PHP 6 1 6) Remove safe_mode, register_globals and magic_quotes -1 7) Introduce mysqlind library into core and use it as a backend for PDO and mysqli extensions (possibly enabling them by default) 1 8) OpenID enabli

Re: [PHP-DEV] PHP 5.3 Suggested Feature List

2007-09-09 Thread David Coallier
On 9/9/07, Antony Dovgal <[EMAIL PROTECTED]> wrote: > On 09.09.2007 21:07, Ilia Alshanetsky wrote: > > Its been about a week since RFS for features to go into 5.3 has gone > > out and while there was not a "flood" of ideas there is a substantial > > list of key changes people would like to go into

Re: [PHP-DEV] PHP 5.3 Suggested Feature List

2007-09-09 Thread Antony Dovgal
On 09.09.2007 21:07, Ilia Alshanetsky wrote: > Its been about a week since RFS for features to go into 5.3 has gone > out and while there was not a "flood" of ideas there is a substantial > list of key changes people would like to go into this release. I've > compiled a list of all of the sug

Re: [PHP-DEV] [patch] Late static bindings (LSB)

2007-09-09 Thread Etienne Kneuss
Hello, sorry for the late reply, I am on vacations these weeks and only have a sparse access to web. I was aware that my patch missed supports for callbacks, and let it that way on purpose as I planned to do some cleanup work on callbacks. It looks like you placed the work necessary to have L

Re: [PHP-DEV] Re: Bug 40479

2007-09-09 Thread Antony Dovgal
On 09.09.2007 14:02, Jani Taskinen wrote: >> --enable-debug is required to get any debug info. >> If possible, use --disable-all and enable only required extensions in order >> to have minimal PHP config which is enough to reproduce it. > > Disable all (zend) extensions, like APC, Xdebug, Zend Ca

Re: Re: [PHP-DEV] constant folding optimization

2007-09-09 Thread Nuno Lopes
Well we don't support that syntax at this moment. If you are saying that we could add support for such syntax.. it does seem a good idea, but in that case we would need to modify a few rules of the grammar (like adding a const_expr production, and allow static_scalar derive it, etc..). Ri

Re: [PHP-DEV] PHP 5.3 Suggested Feature List

2007-09-09 Thread Nuno Lopes
1) Backport the namespaces patch for PHP 6 2) Symlink the intl extension from PECL, but leave it disabled by default as is the case with all extensions dependent on external libs I haven't looked at it yet. 3) Apply the Late Static Binding Patch +0 4) Implement David's Circular Garbage

Re: [PHP-DEV] PHP 5.3 Suggested Feature List

2007-09-09 Thread Lester Caine
Ilia Alshanetsky wrote: Its been about a week since RFS for features to go into 5.3 has gone out and while there was not a "flood" of ideas there is a substantial list of key changes people would like to go into this release. I've compiled a list of all of the suggestions I've received, they ar

Re: [PHP-DEV] PHP 5.3 Suggested Feature List

2007-09-09 Thread David Coallier
On 9/9/07, Ilia Alshanetsky <[EMAIL PROTECTED]> wrote: > Its been about a week since RFS for features to go into 5.3 has gone > out and while there was not a "flood" of ideas there is a substantial > list of key changes people would like to go into this release. I've > compiled a list of all of the

Re: [PHP-DEV] PHP 5.3 Suggested Feature List

2007-09-09 Thread Pierre
On 9/9/07, Ilia Alshanetsky <[EMAIL PROTECTED]> wrote: > Its been about a week since RFS for features to go into 5.3 has gone > out and while there was not a "flood" of ideas there is a substantial > list of key changes people would like to go into this release. I've > compiled a list of all of the

[PHP-DEV] Re: PHP 5.3 Suggested Feature List

2007-09-09 Thread Gregory Beaver
Ilia Alshanetsky wrote: > Its been about a week since RFS for features to go into 5.3 has gone out > and while there was not a "flood" of ideas there is a substantial list > of key changes people would like to go into this release. I've compiled > a list of all of the suggestions I've received, the

Re: [PHP-DEV] PHP 5.3 Suggested Feature List

2007-09-09 Thread Larry Garfield
On Sunday 09 September 2007, Ilia Alshanetsky wrote: > Its been about a week since RFS for features to go into 5.3 has gone > out and while there was not a "flood" of ideas there is a substantial > list of key changes people would like to go into this release. I've > compiled a list of all of the s

[PHP-DEV] PHP 5.3 Suggested Feature List

2007-09-09 Thread Ilia Alshanetsky
Its been about a week since RFS for features to go into 5.3 has gone out and while there was not a "flood" of ideas there is a substantial list of key changes people would like to go into this release. I've compiled a list of all of the suggestions I've received, they are listed below in a

Re: [PHP-DEV] Re: Bug 40479

2007-09-09 Thread Jani Taskinen
Antony Dovgal kirjoitti: On 09.09.2007 12:41, Danny Carroll wrote: Anthony, I need some assistance gathering the information that might be most helpful. This week sometime I will grab a snapshot and install it. Normally I install php via the FreeBSD ports collection. I am happy to build a cu

[PHP-DEV] Re: Bug 40479

2007-09-09 Thread Antony Dovgal
On 09.09.2007 12:41, Danny Carroll wrote: > Anthony, > > I need some assistance gathering the information that might be most helpful. > > This week sometime I will grab a snapshot and install it. Normally I > install php via the FreeBSD ports collection. I am happy to build a > custom version b

[PHP-DEV] Re: Bug 40479

2007-09-09 Thread Danny Carroll
Anthony, I need some assistance gathering the information that might be most helpful. This week sometime I will grab a snapshot and install it. Normally I install php via the FreeBSD ports collection. I am happy to build a custom version but I would like to make sure that I do not overwrite any