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

371 Commits

Author SHA1 Message Date
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
David Hill
45a1a3037a 64-bit correction to variables passed to zend_parse_parameters
@64-bit correction to variables passed to zend_parse_parameters (Dave)
2003-03-07 13:42:30 +00:00
foobar
77e48a2801 MFH: Fixed bug: #22306 (pg_lo_seek($h, 0, PGSQL_SEEK_SET) succeeds but returns false) 2003-02-20 07:10:48 +00:00
Yasuo Ohgaki
f834ec6410 MFH 2003-02-09 07:50:31 +00:00
Yasuo Ohgaki
e54ec4b8d2 MFH 2003-02-09 07:24:36 +00:00
Ilia Alshanetsky
16f626702d MFH 2003-02-04 18:34:10 +00:00
Derick Rethans
c71f17295c - MFH: Fixed bug #21232 (Unresolved references to PQsetnonblocking). (Patch by
Floyd <floyd@studiodust.com>)
2003-01-04 12:34:27 +00:00
Sebastian Bergmann
ec46829b38 MFH: Bump year. 2002-12-31 16:37:36 +00:00
Derick Rethans
4de8da30d0 - Fix typo 2002-12-21 17:46:32 +00:00
Ilia Alshanetsky
5b71dbb4e2 MFH (memory leak). 2002-12-16 15:30:51 +00:00
Yasuo Ohgaki
073788340b MFH 2002-11-29 17:19:05 +00:00
Yasuo Ohgaki
a5d3a242d1 MFH 2002-11-26 02:15:58 +00:00
SVN Migration
e3718c88b2 This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. 2002-11-14 21:09:42 +00:00
Yasuo Ohgaki
f482ac4011 Speed up pg_escape_bytea, from O(n^2) => O(n). My test script speed up
from 50 sec to 5 sec. (sscanf is too slow at least under my linux, I
might write better function that unescape values later)
Use emalloc/erealloc for bundled PQescapeBytea(php_pgsql_escape_bytea)
2002-11-12 09:07:36 +00:00