summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Strip leading spaces from cookie names, that can come from multi-cookieIlia Alshanetsky2006-12-091-0/+12
* MFH: use BSD licensed implementation of double-to-string utilities instead of...Antony Dovgal2006-12-063-225/+229
* Improve tolower()-related functions on Windows and VC2005 by caching locale a...Stanislav Malyshev2006-12-041-0/+1
* MFH: fix retval typeAntony Dovgal2006-12-041-1/+1
* Fixed php_readdir_r() usage in scandir emulationIlia Alshanetsky2006-12-031-3/+2
* MFHAntony Dovgal2006-12-031-0/+1
* Fix win32 buildFrank M. Kromann2006-12-011-0/+1
* Thread-safety issuesIlia Alshanetsky2006-11-301-1/+3
* MFH: fix #39673 (file_get_contents causes bus error on certain offsets)Antony Dovgal2006-11-291-0/+7
* Fixed bug #39548 (ZMSG_LOG_SCRIPT_NAME not routed to OutputDebugString() on W...Dmitry Stogov2006-11-231-1/+7
* fix #39575 (move_uploaded_file() no longer working (safe mode related))Antony Dovgal2006-11-222-2/+4
* ensure that bucket->brigade is NULL in newly created bucketAntony Dovgal2006-11-211-0/+1
* COM initialization/deinitialization are done only if necessaryDmitry Stogov2006-11-173-2/+23
* Fix ftruncate() with negative size on FreeBSDHannes Magnusson2006-11-161-1/+1
* Removed unnecessary ftell() calls (one call for each included PHP file)Dmitry Stogov2006-11-101-49/+70
* Disabled reading from stream (calls to read()) after EOFDmitry Stogov2006-11-101-0/+3
* Implemented registry cache that prevent registry lookup on each request. In c...Dmitry Stogov2006-11-101-1/+1
* opendir() is reimplemented using GetFistFile/GetNextFile those are faster the...Dmitry Stogov2006-11-101-4/+0
* Removed unnecessary checks for ISREG file and corresponding stat() calls on W...Dmitry Stogov2006-11-102-5/+9
* Simplify the code base as this getpwd() was used only onceDmitry Stogov2006-11-104-15/+23
* Mark memory streams as is_urlRasmus Lerdorf2006-11-041-1/+1
* - Fix versionMarcus Boerger2006-11-031-1/+1
* Back to devIlia Alshanetsky2006-10-301-3/+3
* 5.2.0Ilia Alshanetsky2006-10-301-2/+2
* Back to devIlia Alshanetsky2006-10-201-2/+2
* 5.2.0RC6Ilia Alshanetsky2006-10-201-2/+2
* Fixed mkdir("/tmp/foo//bar/log", 0777, true)Dmitry Stogov2006-10-192-4/+28
* Improve open_basedir checksIlia Alshanetsky2006-10-131-2/+5
* MFH(r-1.38) Bugfix 38648: Don't assume all buckets are part of a brigadeSara Golemon2006-10-111-2/+2
* MFH: fix crash when parsing invalid hostnames/IPsAntony Dovgal2006-10-111-3/+6
* back to devIlia Alshanetsky2006-10-061-2/+2
* 5.2.0RC5Ilia Alshanetsky2006-10-051-2/+2
* Last set of zend_hash_init() optimizationsIlia Alshanetsky2006-10-032-2/+2
* If one name is disallowed don't drop all filesStefan Esser2006-09-291-2/+4
* MFHAntony Dovgal2006-09-281-1/+1
* Fixed wrong pipe detection codeDmitry Stogov2006-09-281-2/+1
* Fixed bug #38963 (Fixed a possible open_basedir bypass in tempnam()).Ilia Alshanetsky2006-09-271-1/+10
* Fixed bug #38904 (apache2filter changes cwd to /).Ilia Alshanetsky2006-09-251-2/+1
* MFH: Fixed mess with CGI/CLI -d command line option (now it works with cgi; c...Dmitry Stogov2006-09-193-0/+8
* Delete empty temporary files if file upload hook forbids the uploadStefan Esser2006-09-191-0/+8
* Avoid generating php_errormsg twice in some instances.Ilia Alshanetsky2006-09-181-7/+6
* Fixed memory leak on require() errorIlia Alshanetsky2006-09-181-2/+3
* MFH: fix double free(), add testAntony Dovgal2006-09-151-1/+0
* Back to devIlia Alshanetsky2006-09-141-2/+2
* PHP 5.2.0RC4Ilia Alshanetsky2006-09-141-2/+2
* Removed unused macro USE_ZEND_ALLOCDmitry Stogov2006-09-141-7/+2
* Fixed bug #37779 (empty include_path leads to search for files inside /).Ilia Alshanetsky2006-09-121-4/+6
* MFH: Bug #38687 - sockaddr local storage insufficient for all sock familiesSara Golemon2006-09-111-10/+19
* fix coverity issue #197Antony Dovgal2006-09-101-4/+0
* Minor tweak to the file upload hooks. The MULTIPART_EVENT_FORMDATA eventRasmus Lerdorf2006-09-091-0/+10