summaryrefslogtreecommitdiff
path: root/main/main.c
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2012-01-011-1/+1
* Added max_input_vars directive to prevent attacks based on hash collisionsDmitry Stogov2011-12-141-0/+1
* Implemented FR #54514 (Get php binary path during script execution).Xinchen Hui2011-12-071-0/+61
* - Fixed bug #60373 (Startup errors with log_errors on cause segfault).Derick Rethans2011-11-251-1/+1
* - merge crt warning change (r216594) and rename the ini to windows.show_crt_w...Pierre Joye2011-11-241-1/+1
* Fixed bug #60038 (SIGALRM cause segfault in php_error_cb)Xinchen Hui2011-10-161-0/+6
* Merge r316812 to trunkXinchen Hui2011-10-161-8/+25
* Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-4/+4
* - do not display the crt warnings anymore by default. It is enough to simply ...Pierre Joye2011-09-131-12/+15
* - Turn on html_errors by default again in php.ini-production like it was inDerick Rethans2011-08-101-3/+3
* - remove magic quotes support, functions are kept (see the NEWS entry for the...Pierre Joye2011-07-221-7/+4
* - Added a new PHPAPI function to return module_initialized:Derick Rethans2011-06-241-0/+7
* - Improved parse error messagesFelipe Pena2011-06-231-2/+4
* - fix buildPierre Joye2011-06-181-0/+1
* - Removed win debug stuffFelipe Pena2011-06-161-7/+1
* - init win32 rng context once per process Pierre Joye2011-06-161-1/+15
* Zend Signal Handling (see RFC: https://wiki.php.net/rfc/zendsignals)Ilia Alshanetsky2011-06-021-4/+25
* Add php_ignore_value() macro to suppress unused return value warningsRasmus Lerdorf2011-05-161-5/+5
* - Fixed bug #54580 (get_browser() segmentation fault when the browscap iniGustavo André dos Santos Lopes2011-05-011-1/+4
* - 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-181-0/+1
* Fixed a crash inside dtor for error handling.Ilia Alshanetsky2011-03-241-0/+2
* - Changed default serialize_precision from 100 to 17, as discussed in internals.Gustavo André dos Santos Lopes2011-02-081-1/+1
* - Removed accidental changesFelipe Pena2011-01-201-3/+0
* - should not have been appliedPierre Joye2011-01-201-7/+1
* - check if strdup succeedsPierre Joye2011-01-201-4/+20
* - 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