Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed sapi/thttpd | Anatol Belski | 2015-02-10 | 8 | -3307/+0 |
| | |||||
* | bump year | Xinchen Hui | 2015-01-15 | 2 | -2/+2 |
| | |||||
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -35/+35 |
| | |||||
* | second shot on removing TSRMLS_* | Anatol Belski | 2014-12-14 | 1 | -1/+1 |
| | |||||
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -44/+37 |
| | |||||
* | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 1 | -1/+1 |
| | |||||
* | 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 | 2 | -6/+6 |
|\ | | | | | | | | | | | Conflicts: README.PARAMETER_PARSING_API ext/gmp/tests/001.phpt | ||||
| * | Make number printing functions less generic | Nikita Popov | 2014-09-19 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that zend_ulong is 64bit on 64bit platforms, it should be sufficient to always use it, rather than supporting multiple types. API changes: * _zend_print_unsigned_to_buf and _zend_print_signed_to_buf no longer exist. * smart_str(ing)_print_long and smart_str(ing)_print_unsigned no longer exist. * Instead of all these, zend_print_ulong_to_buf and zend_print_long_to_buf should be used. * smart_str_append_generic_ex no longer exists. * smart_str(ing)_append_off_t(_ex) no longer exists, use smart_str(ing)_append_long(_ex) instead. | ||||
| * | Use inline functions for most of smart_str | Nikita Popov | 2014-09-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | smart_str_free_ex no longer exists, always use smart_str_free instead. smart_str_alloc no longer requires a newlen variable to be in scope, instead it returns the new length. | ||||
| * | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 2 | -2/+2 |
| | | |||||
* | | Replaces php5 with php7, without whitespace changes. | Florian MARGAINE | 2014-09-20 | 2 | -3/+3 |
|/ | |||||
* | Merge branch 'PHP-5.6' | Xinchen Hui | 2014-01-03 | 2 | -2/+2 |
|\ | |||||
| * | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 |
| | | |||||
* | | Eliminate another straight forward TSRMLS_FETCH() in zend_startup_module() | Kalle Sommer Nielsen | 2013-12-12 | 1 | -1/+2 |
|/ | | | | | | | | # For THTTPD: # The code that uses a call to this function is for older versions of PHP anyway so its not covered # For Zend OpCache: # Added a new define for 5.6 and wrapped the code around that so its still compatible with older version | ||||
* | 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 | 2 | -2/+2 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 2 | -2/+2 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 2 | -2/+2 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 2 | -2/+2 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 2 | -2/+2 |
| | |||||
* | Add new empty child terminate sapi hook to the rest of the sapis | Rasmus Lerdorf | 2008-03-18 | 1 | -0/+1 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 2 | -2/+2 |
| | |||||
* | MFH: - Changed AC_ARG_* options to PHP_ARG_* options. | Jani Taskinen | 2007-07-11 | 1 | -7/+4 |
| | | | | | | | | | | | | MFH: - Some cleanups here and there MFH: - Enabled PHP_CHECK_CONFIGURE_OPTIONS (checks for unknown configure MFH: options) # Note to Marcus: ext/dba/config.m4 needs to be "converted" to use # the PHP_ARG_* options. I did't touch it needs quite a lot of work to keep # it's current behaviour regarding "enabled-by-default" parts of it. # # Hint: By using the PHP_ARG_* options you have the "default" option.. ;) | ||||
* | MFH:- Fixed bug #41576 (misbehaviour when using --without-apxs) | foobar | 2007-06-03 | 1 | -11/+14 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 2 | -2/+2 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 2 | -6/+6 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 2 | -2/+2 |
| | |||||
* | Fix for bug #32263 | Rasmus Lerdorf | 2005-03-14 | 1 | -0/+2 |
| | | | | | | | | | This adds proto_num to request_info. It is defaulted to HTTP 1.0 (1000) such that it has a valid value even if the underlying sapi doesn't set it correctly. It is then used to determine if a 302 or a 303 should be sent on a Location redirect. Any non GET/HEAD HTTP 1.1 redirect will get a 303 instead of a 302 to be compatible with the HTTP spec. | ||||
* | Add the new request_time sapi struct entry to all the sapis. Some of these | Rasmus Lerdorf | 2004-12-20 | 1 | -0/+1 |
| | | | | | | | may have ways of getting the request time without the extra syscall, but for now let's just make sure we don't crash and people will eventually fill these in where applicable. | ||||
* | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 2 | -3/+3 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | - Fixed bug #26438 (error in thttpd SAPI installation) | foobar | 2003-11-27 | 1 | -1/+1 |
| | |||||
* | Embed date of last modification | Sascha Schumann | 2003-10-14 | 1 | -1/+1 |
| | |||||
* | Fix potential buffer overrun | Sascha Schumann | 2003-09-20 | 1 | -13/+22 |
| | |||||
* | properly restart syscalls | Sascha Schumann | 2003-07-01 | 1 | -3/+6 |
| | |||||
* | Serialize headers for systems with low IOV_MAX (e.g. Solaris) | Sascha Schumann | 2003-06-27 | 1 | -14/+31 |
| | |||||
* | Simplify/fix logging | Sascha Schumann | 2003-06-16 | 1 | -20/+20 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 2 | -6/+6 |
| | |||||
* | Don't corrupt data during request body handling | Sascha Schumann | 2003-06-04 | 1 | -42/+63 |
| | |||||
* | Don't return CRLF from broken clients | Sascha Schumann | 2003-06-04 | 1 | -5/+6 |
| | |||||
* | If there is a content body, enable lingering and disable keep alive. | Sascha Schumann | 2003-05-16 | 1 | -1/+3 |
| | |||||
* | Properly timeout post requests | Sascha Schumann | 2003-05-15 | 1 | -9/+12 |
| | |||||
* | Don't emit Content-Length in a 304 reply | Sascha Schumann | 2003-05-15 | 1 | -19/+31 |
| | | | | | | Don't falsely claim HEAD method Add PHP to HTTP server string | ||||
* | improve keep alive handling | Sascha Schumann | 2003-05-12 | 1 | -0/+2 |
| | |||||
* | add premium thttpd support | Sascha Schumann | 2003-05-12 | 2 | -8/+18 |
| | |||||
* | Improved protection against hostname attacks | Sascha Schumann | 2003-05-06 | 1 | -45/+44 |
| | |||||
* | fix typo | Sascha Schumann | 2003-05-06 | 1 | -1/+1 |
| | |||||
* | improve portability | Sascha Schumann | 2003-05-06 | 1 | -1/+2 |
| |