Jani Taskinen
3a30b7dfca
- Fix test
2009-12-14 09:42:32 +00:00
Pierrick Charron
2ded6af198
- Fixed bug #50469 (Fixed typo in imagepsencodefont error string).
2009-12-14 04:09:18 +00:00
Felipe Pena
0d4bf4110f
- Fixed bug #49174 (crash on queryString set)
2009-12-13 19:53:44 +00:00
Felipe Pena
ef54c9c5ed
- Fixed bug #50209 (Compiling with libedit cannot find readline.h)
...
(patch by tcallawa at redhat dot com)
2009-12-13 17:06:47 +00:00
Felipe Pena
481a5d8b18
- Fixed tests for when running using libedit
2009-12-13 16:53:24 +00:00
Felipe Pena
cf9e914754
- Fixed bug #50445 (PDO-ODBC stored procedure call from Solaris 64-bit causes seg fault).
...
(Original patch by davbrown4 at yahoo dot com)
2009-12-11 22:30:46 +00:00
Jani Taskinen
9c445100c8
fix test
2009-12-11 15:06:50 +00:00
William Martin
faee4c72b8
Backported 5.3 tests to 5.2 and added more RecursiveIteratorIterator tests
2009-12-08 19:51:56 +00:00
Moriyoshi Koizumi
428088c848
- Take account of surrogate pairs.
2009-12-07 15:41:43 +00:00
Pierrick Charron
fcf959ad3e
Fixed bug #50323 (Allow use of ; in values via ;; in PDO DSN even in the middle of a string).
2009-12-06 21:32:58 +00:00
Ilia Alshanetsky
c21c2da229
Fixed bug #50323 (Allow use of ; in values via ;; in PDO DSN).
2009-12-06 19:34:12 +00:00
Felipe Pena
be06106d62
- Fixed bug #50162 (Memory leak when fetching timestamp column from Oracle database)
...
- Fixed bug #34852 (Failure in odbc_exec() using oracle-supplied odbc driver) (patch by tim dot tassonis at trivadis dot com)
2009-12-06 18:53:16 +00:00
Stanislav Malyshev
86529ad73c
protect http_session_vars from interrupt corruption
...
improve save_path check
2009-12-04 01:21:32 +00:00
Rob Richards
69ed9840ef
fix bug #47848 (importNode doesn't preserve attribute namespaces)
...
add tests
2009-12-03 20:19:38 +00:00
Pierrick Charron
5a64467cba
Fixed bug #45120 (PDOStatement->execute() returns true then false for same statement).
2009-12-03 15:24:43 +00:00
Felipe Pena
1ca7c27638
- Fixed bug #49660 (libxml 2.7.3+ limits text nodes to 10MB). (Felipe)
...
- Added LIBXML_PARSEHUGE constant to overrides the maximum text size of a
single text node when using libxml2.7.3+. (Kalle)
[DOC]
2009-12-01 02:05:28 +00:00
Jani Taskinen
565cec5cfc
- Fix tests assuming wrong ini options and extensions that might not be there
2009-11-30 20:31:52 +00:00
Jani Taskinen
be62e2c702
MFH: removed last test for MAX_INT, did not work on x64 and this case is covered by bug47745.phpt
2009-11-30 19:52:16 +00:00
Stanislav Malyshev
43d6b87ccb
proper fix for bug #50006
...
add modify protection to all user array sorts
2009-11-29 08:35:01 +00:00
Rasmus Lerdorf
42c4e5c148
Revert attempt at supporting both autoconf 2.13 and
...
modern versions in the same build chain. There are
simply too many broken things in 2.13 to make it work.
Cache handling is broken as well which is why I need
to revert the pdo_inc_path cache fix as well.
trunk is now 2.60+ only and I'll work on cleaning out
all the legacy cruft from there.
2009-11-29 06:13:22 +00:00
Stanislav Malyshev
50e31fe9c1
fix interrupt problem in serialize()
2009-11-29 04:38:46 +00:00
Jani Taskinen
87230feb91
- Fixed bug #50266 (conflicting types for llabs)
2009-11-28 00:38:05 +00:00
Rasmus Lerdorf
c4ec9018f5
Fix bug #50315
2009-11-27 23:41:13 +00:00
Jani Taskinen
e85a2dd296
- Partially revert the autoconf 2.6x "fix" to make configure work with release
2009-11-27 12:51:41 +00:00
Ilia Alshanetsky
ea3faadf6a
Revert gmp patches as they require a newer lib
2009-11-27 03:13:59 +00:00
Ilia Alshanetsky
5ef06b0c62
Fixe build
2009-11-27 03:02:01 +00:00
David Soria Parra
fa955848f6
Also allow base 62 for gmp_init as requested in ( #50283 )
2009-11-25 23:38:34 +00:00
Rasmus Lerdorf
ce6bb055e1
There is no ENT_IGNORE in 5.2
2009-11-25 18:58:14 +00:00
David Soria Parra
6bdc96f68b
Really use 62 as the upper boundary as requested and not 32.
2009-11-25 18:15:25 +00:00
Rasmus Lerdorf
fbd9757a39
Missing _cv_ here
2009-11-25 16:53:23 +00:00
Ilia Alshanetsky
a08f0425de
Fixed bug #50195 (pg_copy_to() fails when table name contains schema).
2009-11-25 14:28:00 +00:00
Rasmus Lerdorf
fbfef72ba5
Another test that doesn't work as root
2009-11-25 04:00:55 +00:00
Rasmus Lerdorf
707074aa6f
These tests don't work when run as root
2009-11-25 03:53:50 +00:00
Felipe Pena
50ca6f0fa1
- Fixed bug #50285 (xmlrpc does not preserve keys in encoded indexed arrays)
2009-11-25 02:03:02 +00:00
Rasmus Lerdorf
e5f42bfd06
Missed a few - now it really works with autoconf-2.64+
2009-11-25 01:36:41 +00:00
Rasmus Lerdorf
cb397e86ea
Someone strap down Jani and give him a sedative please.
...
This makes our toolchain work with the latest versions
of autoconf and avoids a lot of end-user grief.
2009-11-25 01:30:06 +00:00
Rasmus Lerdorf
bee4607345
Fix null deref found by Michael Maclean
2009-11-24 13:57:39 +00:00
David Soria Parra
0dc1918687
Implement feature request #50283 (allow base in gmp_strval to use full range: 2 to 62, and -2 to -36)
2009-11-24 13:33:35 +00:00
Felipe Pena
7a5348280e
- Fixed bug #50282 (xmlrpc_encode_request() changes object into array in calling function)
2009-11-24 11:32:31 +00:00
Rasmus Lerdorf
452ffe21a2
Need the PCNTL extension loaded since that is where the SIGKILL constant comes from
2009-11-23 21:24:20 +00:00
Rasmus Lerdorf
89a570638b
This will only get a permission defined error if not running as root.
2009-11-23 21:13:26 +00:00
Rasmus Lerdorf
84a4d1c20c
When Ilia fixed bug #49470 and removed the '/' as a valid
...
email char, he forgot to make the corresponding change in
filter test 033.
2009-11-23 14:54:57 +00:00
Jani Taskinen
6c621b15cd
- Fixed error_log() to be binary safe when using message_type 3 (message appended to file).
2009-11-22 18:31:01 +00:00
Felipe Pena
07db754f8d
- Fixed bug #50258 (typos in error strings)
2009-11-21 19:43:00 +00:00
Pierrick Charron
8f3677601e
Fixed bug #50219 (soap call Segmentation fault on a redirected url).
2009-11-21 01:22:32 +00:00
Ilia Alshanetsky
d3949380b8
Don't ignore the 2nd parameter to PDO's quote() method that identifies the data type
2009-11-20 18:54:08 +00:00
Jani Taskinen
2ce1d0056d
- Fixed bug #50185 (ldap_get_entries() return false instead of an empty array when there is no error).
...
# This is also revert of bad patch to bug #48469 and fixes it properly.
2009-11-18 17:44:58 +00:00
Derick Rethans
2767484162
- Updated to version 2009.19 (2009s)
2009-11-16 15:57:13 +00:00
Felipe Pena
0e8c20106f
- Improve test
2009-11-15 17:05:48 +00:00
Felipe Pena
ff62865fc0
- Fixed bug #50158 (FILTER_VALIDATE_EMAIL fails with valid addresses containing = or ?).
...
(Patch by Pierrick)
2009-11-15 16:53:40 +00:00