summaryrefslogtreecommitdiff
path: root/main/streams
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'PECL_OPENSSL'.PECL_OPENSSLSVN Migration2006-10-1516-8479/+0
|
* MFH(r-1.38) Bugfix 38648: Don't assume all buckets are part of a brigadeSara Golemon2006-10-111-2/+2
|
* MFH: fix crash when parsing invalid hostnames/IPsAntony Dovgal2006-10-111-3/+6
|
* Last set of zend_hash_init() optimizationsIlia Alshanetsky2006-10-032-2/+2
|
* Fixed wrong pipe detection codeDmitry Stogov2006-09-281-2/+1
|
* MFH: fix double free(), add testAntony Dovgal2006-09-151-1/+0
|
* Removed unused macro USE_ZEND_ALLOCDmitry Stogov2006-09-141-7/+2
|
* Fixed bug #37779 (empty include_path leads to search for files inside /).Ilia Alshanetsky2006-09-121-4/+6
|
* fix coverity issue #197Antony Dovgal2006-09-101-4/+0
| | | | | "I can't think of a reason to pass a NULL buf" (c) Wez
* Fixed bug #38661 (mixed-case URL breaks url-wrappers).Ilia Alshanetsky2006-09-031-10/+16
|
* MFH: fix #38199 (fclose() unable to close STDOUT and STDERR)Antony Dovgal2006-08-281-1/+1
|
* Fixed bug #38488 (Access to "php://stdin" and family crashes PHP on win32)Dmitry Stogov2006-08-221-2/+1
|
* MFH: fix #38450 (constructor is not called for classes used in userspace ↵Antony Dovgal2006-08-141-0/+34
| | | | stream wrappers)
* MFH: fix #38086 (stream_copy_to_stream() returns 0 when maxlen is bigger ↵Antony Dovgal2006-07-131-5/+1
| | | | | | | than the actual length) add tests
* url->URLHannes Magnusson2006-06-291-2/+2
|
* MFH: plug memleakHannes Magnusson2006-06-201-1/+1
|
* MFH: Backported allow_url_include from HEAD. This directive allowsRasmus Lerdorf2006-06-161-1/+1
| | | | | | separate control of URL handling in includes/requires allowing sites to enable allow_url_fopen without enabling remote includes.
* MFH: don't leak when decoding failedAntony Dovgal2006-06-061-0/+1
|
* MFH: no need to check if non-existing include_path complies with ↵Antony Dovgal2006-06-051-5/+0
| | | | open_basedir setting
* Fixed bug #35886 (nlopes)Edin Kadribasic2006-06-051-1/+1
|
* - MFH Fix feof()Marcus Boerger2006-05-231-6/+8
|
* - MFH Handle corrupt base64 data in data: urlMarcus Boerger2006-05-211-13/+17
|
* MFH: initialize factoryAntony Dovgal2006-05-191-1/+1
|
* fix #37395 (recursive mkdir() fails to create nonexistent directories in ↵Antony Dovgal2006-05-161-1/+1
| | | | root dir)
* - MFH No need to have this controlled by allow_url_fopenMarcus Boerger2006-05-141-1/+1
|
* - MFH Add strict compliant RFC2397 support (no //)Marcus Boerger2006-05-141-2/+2
|
* - MFH RFC2397 decodingMarcus Boerger2006-05-141-2/+14
|
* - MFH RFC 2397 meta data handlingMarcus Boerger2006-05-141-7/+78
|
* - MFH Initial support for RFC2397Marcus Boerger2006-05-131-48/+168
|
* fix for #37158Wez Furlong2006-04-223-24/+27
|
* - Fix reading stream filters never notified about EOFMichael Wallner2006-04-201-2/+2
|
* - MFH Fix seek/eof issue in temp streamsMarcus Boerger2006-03-181-1/+1
|
* - Warning fixes by StephMarcus Boerger2006-02-261-1/+1
|
* MFH: Prevent bindport from being used uninitializedSara Golemon2006-02-021-1/+1
|
* Only report mkdir() errors if error reporting option is set.Ilia Alshanetsky2006-01-171-1/+3
|
* MFH: fix #35999 (recursive mkdir() does not work with relative path like ↵Antony Dovgal2006-01-161-6/+11
| | | | "foo/bar")
* Fixed bug #35916 (Duplicate calls to stream_bucket_append() lead to a crash).Ilia Alshanetsky2006-01-101-0/+4
|
* - Fix issue with memset seekingMarcus Boerger2006-01-051-16/+47
| | | | | - Fix issue with shutdown order of temp/memory stream
* bump year and license versionfoobar2006-01-0116-48/+48
|
* fix #35781 (stream_filter_append() can cause segfault)Antony Dovgal2005-12-232-3/+3
|
* fix #35740 (memory leak when including a directory)Antony Dovgal2005-12-201-0/+4
|
* Fix prototypeZeev Suraski2005-12-181-2/+2
|
* - Fix temp/memory stream modesMarcus Boerger2005-12-141-3/+3
|
* MFH: list_entry -> zend_rsrc_list_entryfoobar2005-12-051-2/+2
|
* MFH: fix #35079 (stream_set_blocking(true) toggles, not enables blocking)Antony Dovgal2005-11-171-1/+1
| | | | | patch by askalski at gmail dot com
* Fix #34957; file access checks should use VCWD_ACCESS()Wez Furlong2005-10-221-0/+1
|
* - MFH C vs. C++ fixMarcus Boerger2005-10-071-1/+2
|
* - MFH Fix issue (endless loop) with temp/memory streamsMarcus Boerger2005-10-061-1/+7
|
* - MFH: Fixed a bug where stream_get_meta_data() did not return the "uri"Derick Rethans2005-08-261-0/+1
| | | | | element for files opened with tmpname().
* - Bumber up yearfoobar2005-08-0316-16/+16
|