summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Legacy code removed.Yasuo Ohgaki2002-02-071-1/+0
* pval -> zvalYasuo Ohgaki2002-02-051-2/+23
* register_globals=off is defualt for 4.2.0Yasuo Ohgaki2002-02-051-1/+1
* Fix thread-safe build.Sebastian Bergmann2002-02-021-2/+2
* Changed php.ini directive 'safe_mode_include_dir' to accept aJames E. Flemer2002-02-012-43/+69
* Ignore register_globals for $argc and $argv under CLI SAPI.Edin Kadribasic2002-01-311-1/+1
* - Fix for bug #15057: getimagesize() crashes when offline (on MacOSX)Derick Rethans2002-01-211-0/+3
* Modified the build system to make certain extensions (pcntl, ncurses,Edin Kadribasic2002-01-201-3/+14
* Make --enable-safe-mode usefulYasuo Ohgaki2002-01-191-0/+4
* fix for bug #14776Stefan Esser2002-01-141-0/+1
* - Make an E_NOTICE error type show 'Notice' instead of 'Warning'.Derick Rethans2002-01-101-2/+0
* Move type-handling functions into ext/standard/type.c (which hadjim winstead2002-01-091-1/+0
* hostconnect now divides the timeout with no. of addresses. If a connectionStig Venaas2002-01-062-13/+52
* Added argc and argv in request_info needed for the new cli sapi.Edin Kadribasic2002-01-062-2/+26
* Added some consts for arguments in network.c declarations. MovedStig Venaas2002-01-062-4/+12
* Nuke unused variable warning (end_arr).Jon Parise2002-01-041-2/+1
* 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