Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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/+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 | -11/+11 |
| | | | | 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 |
| | |||||
* | ws fix. | foobar | 2001-08-19 | 1 | -994/+1095 |
| | |||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -56/+56 |
| | |||||
* | Yet another TSRM fix. | foobar | 2001-08-07 | 1 | -16/+13 |
| | |||||
* | more tsrm cleanup | Sascha Schumann | 2001-08-06 | 1 | -5/+5 |
| | |||||
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -4/+4 |
| | |||||
* | Make this extension compile in ZTS mode. | foobar | 2001-07-30 | 1 | -9/+8 |
| | |||||
* | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 1 | -1/+1 |
| | |||||
* | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -11/+8 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -30/+14 |
| | |||||
* | fix module initialization | Daniel Beulshausen | 2001-06-09 | 1 | -2/+6 |
| | |||||
* | Fixed some bugs. Now it compiles and works. | foobar | 2001-05-27 | 1 | -10/+7 |
| | |||||
* | * 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 |
| | |||||
* | - Change unset() functions to null(). unset() is legacy | Andi Gutmans | 2001-01-31 | 1 | -2/+2 |
| | |||||
* | make ingres compile under win32 | Daniel Beulshausen | 2000-11-13 | 1 | -6/+7 |
| | | | | | # no cleanup... | ||||
* | 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 | -10/+19 |
| | | | | | | | | | | | | | * 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) | ||||
* | Added clean up code for persistent connections to avoid some problems with | Hénot David | 2000-09-29 | 1 | -1/+40 |
| | | | | | autocommit. | ||||
* | - Also change constants. Note: PHP tries to make names intuitive. | Andi Gutmans | 2000-08-26 | 1 | -3/+3 |
| | | | | | | - PHP extensions don't necessarily need to use the exact C counter part, it - should be easy to read and not be short names such as II_* | ||||
* | - Asked the author a long time already to change the function names to | Andi Gutmans | 2000-08-26 | 1 | -72/+72 |
| | | | | | | | - something which won't take up all of the ii_* names (not verbose enough). - I'm doing it myself now so it really has to be checked as I can't compile. - Changed both the function names and INI parameter names. | ||||
* | Copyright modification. | Hénot David | 2000-08-25 | 1 | -0/+3 |
| | |||||
* | Fix for a bug with persistent connections. | Hénot David | 2000-08-05 | 1 | -4/+6 |
| | |||||
* | Fix building ingres_ii as a shared module | Sascha Schumann | 2000-07-18 | 1 | -2/+2 |
| | |||||
* | Added new function ii_autocommit() | Hénot David | 2000-07-17 | 1 | -0/+39 |
| | |||||
* | Made ingres_ii module compile with its new name | Hénot David | 2000-07-17 | 1 | -2/+2 |
| | |||||
* | Fixed some protos. Only one line for the description. | Egon Schmid | 2000-07-17 | 1 | -27/+17 |
| | |||||
* | Added extension ii for Ingres II native support. | Hénot David | 2000-07-17 | 1 | -0/+1299 |
@- Added extension ii for Ingres II native support. See README in ext/ii @ directory. (David H) |