#
1d3ad85a |
| 17-Mar-2002 |
Wez Furlong |
fix win32 warning and ming leak
|
#
2be6527f |
| 16-Mar-2002 |
Harald Radi |
fixed TSRM build
|
#
5d0c53ee |
| 16-Mar-2002 |
Wez Furlong |
Fix some issues with gzFile and fsockopen.
|
#
52982c42 |
| 16-Mar-2002 |
Wez Furlong |
This should help with some build problems/warnings under win32. Someone still needs to add the streams.c file to the MSVC project/workspace though (there are so many that I don't really know
This should help with some build problems/warnings under win32. Someone still needs to add the streams.c file to the MSVC project/workspace though (there are so many that I don't really know what I am doing :-).
show more ...
|
#
a184f5d1 |
| 16-Mar-2002 |
Wez Furlong |
* formatting, plus remove some old fopen wrappers
|
#
0f65280c |
| 15-Mar-2002 |
Wez Furlong |
New PHP streams...
|
Revision tags: help, php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH, php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog |
|
#
38933514 |
| 11-Dec-2001 |
Sebastian Bergmann |
Update headers.
|
Revision tags: php-4.1.0, php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3 |
|
#
b2784350 |
| 14-Nov-2001 |
Derick Rethans |
- Fix crashbug on dtor
|
Revision tags: php-4.1.0RC2 |
|
#
f1e32a8c |
| 04-Nov-2001 |
Alex Waugh |
Undefine AF_UNIX when compiled for RISC OS
|
Revision tags: POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS |
|
#
03f74067 |
| 21-Sep-2001 |
Hartmut Holzgraefe |
proto fixes "double" -> "float"
|
#
78747bd2 |
| 09-Sep-2001 |
Derick Rethans |
- Don't wrap lines... this is annoying while coding.
|
Revision tags: php-4.0.7RC2 |
|
#
807b49aa |
| 18-Aug-2001 |
Sterling Hughes |
K&R format changes
|
#
591aba3c |
| 17-Aug-2001 |
Sterling Hughes |
ws fix.
|
#
6bc04c08 |
| 17-Aug-2001 |
Sterling Hughes |
Clean up the function for the Zend API (php3, early php4 relics removed). Use PF_INET, instead of AF_INET, if present. remove some code enclosed in #if 0 ... #endif that made no sense
|
Revision tags: php-4.0.7RC1, BEFORE_EXP_MERGE |
|
#
c0404f46 |
| 11-Aug-2001 |
Zeev Suraski |
Whitespace
|
Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT |
|
#
84aed3b7 |
| 03-Aug-2001 |
Sascha Schumann |
Fix a possible segfault (Thanks to Sebastian for catching it)
|
#
c43806f4 |
| 30-Jul-2001 |
Zeev Suraski |
Zend compatibility patch
|
#
797a079a |
| 30-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH work, and a bit of cleanup
|
#
d87cc976 |
| 28-Jul-2001 |
Zeev Suraski |
Redesigned thread safety mechanism - nua nua
|
Revision tags: PRE_TSRM_MERGE_PATCH |
|
#
d256fbf2 |
| 25-Jul-2001 |
Sascha Schumann |
Get rid of memchr in SEARCHCR().
|
Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3 |
|
#
81e2cf03 |
| 06-Jun-2001 |
Rasmus Lerdorf |
Fix folding and clean up some extensions
|
#
25c3a3a3 |
| 05-Jun-2001 |
Rasmus Lerdorf |
vim-6 does folding - clean up a bunch of missing folding tags plus some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
|
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.
|