Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fix msql_close(), pg_close() and sybase_close() (Sybase CT) | Zeev Suraski | 2000-11-03 | 1 | -3/+7 |
| | |||||
* | Fix msql_close() | Zeev Suraski | 2000-11-03 | 1 | -0/+5 |
| | |||||
* | Use zend_register_list_destructors_ex() instead. | Andrei Zmievski | 2000-10-25 | 1 | -3/+3 |
| | |||||
* | Mega-patch to get better resource information for modules. | Andrei Zmievski | 2000-10-20 | 1 | -7/+9 |
| | | | | | | | | | | | | | * Fixed a bug in zend_rsrc_list_get_rsrc_type() * Switched register_list_destructors() to use zend_register_list_destructors_ex() instead * Updated all relevant modules to provide the resource type name to register_list_destructors() call * Updated var_dump() to output resource type name instead of number @- Made resource type names visible, e.g. var_dump() and @ get_resource_type() display "file" for file resources. (Andrei) | ||||
* | @- Fix mSQL_close(). (nick@loman.net) | Thies C. Arntzen | 2000-08-09 | 1 | -1/+1 |
| | | | | | # i haven't tried it (don't have msql) , but this patch seems really needed! | ||||
* | fix bug 5322. | Sterling Hughes | 2000-07-22 | 1 | -1/+1 |
| | |||||
* | C++ // comments are evil ... | Hartmut Holzgraefe | 2000-06-16 | 1 | -1/+3 |
| | |||||
* | This should no longer be necessary | Zeev Suraski | 2000-06-09 | 1 | -4/+0 |
| | |||||
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -21/+21 |
| | |||||
* | Use #ifdef COMPILE_DL_EXTNAME solely. | Sascha Schumann | 2000-05-23 | 1 | -2/+2 |
| | |||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | |||||
* | #if COMPILE_DL | Sascha Schumann | 2000-05-02 | 1 | -2/+2 |
| | | | | | | | becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME) | ||||
* | Replace the various get_module() functions with a uniform | Sascha Schumann | 2000-05-02 | 1 | -1/+1 |
| | | | | | ZEND_GET_MODULE(name) macro. | ||||
* | phpinfo() prettying | Colin Viebrock | 2000-04-06 | 1 | -15/+17 |
| | |||||
* | Change extension names in all extensions' zend_module_entry to their | Stig Bakken | 2000-03-06 | 1 | -1/+1 |
| | | | | | directory name. | ||||
* | - Convert 'PHP3' to 'PHP' | Zeev Suraski | 2000-02-26 | 1 | -15/+15 |
| | | | | | - Avoid declaring crypt() related salt types twice | ||||
* | It didn't all go through | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | |||||
* | Compile fixes | Zeev Suraski | 2000-02-05 | 1 | -1/+0 |
| | |||||
* | Cleanup patches | Zeev Suraski | 2000-02-05 | 1 | -6/+7 |
| | |||||
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 |
| | | | | | you start counting at 0 or 1). | ||||
* | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 1 | -1/+1 |
| | | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. | ||||
* | new improved resource-API (i hope everything still compiles) | Thies C. Arntzen | 1999-10-12 | 1 | -18/+9 |
| | |||||
* | This should make the mSQL module compile again (untested) | Zeev Suraski | 1999-09-24 | 1 | -10/+10 |
| | |||||
* | *** empty log message *** | Zeev Suraski | 1999-09-04 | 1 | -2/+2 |
| | |||||
* | A few fixes | Zeev Suraski | 1999-09-04 | 1 | -58/+60 |
| | |||||
* | Update the mSQL module with the latest tech | Zeev Suraski | 1999-09-04 | 1 | -0/+1310 |