Ilia Alshanetsky
0ba24fb65a
Additional open_basedir/safe_mode checks.
2005-10-31 23:44:40 +00:00
Marcus Boerger
9622ccface
- Drop unnecessary exports to prevent forward BC problems
2005-10-31 21:20:44 +00:00
Marcus Boerger
24a80c3ebf
- Fix remaining memleaks
...
# all tests pass for me now for the first time in:
# pgsql, mysql, sqlite, sqlite2
2005-10-31 07:47:40 +00:00
Wez Furlong
b74698f135
fix misinterpretation of data when overriding types via bindColumn.
...
Very slightly modified patch from Marcus.
2005-10-31 03:23:38 +00:00
Wez Furlong
2baf1500e0
Closes PECL Bug #5722 ; BLOB support was half-baked.
2005-10-31 02:11:27 +00:00
Wez Furlong
40c24a65c4
improve test portability.
...
improve infrastructure for LOB support.
2005-10-31 02:07:38 +00:00
Marcus Boerger
e7494a7e9e
- Fix memleak
2005-10-30 22:17:52 +00:00
Ilia Alshanetsky
2dc3862c7f
Improve iconv skip conditions
2005-10-30 18:07:47 +00:00
Ilia Alshanetsky
57510065ce
Fixed bug #35022 , #35019 (Regression in the behavior of key/current
...
functions).
2005-10-30 18:03:30 +00:00
Marcus Boerger
cea6a783af
- MFH Add docu
2005-10-30 16:07:45 +00:00
Ilia Alshanetsky
941a94ead4
Simplify code.
2005-10-30 13:48:30 +00:00
Ilia Alshanetsky
d22d6910ad
Fixed Bug #35014 (array_product() always returns 0).
2005-10-30 13:44:26 +00:00
Wez Furlong
0139cd0e53
Closes PECL Bug #5772 ; FETCH_FUNC broken for mixed case function names
2005-10-29 03:11:46 +00:00
Wez Furlong
7af8089096
Closes PECL #5809 ; PDOStatement::execute(array(...)) would modify its args.
...
It should behave like bindValue() not bindParam().
2005-10-29 03:01:19 +00:00
Wez Furlong
588d88960c
clean up the test2 table that some tests create
2005-10-29 02:58:24 +00:00
Wez Furlong
c28a9a4e5c
Closes PECL Bug #5802
2005-10-29 02:41:50 +00:00
Wez Furlong
e0924b7451
Close PECL Bug #5780
2005-10-29 02:36:30 +00:00
Wez Furlong
b2424b2e08
argh! we don't want to NULL the stmt here; freeing the results is not the same
...
as destroying the prepared statement handler, so we're leaking and breaking, as
can be seen by running the test suite.
brown paper bag for PDO in PHP 5.1RC4?
2005-10-29 02:16:35 +00:00
Wez Furlong
9bd48c2e15
Closes PECL Bug #5645 ; emits mysql client library version in MINFO output.
2005-10-29 01:58:22 +00:00
Antony Dovgal
579c9abfb3
MFH: quick fix for #35003 (Warning: PDOStatement::fetch(): column 0 data was too large for buffer and was)
2005-10-28 15:02:09 +00:00
Antony Dovgal
e9de9f3aeb
fix TSRM build
2005-10-28 12:00:10 +00:00
Dmitry Stogov
a3cb94abff
Fixed bug #34982 (array_walk_recursive() modifies elements outside function scope)
2005-10-28 10:06:43 +00:00
Dmitry Stogov
fa406902d5
Fixed bug #34982 (array_walk_recursive() modifies elements outside function scope)
2005-10-28 09:57:35 +00:00
Dmitry Stogov
36a14076a8
Fixed bug #34725 (CLI segmentation faults during cleanup in ZTS if ext/pcre is DSO)
2005-10-28 08:30:41 +00:00
Anantha Kesari H Y
3815b367d5
NetWare LibC sdk has stdarg.h
...
--Kamesh
2005-10-28 07:52:58 +00:00
Rob Richards
2e8f773eee
MFH: fix crash setting attr from foreign doc (throws exception)
...
add test
2005-10-27 23:51:22 +00:00
Antony Dovgal
a9cac89541
MFH: commit forgotten part
2005-10-27 19:39:38 +00:00
Antony Dovgal
9ffefbc74e
MFH: add MySQL options and corresponding constants
2005-10-27 17:34:24 +00:00
Antony Dovgal
7c01510b95
MFH: free && set to NULL S->stmt
2005-10-27 17:26:19 +00:00
Ilia Alshanetsky
bac9ab777e
One check is enough.
2005-10-27 14:06:39 +00:00
Rathna N
ced39e3168
Tests for calendar extension
2005-10-27 11:05:50 +00:00
Wez Furlong
dcd7879556
fixes PECL Bug #5589
2005-10-27 03:51:23 +00:00
Dan Scott
97ec02ce81
Test PDO::ATTR_CASE attribute.
2005-10-26 23:09:06 +00:00
Antony Dovgal
4c98758328
MFH: make compilers happy
2005-10-26 22:47:23 +00:00
Antony Dovgal
5b502880b6
MFH: fix #34996 (ImageTrueColorToPalette() crashes when ncolors is zero)
2005-10-26 21:38:20 +00:00
Antony Dovgal
b122cd4b08
MFH: fix #34977 (Compile failure on MacOSX due to use of varargs.h)
2005-10-26 13:50:39 +00:00
foobar
143d1c8011
MFH
2005-10-26 11:33:25 +00:00
Dan Scott
f987de46b4
Correct non-standard SQL. Standard SQL would define "DEFAULT NULL" -- but
...
that is the default value if the DEFAULT clause is omitted anyways.
2005-10-26 06:23:12 +00:00
Marcus Boerger
936b1e56c3
- MFH zend_is_callable_ex() has been changed
2005-10-25 23:20:29 +00:00
Pierre Joye
af888a4807
- fix #34980 , divisor and offset never passed correctly (s/float/double/)
2005-10-25 23:00:19 +00:00
Michael Wallner
a329ecd8c4
fix bug #34965 tidy is not binary safe
2005-10-25 18:04:59 +00:00
Antony Dovgal
2af3190a3d
use correct enum type for the arg
2005-10-25 16:02:33 +00:00
Ilia Alshanetsky
e13d51cea3
MFH: Fixed bug #34968 (bz2 extension fails on to build on some win32 setups).
2005-10-25 15:53:06 +00:00
Michael Wallner
2c5c8c161c
- fix the fix
2005-10-25 15:35:39 +00:00
Michael Wallner
3bbd4b17a9
- MFH: fix bug #34821 zlib encoders fail on widely varying binary data on windows
2005-10-25 15:16:20 +00:00
Antony Dovgal
e415260868
MFH: apply workaround for the leak only when GLIBC is used
2005-10-25 14:57:14 +00:00
Michael Wallner
60efdff75f
- MFH: thread safe SSL crypto locks, fixes bug #33760
2005-10-25 14:32:33 +00:00
Ilia Alshanetsky
9490f1c847
Do not run tests if iconv extension is unavailable.
2005-10-25 14:22:56 +00:00
Antony Dovgal
a0c8d5d80a
MFH: fix problem with garbage appearing in hostnames
2005-10-25 08:19:33 +00:00
Ilia Alshanetsky
6b46a441cd
Fixed compiler warning
2005-10-25 03:53:25 +00:00