| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | removed sapi/apache2filter | Anatol Belski | 2015-02-10 | 10 | -1732/+0 |
| | | |||||
| * | bump year | Xinchen Hui | 2015-01-15 | 4 | -4/+4 |
| | | |||||
| * | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 4 | -64/+64 |
| | | |||||
| * | Drop duplicate arg from hash_get_current_key_ex | Nikita Popov | 2014-12-26 | 1 | -4/+3 |
| | | |||||
| * | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 3 | -51/+47 |
| | | |||||
| * | Move smart_str implementation into Zend/ | Nikita Popov | 2014-09-21 | 2 | -2/+2 |
| | | | | | | | | | So we can use it there as well... For now I've retained the zend_smart_str_public.h header, though it would probably be better to just move that one struct into zend_types.h. | ||||
| * | Merge branch 'master' into issue-67910 | Florian MARGAINE | 2014-09-20 | 4 | -4/+4 |
| |\ | | | | | | | | | | | Conflicts: README.PARAMETER_PARSING_API ext/gmp/tests/001.phpt | ||||
| | * | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 4 | -4/+4 |
| | | | |||||
| * | | Replaces php5 with php7, without whitespace changes. | Florian MARGAINE | 2014-09-20 | 4 | -7/+7 |
| |/ | |||||
| * | fix hash API calls | Pierre Joye | 2014-05-17 | 1 | -2/+2 |
| | | |||||
| * | Merge mainstream 'master' branch into refactoring | Dmitry Stogov | 2014-04-26 | 2 | -37/+30 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During merge I had to revert: Nikita's patch for php_splice() (it probably needs to be applyed again) Bob Weinand's patches related to constant expression handling (we need to review them carefully) I also reverted all our attempts to support sapi/phpdbg (we didn't test it anyway) Conflicts: Zend/zend.h Zend/zend_API.c Zend/zend_ast.c Zend/zend_compile.c Zend/zend_compile.h Zend/zend_constants.c Zend/zend_exceptions.c Zend/zend_execute.c Zend/zend_execute.h Zend/zend_execute_API.c Zend/zend_hash.c Zend/zend_highlight.c Zend/zend_language_parser.y Zend/zend_language_scanner.c Zend/zend_language_scanner_defs.h Zend/zend_variables.c Zend/zend_vm_def.h Zend/zend_vm_execute.h ext/date/php_date.c ext/dom/documenttype.c ext/hash/hash.c ext/iconv/iconv.c ext/mbstring/tests/zend_multibyte-10.phpt ext/mbstring/tests/zend_multibyte-11.phpt ext/mbstring/tests/zend_multibyte-12.phpt ext/mysql/php_mysql.c ext/mysqli/mysqli.c ext/mysqlnd/mysqlnd_reverse_api.c ext/mysqlnd/php_mysqlnd.c ext/opcache/ZendAccelerator.c ext/opcache/zend_accelerator_util_funcs.c ext/opcache/zend_persist.c ext/opcache/zend_persist_calc.c ext/pcre/php_pcre.c ext/pdo/pdo_dbh.c ext/pdo/pdo_stmt.c ext/pdo_pgsql/pgsql_driver.c ext/pgsql/pgsql.c ext/reflection/php_reflection.c ext/session/session.c ext/spl/spl_array.c ext/spl/spl_observer.c ext/standard/array.c ext/standard/basic_functions.c ext/standard/html.c ext/standard/mail.c ext/standard/php_array.h ext/standard/proc_open.c ext/standard/streamsfuncs.c ext/standard/user_filters.c ext/standard/var_unserializer.c ext/standard/var_unserializer.re main/php_variables.c sapi/phpdbg/phpdbg.c sapi/phpdbg/phpdbg_bp.c sapi/phpdbg/phpdbg_frame.c sapi/phpdbg/phpdbg_help.c sapi/phpdbg/phpdbg_list.c sapi/phpdbg/phpdbg_print.c sapi/phpdbg/phpdbg_prompt.c | ||||
| | * | Merge branch 'PHP-5.6' | Michael Wallner | 2014-03-24 | 2 | -37/+30 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: fix some warnings PHP-5.6 compatibility for apache2 filter SAPI Fixes bug #66595 | ||||
| | | * | fix some warnings | Michael Wallner | 2014-03-24 | 1 | -5/+1 |
| | | | | |||||
| | | * | PHP-5.6 compatibility for apache2 filter SAPI | Michael Wallner | 2014-03-24 | 2 | -34/+31 |
| | | | | |||||
| * | | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -5/+5 |
| |/ / | |||||
| * | | Merge branch 'PHP-5.6' | Xinchen Hui | 2014-01-03 | 4 | -4/+4 |
| |\ \ | |/ | |||||
| | * | Bump year | Xinchen Hui | 2014-01-03 | 4 | -4/+4 |
| | | | |||||
| * | | Pass the TSRMLS parameters to the sapi flush hook, this shaves off a few ↵ | Kalle Sommer Nielsen | 2013-12-18 | 1 | -2/+1 |
| |/ | | | | TSRMLS_FETCH() calls in our various SAPIs | ||||
| * | non living code related typo fixes | Veres Lajos | 2013-08-04 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |
| | | | | | | * pull-request/341: (23 commits) typofixes | ||||
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 4 | -4/+4 |
| | | |||||
| * | - Fixed bug #62507 (['REQUEST_TIME'] under mod_php5 returns miliseconds ↵ | Felipe Pena | 2012-07-08 | 1 | -1/+1 |
| | | | | | instead of seconds) | ||||
| * | Fixed bug #61172 (Add Apache 2.4 support) | Christopher Jones | 2012-03-02 | 1 | -3/+10 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 4 | -4/+4 |
| | | |||||
| * | Fixed bug #60206 (possible integer overflow in content_length) | Xinchen Hui | 2011-11-03 | 1 | -1/+1 |
| | | |||||
| * | - Added new parameter parsing option (p - for valid path (string without ↵ | Felipe Pena | 2011-06-06 | 1 | -2/+2 |
| | | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits | ||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 4 | -4/+4 |
| | | |||||
| * | Updated _SERVER['REQUEST_TIME'] to include microsecond precision. | Ilia Alshanetsky | 2010-11-06 | 1 | -2/+2 |
| | | |||||
| * | Pass the TSRMS pointers to sapi_module_struct.log_message, this saves some ↵ | Kalle Sommer Nielsen | 2010-08-18 | 1 | -2/+1 |
| | | | | | TSRMLS_FETCH() calls in a few of our SAPI's | ||||
| * | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -10/+9 |
| | | | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore | ||||
| * | Fix bug #50940 | Rasmus Lerdorf | 2010-02-05 | 1 | -0/+2 |
| | | |||||
| * | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 4 | -4/+4 |
| | | |||||
| * | MFB: Improved parameter handling | Ilia Alshanetsky | 2009-01-05 | 1 | -4/+3 |
| | | |||||
| * | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 4 | -4/+4 |
| | | |||||
| * | MFH fix #46005 | Stanislav Malyshev | 2008-12-17 | 1 | -0/+4 |
| | | |||||
| * | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -9/+0 |
| | | |||||
| * | Updated header_handler in apache2filter and apache_hooks | Arnaud Le Blanc | 2008-11-13 | 1 | -23/+38 |
| | | |||||
| * | new parameter-parsing API | Alexey Zakhlestin | 2008-11-07 | 1 | -52/+44 |
| | | |||||
| * | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+9 |
| | | |||||
| * | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -9/+0 |
| | | |||||
| * | MFH: nuketh C++ comments | Jani Taskinen | 2008-08-03 | 1 | -5/+5 |
| | | |||||
| * | - Added arginfo | Felipe Pena | 2008-07-20 | 1 | -10/+57 |
| | | |||||
| * | Fix compile error due to the removal of fteller on streams. | Scott MacVicar | 2008-07-18 | 2 | -16/+13 |
| | | |||||
| * | Windows configure fixes, a few additional lib names allowed, apache2 only on ↵ | Elizabeth Marie Smith | 2008-05-14 | 1 | -2/+6 |
| | | | | | for zts builds since apache on win is always threaded, isapi no longer stops configure in non-zts mode, look for _debug for debug libraries when debug is enabled | ||||
| * | Add new empty child terminate sapi hook to the rest of the sapis | Rasmus Lerdorf | 2008-03-18 | 1 | -0/+1 |
| | | |||||
| * | sapi/apache2(handler|filter)/config.m4: Removing itk from the list of ↵ | Lars Strojny | 2008-03-09 | 1 | -1/+1 |
| | | | | | threaded MPMs (thanks Hannes) | ||||
| * | Adding itk and and peruser MPM to the list of threaded Apache MPMs | Lars Strojny | 2008-03-09 | 1 | -2/+2 |
| | | |||||
| * | Improved PHP binary size and startup speed with GCC4 visibility control (Nuno) | Dmitry Stogov | 2008-01-30 | 1 | -0/+6 |
| | | |||||
| * | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 4 | -4/+4 |
| | | |||||
| * | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
| | | |||||
