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 | -2/+6 |
| | | | | | | 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 | -5/+5 |
| | | | | | I've got pretty much everything now... | ||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | Another TSRMLS_FETCH() nuke. | foobar | 2001-08-14 | 1 | -2/+2 |
| | |||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -3/+3 |
| | |||||
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -1/+2 |
| | |||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -21/+11 |
| | |||||
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -6/+31 |
| | | | | | 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 |
| | |||||
* | - How did CVS let me commit this? Probably it confused with the branch | Andi Gutmans | 2000-12-16 | 1 | -10/+0 |
| | | | | | merge | ||||
* | - Make all places use MAXPATHLEN in the same way. It includes the | Andi Gutmans | 2000-12-16 | 1 | -0/+10 |
| | | | | | terminating NULL. | ||||
* | Handle the case of no-handlers properly and make handlers a proper C "string". | Sascha Schumann | 2000-12-04 | 1 | -2/+7 |
| | |||||
* | Please avoid potential buffer overflows in new code. If you deal | Sascha Schumann | 2000-12-01 | 1 | -4/+6 |
| | | | | | | with strings, consider storing the string length along with the string data. That will make your life easier. | ||||
* | Beautifying of phpinfo(). | foobar | 2000-12-01 | 1 | -8/+12 |
| | |||||
* | Run through conv_z_macros | Sascha Schumann | 2000-11-22 | 1 | -6/+6 |
| | |||||
* | Fix dba after resources patch. | Andrei Zmievski | 2000-10-26 | 1 | -4/+9 |
| | |||||
* | Use zend_register_list_destructors_ex() instead. | Andrei Zmievski | 2000-10-25 | 1 | -2/+2 |
| | |||||
* | Gremlins? | Rasmus Lerdorf | 2000-10-21 | 1 | -1/+1 |
| | |||||
* | Mega-patch to get better resource information for modules. | Andrei Zmievski | 2000-10-20 | 1 | -3/+4 |
| | | | | | | | | | | | | | * 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) | ||||
* | Fixed protos. | Egon Schmid | 2000-07-13 | 1 | -2/+2 |
| | |||||
* | Unify use of my email address | Sascha Schumann | 2000-07-10 | 1 | -1/+1 |
| | |||||
* | # Reverting as requested. | Jouni Ahto | 2000-06-27 | 1 | -3/+0 |
| | |||||
* | - dba_[p]open accepts now a new parameter, which kind of database to create | Jouni Ahto | 2000-06-27 | 1 | -0/+3 |
| | | | | | | | | (DBA_BTREE or DBA_HASH), if the handler is either 'db2' or 'db3' and mode 'c' or 'n'. It is ignored if mode is 'c' and the db already exists. # Asked on the list 4 1/2 hours ago if anyone's got to say something to this, # no response, so I'm assuming it's ok. And yes, I did test this. | ||||
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -2/+2 |
| | |||||
* | Make dba compilable as shared module | Sascha Schumann | 2000-05-02 | 1 | -0/+4 |
| | |||||
* | Corrected compilation error with wrong number of arguments to | Jakub Skopal | 2000-04-06 | 1 | -1/+1 |
| | | | | | php_info_print_box_start() | ||||
* | phpinfo() prettying | Colin Viebrock | 2000-04-05 | 1 | -0/+4 |
| | | | | | | I will get to the rest of the functions later tonight or tomorrow (i.e. from hyperwave to snmp) | ||||
* | Change extension names in all extensions' zend_module_entry to their | Stig Bakken | 2000-03-06 | 1 | -6/+6 |
| | | | | | directory name. | ||||
* | More protos. | Egon Schmid | 2000-02-24 | 1 | -14/+14 |
| | |||||
* | - The tree compiles again | Zeev Suraski | 1999-12-18 | 1 | -4/+4 |
| | |||||
* | More php3 cleanup | Zeev Suraski | 1999-12-17 | 1 | -15/+6 |
| | |||||
* | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -1/+1 |
| | | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) | ||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-17 | 1 | -4/+4 |
| | |||||
* | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 1 | -8/+8 |
| | | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. | ||||
* | add Berkeley DB3 support | Sascha Schumann | 1999-11-20 | 1 | -0/+4 |
| | | | | | @- Added Berkeley DB3 support in DBA (Sascha) | ||||
* | Convert to Ex API. Does anyone have a better name for it? | Sascha Schumann | 1999-09-17 | 1 | -34/+37 |
| | |||||
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -9/+9 |
| | | | | | php3_compat.h) | ||||
* | More symbol work. | Andrey Hristov | 1999-07-27 | 1 | -9/+9 |
| | |||||
* | merge in change from php3 | Sascha Schumann | 1999-07-21 | 1 | -0/+1 |
| | |||||
* | initial import of DBA | Sascha Schumann | 1999-07-21 | 1 | -0/+475 |