Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH | Lukas Smith | 2008-11-04 | 1 | -1392/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+28 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -28/+0 |
| | |||||
* | - MFH: Initialize variable | Felipe Pena | 2008-10-05 | 1 | -5/+1 |
| | |||||
* | MFH: | Felipe Pena | 2008-10-03 | 1 | -289/+201 |
| | | | | | | | | - Fixed: - Some segfaults when no connection is open - Warning about cfg_get_long (Kalle) - New parameter parsing API | ||||
* | - Added arginfo | Felipe Pena | 2008-07-20 | 1 | -45/+211 |
| | |||||
* | -MFH: fix build (function was never implemented), even if noone uses it (or ↵ | Pierre Joye | 2008-07-05 | 1 | -2/+0 |
| | | | | complains about broken build ;) | ||||
* | MFH: New way for check void parameters | Felipe Pena | 2008-03-10 | 1 | -2/+2 |
| | |||||
* | 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 | -1/+1 |
| | |||||
* | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 1 | -3/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | MFH: list_entry -> zend_rsrc_list_entry | foobar | 2005-12-05 | 1 | -5/+5 |
| | |||||
* | MFH | foobar | 2005-12-05 | 1 | -50/+50 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | - Fix Bug #31960: msql_fetch_row() and msql_fetch_array() dropping columns ↵ | Andi Gutmans | 2005-02-17 | 1 | -3/+8 |
| | | | | with NULL values | ||||
* | - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() | Andi Gutmans | 2004-07-19 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | used to return "" and not bool(false). It's not worth keeping it because STR_FREE() and zval_dtor() always have to check for it and it slows down the general case. In addition, it seems that empty_string has been abused quite a lot, and was used not only for setting zval's but generally in PHP code instead of "", which wasn't the intention. Last but not least, nuking empty_string should improve stability as I doubt every place correctly checked if they are not mistakenly erealloc()'ing it or calling efree() on it. NOTE: Some code is probably broken. Each extension maintainer should check and see that my changes are OK. Also, I haven't had time to touch PECL yet. Will try and do it tomorrow. | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | format string fixes | Andrey Hristov | 2003-08-28 | 1 | -5/+5 |
| | |||||
* | proto fixes | Andrey Hristov | 2003-06-16 | 1 | -25/+25 |
| | | | | | #my head hurts now. no more fixes today ;) | ||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Removed pointless checks. | Ilia Alshanetsky | 2003-01-30 | 1 | -3/+1 |
| | |||||
* | Changed php_error to php_error_docref. | Ilia Alshanetsky | 2003-01-18 | 1 | -14/+14 |
| | | | | | | Thanks to Marcus Börger for writing a script that significantly simplifies this process. | ||||
* | Removed pointless memory allocation checks. | Ilia Alshanetsky | 2003-01-18 | 1 | -3/+1 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Unify error messages | Derick Rethans | 2002-06-26 | 1 | -13/+13 |
| | |||||
* | - Allow duality between Engine 1 & 2 using ZEND_STANDARD_CLASS_DEF_PTR | Andi Gutmans | 2002-03-12 | 1 | -1/+1 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -1/+2 |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
* | 2nd phase in back-substitution those macro's | Jeroen van Wolffelaar | 2001-09-25 | 1 | -1/+1 |
| | | | | | I've got pretty much everything now... | ||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -79/+79 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | Fix bugs #7301, #6827 | Zeev Suraski | 2001-08-18 | 1 | -2/+1 |
| | |||||
* | - More ZE2 fixes | Andi Gutmans | 2001-08-13 | 1 | -3/+1 |
| | |||||
* | more tsrm cleanup | Sascha Schumann | 2001-08-06 | 1 | -2/+2 |
| | |||||
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -3/+5 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -2/+0 |
| | |||||
* | ZVAL_BOOL(v,0) -> ZVAL_FALSE(v) | Thies C. Arntzen | 2001-07-11 | 1 | -3/+3 |
| | |||||
* | Nuke zval_reset | Zeev Suraski | 2001-07-11 | 1 | -3/+3 |
| | |||||
* | var_reset -> ZVAL_RESET | Zeev Suraski | 2001-07-11 | 1 | -3/+3 |
| | |||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -1/+2 |
| | |||||
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -25/+29 |
| | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | ||||
* | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | make msql build under win32 | Daniel Beulshausen | 2001-01-25 | 1 | -30/+30 |
| | |||||
* | Now make it work too (thanks for noticing that Andi :) | Zeev Suraski | 2000-11-04 | 1 | -1/+1 |
| | |||||
* | Fix build | Zeev Suraski | 2000-11-04 | 1 | -1/+1 |
| |