On Fri, Nov 30, 2012 at 12:57 AM, David Muir wrote:
> On 30/11/12 05:25, Ángel González wrote:
>> On 29/11/12 18:17, Anthony Ferrara wrote:
>>> Just pointing this out: that's NOT what this RFC recommends, and is
>>> NOT what's being voted on. This RFC is talking about ONLY adding
>>> E_DEPRECATED
On Thu, Nov 29, 2012 at 3:57 PM, David Muir wrote:
> On 30/11/12 05:25, Ángel González wrote:
> > On 29/11/12 18:17, Anthony Ferrara wrote:
> >> Just pointing this out: that's NOT what this RFC recommends, and is
> >> NOT what's being voted on. This RFC is talking about ONLY adding
> >> E_DEPRECA
On 30/11/12 05:25, Ángel González wrote:
> On 29/11/12 18:17, Anthony Ferrara wrote:
>> Just pointing this out: that's NOT what this RFC recommends, and is
>> NOT what's being voted on. This RFC is talking about ONLY adding
>> E_DEPRECATED to core. And the way it's proposed to be done, the
>> "move
On 29/11/12 18:17, Anthony Ferrara wrote:
> Just pointing this out: that's NOT what this RFC recommends, and is
> NOT what's being voted on. This RFC is talking about ONLY adding
> E_DEPRECATED to core. And the way it's proposed to be done, the
> "moves-to-PECL" couldn't happen, since it's hard-cod
Angel
On Thu, Nov 29, 2012 at 12:02 PM, Ángel González wrote:
> David Muir wrote:
> > On 29/11/12 05:09, Ángel González wrote:
> >> I see it as simple to show E_DEPRECATED but not when installed from
> >> PECL.
> >>
> >> 1) Add a
> >> int mysql_extension_triggers_deprecated_warning = 1;
> >>
> >
David Muir wrote:
> On 29/11/12 05:09, Ángel González wrote:
>> I see it as simple to show E_DEPRECATED but not when installed from
>> PECL.
>>
>> 1) Add a
>> int mysql_extension_triggers_deprecated_warning = 1;
>>
>> And use it as a conditional for triggering the warning.
>>
>> 2) Copy the extensi
hi Alan!
On Thu, Nov 29, 2012 at 12:11 AM, Mailing list wrote:
> .. annoying top posting...
Why do you top post too then? :)
> This is getting close to a good solution.
>
> ini option mysql_is_deprecated - can not be set in .ini/htaccess etc, only
> by ini_set() - so hosters/distros can not f
On 29/11/12 10:11, Mailing list wrote:
.. annoying top posting...
This is getting close to a good solution.
ini option mysql_is_deprecated - can not be set in .ini/htaccess etc,
only by ini_set() - so hosters/distros can not fix it...
Normally added just before mysql_connect...
ini_set('my
On 28/11/2012 23:11, Mailing list wrote:
> - Users will get warnings on upgrading - it can not be hidden by
> hosters/distros etc.
Think you might be wildly underestimating the ability of both distros
and stuff like cPanel to patch the extension. Then again - I think
everybody might be.
--
PHP I
.. annoying top posting...
This is getting close to a good solution.
ini option mysql_is_deprecated - can not be set in .ini/htaccess etc,
only by ini_set() - so hosters/distros can not fix it...
Normally added just before mysql_connect...
ini_set('mysql_is_deprecated', "I WILL NOT USE IT I
On 29/11/12 05:09, Ángel González wrote:
I see it as simple to show E_DEPRECATED but not when installed from PECL.
1) Add a
int mysql_extension_triggers_deprecated_warning = 1;
And use it as a conditional for triggering the warning.
2) Copy the extension code to PECL
3) Add these changes in P
I see it as simple to show E_DEPRECATED but not when installed from PECL.
1) Add a
int mysql_extension_triggers_deprecated_warning = 1;
And use it as a conditional for triggering the warning.
2) Copy the extension code to PECL
3) Add these changes in PECL
- If the mysql functions are not alread
12 matches
Mail list logo