summaryrefslogtreecommitdiff
path: root/main/main.c
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2011-01-011-1/+1
* - Added enable_post_data_reading ini option to allow inhibiting POST data con...Gustavo André dos Santos Lopes2010-12-091-0/+1
* Added multibyte suppport by default. Previosly php had to be compiled with --...Dmitry Stogov2010-11-241-5/+0
* - Fix possible crashes in 64bit builds caused by usage of int instead of size_tJani Taskinen2010-11-171-3/+4
* Added new constant; ZEND_MULTIBYTE to check whether PHP was compiled using --...Kalle Sommer Nielsen2010-11-111-0/+5
* - Fixed no bailout address error and posix testsFelipe Pena2010-11-021-12/+16
* zend_collect_module_handlers() has to be called after zend_extensions startup...Dmitry Stogov2010-10-151-0/+2
* Added TSRMLS macros into php_get_current_user()Kalle Sommer Nielsen2010-09-231-2/+1
* Pass the TSRMS pointers to sapi_module_struct.log_message, this saves some TS...Kalle Sommer Nielsen2010-08-181-1/+1
* Fixed compiler warnings in main/Kalle Sommer Nielsen2010-08-171-1/+1
* 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-141-1/+1
* * implement new output API, fixing some bugs and implementing some feature Michael Wallner2010-05-311-27/+33
* - Interned string related callbacks moved turned from compiler_globals into r...Dmitry Stogov2010-05-251-4/+4
* Removed safe_modeKalle Sommer Nielsen2010-04-261-41/+80
* - Removed allow_call_time_pass_reference (Pierrick)Felipe Pena2010-04-261-2/+2
* Add DTrace probesDavid Soria Parra2010-04-241-0/+9
* 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-211-4/+3
* 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-151-3/+2
* PHP_OS is now always WINNT on Windows, since we don't support anything prior ...Kalle Sommer Nielsen2010-04-131-9/+3
* Remove a couple TSRMLS_FETCH() calls around ext/main/sapiKalle Sommer Nielsen2010-04-131-3/+3
* Removed y2k_compliance ini option, making it "always" enabled internallyKalle Sommer Nielsen2010-04-121-1/+0
* * Changed the way removed ini directives are shown so its easier to add new onesKalle Sommer Nielsen2010-04-121-21/+41
* - Reverted r296062 and r296065Jani Taskinen2010-03-121-164/+73
* - Fix conflictJani Taskinen2010-03-111-12/+0
* MFH: Improved / fixed output buffering (Michael Wallner)Jani Taskinen2010-03-111-64/+167
* Fix for bug #23229 (syslog function truncates messages): remove the hard-codedAdam Harvey2010-02-261-1/+1
* - [DOC] #45986, bad file descriptor warning when rename is used with invalid ...Pierre Joye2010-01-261-0/+21
* - prevent possible crash when error/warnings are raised during startup (like ...Pierre Joye2010-01-241-1/+7
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - Forgotten patch for trunkDmitry Stogov2009-12-081-0/+1
* - Fixed bug #49935 (Deprecated warnings make "make test" to fail)Jani Taskinen2009-11-271-0/+1
* - Nuke wsJani Taskinen2009-11-151-1/+1
* Fix bug #49868Rasmus Lerdorf2009-11-151-1/+1
* - Fixed bug #50005 (Throwing through Reflection modified Exception object mak...Felipe Pena2009-11-121-0/+3
* Avoid invoking setitimer when timeouts have been disabled (Arvind Srinivasan)Dmitry Stogov2009-11-051-1/+2
* Lower the max upload default to 20Ilia Alshanetsky2009-10-281-1/+1
* Introduced a max_file_uploads INI setting, which is set to limit theIlia Alshanetsky2009-10-271-0/+1
* oops, that doesn't belong to this patchStanislav Malyshev2009-10-131-7/+0
* fix crash for bug #47627Stanislav Malyshev2009-10-131-2/+13
* Fixed bug #49627 (error_log to specified file does not log time according to ...Dmitry Stogov2009-10-051-1/+11
* Fixed testsDmitry Stogov2009-09-211-4/+5
* I have no idea. This might or might not fix a bug in some branch. At least it...Jani Taskinen2009-09-041-27/+28
* fix extension functions disabling (bug #49065)Stanislav Malyshev2009-07-291-4/+5
* Fixed a possible crash inside OnUpdateErrorLog() when restoring an empty valueIlia Alshanetsky2009-07-121-3/+2
* fix mail.log openbasedir interaction with .htaccessStanislav Malyshev2009-07-091-1/+21
* - Fixed bug #48247 (Infinite loop and possible crash during startup with errors)Jani Taskinen2009-07-071-19/+15