64 Commits

Author SHA1 Message Date
Rahul Priyadarshi
6e0f91d271 issue #66738, columns of LOB data types 2014-02-28 11:47:39 +00:00
Rahul Priyadarshi
070cd8b9f1 segfault with pconnect reconnect 2014-02-24 13:19:53 +00:00
Rahul Priyadarshi
7c649b485a issue #66738, columns of LOB types the NULL values are returned as empty strings 2014-02-21 10:51:45 +00:00
Rahul Priyadarshi
a88390f3b5 Handling of multibyte chars where client and server code pages are different 2014-02-20 11:31:52 +00:00
Rahul Priyadarshi
2e53d57922 To handle closed persistent connections 2014-02-20 10:25:08 +00:00
Rahul Priyadarshi
db65c892a8 Segmentation fault when calling execute on a statement created by query 2014-02-11 11:24:07 +00:00
Rahul Priyadarshi
fbae1cf3e1 To handle closed persistent connections 2014-02-11 10:06:01 +00:00
Rahul Priyadarshi
d6628f90c9 Segmentation fault while fetching null value for Integer Field in specific case 2013-06-16 14:42:11 +00:00
Rahul Priyadarshi
af028ceebf DO:query function gives segfault when pdo_informix build with CFLAGS -m64 2012-12-03 17:38:19 +00:00
Rahul Priyadarshi
26343f2eed pdo_informix release-1.2.7 2012-03-12 11:26:57 +00:00
Rahul Priyadarshi
72398d426a Problem related to dynamic loading 2012-03-12 11:21:23 +00:00
Rahul Priyadarshi
78a21a309e Version change for pdo_informix-1.2.7 release 2012-03-12 11:19:51 +00:00
Rahul Priyadarshi
96a6e63ea9 Compilation error with php-5.4.x 2012-03-12 11:16:48 +00:00
Rasmus Lerdorf
16335e5de7 Someone strap down Jani and give him a sedative please.
This makes our toolchain work with the latest versions
of autoconf and avoids a lot of end-user grief.
2009-11-25 01:30:06 +00:00
Ambrish Bhargava
a4e2f51432 - update to package.xml v2 2009-11-06 06:57:07 +00:00
Gwynne Raskind
f4dd87f292 fix a huge number of wrong MIME types. UGH. 2009-07-13 12:15:13 +00:00
Ambrish Bhargava
bb8707fb74 Fixing defect related value of Interval is right shifted 2008-11-10 06:54:48 +00:00
Kellen Bombardier
59e129769e Bug related to CLOB/BLOB and PDO error info fixed 2008-08-12 10:43:56 +00:00
Kellen Bombardier
d2c3d8267b Changing version as per Pecl Versioning method 2008-04-18 18:27:49 +00:00
Kellen Bombardier
f63cc1c02e Coding style corrections. 2008-03-17 19:25:28 +00:00
Kellen Bombardier
6d63f4f148 *** empty log message *** 2008-03-12 19:23:59 +00:00
Kellen Bombardier
fd66447772 *** empty log message *** 2008-03-12 19:02:37 +00:00
Kellen Bombardier
398fc3ad1f *** empty log message *** 2008-03-12 18:49:07 +00:00
Kellen Bombardier
7e115e8195 Initial commit 2007-05-22 03:10:14 +00:00
Kellen Bombardier
240c42a9e1 Adding higher test coverage 2007-05-22 03:09:34 +00:00
Kellen Bombardier
522d10db97 Adding quote and set_attribute features 2007-05-22 03:08:52 +00:00
Kellen Bombardier
3fa98e8539 Initial Version 2007-05-01 16:03:36 +00:00
Kellen Bombardier
a5497ab31e Not currently supporting closeCursor 2007-05-01 16:03:03 +00:00
Kellen Bombardier
89c63721f4 Fix for internal defects: exec function not returning success/failure when no rows need be returned; fix for segfault when using bad SQL 2007-04-16 21:38:37 +00:00
Kellen Bombardier
7eb0787522 Fix for compile issue on windows regarding variable creation location 2007-04-16 00:22:31 +00:00
Kellen Bombardier
2aacfd4574 *** empty log message *** 2007-04-11 15:47:26 +00:00
Kellen Bombardier
4c9a10c637 Fix for internal defect regarding error handling during connection 2007-04-11 15:47:02 +00:00
Kellen Bombardier
03cd4019e7 Replacing SQLGetStmtOption with SQLGetStmtAttr 2007-03-23 02:34:34 +00:00
Kellen Bombardier
83ec22dea0 Updating with multiple fixes for version 1.1.0 2007-02-14 00:12:23 +00:00
Kellen Bombardier
cc5ec77f34 Fix for bug 9279 and other formatting changes 2006-11-22 20:31:37 +00:00
Kellen Bombardier
dc2a6ab1ae Adding dirname to find files in tests 2006-07-14 13:43:43 +00:00
Kellen Bombardier
507fa545d0 Adding the lastInsertID to the TESTMATRIX 2006-07-14 13:42:50 +00:00
Kellen Bombardier
c46c58e561 Adding the atomic lastInsertID functionality and fixing multiple memory leaks 2006-07-14 13:42:12 +00:00
Kellen Bombardier
0ca4d3a76a Fix for compilation error when zts is enabled 2006-07-11 17:54:27 +00:00
Kellen Bombardier
20fe10939c Fix compile problem for pecl4win 2006-07-11 15:41:56 +00:00
Kellen Bombardier
c6395514a7 Added lastInsertID functionality 2006-06-22 05:07:56 +00:00
Kellen Bombardier
cf1c57d16e Updating maintianers 2006-05-16 19:21:41 +00:00
Kellen Bombardier
bc5185beb2 Updating credits 2006-05-16 19:21:12 +00:00
Krishna Raman
6cc0b723c1 Fixed a small compilation error. 2006-05-16 18:56:57 +00:00
Krishna Raman
40fff70697 * Added LOB Stream implementation to comply with PDO spec. (Currently only supports text/byte columns)
* Fixed a segfault that occured when more than one stream was bound to prepared statement.
* Bugfix PECL#6717: PHP segfaults when trying execute prepared, parameterized SQL.
* Fixed issue where error codes were not being cleared.
* Fixed segfault caused by trying to report a PHP exception using a stale connection handle.
* Added tests for retrieval of LOB data as a stream
2006-05-16 18:38:05 +00:00
Dan Scott
2f37bee5da Add PHP build dir so this builds in regular PECL builds. 2006-02-28 16:33:11 +00:00
Dan Scott
fe086ef4fc Style clean-up: C-style comments and tabs, not spaces. 2005-12-22 00:42:25 +00:00
Dan Scott
1508aa1036 Use more verbose release notes. 2005-12-14 19:35:56 +00:00
Dan Scott
2b646695c9 Improve handling of large objects. 2005-12-14 19:27:26 +00:00
Dan Scott
569db77378 Enable configure option to actually work for setting Informix path. 2005-12-14 18:55:13 +00:00