summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* - 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
* explicitness FTW; it should have been like that before, so it wouldn't have h...Michael Wallner2010-11-031-14/+21
* - Fixed no bailout address error and posix testsFelipe Pena2010-11-021-12/+16
* - Fixed bug #53153 (memory leak with phpinfo() + output buffering + zlib comp...Gustavo André dos Santos Lopes2010-11-021-1/+3
* - Fixed bug #53180 (post_max_size=0 not disabling the limit when the contentGustavo André dos Santos Lopes2010-10-271-2/+2
* - Implemented request #44164, zlib.output_compression is now implicitlyGustavo André dos Santos Lopes2010-10-261-0/+8
* zend_collect_module_handlers() has to be called after zend_extensions startup...Dmitry Stogov2010-10-151-0/+2
* - Fixed forward stream seeking emulation in streams that don't support seekingGustavo André dos Santos Lopes2010-10-131-9/+7
* - Implemented FR #50692, not uploaded files don't count towardsGustavo André dos Santos Lopes2010-10-041-18/+27
* - Fixed a small mistake in the fix for bug #50953 that made connection timeou...Gustavo André dos Santos Lopes2010-10-021-2/+2
* - Fixed possible flaw in open_basedir (CVE-2010-3436)Pierre Joye2010-09-281-2/+7
* Added TSRMLS macros into php_get_current_user()Kalle Sommer Nielsen2010-09-232-3/+2
* - drop TSRMLS_FETCH in sapi_register_* (won't bring much at runtime :) ) and ...Pierre Joye2010-09-173-12/+9
* - use TSRMLS_D/C with php_stream_context_allocPierre Joye2010-09-161-1/+1
* - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insert, missing headerPierre Joye2010-09-161-1/+1
* - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insertPierre Joye2010-09-162-3/+3
* - Fixed bug #49215 (make fails on glob_wrapper)Felipe Pena2010-09-101-0/+2
* - open_basedir symlink support for WindowsPierre Joye2010-09-101-12/+18
* Fix bug #52802 (Out-of-date comment forAdam Harvey2010-09-101-4/+4
* Fix bug #52786 (PHP should reset section to [PHP] after ini sections). Patch byAdam Harvey2010-09-091-3/+4
* - fix the fix for bug #52323Pierre Joye2010-09-081-1/+1
* - WSPierre Joye2010-09-081-31/+31
* - Fix bug #52323, return value of php_network_connect_socket should be set ev...Pierre Joye2010-09-081-1/+3
* - fix bug #50953, socket will not connect to IPv4 address when the host has b...Pierre Joye2010-09-071-1/+11
* - WSPierre Joye2010-09-011-2/+2
* - add lstat support for WindowsPierre Joye2010-09-013-3/+10
* - Fixed crash on non-Windows buildFelipe Pena2010-08-301-0/+4
* - fix possible leak and error while fetching PHPRCPierre Joye2010-08-301-2/+24
* - use TSRMLS_CC instead of TSRMLS_FETCH in virtual_file_exPierre Joye2010-08-302-2/+2
* Preallocate zend_hash instead of allocation/deallocation it on each requestDmitry Stogov2010-08-272-24/+19
* Use stack instead of heapDmitry Stogov2010-08-261-11/+14
* Pass the TSRMS pointers to sapi_module_struct.log_message, this saves some TS...Kalle Sommer Nielsen2010-08-182-2/+2
* Fixed compiler warnings in main/Kalle Sommer Nielsen2010-08-175-8/+7
* MFB53: Changed deprecated ini options on startup from E_WARNING to E_DEPRECAT...Kalle Sommer Nielsen2010-08-111-1/+1
* Optimized defaut Content-Type HTTP header processingDmitry Stogov2010-07-142-52/+88
* - use interned strings for auto globalsDmitry Stogov2010-07-081-88/+96