| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Changing the Velocis extension to now be called Birdstep, due to a ↵ | James Cox | 2002-03-04 | 1 | -698/+0 |
| | | | | | | | | | | product/company change. added aliases for Velocis to the birdstep functions. # testing is both advised and encouraged! @ The Velocis extension is no | ||||
| * | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | | |||||
| * | proto fix | Hartmut Holzgraefe | 2002-01-04 | 1 | -1/+1 |
| | | |||||
| * | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | | |||||
| * | proto fixes | Hartmut Holzgraefe | 2001-12-07 | 1 | -2/+2 |
| | | |||||
| * | protos prepared | Hartmut Holzgraefe | 2001-12-07 | 1 | -0/+36 |
| | | |||||
| * | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -1/+3 |
| | | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
| * | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -38/+38 |
| | | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
| * | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -2/+4 |
| | | |||||
| * | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵ | Zeev Suraski | 2001-07-30 | 1 | -0/+1 |
| | | | | | the way | ||||
| * | * 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 |
| | | |||||
| * | Use zend_register_list_destructors_ex() instead. | Andrei Zmievski | 2000-10-25 | 1 | -2/+2 |
| | | |||||
| * | Mega-patch to get better resource information for modules. | Andrei Zmievski | 2000-10-20 | 1 | -4/+6 |
| | | | | | | | | | | | | | | * 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) | ||||
| * | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -12/+12 |
| | | |||||
| * | 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 |
| | | |||||
| * | #if COMPILE_DL | Sascha Schumann | 2000-05-02 | 1 | -1/+1 |
| | | | | | | | | 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 | -1/+4 |
| | | |||||
| * | Change extension names in all extensions' zend_module_entry to their | Stig Bakken | 2000-03-06 | 1 | -1/+1 |
| | | | | | | directory name. | ||||
| * | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | | |||||
| * | 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). | ||||
| * | More php3_ cleanup | Zeev Suraski | 1999-12-17 | 1 | -14/+14 |
| | | |||||
| * | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -2/+2 |
| | | | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) | ||||
| * | More php3_ annihilation | Zeev Suraski | 1999-12-17 | 1 | -6/+6 |
| | | |||||
| * | 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. | ||||
| * | Clean up ODBC HAVE_XXX symbols, compile fixes for OpenLink and Solid. | Stig Bakken | 1999-11-09 | 1 | -1/+1 |
| | | | | | | | | #The Solid support still does not link, though (looks like a side-effect of #the way the Solid libs are named and our stubborn friend libtool). #This can wait until after 4.0b3. | ||||
| * | New resource handling for odbc module | Andreas Karajannis | 1999-09-05 | 1 | -2/+16 |
| | | |||||
| * | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -33/+33 |
| | | | | | | php3_compat.h) | ||||
| * | More symbol work. | Andrey Hristov | 1999-08-02 | 1 | -18/+18 |
| | | |||||
| * | License update | Zeev Suraski | 1999-07-16 | 1 | -21/+9 |
| | | |||||
| * | - run ext sources through conv_proto | Sascha Schumann | 1999-05-21 | 1 | -12/+12 |
| | | | | | | - add necessary phpext_*_ptr | ||||
| * | * Finalizing the PHP version of SAPI. Support POST and cookies among other ↵ | Zeev Suraski | 1999-05-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | things. * Fully implement ISAPI support - POST and cookies among other things. * Almost completely rewrote phpinfo(). Allow modules to easily display their information in phpinfo() without modifying phpinfo() itself (prototype for the module info function was changed, thus the large amount of updated module files). * Initial extended SAPI support for Apache, completely untested. * CGI now uses SAPI fully as well. | ||||
| * | moved odbc into ext/ | Stig Bakken | 1999-04-19 | 1 | -0/+646 |
