summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Undefine AF_UNIX under RISC OSAlex Waugh2001-12-232-2/+2
* fixed: fix for my broken patch.Stefan Esser2001-12-161-6/+5
* Freeing that TLS is just too complicated. Since we're shuttingZeev Suraski2001-12-161-3/+1
* whitespace. - now i know how code should look like ...Stefan Esser2001-12-161-4/+12
* whitespace.Stefan Esser2001-12-161-2/+6
* fixed: WWW-Authenticate -> header_line got only freed when safe_mode was activStefan Esser2001-12-161-3/+2
* fixed: bufferoverflow in sapi_add_header_ex triggerable by header("WWW-Authen...Stefan Esser2001-12-161-0/+1
* fixed: php_ap_getword was unaware of quotesStefan Esser2001-12-161-21/+32
* fixed some minor bugs and reordered some code to fix array uploads.Stefan Esser2001-12-131-17/+17
* Update headers.Sebastian Bergmann2001-12-1134-66/+66
* Enable ext/overload by default on Win32, too.Sebastian Bergmann2001-12-102-0/+9
* Remove redundant includeZeev Suraski2001-12-051-2/+0
* Store the read bytes so that some sapi modules know how much to read.foobar2001-12-051-0/+1
* - Added ob_get_level, which returns the nesting level of the output bufferingDerick Rethans2001-12-032-0/+9
* Allow unserializer_callback_func to be turned off.Bernd Roemer2001-12-021-1/+1
* - Added ob_flush and ob_clean functions, which do not end the buffer likeDerick Rethans2001-11-302-0/+18
* - Adding a callback mechanism to the unserializer. (patch by BerndDerick Rethans2001-11-262-0/+3
* Z_TYPE(filehandle)?? ok.. whatever... ;)Sterling Hughes2001-11-263-5/+5
* Added missing CVS Id tag.foobar2001-11-241-0/+2
* - Handle more error types when uploading files.foobar2001-11-241-4/+15
* whitespaceZeev Suraski2001-11-241-13/+13
* whitespaceZeev Suraski2001-11-242-36/+49
* Fix set_time_limit() to affect only the current request (fix bug #13711)Zeev Suraski2001-11-191-3/+2
* - Nuked some memleaksfoobar2001-11-161-16/+18
* No use of populating the hash if there is no file saved.foobar2001-11-161-3/+2
* In case of submitting form without any files selected don't setfoobar2001-11-151-6/+1
* Make the filesize 0 when upload fails. And changed the error messages to be d...foobar2001-11-111-18/+22
* Fix for bug: #14008. Still needs some minor changes but should give idea abou...foobar2001-11-111-15/+33
* Included header files needed by RISC OSAlex Waugh2001-11-041-0/+4
* - Applied patch by Yasuo Ohgaki <yasuo_ohgaki@yahoo.com>Derick Rethans2001-11-011-1/+1
* After discussing with Rasmus, this line should be enough. Speak up if it is not.foobar2001-10-291-0/+5
* - Added myself to authors.foobar2001-10-291-2/+16
* Fix pointer messZeev Suraski2001-10-291-1/+1
* @- Fixed HTTP file upload support to handle big files better. (Jani)foobar2001-10-271-393/+655
* Let's suppress this warning if always_populate is enabledRasmus Lerdorf2001-10-241-1/+2
* Ok, now actually make it work - maybe...Rasmus Lerdorf2001-10-231-1/+14
* @- $HTTP_RAW_POST_DATA was not populated on a missing content-type even whenRasmus Lerdorf2001-10-231-1/+1
* Check if PCRE support is compiled in and only use the pcre functions ifRasmus Lerdorf2001-10-211-3/+21
* # Butt-ugly looking code here, but I need regular expressions to do this.Rasmus Lerdorf2001-10-201-0/+57
* rename com module entryHarald Radi2001-10-171-2/+1
* Bump version.Sebastian Bergmann2001-10-151-1/+1
* * set PHP_EXTENSION_DIR to c:\php4 and change the defaultStig Bakken2001-10-151-2/+2
* * fix Windows default include pathStig Bakken2001-10-151-1/+1
* - <br> -> <br />Derick Rethans2001-10-062-2/+2
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-256-41/+41
* nuke VARIANT moduleDaniel Beulshausen2001-09-251-1/+0
* - Commit fix for bug #11998 by Ralf Bolte <r.bolte@gmx.net>Andi Gutmans2001-09-231-28/+60
* Merge in qsort changesSterling Hughes2001-09-172-23/+24
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-0924-48/+48
* Cleanup.foobar2001-09-072-5/+0