Felipe Pena
80926568f1
- Fixed bug #52183 (Reflectionfunction reports invalid number of arguments for function aliases)
2010-06-26 16:03:39 +00:00
Christopher Jones
bcda2ac012
Remove hard coded lib extension. Prepare for OCI8 1.4.2 release
2010-06-25 21:18:09 +00:00
Christopher Jones
b50c9a6102
Fix bug #52186 (phpinfo shows 10.1 or 11.1 when installed with ORACLE_HOME 10.2 or 11.2)
2010-06-25 21:09:13 +00:00
Felipe Pena
b355aa00b0
- Fixed bug #52138 (Constants are parsed into the ini file for section names)
2010-06-24 22:32:42 +00:00
Andrey Hristov
ee4818a12a
Two functions, which should be methods so one can catch
...
their output, for example
2010-06-24 19:52:13 +00:00
Stanley Sufficool
36b8c4cb35
Actually fix quoted identifiers this time
2010-06-24 03:40:45 +00:00
Johannes Schlüter
f3e6597500
Install SQLite3 header
2010-06-23 15:11:02 +00:00
Stanley Sufficool
1b2ec793f9
Fix Bug #47588 - Allow Quoted Identifiers
2010-06-23 01:29:01 +00:00
Stanley Sufficool
f8bf423bd5
Fix bug #52137 - implement lastInsertId
2010-06-22 02:59:52 +00:00
Stanley Sufficool
c8b7f939e6
Fix bug #52134
2010-06-22 02:09:57 +00:00
Andrey Hristov
baf72b7336
Fix sprintf modifiers all around the place. In most cases
...
%u should be used. Where size_t is used then MYSQLND_SZ_T_SPEC should be
the modifier
2010-06-21 15:32:26 +00:00
Andrey Hristov
523960892c
fix valgrind warnings on 64bit, thread_is is strictly 32bit
2010-06-21 14:49:45 +00:00
Pierre Joye
276f9a8678
- #48632 , ssl AES support
2010-06-21 08:47:25 +00:00
Stanley Sufficool
7ea7787000
Fix bug #38955 - add transaction support
2010-06-21 07:30:48 +00:00
Stanley Sufficool
5712b1ec9f
Fix bug #45876 adding get column meta
2010-06-21 06:54:10 +00:00
Pierre Joye
abde405f1d
- #45808 , stream_socket_enable_crypto() blocks and eats CPU
2010-06-20 16:33:16 +00:00
Pierre Joye
bd8d42729f
- #51295 , SQLite3::busyTimeout not existing
2010-06-20 15:30:49 +00:00
Felipe Pena
f7f74b4c0e
- Completed the fix for bug #52010
...
# Fixing pdo drivers
2010-06-20 14:12:06 +00:00
Andrey Hristov
c7f10efabc
Fix for bug #52115 mysqli_result::fetch_all returns null, not an empty array
2010-06-18 17:25:41 +00:00
Andrey Hristov
986e30048d
missed this one in the last commit, the real type
2010-06-18 12:00:57 +00:00
Andrey Hristov
d3d7447803
fix type mismatch, this is fresh misunderstanding
2010-06-18 11:56:25 +00:00
Johannes Schlüter
94694f924a
- Ignore empty filename for mail.log, treat it like none given
2010-06-18 10:16:35 +00:00
Ulf Wendel
c71d35120c
Don't bail if there is another extension that exports constants starting with mysql<something>
2010-06-18 09:56:18 +00:00
Pierre Joye
aac1ef3815
- fix build
2010-06-17 17:09:48 +00:00
Andrey Hristov
59205a6655
split mysqlnd_connect() in two parts, one doing the authorization
2010-06-17 11:37:49 +00:00
Pierre Joye
377ffeb50a
- #51424 , solaris part
2010-06-17 10:22:03 +00:00
Pierre Joye
bc226fafed
- Fix bug #52101 , dns_get_record()garbage in 'ipv6' field
2010-06-17 09:26:29 +00:00
Felipe Pena
13b692e4c9
- New tests related to #52098
2010-06-16 23:33:01 +00:00
Felipe Pena
a7210008db
- Fix crash when calling a method of a class that inherits PDOStatement if instantiated directly
2010-06-16 23:13:29 +00:00
Andrey Hristov
55f879015d
no more needed because of the charset fix in the previous changeset
2010-06-16 19:01:13 +00:00
Pierre Joye
cba1ed2475
- #50563 , removing E_WARNING from parse_url()
2010-06-16 18:56:24 +00:00
Pierre Joye
0c226deaaa
- Fix bug #50578 , incorrect shebang in phar.phar
2010-06-16 18:30:35 +00:00
Timm Friebe
aa71d4e2f5
- Fixed segmentation fault when reading rows
...
# Problem surfaces when using FreeTDS, ASE 12.5 and reading text fields
# with NULL values. This is essentially a workaround for a bug in Free-
# TDS which is not setting the NULL indicators correctly, but provides
# a protection against possible segfaults if any other driver ever does
# this again:-)
2010-06-16 09:34:11 +00:00
Ben Longden
45bd9b385e
Added tests for SplFileObject::fgetcsv
2010-06-15 21:25:47 +00:00
Pierre Joye
79baca329b
- #42060 , add paged results support
2010-06-15 19:47:28 +00:00
Pierre Joye
05da8ecfad
- Fix #51002 , fix possible memory corruption with very long names
2010-06-15 18:48:33 +00:00
Pierre Joye
b8613c10ab
- cleanup, no vc6 support in trunk
2010-06-15 13:50:14 +00:00
Pierre Joye
f27e17d18c
- #51424 , silent warnings on win
2010-06-15 13:43:15 +00:00
Ben Longden
675a0539db
Tests for SplTempFileObject
...
Basic usage (no params)
Basic usage (with max memory specified)
Variation (passing a neg value to the constructor)
Error (Passing a non long int value to constructor)
2010-06-15 10:50:53 +00:00
Pierre Joye
06e7d5e9cb
- Fix #51424 , crypt() function hangs after 3rd call
2010-06-15 09:26:22 +00:00
Dmitry Stogov
d868733cc3
Fixed bug #52041 (Memory leak when writing on uninitialized variable returned from function)
2010-06-15 08:22:51 +00:00
Andrey Hristov
2f838ef547
Fix the test for libmysql, which expects the certificates
...
to be in the directory where the interpreter is started. When
using mysqlnd they should not include path and will be found
in the directory of the script.
2010-06-14 18:23:17 +00:00
Andrey Hristov
4637e3641f
And a fix for MySQL Server which is pre 5.1.23, which doesn't support
...
preserving of the charset when performing change_user. This is libmysql
only code.
2010-06-14 18:19:13 +00:00
Andrey Hristov
65b1895759
Fixed bug #52082 (character_set_client & character_set_connection reset after
...
mysqli_change_user())
libmysql >= 5.1.23 will PASS, older library versions will fail
2010-06-14 17:16:20 +00:00
Pierre Joye
0aef5f020b
- drop comment
2010-06-14 09:15:20 +00:00
Pierre Joye
c145a3754b
- #52043,GD doesn't recognize latest libJPEG version
2010-06-14 08:12:10 +00:00
Felipe Pena
b0c7323462
- Fixed bug #49320 (PDO returns null when SQLite connection fails)
2010-06-12 22:04:48 +00:00
Felipe Pena
becc2bb671
- Fixed bug #52057 (ReflectionClass fails on Closure class)
2010-06-11 23:37:55 +00:00
Dmitry Stogov
d42dbb3bed
Fixed bug #51552 (debug_backtrace() causes segmentation fault and/or memory issues)
2010-06-11 08:53:31 +00:00
Ulf Wendel
6c0ddd0b6f
Fixing tests
2010-06-10 13:40:13 +00:00