Commit Graph

43682 Commits

Author SHA1 Message Date
Scott MacVicar
f3013d0524 Test for bug #45791 2008-12-17 14:46:42 +00:00
Scott MacVicar
cae85c867a Update the JSON parser with that on json.org, biggest change here is code readability. Less magic numbers in the state table.
Add missing reflection information to json_encode()
Fixes bug #45791 with 0e0 not being supported as a value
Error values are stored when encountered during parsing
2008-12-17 14:39:56 +00:00
Jani Taskinen
c7a56d604b - Fixed bug #45161 (Reusing a curl handle leaks memory) 2008-12-17 14:13:25 +00:00
Jani Taskinen
b0fdff274b fix typoes 2008-12-17 14:00:07 +00:00
Jani Taskinen
b2f10ac965 - Added test for bug #45161 2008-12-17 13:59:21 +00:00
Zoe Slattery
8ccb8ee6a2 New FTP test from Nathaniel McHugh 2008-12-17 12:34:49 +00:00
Antony Dovgal
1359b315fc fix build 2008-12-17 12:03:42 +00:00
Stanislav Malyshev
4cd34ac3d3 fix #46005: User not consistently logged under Apache2 2008-12-17 11:33:56 +00:00
5c5a284f54 ChangeLog update 2008-12-17 01:32:14 +00:00
Ilia Alshanetsky
c379c371ad MFB: removed unused var 2008-12-17 00:30:59 +00:00
Zoe Slattery
db0d8cbd84 bug #46837 fix 2008-12-16 21:34:16 +00:00
Zoe Slattery
c97e3e7438 bug #46884 fix 2008-12-16 21:08:50 +00:00
Rob Richards
9dea98a842 fix bug #46849 (Cloning DOMDocument doesn't clone the properties)
fix some warnings
add test
2008-12-16 12:51:58 +00:00
391de29f70 ChangeLog update 2008-12-16 01:32:18 +00:00
Steve Seear
433d52facc call_user_func_array() tests 2008-12-15 14:11:35 +00:00
Zoe Slattery
e028ad839f fixed test 2008-12-15 13:16:35 +00:00
Stanislav Malyshev
579209d731 initialize op2 2008-12-15 11:31:56 +00:00
1b5fb956dc ChangeLog update 2008-12-15 01:42:31 +00:00
Lars Strojny
7611a5d984 MFB: If a wrapper could not be found it is either a typo or a configuration issue. But in both cases it is critical enough to warn the user. [DOC] (?) 2008-12-14 16:27:30 +00:00
Pierre Joye
821c00eb43 - fix build 2008-12-14 16:19:43 +00:00
Ilia Alshanetsky
9a727a1b2b MFB: simplify code 2008-12-14 15:35:51 +00:00
a99fc291e4 ChangeLog update 2008-12-14 01:32:39 +00:00
Johannes Schlüter
3c58e71e74 Fix test 2008-12-13 22:22:40 +00:00
Lars Strojny
d0ee179f1e MFB: Remove trailing whitespaces 2008-12-13 15:07:20 +00:00
Marcus Boerger
394a73fbff Use ' -f' as requested 2008-12-13 14:49:21 +00:00
Pierre Joye
de3be2b9c3 - MFB: do not add .cvsignore to the tests package 2008-12-13 11:59:34 +00:00
Pierre Joye
3292447864 - MFB: fix builds for VC8+, strnlen is available in vc8 and later (used in spprintf.c) 2008-12-13 11:59:03 +00:00
fa4d1caf50 ChangeLog update 2008-12-13 01:34:10 +00:00
Nuno Lopes
01bbafc58c MFB 2008-12-12 23:55:48 +00:00
Scott MacVicar
8e1f9c8acb Fix bug #45989 - json_decode() doesn't return NULL on certain invalid strings 2008-12-12 23:17:44 +00:00
Johannes Schlüter
1095c62869 Fix tests 2008-12-12 21:20:44 +00:00
Andrei Zmievski
540131adcb Add sort flags parameter to array_unique(). 2008-12-12 19:19:04 +00:00
Hannes Magnusson
c0dcb08ba8 Fixed bug#46847 (phpinfo() is missing some settings.) 2008-12-12 13:05:58 +00:00
Hannes Magnusson
effa82043b Fixed bug#46681 (mkdir() fails silently on PHP 5.3) 2008-12-12 12:40:58 +00:00
Pierre Joye
fcbf68fb8c - late MFB (sry): fix VC6 build 2008-12-12 10:33:05 +00:00
Rob Richards
03e656bc05 fix bug #46699: (xml_parse crash when parser is namespace aware)
fix a couple warnings
add test
2008-12-12 04:15:14 +00:00
20909366f9 ChangeLog update 2008-12-12 01:32:56 +00:00
Pierre Joye
adae8ea195 - MFB: fix build 2008-12-11 15:33:18 +00:00
Pierre Joye
81b283cc38 - fix build (was never used like that before recent commit to session) > local include use quotes not <>
(nb: please test before commit)
2008-12-11 13:11:56 +00:00
Antony Dovgal
1b02dbb9cb add missing .cvsignore 2008-12-11 11:00:03 +00:00
Antony Dovgal
2cadc421ae rename .php to .inc
all .php files are deleted on `make clean`
2008-12-11 10:58:14 +00:00
Ant Phillips
8496060286 MCrypt tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows and Linux but not Linux 64 bit or 5.3). 2008-12-11 10:41:50 +00:00
Pierre Joye
08796b0bb9 - WS 2008-12-11 10:20:30 +00:00
Scott MacVicar
8497d67365 Fix bug #46738 - Segfault when mb_detect_encoding() fails. 2008-12-11 02:56:08 +00:00
Lars Strojny
229297cc9a MFB: Fixing strict warning 2008-12-11 02:38:10 +00:00
f9c92ffcb8 ChangeLog update 2008-12-11 01:32:49 +00:00
Scott MacVicar
86fe80b580 Fix bug #35975 - Session cookie expires date format isn't the most compatible. Sync to that of setcookie(). 2008-12-11 01:20:58 +00:00
Pierre Joye
c33931489d - ws 2008-12-11 00:15:05 +00:00
Ilia Alshanetsky
2c16adedf7 MFB: Fixed bug #46798 (Crash in mssql extension when retrieving a NULL value
inside a binary or image column type)
2008-12-10 20:53:58 +00:00
Scott MacVicar
29ab16ee67 Fix segfault and potential security issue in imagerotate(). 2008-12-10 13:30:12 +00:00