On Thu, 16 Aug 2001, Troels Arvin wrote the following to [EMAIL PROTECTED] :
> #if 0
> } else {
> char lenbuf[64];
>
> sprintf(lenbuf,"Content-Length: %d",Z_STRLEN_P(return_value));
> sapi_add_header(lenbuf,strlen(lenbuf), 1);
> #endif
>
> What does "#if 0" actually mean?
>
#if 0
means the compiler will NEVER reach this code. Usually signifies
something that the developer knows is only half implemented, or
something.
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP-DEV] Output Compression Issues John Donagher
- Re: [PHP-DEV] Output Compression Issues Rasmus Lerdorf
- Re: [PHP-DEV] Output Compression Issues John Donagher
- [PHP-DEV] Re: Output Compression Issues Troels Arvin
- Re: [PHP-DEV] Re: Output Compression Issues Bj�rn Schotte
- Re: [PHP-DEV] Re: Output Compression Issues Joey Smith
- Re: [PHP-DEV] Re: Output Compression Issues Zeev Suraski
- Re: [PHP-DEV] Re: Output Compression Issues Troels Arvin
- Re: [PHP-DEV] Re: Output Compression Iss... Zeev Suraski
- Re: [PHP-DEV] Re: Output Compression Issues John Donagher
- Re: [PHP-DEV] Re: Output Compression Issues Thies C. Arntzen
- Re: [PHP-DEV] Re: Output Compression Iss... Zeev Suraski
- Re: [PHP-DEV] Re: Output Compressio... Thies C. Arntzen
