1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 17:52:16 +01:00
Commit Graph

558 Commits

Author SHA1 Message Date
Jani Taskinen
48c50e616a - Bug 45392 was never fixed in PHP_5_2 2009-05-07 13:45:48 +00:00
Jani Taskinen
0445f9025b - Reflection can be disabled in PHP_5_2 2009-04-30 11:14:09 +00:00
Felipe Pena
7b62380d6b - Fix test 2009-04-28 23:46:39 +00:00
Antony Dovgal
ba70e77b43 nuke unicode crap, fix test 2009-04-28 09:02:37 +00:00
Sebastian Schürmann
cb22f59dbd Initial commit 2009-04-25 18:51:52 +00:00
Sebastian Schürmann
706152d40d Initial commit 2009-04-25 18:44:42 +00:00
Dave Kelsey
81af2ad666 fixed subtle bugs regarding attempting to chdir, plus cleanup issues. improved tempnam test, removed hardcoded line number. tested on windows, linux and linux 64bit. 2009-01-22 07:57:09 +00:00
Robin Fernandes
dae1582b66 Additional output buffering tests. 2008-12-18 15:20:46 +00:00
Stefan Esser
f2d5b34f26 Added test for magic_quotes_gpc 2008-12-11 13:06:29 +00:00
Arnaud Le Blanc
74a872c001 MFH: fixed test 2008-12-09 22:54:16 +00:00
Jani Taskinen
0cc37e4a06 MFH 2008-12-09 16:05:57 +00:00
Jani Taskinen
84f868ded7 MFH: fix tests 2008-12-09 15:44:47 +00:00
Scott MacVicar
864632a1b1 MFB 5.3 Add test for the recent magic_quotes_gpc regression. 2008-12-09 01:48:32 +00:00
Robin Fernandes
27c06db0bd Add some class related tests, fix hard-coded object ID in serialize_001.phpt. 2008-12-05 22:12:06 +00:00
Ant Phillips
fbdf0ba4e5 Language tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-28 10:40:37 +00:00
Felipe Pena
77bce434a0 - Fixed test 2008-10-26 23:00:53 +00:00
Arnaud Le Blanc
f31c8fb4aa MFB PHP_5_3: Fixed #46313 (Magic quotes broke $_FILES) 2008-10-20 18:45:24 +00:00
Arnaud Le Blanc
667a563da0 MFH: Fix test 2008-09-10 11:12:38 +00:00
Johannes Schlüter
7b668c6a7d - MFH: The exact error message might differ (it's "Not owner" on Solaris) 2008-09-07 22:35:15 +00:00
Dmitry Stogov
bc053b7628 Fixed Bug #43958 (class name added into the error message) 2008-09-02 09:45:36 +00:00
Jani Taskinen
69378b449c [DOC]- Fixed bug #45956 (parse_ini_file() does not return false with syntax errors in parsed file)
[DOC] note: change will be in since 5.2.7
2008-08-31 00:21:19 +00:00
Arnaud Le Blanc
6f44413558 MFH: Fixed bug #45392 (ob_start()/ob_end_clean() and memory_limit). 2008-08-18 04:09:38 +00:00
Jani Taskinen
26d7d2519d MFH:fix test 2008-08-14 21:56:13 +00:00
Arnaud Le Blanc
cf273715fb MFH: Check the relevant path for open_basedir in symlink() 2008-08-11 15:31:01 +00:00
Jani Taskinen
9f0c8398d6 MFH: fix test 2008-07-15 01:57:37 +00:00
Ilia Alshanetsky
9d3385ff08 MFB: Added missing INI handler 2008-05-18 14:36:59 +00:00
Ant Phillips
c6822cd936 Collect all the open_basedir security tests into one place 2008-05-09 08:36:41 +00:00
Ant Phillips
f6b00dcf5b open_basedir tests for error_log 2008-05-09 08:33:55 +00:00
Steve Seear
bc8c649878 Adding language tests. 2008-03-19 18:06:26 +00:00
Steve Seear
9e8d58e54b Added some class tests; Replaced some hardcoded instance ids with %d. 2008-03-19 17:56:12 +00:00
Robin Fernandes
1af0116cf0 Add new tests for class/object functions and features. 2008-03-06 10:56:07 +00:00
Dmitry Stogov
0d7d139700 Fixed wrong result of cascading assignment to string offset 2008-03-04 11:49:31 +00:00
Robin Fernandes
5912128780 Adding tests for class features, including __autoload(), property inheritance rules and class constants. 2008-01-30 14:24:47 +00:00
Antony Dovgal
c2f8930033 correct number of symbols 2008-01-10 08:45:39 +00:00
Antony Dovgal
2fe13db7ac fix test 2008-01-10 08:45:06 +00:00
Robert Nicholson
dc75c7c2a1 Fix incorrect use of assignment in where equality was intended - class tests. 2007-11-23 15:41:05 +00:00
Dmitry Stogov
06a116cd53 Fixed tests 2007-11-19 08:01:56 +00:00
Nuno Lopes
e0660a267e fix expected output 2007-09-13 19:30:19 +00:00
Stanislav Malyshev
848b1cbb91 revert variable class support for 5.2 2007-08-13 21:20:18 +00:00
Johannes Schlüter
b3c6a9dffc - Add possibility to call static class members using variables (Etienne Kneuss) 2007-08-02 21:55:23 +00:00
Dmitry Stogov
7ec48cb37f Fixed bug #40757 (get_object_vars get nothing in child class)
Fixed bug #41929 (Foreach on object does not iterate over all visible properties)
2007-07-24 11:39:56 +00:00
Antony Dovgal
0b157a6f84 enable display_startup_errors, fix test 2007-06-05 10:59:25 +00:00
Hannes Magnusson
d1b9c6e62e fix test 2007-06-03 23:40:01 +00:00
foobar
f26145fa8c MFH:- Improved the error message for exceeding max_input_nesting_level. 2007-06-03 16:54:06 +00:00
Ilia Alshanetsky
a8be5f419d Improved fix for MOPB-02-2007 2007-06-03 16:19:14 +00:00
Antony Dovgal
ffd09c0961 fix tests 2007-05-18 11:29:55 +00:00
Ilia Alshanetsky
420352d8b5 Register RAW_POST_DATA even when always_populate_raw_post_data is off in
instances where content type is not known
2007-05-07 23:27:59 +00:00
Antony Dovgal
1f65545121 fix test names 2007-05-07 18:03:01 +00:00
Ilia Alshanetsky
636806a869 Added HTTP_RAW_POST_DATA test for instances where post length exceeds
post_max_size.
2007-05-06 16:30:09 +00:00
Ilia Alshanetsky
468dc98961 Added $HTTP_RAW_POST_DATA test 2007-05-06 16:26:11 +00:00