Re: [PHP-DEV] Interesting dependecies

2006-12-06 Thread Antony Dovgal
On 12/06/2006 07:15 PM, Andrey Hristov wrote: Hi Ilia, Ilia Alshanetsky wrote: There really should be no reason for count() to "require" SPL, it should definitely be possible to compile php with --disable-all and no other flags, with perhaps an exception for ICU for obvious reasons. ext/stand

Re: [PHP-DEV] Interesting dependecies

2006-12-06 Thread Hannes Magnusson
On 12/6/06, Andrey Hristov <[EMAIL PROTECTED]> wrote: Hi Ilia, Ilia Alshanetsky wrote: > There really should be no reason for count() to "require" SPL, it should > definitely be possible to compile php with --disable-all and no other > flags, with perhaps an exception for ICU for obvious reasons

Re: [PHP-DEV] Interesting dependecies

2006-12-06 Thread Andrey Hristov
Hi Ilia, Ilia Alshanetsky wrote: > There really should be no reason for count() to "require" SPL, it should > definitely be possible to compile php with --disable-all and no other > flags, with perhaps an exception for ICU for obvious reasons. ext/standard/array.o(.text+0x6c2): In function `zif_c

Re: [PHP-DEV] Interesting dependecies

2006-12-06 Thread Ilia Alshanetsky
There really should be no reason for count() to "require" SPL, it should definitely be possible to compile php with --disable-all and no other flags, with perhaps an exception for ICU for obvious reasons. On 6-Dec-06, at 11:00 AM, Andrey Hristov wrote: Hi, for the sake of saving time duri

[PHP-DEV] Interesting dependecies

2006-12-06 Thread Andrey Hristov
Hi, for the sake of saving time during development, especially in the linking phase I decided to disable few extensions. In HEAD --disable-all is kind of borked, PHP won't compile afterwards, missing ICU enabled probably. Complains about unicode stuff. So, no more --disable-all. Let's remove XML