Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - oops :) | Derick Rethans | 2002-03-22 | 1 | -1/+1 |
| | |||||
* | - Fix for bug #14644 (patch by samuel_carriere@hotmail.com) | Derick Rethans | 2002-03-22 | 1 | -0/+1 |
| | |||||
* | the 'setup' script was removed more than two years ago. | jim winstead | 2002-03-16 | 1 | -9/+0 |
| | | | | | these can be safely removed from the 4.2 branch, too. | ||||
* | add makefile fragment manually | Sascha Schumann | 2002-03-12 | 1 | -0/+1 |
| | |||||
* | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 2 | -21/+1 |
| | |||||
* | Please welcome the new build system. | Sascha Schumann | 2002-03-07 | 1 | -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 Bergmann | 2001-12-11 | 2 | -4/+4 |
| | |||||
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -0/+2 |
| | |||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+2 |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
* | undo last changes | Daniel Beulshausen | 2001-10-04 | 1 | -51/+51 |
| | |||||
* | 2nd phase in back-substitution those macro's | Jeroen van Wolffelaar | 2001-09-25 | 1 | -51/+51 |
| | | | | | I've got pretty much everything now... | ||||
* | don't use ifx_free_result here | Daniel Beulshausen | 2001-09-07 | 1 | -1/+1 |
| | |||||
* | fix result freeing | Daniel Beulshausen | 2001-09-07 | 1 | -4/+3 |
| | | | | | | # some of the work in (zif_)ifx_free_result should # probably be done in the list destructor as well | ||||
* | indent. | foobar | 2001-08-22 | 1 | -2/+2 |
| | |||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -2/+2 |
| | |||||
* | More TSRMLS_FETCH() nuking. | foobar | 2001-08-07 | 1 | -17/+13 |
| | |||||
* | Changed the PHP_ADD_LIBRARY_DEFER() to work when building | foobar | 2001-08-03 | 1 | -2/+2 |
| | | | | | | standalone extensions. Also improved the checks for SSL and Kerberos in IMAP extension configure. | ||||
* | Use the new TSRM structure. | foobar | 2001-07-30 | 2 | -141/+78 |
| | |||||
* | Make this extension compile thread safe on unixes too. | foobar | 2001-07-30 | 4 | -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 Bergmann | 2001-06-19 | 1 | -20/+9 |
| | |||||
* | Cleaning up and fixed some compile problems on systems that only support ↵ | foobar | 2001-06-01 | 2 | -97/+69 |
| | | | | static libs. | ||||
* | Make this compile even if the INFORMIXDIR is not in path. | foobar | 2001-05-27 | 2 | -10/+14 |
| | |||||
* | killed some compile warnings. the informix header files redefine these. | foobar | 2001-05-27 | 1 | -0/+2 |
| | |||||
* | Nuke more quotes | Sascha Schumann | 2001-05-12 | 1 | -6/+6 |
| | |||||
* | Separate CPPFLAGS from CFLAGS. | Wilfredo Sanchez | 2001-04-03 | 1 | -1/+1 |
| | |||||
* | Fixed bug #10095. | foobar | 2001-04-01 | 1 | -8/+9 |
| | |||||
* | Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. | foobar | 2001-03-27 | 1 | -7/+7 |
| | | | | | # Heads up people! I tested this before committing but you never know.. | ||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Changing my email address... | Jouni Ahto | 2001-01-04 | 2 | -2/+2 |
| | |||||
* | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 1 | -0/+2 |
| | |||||
* | - fix crash when using blob_in_file mode (danny). | Danny Heijl | 2000-11-09 | 1 | -1/+1 |
| | |||||
* | - back out unneeded patch (danny). | Danny Heijl | 2000-09-05 | 1 | -7/+2 |
| | |||||
* | - remove a memory leak warning and fix a crash when tempnam() | Danny Heijl | 2000-09-04 | 1 | -2/+11 |
| | | | | | failed for some reason (danny). | ||||
* | updated dsp to build with custom build step | Daniel Beulshausen | 2000-08-25 | 1 | -18/+44 |
| | |||||
* | lets keep it in one dsp | Daniel Beulshausen | 2000-08-25 | 3 | -184/+0 |
| | |||||
* | - The destructor for a connection resource closed the current | Danny Heijl | 2000-08-12 | 1 | -5/+8 |
| | | | | | connection if the connection had been closed before (danny) | ||||
* | - restore ifx_close() to PHP3 behaviour for non-persistent connections | Danny Heijl | 2000-08-11 | 1 | -4/+22 |
| | | | | | by silently reconnecting the existing link if closed earlier (danny) | ||||
* | - fix for # 5980 (using ifx_connect/ifx_close multiple times for the | Danny Heijl | 2000-08-07 | 1 | -4/+6 |
| | | | | | same database connection) (danny) | ||||
* | - Fix INT8 returning garbage because ifx_int8toasc does not null_terminate | Danny Heijl | 2000-08-05 | 1 | -0/+8 |
| | | | | | the returned string. (danny) | ||||
* | various version 2.0 and 2.01 licenses -> 2.02 | David Croft | 2000-07-24 | 1 | -2/+3 |
| | |||||
* | - typo | Danny Heijl | 2000-07-11 | 1 | -2/+2 |
| | |||||
* | - Work-around for ESQL/C bug with BLOBs and NULL values (Danny). | Danny Heijl | 2000-07-11 | 1 | -3/+12 |
| | |||||
* | - Fix the case of NULL BYTE and TEXT columns. (Danny). | Danny Heijl | 2000-07-10 | 1 | -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 Heijl | 2000-07-05 | 1 | -3/+3 |
| | |||||
* | - Informix driver : Changes for new "main" directory (win32 build) | Danny Heijl | 2000-07-03 | 2 | -13/+11 |
| | |||||
* | Rename macros which begin with underscore to appropiate macros. The general | Sascha Schumann | 2000-07-03 | 1 | -3/+3 |
| | | | | | | | rule is: macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'` | ||||
* | Stop including dl/phpdl.h. | Sascha Schumann | 2000-06-24 | 1 | -4/+0 |
| | |||||
* | More protos. | Egon Schmid | 2000-06-18 | 1 | -1/+1 |
| | |||||
* | - Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows | Andi Gutmans | 2000-06-10 | 1 | -6/+0 |
| | | | | | - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1 | ||||
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -46/+46 |
| |