[PHP-DEV] mbstring internal encoding behavior

2004-12-04 Thread Al Baker
I've noticed some different behavior between mbstring versions 4.2.2 and 4.3.9 -- both on RedHat 8 -- in terms of how internal encoding affects the script. In 4.2.2, the encoding translation appeared to work okay and would convert Shift_JIS into UTF-8 on incoming requests. We didn't try any other

[PHP-DEV] Re: [PHP-CVS] cvs: php-src / NEWS /sapi/apache php_apache.c

2004-12-04 Thread Dave Barr
Hi Rasmus, noticed a proto problem with this commit. You have the function proto returning an array: > +/* {{{ proto array apache_reset_timeout(void) but: > + RETURN_FALSE; and > + RETURN_TRUE; Change the proto to return bool? Dave -- PHP Internals - PHP Runtime Development Mailing List T