summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Fixed EOF handling in case of reading from file opened in write only mode.Dmitry Stogov2007-07-251-1/+1
* fix ZTS buildAntony Dovgal2007-07-241-0/+1
* Fixed bug #41984 (Hangs on large SoapClient requests)Dmitry Stogov2007-07-241-2/+6
* MFH:- Changed "display_errors" php.ini option to accept "stderr" as value whichJani Taskinen2007-07-242-2/+96
* MFH: Fixed compile warningsJani Taskinen2007-07-216-10/+11
* MFHAntony Dovgal2007-07-181-0/+2
* MFH: Use correct macro nameJani Taskinen2007-07-181-1/+1
* Allow file uploads to bypass open_basedir checks (fixes regression)Ilia Alshanetsky2007-07-173-3/+9
* MFH: ws fixJani Taskinen2007-07-171-18/+18
* MFH:- Fixed bugs #36796, #36918, #41371 (stream_set_blocking() does not work)Jani Taskinen2007-07-171-11/+1
* MFH: folding tags and some more ws fixesJani Taskinen2007-07-151-10/+12
* MFH: ws fixes (sync!)Jani Taskinen2007-07-151-30/+33
* MFH: removed unused macrosJani Taskinen2007-07-151-2/+0
* Clear out last error & last error file information at the end of theIlia Alshanetsky2007-07-151-0/+10
* MFH: - Fixed bug #41815 (Concurrent read/write fails when EOF is reached)Jani Taskinen2007-07-121-3/+0
* - MFH: Always enable mail() functionJohannes Schlüter2007-07-112-2/+1
* Fixed wrong warningDmitry Stogov2007-07-111-1/+1
* MFH: No return values for void functionJani Taskinen2007-07-111-2/+2
* suppress warnings to avoid potential loopStanislav Malyshev2007-07-101-2/+2
* check if write is allowed before writing to error logStanislav Malyshev2007-07-101-0/+8
* Fixed symlink("", "somthing") and link("", "somthing") in ZTS modeDmitry Stogov2007-07-101-1/+3
* Fixed warningDmitry Stogov2007-07-101-2/+2
* Added ability to create local or remote (URL) user streamsDmitry Stogov2007-07-095-2/+31
* 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