Re: [PHP-DEV] Reduce codebase

2002-12-06 Thread Marcus Börger
At 21:54 06.12.2002, Stig S. Bakken wrote: --enable-maintainer-mode? - Stig maintainer mode is already coupled to Zend's DEBUG_CFLAGS. But it is a well known feature of the autoconf tools so the question is mainly if we require all developers to run maintainer mode before using that switch in

Re: [PHP-DEV] Reduce codebase

2002-12-06 Thread Stig S. Bakken
--enable-maintainer-mode? - Stig On Thu, 2002-12-05 at 17:16, Marcus Börger wrote: > In a discussion about image.c code i was reminded that we do not need > to bother with emalloc returning NULL or array_init returning FAILURE. > Unforuately there are hundreds of such cases in PHP. When removing

[PHP-DEV] Reduce codebase

2002-12-05 Thread Marcus Börger
In a discussion about image.c code i was reminded that we do not need to bother with emalloc returning NULL or array_init returning FAILURE. Unforuately there are hundreds of such cases in PHP. When removing all these parts with all the necessary checks and error messages we could reduce the code b