summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* - MFH A stream wrapper might only allow directory accessMarcus Boerger2007-03-031-2/+6
* fix variable nameStanislav Malyshev2007-03-021-1/+1
* limit nesting level of input variablesStanislav Malyshev2007-03-023-0/+8
* snprintf() -> slprintf()Ilia Alshanetsky2007-02-271-3/+3
* fix ws/cs and make the ugly code less ugly..Antony Dovgal2007-02-261-58/+82
* update pcre symbols listNuno Lopes2007-02-251-2/+17
* - Add [v]slprintf to overcome the returnvalues issue of snprintfMarcus Boerger2007-02-242-1/+46
* Fixed Bug #39396 (stream_set_blocking crashes on Win32).Ilia Alshanetsky2007-02-241-1/+1
* - Drop superflous efreeMarcus Boerger2007-02-241-3/+0
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-244-40/+37
* MFH (r-1.82): Add retry for interrupted reads and graceful handling for faile...Sara Golemon2007-02-231-2/+9
* - MFH Fix logicMarcus Boerger2007-02-221-5/+5
* MFH: implement PHP_STREAM_FLAG_NO_CLOSE and avoid hacksAntony Dovgal2007-02-213-9/+6
* Fixed a memory leak on highlight_file() with a non-existant fileIlia Alshanetsky2007-02-131-3/+7
* MFH: improve php_userstreamop_seek()Antony Dovgal2007-02-131-7/+15
* fix MFHed segfaultAntony Dovgal2007-02-071-2/+2
* - MFH Fix memleak with temp dirMarcus Boerger2007-02-073-3/+15
* - MFH options/exportsMarcus Boerger2007-02-071-3/+3
* Back to devIlia Alshanetsky2007-02-071-4/+4
* 5.2.1Ilia Alshanetsky2007-02-071-2/+2
* - Make sure to be ANSI C compliantAndi Gutmans2007-02-051-1/+1
* - MFH Add PHPAPI to stuff needed by streams API for shared extsMarcus Boerger2007-02-032-7/+10
* Fixed bug #40259 (ob_start call many times - memory error). (Dmitry)Dmitry Stogov2007-01-291-10/+15
* - Disable memory streams set option until 5.2.2Marcus Boerger2007-01-271-1/+1
* - MFH truncate support for mem/temp streamsMarcus Boerger2007-01-271-5/+39
* Back to devIlia Alshanetsky2007-01-261-2/+2
* 5.2.1RC4Ilia Alshanetsky2007-01-261-2/+2
* Fixed bug #39450 (getenv() fills other super-globals).Ilia Alshanetsky2007-01-201-11/+3
* Back to devIlia Alshanetsky2007-01-191-2/+2
* 5.2.1RC3Ilia Alshanetsky2007-01-191-2/+2
* only 2 bits are needed for shutdown(2) method (only 3 possible values). this ...Nuno Lopes2007-01-181-1/+1
* MFH: add trailing '\0' to stream hashesAntony Dovgal2007-01-154-20/+23
* revert the patch temporarily, I need to test a bigger patch in HEAD..Antony Dovgal2007-01-151-5/+5
* MFHAntony Dovgal2007-01-151-5/+5
* Fix buildHannes Magnusson2007-01-121-0/+1
* TypoHannes Magnusson2007-01-121-1/+1
* MFHAntony Dovgal2007-01-121-0/+3
* Fixed bug #40098 (php_fopen_primary_script() not thread safe).Ilia Alshanetsky2007-01-122-11/+29
* MFHAntony Dovgal2007-01-111-2/+2
* Fixed bug #40079 (php_get_current_user() not thread safe).Ilia Alshanetsky2007-01-091-0/+15
* Provide means for opening file for zend with error supression. Allows us toIlia Alshanetsky2007-01-082-2/+7
* MFHNuno Lopes2007-01-061-1/+1
* Back to devIlia Alshanetsky2007-01-041-2/+2
* 5.2.1RC2Ilia Alshanetsky2007-01-041-2/+2
* Update copyright yearIlia Alshanetsky2007-01-012-2/+2
* MFH: Bump year.Sebastian Bergmann2007-01-0165-65/+65
* Fixed bug #39984 (redirect response code in header() could be ignored inIlia Alshanetsky2006-12-311-1/+3
* Simplify code and eliminate strcat() usageIlia Alshanetsky2006-12-281-7/+6
* MFHAntony Dovgal2006-12-281-17/+19
* MFHAntony Dovgal2006-12-281-2/+2