Re: [PHP-DEV] php_init_config zero length allocation

2004-02-15 Thread Jani Taskinen
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

Re: [PHP-DEV] php_init_config zero length allocation

2004-02-14 Thread Derick Rethans
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

Re: [PHP-DEV] php_init_config zero length allocation

2004-02-14 Thread Jani Taskinen
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

Re: [PHP-DEV] php_init_config zero length allocation

2004-02-14 Thread Derick Rethans
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

Re: [PHP-DEV] php_init_config zero length allocation

2004-02-14 Thread Derick Rethans
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

Re: [PHP-DEV] php_init_config zero length allocation

2004-02-14 Thread Eric Colinet
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

[PHP-DEV] php_init_config zero length allocation

2004-02-02 Thread Eric Colinet
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