summaryrefslogtreecommitdiff
path: root/main/main.c
Commit message (Expand)AuthorAgeFilesLines
* Bump yearXinchen Hui2014-01-031-1/+1
* Fix php_module_startup() when loading more than one additional moduleSara Golemon2013-12-031-1/+18
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-181-1/+6
|\
| * Fixed #65225: PHP_BINARY incorrectly setPatrick Allaert2013-08-181-1/+6
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-08-141-2/+2
|\ \ | |/
| * Fixed #65431 (Discarded qualifiers from pointer target warnings when using --...Xinchen Hui2013-08-141-2/+2
* | Merge branch 'PHP-5.4' into PHP-5.5Felipe Pena2013-06-251-0/+3
|\ \ | |/
| * - Fixed bug #60732 (php_error_docref links to invalid pages) patch by: Jakub ...Felipe Pena2013-06-251-0/+3
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-05-161-0/+2
|\ \ | |/
| * Fixed bug #64853Use of no longer available ini directives causes crash on TS ...Anatol Belski2013-05-161-0/+2
| * Fixed bugs #47675 and #64577 (fd leak on Solaris)Rasmus Lerdorf2013-04-041-2/+2
* | Fixed bugs #47675 and #64577 (fd leak on Solaris)Rasmus Lerdorf2013-04-041-2/+2
* | Implemented Feature #60524 (sys_temp_dir)ALeX Kazik2013-01-281-0/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-01-011-34/+44
|\ \ | |/
| * Bug #43177: If an eval() has a parse error, the overall exit status and retur...Stanislav Malyshev2013-01-011-35/+45
| * Happy New YearXinchen Hui2013-01-011-1/+1
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | Merge branch 'PHP-5.4'Xinchen Hui2012-09-231-1/+9
|\ \ | |/
| * Fixed bug #60723 (error_log error time has changed to UTC ignoring default ti...Xinchen Hui2012-09-231-1/+9
| * Fix foldingRasmus Lerdorf2012-09-201-0/+1
* | Fix foldingRasmus Lerdorf2012-09-201-0/+1
* | Removed Logo GUIDs and replaced with Data URIs and div hidden with JSAndrew Faulds2012-07-141-14/+0
* | Merge branch 'PHP-5.4'Stanislav Malyshev2012-06-101-1/+1
|\ \ | |/
| * typo fixStanislav Malyshev2012-06-101-1/+1
* | Merge branch 'PHP-5.4'Xinchen Hui2012-04-151-7/+7
|\ \ | |/
| * Fixed bug #61728 (php-fpm SIGSEGV running friendica on nginx)Xinchen Hui2012-04-151-7/+7
| * Merge: make max_file_uploads PHP_INI_SYSTEM|PHP_INI_PERDIRRasmus Lerdorf2012-03-011-1/+1
| * make ZEND_SIGNALS configurable, off by defaultStanislav Malyshev2012-02-161-2/+0
| * MFH: r322963Michael Wallner2012-01-311-3/+2
| * Fixed workaround for bug #48034 on Windows (Crash when script is 8192 (8KB) b...Dmitry Stogov2012-01-171-3/+3
| * - 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
| * Fixed bug #50982 (incorrect assumption of PAGE_SIZE size)Dmitry Stogov2011-09-151-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-9/+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-10/+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
| * Zend Signal HandlingIlia Alshanetsky2011-06-221-4/+25
| * - fix buildPierre Joye2011-06-181-0/+1
| * - init win32 rng context once per process Pierre Joye2011-06-161-0/+8
| * Add php_ignore_value() macro to suppress unused return value warningsRasmus Lerdorf2011-05-161-5/+5
* | I think we should let this be settable from .htaccess to match the other post...Rasmus Lerdorf2012-02-171-1/+1
* | make ZEND_SIGNALS configurable, off by defaultStanislav Malyshev2012-02-161-2/+0
* | fix headers print to stdout/stderr if no output written; need to make some mo...Michael Wallner2012-01-311-3/+2