Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Added missing PHP_FE_END/ZEND_FE_END | Felipe Pena | 2011-08-06 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | - Reverted r296062 and r296065 | Jani Taskinen | 2010-03-12 | 1 | -229/+266 |
| | |||||
* | MFH: Improved / fixed output buffering (Michael Wallner) | Jani Taskinen | 2010-03-11 | 1 | -266/+229 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | - fix build | Pierre Joye | 2009-03-16 | 1 | -1/+1 |
| | |||||
* | - revert last commit (tree was not updated) | Pierre Joye | 2009-03-16 | 1 | -7/+5 |
| | |||||
* | - fix vc6 build | Pierre Joye | 2009-03-16 | 1 | -5/+7 |
| | |||||
* | Adjust previous fix to avoid compiler warnings | Ilia Alshanetsky | 2009-03-07 | 1 | -6/+5 |
| | |||||
* | Improved parameter handling | Ilia Alshanetsky | 2009-03-07 | 1 | -8/+3 |
| | |||||
* | - MFH: fix build (use the same arginfo than the aliased func) | Pierre Joye | 2009-02-02 | 1 | -1/+1 |
| | |||||
* | MFH: | Felipe Pena | 2009-01-30 | 1 | -56/+75 |
| | | | | | | | - WS, CS - Added missing param. checking - Fixed type for 'l' | ||||
* | Improved parameter parsing | Ilia Alshanetsky | 2009-01-27 | 1 | -11/+5 |
| | |||||
* | MFB: Improved parameter handling | Ilia Alshanetsky | 2009-01-05 | 1 | -4/+3 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | new parameter-parsing api | Alexey Zakhlestin | 2008-11-18 | 1 | -170/+145 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -10/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+10 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -10/+0 |
| | |||||
* | - Added arginfo | Felipe Pena | 2008-07-20 | 1 | -10/+56 |
| | |||||
* | MFH: New way for check void parameters | Felipe Pena | 2008-03-10 | 1 | -24/+24 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -2/+2 |
| | |||||
* | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 1 | -4/+4 |
| | |||||
* | use snprintf | Stanislav Malyshev | 2007-02-23 | 1 | -2/+2 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | MFH | Antony Dovgal | 2006-12-28 | 1 | -2/+2 |
| | |||||
* | more int->zend_bool conversions | Nuno Lopes | 2006-09-06 | 1 | -1/+2 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -2/+2 |
| | |||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -4/+4 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | - Fix another generated header include | foobar | 2005-01-14 | 1 | -1/+1 |
| | |||||
* | Fix prototypes | Zeev Suraski | 2004-05-30 | 1 | -30/+30 |
| | |||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | proto fix | Hartmut Holzgraefe | 2003-11-19 | 1 | -1/+1 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and ↵ | Sebastian Bergmann | 2003-03-25 | 1 | -1/+1 |
| | | | | SAPI/CLI on Win32. | ||||
* | * email address change | Stig Bakken | 2003-03-18 | 1 | -1/+1 |
| | |||||
* | Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings. | foobar | 2003-03-07 | 1 | -4/+4 |
| | | | | | | # Intentionally left out any 'alias' for it, this way 3rd party extension # maintainers will really NOTICE the change. | ||||
* | ARG_COUNT(ht) -> ZEND_NUM_ARGS(). | Ilia Alshanetsky | 2003-01-21 | 1 | -13/+13 |
| | |||||
* | Removed pointless memory allocation checks. | Ilia Alshanetsky | 2003-01-18 | 1 | -3/+1 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Make the version code get the version from the current Apache, rather then | Ilia Alshanetsky | 2002-12-27 | 1 | -1/+7 |
| | | | | | the Apache PHP was compiled against. | ||||
* | Added apache_get_version() & apache_get_modules() to Apache 1.X & Apache | Ilia Alshanetsky | 2002-12-27 | 1 | -0/+33 |
| | | | | | | | Hooks sapis. Made the module listing in Apache 2 not show the '.c' portion, to be consistent with Apache 1.X. | ||||
* | Fixed a few compile warnings and one compile error. | Ilia Alshanetsky | 2002-12-10 | 1 | -1/+3 |
| | |||||
* | Initial attempt to get apache_hooks api to compile on windows. | Edin Kadribasic | 2002-11-18 | 1 | -15/+7 |
| | | | | | | Still getting link errors with undefined symbol: 'php_request_startup_for_hook'. | ||||
* | Fix a few warnings - compiles nicely now | Rasmus Lerdorf | 2002-11-18 | 1 | -4/+4 |
| | |||||
* | #defined offsetof, for systems that can't find it | George Schlossnagle | 2002-11-18 | 1 | -0/+3 |
| |