summaryrefslogtreecommitdiff
path: root/ext/informix
Commit message (Collapse)AuthorAgeFilesLines
* - oops :)Derick Rethans2002-03-221-1/+1
|
* - Fix for bug #14644 (patch by samuel_carriere@hotmail.com)Derick Rethans2002-03-221-0/+1
|
* the 'setup' script was removed more than two years ago.jim winstead2002-03-161-9/+0
| | | | | these can be safely removed from the 4.2 branch, too.
* add makefile fragment manuallySascha Schumann2002-03-121-0/+1
|
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-21/+1
|
* Please welcome the new build system.Sascha Schumann2002-03-071-0/+10
| | | | | | | | | | If you encounter any problems, please make sure to email sas@php.net directly. An introduction can be found on http://schumann.cx/buildv5.txt
* Update headers.Sebastian Bergmann2001-12-112-4/+4
|
* Unified the configure messages.foobar2001-11-301-0/+2
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* undo last changesDaniel Beulshausen2001-10-041-51/+51
|
* 2nd phase in back-substitution those macro'sJeroen van Wolffelaar2001-09-251-51/+51
| | | | | I've got pretty much everything now...
* don't use ifx_free_result hereDaniel Beulshausen2001-09-071-1/+1
|
* fix result freeingDaniel Beulshausen2001-09-071-4/+3
| | | | | | # some of the work in (zif_)ifx_free_result should # probably be done in the list destructor as well
* indent.foobar2001-08-221-2/+2
|
* WhitespaceZeev Suraski2001-08-111-2/+2
|
* More TSRMLS_FETCH() nuking.foobar2001-08-071-17/+13
|
* Changed the PHP_ADD_LIBRARY_DEFER() to work when buildingfoobar2001-08-031-2/+2
| | | | | | standalone extensions. Also improved the checks for SSL and Kerberos in IMAP extension configure.
* Use the new TSRM structure.foobar2001-07-302-141/+78
|
* Make this extension compile thread safe on unixes too.foobar2001-07-304-3776/+3276
| | | | | | | | | | Also changed all those nice spaces to tabs # # Zeev, could you make those changes for this extension too? # # And yes, I know I shouldn't mix ws fixes to anything else but # this was easier to do this way.
* Change copyright note.Sebastian Bergmann2001-06-191-20/+9
|
* Cleaning up and fixed some compile problems on systems that only support ↵foobar2001-06-012-97/+69
| | | | static libs.
* Make this compile even if the INFORMIXDIR is not in path.foobar2001-05-272-10/+14
|
* killed some compile warnings. the informix header files redefine these.foobar2001-05-271-0/+2
|
* Nuke more quotesSascha Schumann2001-05-121-6/+6
|
* Separate CPPFLAGS from CFLAGS.Wilfredo Sanchez2001-04-031-1/+1
|
* Fixed bug #10095.foobar2001-04-011-8/+9
|
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-7/+7
| | | | | # Heads up people! I tested this before committing but you never know..
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Changing my email address...Jouni Ahto2001-01-042-2/+2
|
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
|
* - fix crash when using blob_in_file mode (danny).Danny Heijl2000-11-091-1/+1
|
* - back out unneeded patch (danny).Danny Heijl2000-09-051-7/+2
|
* - remove a memory leak warning and fix a crash when tempnam()Danny Heijl2000-09-041-2/+11
| | | | | failed for some reason (danny).
* updated dsp to build with custom build stepDaniel Beulshausen2000-08-251-18/+44
|
* lets keep it in one dspDaniel Beulshausen2000-08-253-184/+0
|
* - The destructor for a connection resource closed the currentDanny Heijl2000-08-121-5/+8
| | | | | connection if the connection had been closed before (danny)
* - restore ifx_close() to PHP3 behaviour for non-persistent connectionsDanny Heijl2000-08-111-4/+22
| | | | | by silently reconnecting the existing link if closed earlier (danny)
* - fix for # 5980 (using ifx_connect/ifx_close multiple times for theDanny Heijl2000-08-071-4/+6
| | | | | same database connection) (danny)
* - Fix INT8 returning garbage because ifx_int8toasc does not null_terminateDanny Heijl2000-08-051-0/+8
| | | | | the returned string. (danny)
* various version 2.0 and 2.01 licenses -> 2.02David Croft2000-07-241-2/+3
|
* - typoDanny Heijl2000-07-111-2/+2
|
* - Work-around for ESQL/C bug with BLOBs and NULL values (Danny).Danny Heijl2000-07-111-3/+12
|
* - Fix the case of NULL BYTE and TEXT columns. (Danny).Danny Heijl2000-07-101-2/+33
| | | | | | ESQL/C (sometimes ?) does not set the indicator variable, but the locator->loc_indicator instead.
* - Increase allowed number of columns from 256 to 384.Danny Heijl2000-07-051-3/+3
|
* - Informix driver : Changes for new "main" directory (win32 build)Danny Heijl2000-07-032-13/+11
|
* Rename macros which begin with underscore to appropiate macros. The generalSascha Schumann2000-07-031-3/+3
| | | | | | | rule is: macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'`
* Stop including dl/phpdl.h.Sascha Schumann2000-06-241-4/+0
|
* More protos.Egon Schmid2000-06-181-1/+1
|
* - Nuke COMPILE_DL. Modules that need to be compiled as dll's in WindowsAndi Gutmans2000-06-101-6/+0
| | | | | - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-46/+46
|