Sebastian Bergmann
22f4ef45fe
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
2010-01-03 09:23:27 +00:00
Felipe Pena
8c2412d023
- Fixed bug #50162 (Memory leak when fetching timestamp column from Oracle database)
...
- Fixed bug #34852 (Failure in odbc_exec() using oracle-supplied odbc driver) (patch by tim dot tassonis at trivadis dot com)
2009-12-06 18:53:16 +00:00
Matt Wilmas
fa54a9d0f3
Fixed error message grammar:
...
- "cannot" instead of "can not" (meaning "also can")
- "than" instead of "then" (Hint: "then" should hardly be needed;
you're not telling the order in which to do something)
... plus removed a couple ending. dots
2009-06-06 02:40:14 +00:00
Felipe Pena
44f111cc26
- Fix test
2009-05-14 22:59:02 +00:00
Felipe Pena
133e8c5ccb
- Improved fix for #42414
2009-05-14 17:23:51 +00:00
Felipe Pena
757e87c66e
- New tests
2009-05-14 01:28:23 +00:00
Felipe Pena
c71b5e616f
- Fixed bug #42414 (some odbc_*() functions incompatible with Oracle ODBC driver)
2009-05-14 01:25:17 +00:00
Felipe Pena
a0492db800
- Starting tests for this extension
2009-05-11 03:09:13 +00:00
Felipe Pena
ae8c593769
- Fixed bug #48038 (odbc_execute changes variables used to form params array)
2009-05-01 03:02:32 +00:00
Marcus Boerger
d4f5b3f0a9
- This is PHP 6 - if this ... ever gets out
2009-03-10 23:40:06 +00:00
Felipe Pena
8593425a60
- Fix proto
2009-02-17 12:32:06 +00:00
Felipe Pena
219b5e1d96
- Fixed bug #47390 (odbc_fetch_into - BC in php 5.3.0)
2009-02-17 12:03:43 +00:00
Sebastian Bergmann
7f4dc8702a
Bump copyright year, 3 of 3.
2008-12-31 11:12:40 +00:00
Felipe Pena
43791516db
- Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)
2008-11-17 11:26:25 +00:00
Felipe Pena
e006a89e71
- Revert ZEND_BEGIN_ARG_INFO change
2008-11-02 21:10:13 +00:00
Felipe Pena
7eb2715464
- Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
2008-10-24 14:34:17 +00:00
Patrick van Kleef
ecaf7b46c1
- Added odbc.default_cursortype to control the ODBC cursormodel (bug #43668 )
...
#[DOC]
2008-08-29 19:15:39 +00:00
Patrick van Kleef
20960ec9ed
- Fixed code to use ODBC 3.52 datatypes for 64bit systems (bug #43666 )
2008-08-29 16:42:50 +00:00
Felipe Pena
06d26cf2a7
- New parameter parsing API
...
- CS
2008-08-24 20:50:02 +00:00
Felipe Pena
d986dd8bc1
- MFB: Added arginfo
2008-07-20 14:29:30 +00:00
Felipe Pena
bc0af0579e
MFB:
...
- Added arginfo
- Removed #include "zend_arg_defs.c"
2008-07-05 22:36:55 +00:00
Felipe Pena
2751fe0354
- New parameter parsing API
2008-06-25 16:22:13 +00:00
Felipe Pena
a1e8d340c3
New macro for check void parameters
2008-02-28 14:16:25 +00:00
Sebastian Bergmann
9b620d50b4
Bump copyright year, 2 of 2.
2007-12-31 07:12:20 +00:00
Andrey Hristov
d768a03a12
MFB and unify code
2007-10-10 14:32:01 +00:00
Yiduo (David) Wang
95da0dc570
Added macros for managing zval refcounts and is_ref statuses
2007-10-07 05:15:07 +00:00
Dmitry Stogov
8146078f7b
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)
2007-09-27 18:28:44 +00:00
Jani Taskinen
e873b05288
- Include php_ini.h (needed in future, does not break anything)
2007-08-31 07:41:46 +00:00
Jani Taskinen
099f5966ef
- Fix some lib vs. $PHP_LIBDIR issues.
2007-07-31 13:01:42 +00:00
Jani Taskinen
e70f6d70f1
- Fixed bug #42019 (configure option --with-adabas=DIR does not work)
2007-07-17 12:11:41 +00:00
Jani Taskinen
4c3970500d
- Changed all AC_ARG_* options to PHP_ARG_* options.
2007-07-11 23:10:46 +00:00
foobar
f0f44a3652
- Fix some configure --help texts
2007-07-03 17:24:39 +00:00
Stanislav Malyshev
f1c12a32d0
MFB: fix odbc resource handling, patch by Dave Lawson
2007-03-13 00:12:08 +00:00
Marcus Boerger
20a40063c5
- avoid sprintf
2007-02-24 16:25:58 +00:00
Antony Dovgal
86f29b0cf7
check SQLError() return value and output a meaningful errmsg when it fails
2007-02-19 20:22:29 +00:00
Ilia Alshanetsky
a7a9437199
MFB: Fixed output code inside odbc_result_all()
2007-01-16 18:56:55 +00:00
Sebastian Bergmann
3717df72ae
Bump year.
2007-01-01 09:29:37 +00:00
Antony Dovgal
0958fdb46e
use strlcat()
2006-12-28 14:26:30 +00:00
Antony Dovgal
635be00596
MFB: fix #37848 (ext/odbc compile failure)
2006-06-19 16:13:31 +00:00
Dmitry Stogov
441d051bcd
Fixed compilation (automatic module globals management).
2006-06-14 05:51:16 +00:00
Dmitry Stogov
943960c324
Added automatic module globals management
2006-06-13 13:12:20 +00:00
Andi Gutmans
e94e25e621
Start nuking safe_mode. Still a lot of work to do...
2006-02-19 00:55:22 +00:00
Antony Dovgal
8d4db4f24c
fix #35959 (Cannot build with Solid 2.3)
2006-01-10 14:15:12 +00:00
foobar
251c5173fd
bump year and license version
2006-01-01 13:10:10 +00:00
foobar
a208d9a966
- Nuke php3 legacy
2005-12-06 02:28:26 +00:00
foobar
a9166edcf4
nuke php3 legacy
2005-12-06 01:00:13 +00:00
foobar
34ad5ab731
- list_entry -> zend_rsrc_list_entry
2005-12-05 23:31:09 +00:00
Dmitry Stogov
90b45fcbbd
Fixed crash on AIX
2005-09-08 06:18:47 +00:00
foobar
91860cf594
No HTML output if html_errors is off (bug #34006 )
2005-08-05 22:37:48 +00:00
foobar
23e671a51e
- Bumber up year
2005-08-03 14:08:58 +00:00