Re: [PHP-DEV] Custom Streams, fclose & stream_close

2006-02-14 Thread Wez Furlong
stream_close can return any value it likes... however, it is ignored and php_userstreamop_close always returns success to the streams layer. This is a bug, but should be simple to fix. (volunteers welcome; I don't have a current cvs checkout). --Wez. On 2/13/06, Jared Williams <[EMAIL PROTECTED]>

[PHP-DEV] PHP5.1.1 Pthreads issues on cross compilation

2006-02-14 Thread Artzi, Yoav \(Yoav\)
I have a problem that the PHP configure seems to automatically disable pthreads when I compile on cross platfrom. Host: i686-pentium-linux Target: ppc-powerquicc-linux More details about the target machine: PowerQuicc II MPC8248 My configure file is as follows: './configure' \ '--cache-file=con

[PHP-DEV] Unicode string literals and casting

2006-02-14 Thread Brion Vibber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The Unicode support design document in README.UNICODE discusses three types of strings, IS_UNICODE, IS_STRING, and IS_BINARY, and specifies two new casts, (unicode) and (binary). The spec allows Unicode and string types to be implicitly concatenated an