summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Fix ZTS build.Moriyoshi Koizumi2011-03-061-1/+1
* Fix zend.multibyte oddities. Hope this will address all the known problems.Moriyoshi Koizumi2011-03-062-162/+117
* - fix regression (carsten_sttgt@gmx.de)Pierre Joye2011-02-251-1/+1
* - Fixed bug #54055 (buffer overrun with high values for precision iniGustavo André dos Santos Lopes2011-02-213-9/+20
* - PHP_STREAM_OPTION_WRITE_BUFFER no longer disables the read buffer of a plainGustavo André dos Santos Lopes2011-02-192-7/+0
* - Changed return value in userspace stream set_option to "not implemented",Gustavo André dos Santos Lopes2011-02-181-12/+12
* - Classes that implement stream wrappers can define a method calledGustavo André dos Santos Lopes2011-02-171-0/+52
* - Changed default serialize_precision from 100 to 17, as discussed in internals.Gustavo André dos Santos Lopes2011-02-081-1/+1
* Fix bug #53913 (Streams functions assume HAVE_GLOB is defined). Patch by ChrisAdam Harvey2011-02-041-0/+2
* Fix ZTS buildKalle Sommer Nielsen2011-02-031-2/+2
* Add header_register_callback(), allows a userland functionScott MacVicar2011-02-032-1/+64
* - Fixed bug #53903 (userspace stream stat callback does not separate theGustavo André dos Santos Lopes2011-02-011-0/+1
* - Fixed several comparisons that always result in true of falseGustavo André dos Santos Lopes2011-02-013-12/+17
* - Removed accidental changesFelipe Pena2011-01-201-3/+0
* - should not have been appliedPierre Joye2011-01-201-7/+1
* - don't continue if no valid option valuePierre Joye2011-01-201-0/+2
* - no need of assert herePierre Joye2011-01-201-2/+3
* - check if strdup succeedsPierre Joye2011-01-201-4/+20
* - path len check and fix buffer overrunPierre Joye2011-01-191-1/+4
* Win32 build fixIlia Alshanetsky2011-01-191-1/+1
* - fix regression introduced in 5.3.4 in open_basedir on windows/novell with t...Pierre Joye2011-01-181-0/+4
* Fixed variable re-declarationIlia Alshanetsky2011-01-181-1/+1
* - path len sanity checkPierre Joye2011-01-171-0/+4
* gcc barks about these, so clean itAndrey Hristov2011-01-141-3/+3
* Fixed variable re-declarationIlia Alshanetsky2011-01-131-2/+2
* Added missing success check around chmod() for windows during temp file creationIlia Alshanetsky2011-01-111-1/+5
* - remove local redeclarationPierre Joye2011-01-101-9/+9
* - Year++Felipe Pena2011-01-0166-66/+66
* - Typos, WS, CSJani Taskinen2010-12-161-15/+11
* Fixed bug #53541 (format string bug in ext/phar).Ilia Alshanetsky2010-12-141-3/+11
* - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate...Pierre Joye2010-12-111-0/+4
* - Added enable_post_data_reading ini option to allow inhibiting POST data con...Gustavo André dos Santos Lopes2010-12-093-1/+3
* Removed compile time dependency from ext/mbstringDmitry Stogov2010-12-082-112/+118
* - CS and "de-facto" style of returning NULL for failing parse-params, sync pa...Jani Taskinen2010-12-031-153/+166
* WS and cosmethic changesDmitry Stogov2010-12-021-79/+65
* - Fixed #53409, sleep() return NULL on WindowsPierre Joye2010-11-261-1/+1
* Added multibyte suppport by default. Previosly php had to be compiled with --...Dmitry Stogov2010-11-241-5/+0
* - fixed #53352Pierre Joye2010-11-231-1/+4
* Fixed gettimeofday() usage for Ilia's REQUEST_TIME improvement on WindowsKalle Sommer Nielsen2010-11-221-0/+2
* - Reverted unintended change.Gustavo André dos Santos Lopes2010-11-191-1/+1
* - Fix possible crashes in 64bit builds caused by usage of int instead of size_tJani Taskinen2010-11-171-3/+4
* - CleanupJani Taskinen2010-11-171-8/+8
* - Fixed bug #52820 (writes to fopencookie FILE* not commited when seeking theGustavo André dos Santos Lopes2010-11-151-0/+5
* - Added leak_variable() function.Gustavo André dos Santos Lopes2010-11-153-16/+90
* - Fixed #52045 (FPM tries to open php.ini from the current dir)Jérôme Loyet2010-11-112-1/+2
* Added new constant; ZEND_MULTIBYTE to check whether PHP was compiled using --...Kalle Sommer Nielsen2010-11-111-0/+5
* Updated _SERVER['REQUEST_TIME'] to include microsecond precision.Ilia Alshanetsky2010-11-063-6/+11
* - Renamed php_stream_rep_nonstand_mode to Gustavo André dos Santos Lopes2010-11-054-10/+11
* Fix bug #53226 (file_exists fails on big filenames).Adam Harvey2010-11-051-0/+8
* - Fixed bug #53241 (stream casting that relies on fdopen/fopencookie failsGustavo André dos Santos Lopes2010-11-053-2/+58