summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* ws fixes + missing $Id$ tags, headers addedfoobar2003-02-1950-26/+349
* Fix incorrect TSRMLS_CC usage.Wez Furlong2003-02-181-8/+6
* Implement simple stream support in the ZE scanners.Wez Furlong2003-02-182-1/+28
* Fix stream_filter_(ap|pre)pend to allow attaching on the read and/or write ch...Sara Golemon2003-02-181-0/+4
* TSRMLS!Wez Furlong2003-02-182-5/+5
* Implement new filter API, stage 1.Wez Furlong2003-02-189-183/+563
* Win32 build improvementsZeev Suraski2003-02-175-10/+3
* Move some of the streams header into supplementary filesWez Furlong2003-02-175-180/+294
* Move streams files around a bit, to ease maintenance.Wez Furlong2003-02-167-1377/+1506
* A add much more useful select(2) implementation than is provided byWez Furlong2003-02-166-5/+27
* - Fix unsetting of open_basedir, safe_mode_exec_dir and user_dir withfoobar2003-02-151-3/+3
* Fixed bug #22234Moriyoshi Koizumi2003-02-151-0/+11
* MFB: Fix for bug #22199Wez Furlong2003-02-131-4/+7
* Modified fix for bug #22187 so that it does not affect handling of numbersIlia Alshanetsky2003-02-131-1/+4
* Another IS_SLASH fix.Wez Furlong2003-02-131-1/+1
* A probable cure for many getcwd/relative include related problems for win32.Wez Furlong2003-02-131-2/+2
* PAD() macro didn't increase the buffer size resulting in loss of theIlia Alshanetsky2003-02-131-0/+1
* Fixed a typo.Ilia Alshanetsky2003-02-131-1/+1
* Simplified the mode validation code & added support for read+write mode toIlia Alshanetsky2003-02-131-17/+11
* Clarify error message.Wez Furlong2003-02-131-1/+1
* Added 'x' mode for fopen() used on local files. This mode will create a newIlia Alshanetsky2003-02-131-0/+3
* Potential fixes for #21809 and #22099.Wez Furlong2003-02-131-2/+12
* Moving away from ANSI stdio for plain files.Wez Furlong2003-02-132-14/+124
* Whitespace-fix these goto labels.Wez Furlong2003-02-131-2/+2
* Fix for Bug #21815 (fpassthru ignored buffered data but then complained anyway)Wez Furlong2003-02-131-1/+2
* Fixed bug #22187 (spprintf function did not handle floats correctly).Ilia Alshanetsky2003-02-121-1/+1
* - trims +100 lines of code from spprintf.cSascha Schumann2003-02-121-170/+57
* size matters not.Stefan Esser2003-02-111-1/+1
* 8 + 20 + 1 + 1 = 30Stefan Esser2003-02-111-7/+3
* speed upMarcus Boerger2003-02-111-13/+30
* Fixed possible snprintf problemMoriyoshi Koizumi2003-02-101-2/+2
* Fixed possible buffer overflow in 64bit systemsMoriyoshi Koizumi2003-02-101-2/+6
* Jani happificationMoriyoshi Koizumi2003-02-101-4/+4
* Fixed zlib.output_compression so it can work even if zlib extension is built ...Moriyoshi Koizumi2003-02-101-23/+28
* use SUCCESS/FAILURE instead of 0/-1Sascha Schumann2003-02-091-4/+4
* Added feature request #9173 (added stream_get_line(), this function willIlia Alshanetsky2003-02-092-0/+36
* Fixed compile failures when ZLIB / PCRE are compiled as sharedfoobar2003-02-092-5/+5
* Added missing definitions.Ilia Alshanetsky2003-02-071-1/+6
* Added get_browser() function. This function can be used to fetch the headersIlia Alshanetsky2003-02-071-0/+4
* FixletZeev Suraski2003-02-071-2/+0
* proto-fixHartmut Holzgraefe2003-02-031-1/+1
* Fixed bug: #22011 (-n must ignore all ini files)foobar2003-02-031-1/+1
* Fixed bug #22021.Ilia Alshanetsky2003-02-021-4/+4
* Fixed build on Solaris (patch by Melvyn Sopacua).Ilia Alshanetsky2003-02-021-1/+2
* Fix sticky EOF problemSascha Schumann2003-01-301-3/+3
* MFPHP_4_3Harald Radi2003-01-291-0/+8
* - Fix includesDerick Rethans2003-01-281-10/+10
* Fixed compiler warning.Ilia Alshanetsky2003-01-281-0/+2
* 2nd part of Sebastian's patch.Ilia Alshanetsky2003-01-282-1/+7
* Moved the scandir code into it's own files so that it can be used by otherIlia Alshanetsky2003-01-273-5/+133