summaryrefslogtreecommitdiff
path: root/ext/ingres_ii/ii.c
Commit message (Expand)AuthorAgeFilesLines
* - Moved ingres_ii to PECLfoobar2005-05-241-1545/+0
* - Fix windows build (using config.w32 and keeping sync with config.m4)foobar2005-03-261-3/+3
* Fixed possible memory leak.Ilia Alshanetsky2004-05-181-0/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* emalloc -> safe_emallocIlia Alshanetsky2003-08-121-1/+1
* updating license information in the headers.James Cox2003-06-101-3/+3
* Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.foobar2003-03-071-3/+3
* ZTS fixesfoobar2003-02-211-6/+6
* - Fixed bug: #21549 (problem with Ingres II persistent connections)foobar2003-02-111-18/+95
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-191-31/+33
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-181-3/+1
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-1/+3
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-11/+11
* - 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-071-16/+13
* more tsrm cleanupSascha Schumann2001-08-061-5/+5
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-4/+4
* Make this extension compile in ZTS mode.foobar2001-07-301-9/+8
* 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-281-30/+14
* fix module initializationDaniel Beulshausen2001-06-091-2/+6
* Fixed some bugs. Now it compiles and works.foobar2001-05-271-10/+7
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* - Change unset() functions to null(). unset() is legacyAndi Gutmans2001-01-311-2/+2
* make ingres compile under win32Daniel Beulshausen2000-11-131-6/+7
* 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
* Added clean up code for persistent connections to avoid some problems withHénot David2000-09-291-1/+40
* - Also change constants. Note: PHP tries to make names intuitive.Andi Gutmans2000-08-261-3/+3
* - Asked the author a long time already to change the function names toAndi Gutmans2000-08-261-72/+72
* Copyright modification.Hénot David2000-08-251-0/+3
* Fix for a bug with persistent connections.Hénot David2000-08-051-4/+6
* Fix building ingres_ii as a shared moduleSascha Schumann2000-07-181-2/+2
* Added new function ii_autocommit()Hénot David2000-07-171-0/+39
* Made ingres_ii module compile with its new nameHénot David2000-07-171-2/+2
* 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-171-0/+1299