summaryrefslogtreecommitdiff
path: root/sapi/apache2filter
Commit message (Collapse)AuthorAgeFilesLines
* removed sapi/apache2filterAnatol Belski2015-02-1010-1732/+0
|
* bump yearXinchen Hui2015-01-154-4/+4
|
* trailing whitespace removalStanislav Malyshev2015-01-104-64/+64
|
* Drop duplicate arg from hash_get_current_key_exNikita Popov2014-12-261-4/+3
|
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-133-51/+47
|
* Move smart_str implementation into Zend/Nikita Popov2014-09-212-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-67910Florian MARGAINE2014-09-204-4/+4
|\ | | | | | | | | | | Conflicts: README.PARAMETER_PARSING_API ext/gmp/tests/001.phpt
| * s/PHP 5/PHP 7/Johannes Schlüter2014-09-194-4/+4
| |
* | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-204-7/+7
|/
* fix hash API callsPierre Joye2014-05-171-2/+2
|
* Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-262-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 Wallner2014-03-242-37/+30
| |\ | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: fix some warnings PHP-5.6 compatibility for apache2 filter SAPI Fixes bug #66595
| | * fix some warningsMichael Wallner2014-03-241-5/+1
| | |
| | * PHP-5.6 compatibility for apache2 filter SAPIMichael Wallner2014-03-242-34/+31
| | |
* | | Cleanup (1-st round)Dmitry Stogov2014-04-151-5/+5
|/ /
* | Merge branch 'PHP-5.6'Xinchen Hui2014-01-034-4/+4
|\ \ | |/
| * Bump yearXinchen Hui2014-01-034-4/+4
| |
* | Pass the TSRMLS parameters to the sapi flush hook, this shaves off a few ↵Kalle Sommer Nielsen2013-12-181-2/+1
|/ | | | TSRMLS_FETCH() calls in our various SAPIs
* non living code related typo fixesVeres Lajos2013-08-041-1/+1
|
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | | | | * pull-request/341: (23 commits) typofixes
* Happy New YearXinchen Hui2013-01-014-4/+4
|
* - Fixed bug #62507 (['REQUEST_TIME'] under mod_php5 returns miliseconds ↵Felipe Pena2012-07-081-1/+1
| | | | instead of seconds)
* Fixed bug #61172 (Add Apache 2.4 support)Christopher Jones2012-03-021-3/+10
|
* - Year++Felipe Pena2012-01-014-4/+4
|
* Fixed bug #60206 (possible integer overflow in content_length)Xinchen Hui2011-11-031-1/+1
|
* - Added new parameter parsing option (p - for valid path (string without ↵Felipe Pena2011-06-061-2/+2
| | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits
* - Year++Felipe Pena2011-01-014-4/+4
|
* Updated _SERVER['REQUEST_TIME'] to include microsecond precision.Ilia Alshanetsky2010-11-061-2/+2
|
* Pass the TSRMS pointers to sapi_module_struct.log_message, this saves some ↵Kalle Sommer Nielsen2010-08-181-2/+1
| | | | TSRMLS_FETCH() calls in a few of our SAPI's
* Removed safe_modeKalle Sommer Nielsen2010-04-261-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 #50940Rasmus Lerdorf2010-02-051-0/+2
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-034-4/+4
|
* MFB: Improved parameter handlingIlia Alshanetsky2009-01-051-4/+3
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-314-4/+4
|
* MFH fix #46005Stanislav Malyshev2008-12-171-0/+4
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-9/+0
|
* Updated header_handler in apache2filter and apache_hooksArnaud Le Blanc2008-11-131-23/+38
|
* new parameter-parsing APIAlexey Zakhlestin2008-11-071-52/+44
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+9
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-9/+0
|
* MFH: nuketh C++ commentsJani Taskinen2008-08-031-5/+5
|
* - Added arginfoFelipe Pena2008-07-201-10/+57
|
* Fix compile error due to the removal of fteller on streams.Scott MacVicar2008-07-182-16/+13
|
* Windows configure fixes, a few additional lib names allowed, apache2 only on ↵Elizabeth Marie Smith2008-05-141-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 sapisRasmus Lerdorf2008-03-181-0/+1
|
* sapi/apache2(handler|filter)/config.m4: Removing itk from the list of ↵Lars Strojny2008-03-091-1/+1
| | | | threaded MPMs (thanks Hannes)
* Adding itk and and peruser MPM to the list of threaded Apache MPMsLars Strojny2008-03-091-2/+2
|
* Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-301-0/+6
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-314-4/+4
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|