| Commit message (Expand) | Author | Age | Files | Lines |
* | increasing readability. | Andrey Hristov | 2003-01-21 | 1 | -60/+62 |
* | Changed php_error to php_error_docref. | Ilia Alshanetsky | 2003-01-19 | 1 | -13/+13 |
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 2 | -2/+2 |
* | Fixed ZTS compile warning. | Ilia Alshanetsky | 2002-11-14 | 1 | -1/+1 |
* | the 'setup' script was removed more than two years ago. | jim winstead | 2002-03-16 | 1 | -5/+0 |
* | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 2 | -7/+1 |
* | Use {NULL, NULL, NULL} to terminate function entry. | Yasuo Ohgaki | 2002-02-28 | 1 | -1/+1 |
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 2 | -2/+2 |
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 2 | -4/+4 |
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -1/+3 |
* | WS fix. | foobar | 2001-11-22 | 1 | -6/+6 |
* | - Fix crach bug if the parameter to shm_remove is not a valid identifier. | Derick Rethans | 2001-11-22 | 1 | -0/+6 |
* | compile fix | Thies C. Arntzen | 2001-11-11 | 1 | -2/+2 |
* | Fix for 14012 | Rasmus Lerdorf | 2001-11-11 | 1 | -1/+1 |
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+2 |
* | Back-substitute for Z_* macro's. If it breaks some extension (the script isn'... | Jeroen van Wolffelaar | 2001-09-25 | 1 | -11/+11 |
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
* | Fix for bug #13190 | Wez Furlong | 2001-09-07 | 1 | -3/+4 |
* | more tsrm cleanup | Sascha Schumann | 2001-08-05 | 1 | -2/+2 |
* | Full include paths are preferrable. | Jon Parise | 2001-08-03 | 1 | -2/+2 |
* | smart_str use requires php_smart_str.h. | Jon Parise | 2001-08-03 | 1 | -0/+1 |
* | Convert serializer to smart_str.. avoids lots of sprintf's and | Sascha Schumann | 2001-08-03 | 1 | -6/+3 |
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -1/+1 |
* | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th... | Zeev Suraski | 2001-07-30 | 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 | -13/+23 |
* | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 |
* | fixed shm_remove to expect the correct argument. | Gavin Sherry | 2001-05-15 | 1 | -12/+13 |
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 2 | -2/+2 |
* | fixed BUG #8306: shmat() returns -1 on errors, not NULL | Hartmut Holzgraefe | 2000-12-18 | 1 | -1/+1 |
* | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 1 | -0/+2 |
* | Update to use reference-serializer too | Stanislav Malyshev | 2000-10-30 | 1 | -2/+9 |
* | Add support for serializing references. | Stanislav Malyshev | 2000-10-30 | 1 | -1/+1 |
* | Use zend_register_list_destructors_ex() instead. | Andrei Zmievski | 2000-10-25 | 1 | -1/+1 |
* | Mega-patch to get better resource information for modules. | Andrei Zmievski | 2000-10-20 | 1 | -2/+3 |
* | Some protos corrected. | Egon Schmid | 2000-08-12 | 1 | -2/+2 |
* | Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. | David Croft | 2000-07-24 | 1 | -22/+10 |
* | Changed the descriptions. | Egon Schmid | 2000-07-10 | 1 | -6/+6 |
* | Changed some protos and the authors email address. | Egon Schmid | 2000-07-10 | 2 | -9/+7 |
* | Change header protection macros to conform to standard. | Sascha Schumann | 2000-07-02 | 1 | -3/+3 |
* | - Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows | Andi Gutmans | 2000-06-10 | 1 | -6/+0 |
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -6/+6 |
* | Use #ifdef COMPILE_DL_EXTNAME solely. | Sascha Schumann | 2000-05-23 | 1 | -1/+1 |
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
* | proto corrected | Hartmut Holzgraefe | 2000-05-17 | 1 | -1/+1 |
* | Make sysvshm buildable as shared module | Sascha Schumann | 2000-05-02 | 2 | -15/+8 |
* | #if COMPILE_DL | Sascha Schumann | 2000-05-02 | 1 | -1/+1 |
* | Replace the various get_module() functions with a uniform | Sascha Schumann | 2000-05-02 | 1 | -1/+1 |
* | Remove trailing empty lines | Sascha Schumann | 2000-05-01 | 1 | -4/+0 |
* | Large test commit IV | Sascha Schumann | 2000-05-01 | 1 | -0/+1 |