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
Ilia Alshanetsky
fad0caaee9
Back to dev
2005-10-28 15:45:05 +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
Ilia Alshanetsky
721fec251b
5.1.0RC4
2005-10-28 15:00:49 +00:00
Dmitry Stogov
b05b949a47
Fixed bug #34879 (str_replace, array_map corrupt negative array indexes on 64-bit platforms)
2005-10-28 14:46:30 +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
Dmitry Stogov
844cb82c45
$id:$ tatgs are removed from generated files to avoid committing of Zend/zend_vm_opcodes.h without real changes.
2005-10-28 06:05:57 +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
Dmitry Stogov
8212034254
Fixed SIGSEGV
2005-10-27 19:25:52 +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
3a9cdbfd41
Fixed memory leak on error
2005-10-27 14:07:30 +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
Ilia Alshanetsky
51d8950b53
Additional tweaks to the patch for bug #34249 .
2005-10-26 15:08:23 +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
Marcus Boerger
2486b846cc
- MFH zend_is_callable_ex() returns zend_class_entry* if available
2005-10-25 23:19:59 +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
Antony Dovgal
4d3c8240d5
fix the order
2005-10-25 14:37:28 +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
foobar
dda1f722e2
MFH
2005-10-24 22:46:26 +00:00
Antony Dovgal
57b520541b
MFH: fix #34970 (ldap configuration issues)
2005-10-24 20:24:35 +00:00
Marcus Boerger
5460d2dad6
- Fix issue with entities in attributes
2005-10-24 08:29:36 +00:00
Dmitry Stogov
a0dd931d85
Fixed bug #34950 (Unable to get WSDL through proxy)
2005-10-24 07:44:17 +00:00