summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed compiler warnings.Ilia Alshanetsky2006-07-131-2/+2
* MFH: fix #38086 (stream_copy_to_stream() returns 0 when maxlen is bigger than...Antony Dovgal2006-07-131-5/+1
* static + const keywordsNuno Lopes2006-07-071-3/+3
* Changed priority of PHPRC environment variable on win32 to be higher then val...Dmitry Stogov2006-07-041-8/+8
* add const keywordsNuno Lopes2006-07-015-10/+10
* url->URLHannes Magnusson2006-06-291-2/+2
* MFH: plug memleakHannes Magnusson2006-06-201-1/+1
* MFH: Backported allow_url_include from HEAD. This directive allowsRasmus Lerdorf2006-06-163-1/+3
* Added automatic module globals managementDmitry Stogov2006-06-151-0/+6
* MFH: don't leak when decoding failedAntony Dovgal2006-06-061-0/+1
* MFH: no need to check if non-existing include_path complies with open_basedir...Antony Dovgal2006-06-051-5/+0
* Fixed bug #35886 (nlopes)Edin Kadribasic2006-06-051-1/+1
* improve .dsp buildStanislav Malyshev2006-06-052-1/+80
* no need to do TSRMLS_FETCH() twiceAntony Dovgal2006-06-011-2/+0
* Revert accidentally committed internal patchAndrei Zmievski2006-05-311-19/+4
* MFBAndrei Zmievski2006-05-312-4/+20
* Missing definition, patch by Steph FoxEdin Kadribasic2006-05-251-0/+1
* Initialize windows globals, fixes #37428Edin Kadribasic2006-05-241-0/+4
* Fixed handling of extremely long paths inside tempnam() function.Ilia Alshanetsky2006-05-231-5/+4
* - MFH Fix feof()Marcus Boerger2006-05-231-6/+8
* - MFH Handle corrupt base64 data in data: urlMarcus Boerger2006-05-211-13/+17
* MFH: initialize factoryAntony Dovgal2006-05-191-1/+1
* Optimized zend_try/zend_catch macroses (eliminated memcpy())Dmitry Stogov2006-05-191-1/+1
* fix #37395 (recursive mkdir() fails to create nonexistent directories in root...Antony Dovgal2006-05-161-1/+1
* Disable realpath cache when open_basedir or safe_mode are enabled on aIlia Alshanetsky2006-05-161-0/+5
* - MFH No need to have this controlled by allow_url_fopenMarcus Boerger2006-05-141-1/+1
* - MFH Add strict compliant RFC2397 support (no //)Marcus Boerger2006-05-141-2/+2
* - MFH RFC2397 decodingMarcus Boerger2006-05-141-2/+14
* - MFH RFC 2397 meta data handlingMarcus Boerger2006-05-141-7/+78
* - MFH Initial support for RFC2397Marcus Boerger2006-05-132-48/+170
* Fixed bug #37306 (max_execution_time = max_input_time)Dmitry Stogov2006-05-111-2/+2
* - MFH Fix error mode handlingMarcus Boerger2006-05-111-0/+2
* Add input_filter hook call in getenv()Rasmus Lerdorf2006-05-101-4/+9
* Now that ext/filter is bundled, we should be defining these in one placeRasmus Lerdorf2006-05-101-0/+3