Re: [PHP-DEV] SSL streams switching to blocking socket

2009-09-08 Thread hack988 hack988
I found same problem in IIS recently. When SSL connection established and read to eof,I can't write anything to stream again. It's trow :SSL operation failed with code 1. OpenSSL Error messages: error:140D00CF:SSL routines:func(208):reason(207). My php version is 5.2.9 2009/9/8 Eloy Bote Falcon

[PHP-DEV] any solution about array_walk with pass-by-reference UseData?

2010-01-12 Thread hack988 hack988
In Online Document say's: Users may not change the array itself from the callback function. e.g. Add/delete elements, unset elements, etc. If the array that array_walk() is applied to is changed, the behavior of this function is undefined, and unpredictable. So I'm use Use Optional param( [,

Re: [PHP-DEV] Numerical string comparison - octal and hex.

2010-01-13 Thread hack988 hack988
I think it's not an but! you must read carefuly about Single quoted and Double quoted 2010/1/14 Richard Quadling rquadl...@googlemail.com: Hello. In looking at numer vs string comparison, I think I've found an oddity. You can successfully compare hex strings ... var_dump(255 == '0xff');

[PHP-DEV] about dl() in php6

2010-01-17 Thread hack988 hack988
In Online document about dl function http://www.php.net/manual/en/function.dl.php This function has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 6.0.0. Relying on this feature is highly discouraged. It's mean we can't Loads a PHP extension at runtime sine version 5.3.0 and higher

[PHP-DEV] about dl() in php6(send again,some spell mistake before)

2010-01-17 Thread hack988 hack988
In Online document about dl function http://www.php.net/manual/en/function.dl.php This function has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 6.0.0. Relying on this feature is highly discouraged. It's means we can't Loads a PHP extension at runtime since version 5.3.0 and higher

Re: [PHP-DEV] [solved]about dl() in php6

2010-01-17 Thread hack988 hack988
Thanks Alexey Zakhlestin ,I'm kown very well all answer in your replies. 2010/1/17 Alexey Zakhlestin indey...@gmail.com: On 17.01.2010, at 15:10, hack988 hack988 wrote: thanks,but document say's dl() is not supported in multithreaded Web servers form php5.3.0 php not relase isapi in binary