Re: [PHP-DEV] register globals - PHP6 still replaces . in variables from outside

2008-11-12 Thread Stan Vassilev | FM
On Wed, Nov 12, 2008 at 03:57, Stan Vassilev | FM [EMAIL PROTECTED] wrote: I don't see it would work with something like import_request_variables() unless thats removed or extract(), which is some of the reasons for this replacement feature afair. There was never a need for the replacement to

Re: [PHP-DEV] quick polls for 5.3

2008-11-12 Thread Lukas Kahwe Smith
On 12.11.2008, at 20:14, Lukas Kahwe Smith wrote: 1) ext/mhash in 5.3. ext/hash has all the functions, so the entire BC break will be that if (extension_loaded('mhash')) will need fixing if mhash is removed (answer both) I) enable ext/hash by default +1 II) remove ext/mhash +1 2)

Re: [PHP-DEV] quick polls for 5.3

2008-11-12 Thread Hannes Magnusson
On Wed, Nov 12, 2008 at 20:14, Lukas Kahwe Smith [EMAIL PROTECTED] wrote: Hi, here are a few questions that need to be answered ASAP. 1) ext/mhash in 5.3. ext/hash has all the functions, so the entire BC break will be that if (extension_loaded('mhash')) will need fixing if mhash is removed

[PHP-DEV] ReflectionProperty::setValue() and ReflectionProperty::setAccessible()

2008-11-12 Thread Sebastian Bergmann
Currently ReflectionProperty::setValue() ignores the setting made by ReflectionProperty::setAccessible(). Is this intentional or was it just forgotten to handle ref-ignore_visibility in setValue()? For some code I am working on it would be really helpful if setValue() could optionally work

Re: [PHP-DEV] quick polls for 5.3

2008-11-12 Thread Matt Wilson
On Nov 12, 2008, at 1:14 PM, Lukas Kahwe Smith wrote: Hi, here are a few questions that need to be answered ASAP. If at all possible keep your votes as short as possible. I think all of the above topics have been discussed quite a lot on the list. So I hope voters can spare the list

Re: [PHP-DEV] quick polls for 5.3

2008-11-12 Thread Derick Rethans
On Wed, 12 Nov 2008, Lukas Kahwe Smith wrote: 1) ext/mhash in 5.3. ext/hash has all the functions, so the entire BC break will be that if (extension_loaded('mhash')) will need fixing if mhash is removed (answer both) I) enable ext/hash by default II) remove ext/mhash yes, yes 2) deprecate

[PHP-DEV] Re: quick polls for 5.3

2008-11-12 Thread Elizabeth M Smith
[snip] 1) ext/mhash in 5.3. ext/hash has all the functions, so the entire BC break will be that if (extension_loaded('mhash')) will need fixing if mhash is removed (answer both) I) enable ext/hash by default +1 II) remove ext/mhash +1 2) deprecate ereg*. ext/ereg is an extension as of PHP

Re: [PHP-DEV] quick polls for 5.3

2008-11-12 Thread Lars Strojny
Hi, Am Mittwoch, den 12.11.2008, 20:14 +0100 schrieb Lukas Kahwe Smith: [...] 1) ext/mhash in 5.3. ext/hash has all the functions, so the entire BC break will be that if (extension_loaded('mhash')) will need fixing if mhash is removed (answer both) I) enable ext/hash by default II)

[PHP-DEV] quick polls for 5.3

2008-11-12 Thread Lukas Kahwe Smith
Hi, here are a few questions that need to be answered ASAP. If at all possible keep your votes as short as possible. I think all of the above topics have been discussed quite a lot on the list. So I hope voters can spare the list needless repetition. Instead if you think that a topic

Re: [PHP-DEV] quick polls for 5.3

2008-11-12 Thread Stanislav Malyshev
Hi! 1) ext/mhash in 5.3. ext/hash has all the functions, so the entire BC break will be that if (extension_loaded('mhash')) will need fixing if mhash is removed (answer both) I) enable ext/hash by default II) remove ext/mhash I) +1 II) Can't we make mhash stub extension with dependency on

Re: [PHP-DEV] quick polls for 5.3

2008-11-12 Thread Ilia Alshanetsky
On 12-Nov-08, at 2:14 PM, Lukas Kahwe Smith wrote: Hi, here are a few questions that need to be answered ASAP. If at all possible keep your votes as short as possible. I think all of the above topics have been discussed quite a lot on the list. So I hope voters can spare the list

Re: [PHP-DEV] quick polls for 5.3

2008-11-12 Thread Scott MacVicar
On 12 Nov 2008, at 14:14, Lukas Kahwe Smith wrote: Hi, here are a few questions that need to be answered ASAP. If at all possible keep your votes as short as possible. I think all of the above topics have been discussed quite a lot on the list. So I hope voters can spare the list needless

Re: [PHP-DEV] quick polls for 5.3

2008-11-12 Thread Steph Fox
Hi Lukas, 1) ext/mhash in 5.3. ext/hash has all the functions, so the entire BC break will be that if (extension_loaded('mhash')) will need fixing if mhash is removed (answer both) I) enable ext/hash by default +1 II) remove ext/mhash -1, BC concerns. Can't we just deprecate it in 5.3 and

Re: [PHP-DEV] quick polls for 5.3

2008-11-12 Thread Kalle Sommer Nielsen
1) ext/mhash in 5.3. ext/hash has all the functions, so the entire BC break will be that if (extension_loaded('mhash')) will need fixing if mhash is removed (answer both) I) enable ext/hash by default +1 II) remove ext/mhash +0 2) deprecate ereg*. ext/ereg is an extension as of PHP 5.3.

Re: [PHP-DEV] quick polls for 5.3

2008-11-12 Thread Rob Richards
1) ext/mhash in 5.3. ext/hash has all the functions, so the entire BC break will be that if (extension_loaded('mhash')) will need fixing if mhash is removed (answer both) I) enable ext/hash by default II) remove ext/mhash +1 both 2) deprecate ereg*. ext/ereg is an extension as of PHP 5.3.

RE: [PHP-DEV] error_log - sapi.log_message

2008-11-12 Thread John Carter -X (johncart - PolicyApp Ltd at Cisco)
Good idea. Would also be nice if added constants for the existing 0, 1 and 3 options. John. John Carter Development Manager NAC Governance Server Cisco [EMAIL PROTECTED] +44 161 249 5825 -Original Message- From: Stanislav Malyshev [mailto:[EMAIL PROTECTED] Sent: 12 November 2008

Re: [PHP-DEV] quick polls for 5.3

2008-11-12 Thread Pierre Joye
hi Lukas! Thanks for this nice little list, 1st class troll killer :) On Wed, Nov 12, 2008 at 8:14 PM, Lukas Kahwe Smith [EMAIL PROTECTED] wrote: 1) ext/mhash in 5.3. ext/hash has all the functions, so the entire BC break will be that if (extension_loaded('mhash')) will need fixing if mhash

[PHP-DEV] Re: quick polls for 5.3

2008-11-12 Thread David Soria Parra
1) ext/mhash in 5.3. ext/hash has all the functions, so the entire BC break will be that if (extension_loaded('mhash')) will need fixing if mhash is removed (answer both) I) enable ext/hash by default II) remove ext/mhash +1 +1 2) deprecate ereg*. ext/ereg is an extension as of PHP 5.3. Since

[PHP-DEV] error_log - sapi.log_message

2008-11-12 Thread Stanislav Malyshev
Hi! I want to add error_log option (message_type = 4) which would send the message directly to sapi_module.log_message whatever error_log INI setting is. This would allow more flexibility in using SAPI logging channel, since presently there's no reliable way to access it without resetting

Re: [PHP-DEV] quick polls for 5.3

2008-11-12 Thread David Coallier
1) ext/mhash in 5.3. ext/hash has all the functions, so the entire BC break will be that if (extension_loaded('mhash')) will need fixing if mhash is removed (answer both) I) enable ext/hash by default +1 II) remove ext/mhash +1 2) deprecate ereg*. ext/ereg is an extension as of PHP 5.3.

Re: [PHP-DEV] quick polls for 5.3

2008-11-12 Thread Arnaud Le Blanc
On Wednesday 12 November 2008 20:14:31 Lukas Kahwe Smith wrote: Hi, 1) ext/mhash in 5.3. ext/hash has all the functions, so the entire BC break will be that if (extension_loaded('mhash')) will need fixing if mhash is removed (answer both) I) enable ext/hash by default +1 II) remove

Re: [PHP-DEV] quick polls for 5.3

2008-11-12 Thread Larry Garfield
On Wednesday 12 November 2008 1:14:31 pm Lukas Kahwe Smith wrote: Hi, here are a few questions that need to be answered ASAP. If at all possible keep your votes as short as possible. I think all of the above topics have been discussed quite a lot on the list. So I hope voters can spare the