1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

384 Commits

Author SHA1 Message Date
Sebastian Bergmann
51a34ef7ed MFH: Bump copyright year. 2007-12-31 07:23:06 +00:00
Antony Dovgal
25b5bbc7a1 MFH 2007-01-11 16:47:33 +00:00
Sebastian Bergmann
746301b213 MFH: Bump year. 2007-01-01 09:47:28 +00:00
Ilia Alshanetsky
8351d9c7f3 MFH: Fixed bug #39971 (pg_insert/pg_update do not allow now() to be used for
timestamp fields).
2006-12-29 00:35:25 +00:00
Ilia Alshanetsky
f437f392e2 MFH: Added buffer length checks 2006-12-28 15:21:41 +00:00
foobar
60bcbd4d17 MFH: - Fixed bug #35911 (HAVE_PG_CONFIG_H set incorrectly) 2006-01-05 21:53:30 +00:00
foobar
2b3336117c bump year and license version 2006-01-01 13:47:46 +00:00
Marcus Boerger
5da6db4704 - MFH Fix Bug #32223 weird behaviour of pg_last_notice 2005-11-07 13:01:36 +00:00
Marcus Boerger
1398c55740 - MFH Make test check for PlPgSQL before using it 2005-10-09 15:58:05 +00:00
Marcus Boerger
2dae72bb3f - MFH Add new test 2005-10-09 15:22:05 +00:00
Yasuo Ohgaki
3d3a67adeb fix build with older pgsql. 2005-07-24 23:11:45 +00:00
Derick Rethans
44bf966ae7 - MFH: Fixed memory corruption in pg_copy_from() in case the as_null parameter
was passed. (Derick)
2005-07-05 12:50:03 +00:00
Derick Rethans
cacba2613e - Backport config.m4 from HEAD so that pg_config can be used. 2005-07-01 09:10:14 +00:00
Antony Dovgal
4ca2a45a0c use & and check for the right value of result_type
btw, nobody noticed that result_type wasn't ever working in 4.3, because it was absent in parse_params()..
also, I prefer "Tony" just for uniformity =)
2005-05-10 23:15:06 +00:00
Antony Dovgal
180e1501bb MFH: fix #32904 (pg_get_notify() ignores result_type parameter) 2005-05-10 20:14:11 +00:00
Antony Dovgal
febe0e0caf MFH: disable pg_cmdtuples() too, if there is no pg_affected_rows() 2005-04-13 22:12:06 +00:00
Derick Rethans
c1e9d3433d - Fixed bug #32699 (pg_affected_rows() was defined when it was not available). 2005-04-13 21:27:35 +00:00
Antony Dovgal
a384315b3a MFH: fix typo 2005-04-03 13:06:58 +00:00
foobar
912c7fc107 - Quote macro names in AC_DEFUN()
# Fixes also bug #29160
# for i in `grep -r -l AC_DEFUN *`; do perl -i -pe "s#AC_DEFUN\(([^\[])(.*)\,#AC_DEFUN([\1\2],#g" $i; done;
2004-12-30 07:02:19 +00:00
Ilia Alshanetsky
86b31b56de MFH: Fixed bug #28374 (Possible unterminated loop inside
_php_pgsql_trim_message()).
2004-05-12 16:49:56 +00:00
Ilia Alshanetsky
b5d2a4aa12 MFH: Fixed possible crash inside pg_copy_(to|from) function if delimiter is
more then 1 character long.
2004-04-22 00:32:07 +00:00
Ilia Alshanetsky
5df1e69be1 MFH: Fixed bug #27300 (Improved regex for pg_convert()). 2004-03-18 01:35:50 +00:00
Ilia Alshanetsky
1ca21fdf96 MFH: Fixed bug #27007 (missing connection closure when connect fails in
pgsql)
2004-01-29 02:55:33 +00:00
Ilia Alshanetsky
bea9ba8fc2 MFH: Fixed bug #26864 (pg_(update|delete) ignore PGSQL_DML_EXEC option). 2004-01-11 21:18:29 +00:00
Ilia Alshanetsky
2a7a76c93e MFH: Make test work with PostgreSQL 7.4 2003-12-23 17:33:16 +00:00
Ilia Alshanetsky
437a1e90c9 MFH: Missing bit for bug #26625. 2003-12-22 15:56:52 +00:00
Ilia Alshanetsky
4d2cdc8224 MFH: Fixed Bug #26625 (pg_convert sets NULL incorrectly for character data
types).
2003-12-16 01:00:45 +00:00
Edin Kadribasic
45b85c504b Standard header file locations 2003-12-11 10:06:39 +00:00
Edin Kadribasic
2d5754d69f Nuke unused local vars 2003-12-11 10:06:12 +00:00
Marcus Boerger
60661a012b Update error/warning messages 2003-12-06 21:28:07 +00:00
Marcus Boerger
b93038396e MFH: Do not dynamically load the extension in skipif 2003-12-06 20:46:48 +00:00
Ilia Alshanetsky
67ba3f4c30 MFH: Fixed bug #25963 (PostgreSQL error message include \n characters). 2003-11-25 22:23:54 +00:00
Marcus Boerger
9ec1245550 MFH: Bugfix #25404 2003-09-06 15:31:14 +00:00
Andrey Hristov
0767e6f1e2 MFH : str is string not a long 2003-08-28 21:09:21 +00:00
Ilia Alshanetsky
21af3e8c4e Fixed format errors & warning. 2003-08-28 17:54:03 +00:00
Ilia Alshanetsky
77005be687 MFH: Fixed bug #25109 (Possible crash when fetching field names in pgsql) 2003-08-28 00:33:48 +00:00
Ilia Alshanetsky
903275e887 MFH: Fixed bug #25093 (Various leaks due to non-freed queries) 2003-08-14 17:49:48 +00:00
Ilia Alshanetsky
7ec8b0bcba MFH: memory leak fix 2003-08-05 13:34:20 +00:00
Marcus Boerger
224e070c74 MFH: The value might be a null pointer 2003-07-22 22:06:05 +00:00
Marcus Boerger
40acbc1ea5 MFH: Do not test postgres settings 2003-06-30 18:00:55 +00:00
Ilia Alshanetsky
d74a72d580 MFH: Fixed bug #24284 (Fixed memory leak inside pg_ping()) 2003-06-22 16:48:16 +00:00
Marcus Boerger
651d262d43 Fix the fix 2003-05-31 15:10:03 +00:00
Marcus Boerger
22a9c4d448 Use ZE1 notation as expected result 2003-05-31 14:50:10 +00:00
Marcus Boerger
b44ea85296 MFH: Synch latest fixes 2003-05-31 12:59:20 +00:00
Ilia Alshanetsky
582c2462ad MFH 2003-04-25 22:00:17 +00:00
Jay Smith
bd62bcf18b MFH: fix some segfaults in some pg_lo_* functions 2003-04-17 16:55:56 +00:00
Jay Smith
930347763b @- Fixed bug #23009 (pg_select with timestamp). (Marcus, Jay)
MFH
2003-04-02 00:00:09 +00:00
Jay Smith
1548b1ebf4 MFH 2003-04-01 23:28:18 +00:00
foobar
9f34a5beca MFH 2003-03-10 23:13:03 +00:00
Derick Rethans
f27049afb6 - No C++ comments! (Patch by Magnus) 2003-03-09 19:15:16 +00:00