Revision tags: php-4.0.6RC2, php-4.0.6RC1 |
|
#
3ffb8e38 |
| 05-May-2001 |
Wez Furlong |
Nuke buffering from php_streams, move connect_nonb() from fsock.c to network.c and rename to php_connect_nonb(). Use php_connect_nonb() instead of connect() in php_hostconnect() -> timeouts
Nuke buffering from php_streams, move connect_nonb() from fsock.c to network.c and rename to php_connect_nonb(). Use php_connect_nonb() instead of connect() in php_hostconnect() -> timeouts should now work in php_hostconnect(). sock streams abstraction now uses php_sockbuf as the "abstract" pointer.
show more ...
|
Revision tags: php-4.0.5, php-4.0.5RC8 |
|
#
1865be6c |
| 26-Apr-2001 |
Sterling Hughes |
fix for bug #8994, courtesy tom.anheyer@berlinonline.de # Are we having another RC, and if so, can I MFH in time for it?
|
Revision tags: php-4.0.5RC7 |
|
#
57af70f7 |
| 17-Apr-2001 |
Wez Furlong |
Changes for streams. Added temporary fopenstream function to PHP so that the streams can be tested.
|
Revision tags: php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1 |
|
#
eb6ba01d |
| 26-Feb-2001 |
Andi Gutmans |
- Fix copyright notices with 2001
|
#
714e340a |
| 20-Feb-2001 |
Daniel Beulshausen |
proper prefix for lookup_hostname
|
#
a96174db |
| 20-Feb-2001 |
Daniel Beulshausen |
make socket functions available to the outside
|
#
e9c42184 |
| 18-Feb-2001 |
Thies C. Arntzen |
[p]fsockopen: fixed possible leak
|
#
83cf6629 |
| 21-Jan-2001 |
Rasmus Lerdorf |
@BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus
|
#
a85da45a |
| 13-Jan-2001 |
Zeev Suraski |
Both thread-safe and thread-unsafe builds should be ok now
|
#
97510346 |
| 13-Jan-2001 |
Derick Rethans |
- Removed a stale var that broke the build
|
#
86624dfa |
| 13-Jan-2001 |
Zeev Suraski |
- Fix exec() bug - Merge fsock and file globals
|
Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1 |
|
#
73c0f4b4 |
| 20-Dec-2000 |
Andi Gutmans |
- Use memcmp() instead of ugly char-by-char compare
|
Revision tags: php-4.0.4REL |
|
#
f487f596 |
| 19-Dec-2000 |
Stanislav Malyshev |
Fix possible crash
|
Revision tags: php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3 |
|
#
3dc7fc54 |
| 28-Oct-2000 |
Zeev Suraski |
- URL-opened files now store the HTTP response header in $http_response_header - Some layout updates
|
#
33d15279 |
| 18-Oct-2000 |
Stig Venaas |
Removed some zval_dtor calls. There were two more than needed, and I had just added two more...
|
#
afdf0e75 |
| 18-Oct-2000 |
Stig Venaas |
Added some missing zval_dtor calls in php_fsockopen()
|
Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1, php-4.0.2 |
|
#
b79db079 |
| 27-Aug-2000 |
Andi Gutmans |
- Fix possible overflow in fsockopen().
|
Revision tags: PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE, PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC |
|
#
520602ae |
| 19-Jun-2000 |
Thies C. Arntzen |
(fsockopen) fix #5090
|
Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH |
|
#
3701bc42 |
| 05-Jun-2000 |
Andi Gutmans |
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
|
Revision tags: php-4.0.0 |
|
#
e043439f |
| 18-May-2000 |
Zeev Suraski |
Update the license with the new clause 6
|
Revision tags: php-4.0RC2, PHP-4.0-RC1 |
|
#
99e0b363 |
| 06-Mar-2000 |
Stig Bakken |
@Cleaned up extension namespace (Stig) Cleaned up extension namespace, and changed ext/standard into one single extension.
|
Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1 |
|
#
86fa2aad |
| 19-Feb-2000 |
Zeev Suraski |
the pipe is breaking all the time
|
Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000 |
|
#
80bdd19e |
| 11-Feb-2000 |
Zeev Suraski |
Fine tune Andi's patch
|
#
29280bb9 |
| 10-Feb-2000 |
Andi Gutmans |
- Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32
|
Revision tags: BEFORE_SAPIFICATION_FEB_10_2000 |
|
#
0c535aa3 |
| 02-Feb-2000 |
Andrei Zmievski |
(php_sock_fgets) Respect timeout event.
|