summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* use estrdup() and plug the leakAntony Dovgal2007-05-141-3/+3
* Fixed bug#41361 (shell_exec() does not find binaries)Hannes Magnusson2007-05-121-2/+5
* MFB - 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
* update pcre symbols listNuno Lopes2007-05-071-2/+1
* removed unused highlight.bg ini optionAntony Dovgal2007-04-261-1/+0
* ZTS fixDmitry Stogov2007-04-251-5/+5
* MFB: Fix crashes when SAPI handlers are overriden in dl()-ed extensionsAntony Dovgal2007-04-251-0/+19
* - Don't pick up php.ini from cwd on BSDsHannes Magnusson2007-04-251-1/+20
* 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
* MFB: add file locking under windowsRob Richards2007-04-181-2/+5
* WIN64 supportDmitry Stogov2007-04-164-10/+10
* add support for %I64(u|d) to sprintf() utilitiesAntony Dovgal2007-04-121-0/+10
* MFB: 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
* ZTS fixDmitry Stogov2007-04-091-2/+2
* MFB: Avoid locks when appening to the error log fileAntony Dovgal2007-04-081-7/+10
* MFBAndrei Zmievski2007-04-061-4/+4
* drop deprecated funcs and change error level to E_WARNINGAntony Dovgal2007-03-281-1/+1
* fix compile warningAntony Dovgal2007-03-281-1/+1
* Fix handling over overridden file:// wrapperSara Golemon2007-03-061-6/+6
* - Missed to add [ to meta char checkMarcus Boerger2007-03-031-1/+1
* - Allow to retrieve flags with php_glob_stream_get_count()Marcus Boerger2007-03-032-18/+30
* - Allow to get number of entries of a glob streamMarcus Boerger2007-03-032-0/+11
* - One more tab to goMarcus Boerger2007-03-031-1/+1
* - Change to hex to help read-/maintainabilityMarcus Boerger2007-03-031-14/+15
* - Provide access to pattern used in globMarcus Boerger2007-03-032-2/+47
* - php_stream_is() requires php_glob_stream_ops to be publicMarcus Boerger2007-03-032-4/+5
* - Add glob stream wrapperMarcus Boerger2007-03-034-0/+277
* -A stream wrapper might only allow directory accessMarcus Boerger2007-03-031-2/+6
* - Fix old behaviour, ob_list_handlers() should always return an arrayJohannes Schlüter2007-03-031-2/+4
* limit nesting level of input variablesStanislav Malyshev2007-03-023-0/+8
* fix CS/WSAntony Dovgal2007-02-261-31/+42
* ZTS fixDmitry Stogov2007-02-261-0/+2
* MFB: update pcre symbol listNuno Lopes2007-02-251-2/+17
* - Make [v]s[nl]printf compatible with 5.2 versions and [v]spprintf of headMarcus Boerger2007-02-241-3/+59
* - Add [v]slprintfMarcus Boerger2007-02-242-1/+48
* - avoid sprintfMarcus Boerger2007-02-243-47/+45
* Add retry for interrupted reads and graceful handling for failed retriesSara Golemon2007-02-231-1/+8
* - Fix logicMarcus Boerger2007-02-221-5/+5
* implement PHP_STREAM_FLAG_NO_CLOSE and avoid hacks in plain wrapperAntony Dovgal2007-02-213-9/+6
* improve php_userstreamop_seek()Antony Dovgal2007-02-131-7/+15
* use strdup()Antony Dovgal2007-02-061-2/+2
* - Make sure to be ANSI C compliantAndi Gutmans2007-02-051-1/+1
* - Fix memleakMarcus Boerger2007-02-033-3/+14
* - Fix mem/temp stream exports and readonlyissueMarcus Boerger2007-02-032-9/+12
* - don't do memory limit checks for chunk_sizeMichael Wallner2007-01-291-10/+1
* - Add option support for temp/memory stream (adds ftruncate support)Marcus Boerger2007-01-271-1/+35