Re: [PHP-DEV] specifying compression level to zlib.output_compression

2002-04-05 Thread Zeev Suraski
Ones that have PHPAPI in front of them :) Zeev At 02:25 PM 4/5/2002, Derick Rethans wrote: >On Fri, 5 Apr 2002, Zeev Suraski wrote: > > > Any particular reason not to just change the signature of > > php_deflate_string()? Do you think anything else uses this function? I > > doubt it, especiall

Re: [PHP-DEV] specifying compression level to zlib.output_compression

2002-04-05 Thread Derick Rethans
On Fri, 5 Apr 2002, Zeev Suraski wrote: > Any particular reason not to just change the signature of > php_deflate_string()? Do you think anything else uses this function? I > doubt it, especially considering its not marked as an API function... Which functions are marked as an API function t

Re: [PHP-DEV] specifying compression level to zlib.output_compression

2002-04-05 Thread Zeev Suraski
Any particular reason not to just change the signature of php_deflate_string()? Do you think anything else uses this function? I doubt it, especially considering its not marked as an API function... Otherwise, it sounds good... Zeev At 11:58 AM 4/5/2002, Stig S. Bakken wrote: >Hi, > >I need