summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* - Fix typosAndi Gutmans2005-03-241-2/+2
* - Notices shouldn't be treatedas errors and thus not being conidered to beMarcus Boerger2005-03-231-0/+4
* Define PHP_ABSTRACT_MEAndrei Zmievski2005-03-211-0/+1
* - We don't need to block those here (works as it works with normal errorMarcus Boerger2005-03-191-2/+0
* Silence a warning here on systems where off_t is a long long.Rasmus Lerdorf2005-03-171-1/+1
* Fix Jani breakageRasmus Lerdorf2005-03-161-1/+1
* Fix for bug #32263Rasmus Lerdorf2005-03-142-1/+10
* FR 32275 - fifth parameter to preg_replace() to count number of replacesAndrey Hristov2005-03-121-2/+2
* This makes more sense. (Someone might actually use php_error_docref0() :)foobar2005-03-082-3/+5
* - This was not needed (said Marcus)foobar2005-03-081-3/+1
* - Fixed bug #32109 ($_POST is not populated in multithreaded environment).Moriyoshi Koizumi2005-03-053-1/+12
* New eggZeev Suraski2005-03-031-605/+643
* cs fix (really annoying :)foobar2005-02-271-1/+2
* - Fix commentAndi Gutmans2005-02-241-1/+1
* Increase maximum mmapable file size to 2mb from 1mb.Ilia Alshanetsky2005-02-231-1/+1
* NetWare can make use of Autoconf generated header fileAnantha Kesari H Y2005-02-231-5/+0
* NetWare LibC has mkstemp implementationAnantha Kesari H Y2005-02-231-9/+0
* NetWare can make use autoconf generated header fileAnantha Kesari H Y2005-02-231-2/+0
* NetWare LibC has pwd.hAnantha Kesari H Y2005-02-231-2/+0
* - Silly typo.Moriyoshi Koizumi2005-02-221-1/+1
* Fixed bug #31515 (Improve performance of scandir() by factor of 10 or so).Ilia Alshanetsky2005-02-222-15/+14
* Nuke unused variables when PCRE is not compiled infoobar2005-02-211-4/+2
* Remove the useless TSRM_FETCH callsfoobar2005-02-211-6/+3
* - Fix bug #28568 (known_post_content_types is not thread safe).Moriyoshi Koizumi2005-02-215-20/+35
* Fixed bug #31440 ($GLOBALS can be overwritten via GPC when register_globalsIlia Alshanetsky2005-02-171-1/+7
* Prune uploaded file names to \ on all OSes, read comments for explanation.Ilia Alshanetsky2005-02-151-9/+6
* NetWare Libc has php.h so no need of having netware specific block hereAnantha Kesari H Y2005-02-141-3/+0
* Avoid bug where stream_copy_to_stream() call for precisely 2000000 bytes wouldWez Furlong2005-02-061-4/+2
* add an open mode for the memory streams that allows the stream to takeWez Furlong2005-02-062-1/+2
* Fixed bug #31514 (open_basedir uses path_translated rather then cwd for .Ilia Alshanetsky2005-02-021-14/+1
* Final version of filename upload handling.Ilia Alshanetsky2005-02-011-4/+23
* Use multibyte specific code for handling files and generic basename basedIlia Alshanetsky2005-01-241-10/+8
* - Revert irrelevant part.Moriyoshi Koizumi2005-01-241-10/+26
* Fixed bug #31398 (When magic_guotes_gpc are enabled filenames with 'Ilia Alshanetsky2005-01-201-33/+10
* - Fix another generated header includefoobar2005-01-141-1/+1
* - Fix outside-source-tree builds. Always include generated header filesfoobar2005-01-095-5/+5
* - Fix leaks with registered shutdown functions.foobar2005-01-092-3/+6
* bump PHP API number.Wez Furlong2004-12-261-1/+1
* - MF43: Fixed weird types, this also makes it compile on IRIX again.Derick Rethans2004-12-171-1/+1
* - Fix bug #27728 (Can't return within a zend_try{} or the previousAndi Gutmans2004-12-101-4/+3
* Do not silently truncateStefan Esser2004-12-011-3/+5
* Fixed: Correctly Initialize fieldsStefan Esser2004-11-281-0/+5
* Fixed: removed possible integer over-/underflowsStefan Esser2004-11-281-0/+8
* Fixed: strip quotes from filenameStefan Esser2004-11-201-0/+8
* Fixed bug #29801 (Set limit on the size of mmapable data).Ilia Alshanetsky2004-11-152-3/+6
* Fix win32 build.Frank M. Kromann2004-11-154-7/+21
* - MFH4.3: Cleaned up some of the locale mess:Derick Rethans2004-11-154-18/+0
* add support for file://localhost/Rob Richards2004-11-111-13/+25
* Fixed bug #30750 (Meaningful error message when upload directory is notIlia Alshanetsky2004-11-111-8/+13
* make sleep() return it's return value when possibleAndrey Hristov2004-11-021-0/+1