Thanks Alexey Zakhlestin ,I'm kown very well all answer in your replies.
2010/1/17 Alexey Zakhlestin :
>
> 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 r
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 versi
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 version
I think it's not an but!
you must read carefuly about "Single quoted" and "Double quoted"
2010/1/14 Richard Quadling :
> 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');
>
> but not octa
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( [, mixed
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 :