summaryrefslogtreecommitdiff
path: root/ext/standard/php_fopen_wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* Always initialize wrappers, regardless of PG(allow_url_fopen).Wez Furlong2002-04-161-1/+2
* Fix declarations (Thanks Sebastian)Wez Furlong2002-04-111-1/+1
* Implement stream context and status notification system.Wez Furlong2002-04-101-1/+1
* Phase 3 of OO wrapper cleanupWez Furlong2002-03-281-0/+2
* Phase 1 of wrapper OO cleanup.Wez Furlong2002-03-241-3/+7
* Require that wrappers use <protocol>://<path> to avoidWez Furlong2002-03-211-0/+3
* Implement user-space streams.Wez Furlong2002-03-191-1/+2
* TSRMLS related work on streams, as discussed with Zeev.Wez Furlong2002-03-181-1/+1
* Streams now make more use of the memory manager, so tracking downWez Furlong2002-03-171-1/+1
* New PHP streams...Wez Furlong2002-03-151-16/+23
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* fix build.foobar2001-08-011-1/+1
* More TSRMLS_FETCH annihilation. Enough for today...Zeev Suraski2001-07-311-1/+1
* Fix Win32 buildZeev Suraski2001-06-261-0/+2
* dup fds before fdopen'ing them, so that people cannot deliberatelySascha Schumann2001-06-221-3/+4
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-2/+5
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+8
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* fopen wrappers cleanupHartmut Holzgraefe2000-10-131-0/+47