On Sat, 14 Feb 2004, Derick Rethans wrote:
>On Sat, 14 Feb 2004, Jani Taskinen wrote:
>
>> On Sat, 14 Feb 2004, Derick Rethans wrote:
>>
>> >On Sat, 14 Feb 2004, Eric Colinet wrote:
>> >
>> >> I think you should realy take a look at that:
>> >> http://marc.theaimsgroup.com/?l=php-dev&m=10757147122
On Sat, 14 Feb 2004, Jani Taskinen wrote:
> On Sat, 14 Feb 2004, Derick Rethans wrote:
>
> >On Sat, 14 Feb 2004, Eric Colinet wrote:
> >
> >> I think you should realy take a look at that:
> >> http://marc.theaimsgroup.com/?l=php-dev&m=107571471229830&w=2
> >>
> >> It fixes an anoying crashes with
On Sat, 14 Feb 2004, Derick Rethans wrote:
>On Sat, 14 Feb 2004, Eric Colinet wrote:
>
>> I think you should realy take a look at that:
>> http://marc.theaimsgroup.com/?l=php-dev&m=107571471229830&w=2
>>
>> It fixes an anoying crashes with my config.
>
>Ok, fixed in PHP 5.
Why not in PHP_4_3
On Sat, 14 Feb 2004, Eric Colinet wrote:
> I think you should realy take a look at that:
> http://marc.theaimsgroup.com/?l=php-dev&m=107571471229830&w=2
>
> It fixes an anoying crashes with my config.
Ok, fixed in PHP 5.
Derick
--
PHP Internals - PHP Runtime Development Mailing List
To unsubsc
On Sat, 14 Feb 2004, Eric Colinet wrote:
> I think you should realy take a look at that:
> http://marc.theaimsgroup.com/?l=php-dev&m=107571471229830&w=2
>
> It fixes an anoying crashes with my config.
Will have a look.
PS.: Can you please not use "reply" when you're starting a new thread,
but ju
Hi guys,
I think you should realy take a look at that:
http://marc.theaimsgroup.com/?l=php-dev&m=107571471229830&w=2
It fixes an anoying crashes with my config.
Regards,
Eric
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
Included a patch that avoid a zero length allocation in php_init_config when:
- A configuration line like --with-config-file-scan-dir=d:/local/etc is given
- The directory specified doesn't contain any *.ini files
Let me know if I have to create a bug entry for it before postin