summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Restore big exponent letter in var_export() ('1e300' -> '1E300')Dmitry Stogov2007-06-252-2/+2
* - MFH: Added the H modifier to create non-locale-aware non-fixed-precisionDerick Rethans2007-06-192-3/+5
* HTTP 500 is sent to browser in case of PHP error instead of blank pageDmitry Stogov2007-06-151-7/+18
* Prevent crash in case of wrong arguments to CRT functions (strftime()) on PHP...Dmitry Stogov2007-06-151-0/+43
* MFH: check return value of *time_r() functions for NULLAntony Dovgal2007-06-071-2/+6
* MFH:- Improved the error message for exceeding max_input_nesting_level.foobar2007-06-031-1/+1
* Improved fix for MOPB-02-2007Ilia Alshanetsky2007-06-031-3/+17
* MFH: fix #41518 (file_exists() warns of open_basedir restriction on non-exist...Antony Dovgal2007-06-011-1/+11
* Back to devIlia Alshanetsky2007-05-301-4/+4
* 5.2.3Ilia Alshanetsky2007-05-301-2/+2
* Slightly cleaner codeRasmus Lerdorf2007-05-251-2/+2
* Optimize sapi_get_request_time() slightly making it use the cached timeRasmus Lerdorf2007-05-251-3/+5
* Back to devIlia Alshanetsky2007-05-251-2/+2
* 5.2.3RC1Ilia Alshanetsky2007-05-251-2/+2
* MFHAntony Dovgal2007-05-191-1/+1
* MFH: Fixed bug #41390 (Clarify error message with invalid protocol scheme)Scott MacVicar2007-05-151-2/+2
* MFHAntony Dovgal2007-05-141-3/+3
* MFH: bug#41361 (shell_exec() does not find binaries)Hannes Magnusson2007-05-121-2/+5
* use php_strtok_r() rather than strsep()Hannes Magnusson2007-05-101-1/+4
* Fixed bug #41304 (compress.zlib temp files left)Dmitry Stogov2007-05-081-0/+3
* Register RAW_POST_DATA even when always_populate_raw_post_data is off inIlia Alshanetsky2007-05-071-1/+3
* Fixed bug #41293 (Fixed creation of HTTP_RAW_POST_DATA when there is noIlia Alshanetsky2007-05-061-11/+8
* MFH: Fixed PHP CLI to use the php.ini from the binary locationHannes Magnusson2007-05-061-1/+20
* Back to devIlia Alshanetsky2007-05-031-4/+4
* 5.2.2Ilia Alshanetsky2007-05-021-2/+2
* Sync correctly with configure.inEdin Kadribasic2007-04-301-1/+1
* Sync with configure.inEdin Kadribasic2007-04-271-3/+3
* Back to devIlia Alshanetsky2007-04-261-2/+2
* 5.2.2RC2Ilia Alshanetsky2007-04-261-2/+2
* ZTS fixDmitry Stogov2007-04-251-5/+5
* fix ZTS buildAntony Dovgal2007-04-251-0/+3
* Fixed crashes because of SAPI handlers overrding from inside of dl()-ed exten...Dmitry Stogov2007-04-251-0/+15
* Fixed crash on win32 in case of negative sizeDmitry Stogov2007-04-181-2/+7
* Fixed crashDmitry Stogov2007-04-181-2/+10
* Fixed endless loop in open_basedir checkDmitry Stogov2007-04-181-0/+2
* add file locking under windowsRob Richards2007-04-181-1/+5
* Fixed bug #41093 (magic_quotes_gpc ignores first arrays keys).Ilia Alshanetsky2007-04-171-2/+1
* WIN64 supportDmitry Stogov2007-04-164-10/+10
* fix fold typoBrian Shire2007-04-161-2/+2
* MFH: add support for %I64(u|d) to sprintf() utilitiesAntony Dovgal2007-04-121-0/+10
* Back to devIlia Alshanetsky2007-04-101-2/+2
* 5.2.2RC1Ilia Alshanetsky2007-04-101-2/+2
* fix #40931 (open_basedir bypass via symlink and move_uploaded_file())Antony Dovgal2007-04-101-3/+63
* Fixed 64-bit supportDmitry Stogov2007-04-091-1/+1
* We can't use the printf attribute here since we are supportingAndrei Zmievski2007-04-061-4/+4
* Avoid locks when appening to the error log fileIlia Alshanetsky2007-04-061-8/+10
* Fixed bug #40897 (error_log file not locked)Ilia Alshanetsky2007-04-011-4/+4
* Fixed bug #40921 (php_default_post_reader crashes when post_max_size isIlia Alshanetsky2007-04-011-1/+1
* MFH: fix compile warningAntony Dovgal2007-03-281-1/+1
* - MFH A stream wrapper might only allow directory accessMarcus Boerger2007-03-031-2/+6