#
3c95ac6b |
| 07-Sep-2002 |
Ilia Alshanetsky |
Fixed a massive memory leak that occurs when an opened webpage returns a non 200 return code.
|
Revision tags: php-4.2.3 |
|
#
8b8f1e05 |
| 05-Sep-2002 |
Anantha Kesari H Y |
NetWare related additions/modifications
|
Revision tags: php-4.2.3RC2, php-4.2.3RC1 |
|
#
3fe62cf0 |
| 11-Aug-2002 |
Wez Furlong |
Missing word...
|
#
bcef712a |
| 11-Aug-2002 |
Wez Furlong |
Properly implement TSRM parameters to the new log_error function... (Thanks Marcus!) Add a convenience macro for importing a stream from a zval.
|
#
5a21ab42 |
| 11-Aug-2002 |
Wez Furlong |
Introduce an error stack for wrappers, to help prevent multiple errors and warnings (some of which are bogus) when there are problems opening streams. Implement sanity check on the mode u
Introduce an error stack for wrappers, to help prevent multiple errors and warnings (some of which are bogus) when there are problems opening streams. Implement sanity check on the mode used to open ftp and http connections. This fixes Bug 12004.
show more ...
|
Revision tags: dev |
|
#
a64eceef |
| 22-Jul-2002 |
Jason Greene |
Switch streams socket abstraction to use a timeval structure instead of an integer to allow subsecond timeouts. This supports the previous behavior of fsockopen() Fixes bug #16261
|
Revision tags: php-4.2.2 |
|
#
c8f5edec |
| 11-Jul-2002 |
foobar |
Fixed bug: #16637, username/password needs to be urlencoded.
|
Revision tags: INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2, php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1, php-4.2.1RC2 |
|
#
14015873 |
| 04-May-2002 |
Sascha Schumann |
redirected is set but never used
|
Revision tags: php-4.2.1RC1 |
|
#
501ed6cc |
| 30-Apr-2002 |
Wez Furlong |
Make use of new flag so that we can buffer http headers when we know that the stream is not intended to be used in require/include.
|
Revision tags: php-4.2.0 |
|
#
fe6990cc |
| 19-Apr-2002 |
Yasuo Ohgaki |
Remove compiler warnings
|
#
b10b24d5 |
| 16-Apr-2002 |
Wez Furlong |
Always initialize wrappers, regardless of PG(allow_url_fopen). Add is_url field to wrapper structure; the stream wrapper openers will disallow opening is is_url && !PG(allow_url_fopen). A
Always initialize wrappers, regardless of PG(allow_url_fopen). Add is_url field to wrapper structure; the stream wrapper openers will disallow opening is is_url && !PG(allow_url_fopen). Add infrastructure for stat($url) and opendir($url). Tidy up/centralize code that locates and instantiates wrappers for the various operations. Implement opendir for plain files. Make the PHP opendir and dir functions use the streams implementations. Add modelines for syntax highlighting the pear scripts in vim
show more ...
|
Revision tags: php-4.2.0RC4, php-4.2.0RC3 |
|
#
e1d0a147 |
| 10-Apr-2002 |
Wez Furlong |
Implement stream context and status notification system. Bump the BC for zlib notice to a warning # See my RFC to php-dev a few days ago
|
Revision tags: php-4.2.0RC2 |
|
#
2539cbc7 |
| 28-Mar-2002 |
Wez Furlong |
Phase 3 of OO wrapper cleanup # What was phase 2?
|
#
5ee65bd8 |
| 24-Mar-2002 |
Wez Furlong |
Phase 1 of wrapper OO cleanup. # Collecting underpants
|
Revision tags: php-4.2.0RC1 |
|
#
06712a50 |
| 19-Mar-2002 |
Wez Furlong |
Implement user-space streams. There's probably room for improvement, docs will following some time this week.
|
#
c9d5e137 |
| 18-Mar-2002 |
Wez Furlong |
TSRMLS related work on streams, as discussed with Zeev. # Should be the last "broad" commit for a while # Don't forget to make clean ; make
|
#
d2d87622 |
| 17-Mar-2002 |
Wez Furlong |
Streams now make more use of the memory manager, so tracking down leaking streams should be easier. # I hate these big commits
|
#
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 |
|
#
90613d22 |
| 28-Feb-2002 |
Sebastian Bergmann |
Maintain headers.
|
Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH, php-4.1.1 |
|
#
e320de1e |
| 23-Dec-2001 |
Alex Waugh |
Undefine AF_UNIX under RISC OS
|
Revision tags: 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, php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API |
|
#
c0efc001 |
| 19-Oct-2001 |
Edin Kadribasic |
Fixed last argument in strlcat() call.
|
#
86959aaf |
| 19-Oct-2001 |
Edin Kadribasic |
Changed strncpy=>strlcpy; strncat=>strlcat
|
Revision tags: php-4.1.0RC1 |
|
#
96a04d4a |
| 15-Oct-2001 |
Edin Kadribasic |
Fixed bug #13083 in http_fopen_wrapper.c which is now able to handle non absolute redirects.
|