summaryrefslogtreecommitdiff
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'PECL_OPENSSL'.PECL_OPENSSLSVN Migration2006-10-1571-26563/+0
|
* 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; ↵Dmitry Stogov2006-09-193-0/+8
| | | | constants are working exactly like in php.ini; with FastCGI -d affects all requests).
* 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
| | | | | "I can't think of a reason to pass a NULL buf" (c) Wez
* Minor tweak to the file upload hooks. The MULTIPART_EVENT_FORMDATA eventRasmus Lerdorf2006-09-091-0/+10
| | | | | | | | was only triggering when an input filter was applied. This simple change makes the event also trigger when no filter is applied. The newlength pointer is set to NULL to let a downstream module differentiate between the two cases.
* Search for php.ini in CWD in all sapi's *but* CLI.Edin Kadribasic2006-09-051-2/+2
| | | | | | | | | This patch reverses wrong behavaiour introduced before the release of 5.1.0. # We should probably consider killing adding CWD php.ini lookup # altogether.
* 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
| | | | | accurate memory utilization measurement.
* MFH: fix #38450 (constructor is not called for classes used in userspace ↵Antony Dovgal2006-08-141-0/+34
| | | | stream wrappers)
* 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
|
* Fixed compiler warnings.Ilia Alshanetsky2006-07-131-2/+2
|