summaryrefslogtreecommitdiff
path: root/ext/ingres_ii
Commit message (Collapse)AuthorAgeFilesLines
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-9/+1
|
* Update headers.Sebastian Bergmann2001-12-113-6/+6
|
* Unified the configure messages.foobar2001-11-301-1/+2
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-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 Wolffelaar2001-09-251-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 Rethans2001-09-091-2/+2
|
* ws fix.foobar2001-08-191-994/+1095
|
* WhitespaceZeev Suraski2001-08-111-56/+56
|
* Yet another TSRM fix.foobar2001-08-072-18/+15
|
* more tsrm cleanupSascha Schumann2001-08-061-5/+5
|
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-312-5/+5
|
* Make this extension compile in ZTS mode.foobar2001-07-302-10/+9
|
* Zend compatibility patchZeev Suraski2001-07-301-1/+1
|
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-11/+8
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-283-42/+16
|
* fix module initializationDaniel Beulshausen2001-06-091-2/+6
|
* Fixed some bugs. Now it compiles and works.foobar2001-05-271-10/+7
|
* Removed duplicate line.foobar2001-05-271-1/+0
|
* Just cleanup.foobar2001-05-271-4/+2
|
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
|
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-3/+3
| | | | | # Heads up people! I tested this before committing but you never know..
* - Fix copyright notices with 2001Andi Gutmans2001-02-263-3/+3
|
* - Change unset() functions to null(). unset() is legacyAndi Gutmans2001-01-311-2/+2
|
* Added some missing EXPERIMENTAL files plus some missing extensionsfoobar2001-01-191-0/+5
| | | | | into EXTENSIONS file.
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
|
* fix link objectDaniel Beulshausen2000-11-131-2/+4
| | | | | # maybe it's too late already...
* forgot to add...Daniel Beulshausen2000-11-131-0/+109
|
* make ingres compile under win32Daniel Beulshausen2000-11-133-11/+12
| | | | | # no cleanup...
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-2/+2
|
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-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 withHénot David2000-09-292-1/+42
| | | | | autocommit.
* Made ingres extension use --with--ingres instead of --with-ii.Hénot David2000-08-311-4/+4
| | | | | Andi actualy changed only the help line.
* - To configure with ingres should be --with-ingres and not --with-iiAndi Gutmans2000-08-292-3/+3
| | | | | | - Changing it for 4.0.2 so that we don't have backwards compatibility - problems later on
* - Also change constants. Note: PHP tries to make names intuitive.Andi Gutmans2000-08-261-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 toAndi Gutmans2000-08-262-90/+90
| | | | | | | - 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 David2000-08-253-0/+9
|
* Fix for a bug with persistent connections.Hénot David2000-08-051-4/+6
|
* typoSascha Schumann2000-07-181-2/+2
|
* Fix building ingres_ii as a shared moduleSascha Schumann2000-07-181-2/+2
|
* Added new function ii_autocommit()Hénot David2000-07-172-0/+40
|
* Made ingres_ii module compile with its new nameHénot David2000-07-174-8/+8
|
* Fixed some protos. Only one line for the description.Egon Schmid2000-07-171-27/+17
|
* Added extension ii for Ingres II native support.Hénot David2000-07-176-0/+1523
@- Added extension ii for Ingres II native support. See README in ext/ii @ directory. (David H)