summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Use zend_stream API to open main PHP script in CGI/FastCGI. This allows to ov...Dmitry Stogov2010-07-071-21/+7
* fix minor memleakAntony Dovgal2010-06-091-4/+4
* fix bug #51276 (php_load_extension() is missing when HAVE_LIBDL is undefined)Antony Dovgal2010-06-081-0/+2
* fix cxx buildMichael Wallner2010-06-022-5/+6
* * raise warning if zend_fcall_info_init() cannot resolve the callbackMichael Wallner2010-06-011-4/+10
* * implement new output API, fixing some bugs and implementing some feature Michael Wallner2010-05-316-775/+1324
* use correct condition in the ifAntony Dovgal2010-05-251-1/+1
* - Interned string related callbacks moved turned from compiler_globals into r...Dmitry Stogov2010-05-251-4/+4
* - #51854, fix logic (patch by Tjerk)Pierre Joye2010-05-181-1/+1
* add the constant back. quite a lot of code uses it.Antony Dovgal2010-04-281-0/+1
* Removed safe_modeKalle Sommer Nielsen2010-04-2613-599/+89
* - Removed allow_call_time_pass_reference (Pierrick)Felipe Pena2010-04-262-3/+2
* Add DTrace probesDavid Soria Parra2010-04-241-0/+9
* - Fixed bug #51627 (script path not correctly evaluated)Felipe Pena2010-04-211-2/+2
* Remove highlight.bg, it was removed in the old trunk and its not referenced i...Kalle Sommer Nielsen2010-04-211-2/+2
* Removed register_globalsKalle Sommer Nielsen2010-04-214-45/+11
* Added concept of interned strings. All strings constants known at compile tim...Dmitry Stogov2010-04-201-0/+5
* Changed the structure of op_array.opcodes. The constant values are moved from...Dmitry Stogov2010-04-201-1/+1
* Removed register_long_arrays ini option (and $HTTP_SESSION_VARS from ext/sess...Kalle Sommer Nielsen2010-04-153-27/+9
* final fix for long opts in getopt() Antony Dovgal2010-04-151-11/+7
* Bump PHP_API_VERSIONKalle Sommer Nielsen2010-04-151-1/+1
* discard first TWO symbols of a long argumentAntony Dovgal2010-04-141-1/+1