Lukas Kahwe Smith wrote:
On 01.04.2010, at 01:13, Jacob Oettinger wrote:
Is this a good idea?
Is it silly to have someone, that has not been involved in the earlier unicode
discussions, trying to summarize on them?
I think it cannot really hurt. Ideally whatever you are summarizing should b
> If there is anything I forgot then let me know and I will add it to
> the RFC, else discussions away!
There are a couple more that were documented as being removed from PHP 6:
- pdo_odbc.db2_instance_name
- session.bug_compat_42
Should these be added to this list? And I suppose session.bug_com
Hi,
Respectfully, FWIW...
> safe_mode/register_globals/register_long_arrays/magic_quotes_*/allow_ca
> ll_time_pass_reference
+1
> asp_tags
> - Proposed to be removed aswell, Tony had a patch for this[5].
-1
No way. While I abhor there use, _many_ people do not.
> sql_safe_mode
> - Theres c
On 24.03.2010, at 16:46, Rasmus Lerdorf wrote:
> On 03/24/2010 08:09 AM, Felix De Vliegher wrote:
>> Hi
>>
>> Ulf already indicated this in a bug report, but I'd like to bring it up here
>> too:
>> "There's no PHP 6 any more. What shall happen to those reports: close,
>> bogus, test against 5.
On 01.04.2010, at 01:13, Jacob Oettinger wrote:
> Is this a good idea?
> Is it silly to have someone, that has not been involved in the earlier
> unicode discussions, trying to summarize on them?
I think it cannot really hurt. Ideally whatever you are summarizing should be
supported by links
On 07.04.2010, at 16:16, Christian Schneider wrote:
my gut feeling also says that we shouldnt allow positional arguments after
named parameters.
just picking out one of your examples ..
> foreach (new T_User('firstname' => $firstname, "ORDER BY age") as $user)
couldnt this also be written as
On 06.04.2010, at 12:16, Richard Quadling wrote:
> Hello.
>
> A suggestion I would like to make is to allow for nothing to be
> supplied for defaulted parameters.
>
> I suppose the easiest way of describing this issue is with the
> following code ...
>
> function foo($bar, $baz = 9, $buzz = 1
> >> @@ -3602,7 +3602,7 @@
> >>}
> >>}
> >>zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC,
> >> - "Property %s does not exist", name);
> >> + "Property %s::%s does not exist", ce->name, name);
> >> }
> >> /* }}}
Hi,
On Fri, 2010-04-09 at 00:48 +0200, Kalle Sommer Nielsen wrote:
> session_register/session_is_registered/session_register
> - Only needed for register_globals, Hannes removed those in PHP6.
regiter_globals should be removed. It still exits, removing these is the
logical consequence after remo
Kalle Sommer Nielsen wrote:
> enable_dl
> - Is this really worth keeping, since dl() was disabled on almost all
> SAPIs except for CLI/CGI/Embed?
>
Although it is not the most widespread use of PHP, people using things like
PHP-GTK probably take advantage of it.
--
PHP Internals - PHP Runti
safe_mode/register_globals/register_long_arrays/magic_quotes_*/allow_call_time_pass_reference
- Something we have long time been wanted to remove from PHP, I don't
see a big reason to keep those in the next version, even if its going
to be a 5.4, since we already removed things like
zend.ze1_com
On Fri, Apr 9, 2010 at 9:26 AM, Lukas Kahwe Smith wrote:
>> looks good for me. if there are no objections from someone else I'll
>> commit it tomorrow.
>
>
> @David: seems like you forgot to commit this?
David will be back in 10 days.
Cheers,
--
Pierre
@pierrejoye | http://blog.thepimp.net |
On 28.03.2010, at 17:59, David Soria Parra wrote:
> On 2010-03-28, Benjamin Eberlei wrote:
>> Index: ext/reflection/php_reflection.c
>> ===
>> --- ext/reflection/php_reflection.c (revision 296963)
>> +++ ext/reflection/php_reflecti
13 matches
Mail list logo