summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* Search for php.ini in CWD in all sapi's *but* CLI.Edin Kadribasic2006-09-051-2/+2
* Fixed VIRTUAL_DIR inconsistencyDmitry Stogov2006-09-041-4/+0
* Fixed bug #38661 (mixed-case URL breaks url-wrappers).Ilia Alshanetsky2006-09-031-10/+16
* Back to devIlia Alshanetsky2006-09-011-2/+2
* 5.2.0RC3Ilia Alshanetsky2006-09-011-2/+2
* MFH: fix #38199 (fclose() unable to close STDOUT and STDERR)Antony Dovgal2006-08-281-1/+1
* Namespace more PCRE functions.Andrei Zmievski2006-08-231-0/+14
* Fixed bug #38488 (Access to "php://stdin" and family crashes PHP on win32)Dmitry Stogov2006-08-221-2/+1
* Back to devIlia Alshanetsky2006-08-171-2/+2
* 5.2.0RC2Ilia Alshanetsky2006-08-171-2/+2
* Increased default memory limit to 16 megabytes to accommodate for a moreIlia Alshanetsky2006-08-171-1/+1
* MFH: fix #38450 (constructor is not called for classes used in userspace stre...Antony Dovgal2006-08-141-0/+34
* const/static keywordingNuno Lopes2006-08-125-6/+6
* In addtion to path to php.ini, PHPRC now may specify full file nameDmitry Stogov2006-08-031-4/+9
* Binary safe multipart request handlingIlia Alshanetsky2006-07-271-16/+17
* Fixed bug #38236 (Binary data gets corrupted on multipart/formdata POST).Ilia Alshanetsky2006-07-271-10/+16
* MFH: - Added PHP_VERSION_ID == PHP_VERSION as integer.foobar2006-07-271-0/+1
* eliminate compilation warnings on AIXAntony Dovgal2006-07-261-1/+1
* back to devIlia Alshanetsky2006-07-241-2/+2
* 5.2.0RC1Ilia Alshanetsky2006-07-241-2/+2
* Added RFC1867 fileupload processing hook.Stefan Esser2006-07-222-5/+130
* MFH: added error_get_last() functionMichael Wallner2006-07-192-0/+2
* New memory managerDmitry Stogov2006-07-181-4/+5
* Fixed memory leaks in ZTS mode.Dmitry Stogov2006-07-171-13/+22
* fix buildAntony Dovgal2006-07-131-1/+1