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
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
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
Hi,
I need to be able to specify the compression level in
zlib.output_handler. I was planning to implement it like this:
* add php_deflate_string2 (or php_deflate_string_ex) that lets you
specify compression level, move the code from php_deflate_string into
php_deflate_string2 and make php_defl