summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Back to -devStanislav Malyshev2011-07-141-2/+2
* 5.4.0 alpha2Stanislav Malyshev2011-07-141-2/+2
* Fixed bug #55014 (Compile failure due to improper use of ctime_r()).Ilia Alshanetsky2011-07-111-2/+2
* Fixed bug #54332 (Crash in zend_mm_check_ptr // Heap corruption)Dmitry Stogov2011-07-112-2/+8
* Fixed bug#55084 (Function registered by header_register_callback isHannes Magnusson2011-07-061-1/+7
* - Fixed bug #52935 (call exit in user_error_handler cause stream relate core).Gustavo André dos Santos Lopes2011-07-051-0/+10
* - Added a new PHPAPI function to return module_initialized:Derick Rethans2011-06-242-0/+8
* - Improved parse error messagesFelipe Pena2011-06-231-2/+4
* Zend Signal HandlingIlia Alshanetsky2011-06-222-4/+29
* - Forgot to commit these.Moriyoshi Koizumi2011-06-203-2/+8
* Back to -devStanislav Malyshev2011-06-191-2/+2
* 5.4.0 alpha11Stanislav Malyshev2011-06-191-2/+2
* - fix buildPierre Joye2011-06-181-0/+1
* - init win32 rng context once per process Pierre Joye2011-06-161-0/+8
* - Restore basename in filename on non Windows OSFelipe Pena2011-06-121-8/+12
* - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-1/+1
* Fixed bug #51997 (SEEK_CUR with 0 value, returns a warning).Ilia Alshanetsky2011-06-051-1/+1
* Fixed bug #54946 (stream_get_contents infinite loop)Hannes Magnusson2011-05-291-0/+3
* implement streams metadata API per RFCStanislav Malyshev2011-05-253-83/+292
* Add php_ignore_value() macro to suppress unused return value warningsRasmus Lerdorf2011-05-162-5/+10
* Fix a couple of warnings. Use %zu to printf a time_t and get_request_timeRasmus Lerdorf2011-05-161-1/+1
* - versionPierre Joye2011-05-151-4/+4
* - Fixed bug #54580 (get_browser() segmentation fault when the browscap iniGustavo André dos Santos Lopes2011-05-011-1/+4
* - Fixed accidental change.Gustavo André dos Santos Lopes2011-05-011-1/+1
* - Fixed bug #54623 (Segfault when when writing to a persistent socket afterGustavo André dos Santos Lopes2011-05-011-3/+26
* - not desired ytPierre Joye2011-04-191-7/+1
* - fix build >(btw, has novell man pages too?)Pierre Joye2011-04-191-1/+9
* Expose PHP_MANDIRHannes Magnusson2011-04-182-0/+2
* Fix common typos in the source code (Reported in Bug #54065)Pierrick Charron2011-04-032-2/+2
* - Fixed bug #48465 (sys_get_temp_dir() possibly inconsistent, windows fixPierre Joye2011-03-281-3/+7
* Fixed a crash inside dtor for error handling.Ilia Alshanetsky2011-03-241-0/+2
* - Added socket_import_stream().Gustavo André dos Santos Lopes2011-03-221-1/+3
* - Make fclose() actually close stream, even when the resource refcount is > 1.Gustavo André dos Santos Lopes2011-03-211-4/+9
* - windows onlyPierre Joye2011-03-151-0/+2
* - make setlocale thread only, drastically reduce TS related crashes in error ...Pierre Joye2011-03-151-0/+1
* Remove unused variablePierrick Charron2011-03-131-1/+0
* 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