summaryrefslogtreecommitdiff
path: root/ext/informix
Commit message (Collapse)AuthorAgeFilesLines
* remove ext/informix leftoversAntony Dovgal2007-07-162-141/+0
|
* moved ext/informix to PECLAntony Dovgal2007-01-186-5084/+0
|
* Bump year.Sebastian Bergmann2007-01-012-2/+2
|
* MFB: Use %F (ignores locale) for internal representation of floatsIlia Alshanetsky2006-12-251-1/+1
|
* plug a leakAntony Dovgal2006-05-041-0/+2
|
* several minor fixes: nuke compile warnings etc.Antony Dovgal2006-05-042-19/+19
|
* - WSSascha Schumann2006-01-131-3/+3
|
* - lower valgrind error count to zero.Sascha Schumann2006-01-131-0/+3
|
* bump year and license versionfoobar2006-01-013-9/+9
|
* - Nuke php3 legacyfoobar2005-12-061-1/+1
|
* - list_entry -> zend_rsrc_list_entryfoobar2005-12-051-5/+5
|
* - Bumber up yearfoobar2005-08-033-3/+3
|
* - Fixed bug #33837 (Informix ESQL version numbering schema changed)foobar2005-07-291-1/+13
|
* - Fixed bug #33469 also for shared buildsfoobar2005-06-282-6/+3
|
* - Fixed bug #33469 (Compile error undefined reference to ifx_checkAPI).foobar2005-06-272-9/+12
|
* - Unify the "configure --help" textsfoobar2005-05-291-1/+1
|
* - Fix typo (avaliable -> available). (bug #28725)foobar2004-12-161-1/+1
|
* Fix compilation on Windows (bug #29340)Edin Kadribasic2004-07-291-1/+1
|
* Woops, missed oneArd Biesheuvel2004-06-011-4/+4
|
* Fixed bug #28569 (connection id is not thread safe)Ard Biesheuvel2004-06-011-16/+22
|
* MFB: missing ';'Pierre Joye2004-05-311-3/+2
|
* Fix build.Ilia Alshanetsky2004-05-311-2/+2
|
* Fixed memory leak on ifx_error().Ilia Alshanetsky2004-05-301-35/+105
|
* Fixed bug #28564 (Problem building informix as a shared extension).Ilia Alshanetsky2004-05-302-0/+7
| | | | | Patch by: roques at mti dot ag
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-172-3/+3
|
* let informix buildWez Furlong2004-01-091-0/+32
|
* Fix ZTS buildEdin Kadribasic2004-01-091-3/+4
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-083-6/+6
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* Fix ZTS build.Ilia Alshanetsky2003-11-111-3/+3
|
* - Fixed bug #18534 (ifx_close() leaves open session)Corne' Cornelius2003-10-071-14/+48
| | | | | - (ifx_do_close) Added
* - Fixed bug #25483 (ext/informix: bogus -469 error from ifx_query())foobar2003-09-111-1/+1
|
* - Fixed bug #25424 (ext/informix: lvarchar not supported in win32 build)foobar2003-09-081-4/+8
|
* ws fixfoobar2003-07-011-19/+18
|
* - MFB: 1.69.2.18Corne' Cornelius2003-07-011-14/+14
|
* - MFB: 1.69.2.17Corne' Cornelius2003-07-011-0/+2
|
* proto fixesAndrey Hristov2003-06-121-29/+29
|
* updating license information in the headers.James Cox2003-06-103-9/+9
|
* Fixed bug #23738 (ifx_copy_blob() crash). (Jani)foobar2003-05-211-1/+1
|
* Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.foobar2003-03-071-8/+8
| | | | | | # Intentionally left out any 'alias' for it, this way 3rd party extension # maintainers will really NOTICE the change.
* - Reverted emalloc(),efree() changed for persistant connection resourcesCorne' Cornelius2003-03-051-4/+4
|
* - Changed malloc() and free() to emalloc() and efree()Corne' Cornelius2003-03-051-6/+6
|
* - Changed maxmsglen in ifx_errormsg() back to normal 255 instead of 10Corne' Cornelius2003-02-271-1/+1
|
* - Fixed possible Segfault in ifx_errormsg() using malloc() instead of emalloc()Corne' Cornelius2003-02-271-6/+5
|
* - Added Corne' Cornelius to CREDITS/AuthorsCorne' Cornelius2003-02-254-1/+4
|
* - Changed IFX_VERSION to work with Major versions with more then one digitCorne' Cornelius2003-02-251-1/+1
|
* no c++ commentsfoobar2003-02-241-1/+1
|
* (PHP ifx_errormsg) Fixed Informix bug where ifx_errormsg() would SegfaultCorne' Cornelius2003-02-241-0/+1
| | | | | on an unopened connecection and with an errorcode supplied
* MFBfoobar2003-02-212-726/+1092
|
* - Revert latest commitCorne' Cornelius2003-02-191-896/+450
|
* - Added Input Descriptor Binding to be used by blobs. This fixed a bugCorne' Cornelius2003-02-191-450/+896
| | | | | | | where ESQL/C would cause a Segmentation fault if the first blob in a result is NULL or '' as soon as it gets a result with blob != NULL - Fixed leaks where blobs resources weren't always freed