Hi
2013/4/3 Johannes Schlüter :
> Any opinions on this?
Lets just get it committed, +1
--
regards,
Kalle Sommer Nielsen
ka...@php.net
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Hi!
> https://github.com/johannes/php-src/commit/a1301253a44de3997548cbd8f83e38d79e4c331c
> the PHP module loader will, in case of an error, check for Zend
> Extension symbols and give a more verbose error .
Sounds like a good idea.
--
Stanislav Malyshev, Software Architect
SugarCRM: http://www
2013/4/3 Johannes Schlüter :
> Hi,
>
> with opcache being bundled I expectr to see multiple bugs like #64568
> where users are trying to load opcache as PHP module (using extension=
> in php.ini), I tried to improve the error message a bit.
>
> In
> https://github.com/johannes/php-src/commit/a13012
>> Wed, Apr 3, 2013 at 11:01 AM, Johannes Schlüter >> wrote:
>>
>>> Hi,
>>>
>>> with opcache being bundled I expectr to see multiple bugs like #64568
>>> where users are trying to load opcache as PHP module (using extension=
>>> in php.ini), I tried to improve the error message a bit.
>>>
>>> In
>>
Looking good. +1.
On Apr 3, 2013 12:23 PM, "Julien Pauli" wrote:
> Wed, Apr 3, 2013 at 11:01 AM, Johannes Schlüter >wrote:
>
> > Hi,
> >
> > with opcache being bundled I expectr to see multiple bugs like #64568
> > where users are trying to load opcache as PHP module (using extension=
> > in php
Wed, Apr 3, 2013 at 11:01 AM, Johannes Schlüter wrote:
> Hi,
>
> with opcache being bundled I expectr to see multiple bugs like #64568
> where users are trying to load opcache as PHP module (using extension=
> in php.ini), I tried to improve the error message a bit.
>
> In
>
> https://github.com/j
Hi,
with opcache being bundled I expectr to see multiple bugs like #64568
where users are trying to load opcache as PHP module (using extension=
in php.ini), I tried to improve the error message a bit.
In
https://github.com/johannes/php-src/commit/a1301253a44de3997548cbd8f83e38d79e4c331c
the PHP