summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* fix failing testsStanislav Malyshev2011-08-012-78/+13
|
* - add short array syntax as defined in ↵Pierre Joye2011-07-234-0/+59
| | | | https://wiki.php.net/rfc/shortsyntaxforarrays, 2nd solution using => only
* Delete empty test files (old MQ tests)Pierrick Charron2011-07-223-0/+0
|
* - remove magic quotes support, functions are kept (see the NEWS entry for ↵Pierre Joye2011-07-229-93/+65
| | | | the details) for BC reasons but do not allow to set enable MQ, missing tests changes in 5.4
* - Fixed testsFelipe Pena2011-06-243-4/+4
|
* These are annoyingly slowHannes Magnusson2011-06-232-0/+8
|
* MFH: Fixes for broken tests.Stanislav Malyshev2011-05-271-3/+1
|
* MFH: Fix for failing test.Stanislav Malyshev2011-05-271-3/+1
|
* Fixed test for decoupled <?= as of r311260Philip Olson2011-05-231-4/+3
|
* Implement request #54355 (Test for de_DE doesn't use UTF-8 locales). Patch byAdam Harvey2011-03-232-4/+4
| | | | | Ondřej Surý.
* Bah, these should have been in the last commit too. Update expected output forAdam Harvey2011-03-232-5/+19
| | | | | further tests that now generate warnings after r306931.
* Update test that now generates a warning after r306931, which increased theAdam Harvey2011-03-231-1/+2
| | | | | | error you get when silently casting an empty variable to an object to an E_WARNING from E_STRICT.
* - Fixed test to work in systems with different line endings.Gustavo André dos Santos Lopes2011-02-191-1/+1
|
* Silently casting an empty string, null or false into an object by adding a ↵Scott MacVicar2010-12-311-9/+9
| | | | | | | | | | | | | | | | | | | | | | | property is pretty non-intuitive. If the same value was 1 or true you get a warning and it halts. Since we can't break BC completely (yet) lets bump this from E_STRICT. Also added a new section to UPGRADING for engine changes. <?php $x = ''; // $x = null; // $x = false; $x->baz = 1; var_dump($x); $y = 1; $y->baz = 1; var_dump($y);
* - Added enable_post_data_reading ini option to allow inhibiting POST data ↵Gustavo André dos Santos Lopes2010-12-094-0/+96
| | | | consumption.
* Removed compile time dependency from ext/mbstringDmitry Stogov2010-12-082-0/+155
|
* - CS and "de-facto" style of returning NULL for failing parse-params, sync ↵Jani Taskinen2010-12-032-3/+15
| | | | partially with PHP_5_3 too (reordering part :)
* - Fix testJani Taskinen2010-12-031-2/+2
|
* - Add test for the ob_start($foo); leak/crash bugJani Taskinen2010-12-031-0/+39
|
* - Fix tests for \0 patch in PHP 5.3.Gustavo André dos Santos Lopes2010-11-221-1/+1
| | | | - Fix constants_error_004.phpt (closes bug #51901)
* - Fix test: register_globals is goneJani Taskinen2010-11-171-8/+0
|
* - Fixed typo (reported by eyal.t at zend dot com)Felipe Pena2010-11-171-1/+1
|
* - Fixed tests not passing under windows because of the directory separatorPatrick Allaert2010-11-082-2/+2
| | | | | difference (thanks Eyal Teutsch for reporting)
* Update the tests committed in r305098 (as part of the fix for bug #53226) toAdam Harvey2010-11-081-3/+1
| | | | | use the PHP_MAXPATHLEN constant, as recommended by Pierre.
* Fix bug #53226 (file_exists fails on big filenames).Adam Harvey2010-11-051-0/+31
|
* - Fixed bug #53180 (post_max_size=0 not disabling the limit when the contentGustavo André dos Santos Lopes2010-10-271-0/+19
| | | | type is application/x-www-form-urlencoded or is not registered with PHP).
* - Implemented request #44164, zlib.output_compression is now implicitlyGustavo André dos Santos Lopes2010-10-261-0/+17
| | | | | | | | | | | disabled when the header "Content-length" is set. #One could argue that any output handler could change the size of the #response, so this exception for zlib.output_compression is an #inconsistency. However, zlib.output_compression is presented as a #performance setting, whose value should have no effect on the #correctness of the scripts. This was not the case. Setting the #header "content-length" and enabling zlib.output_compression was #a recipe for infringing section 4.4 of RFC 2616.
* - Implemented FR #50692, not uploaded files don't count towardsGustavo André dos Santos Lopes2010-10-042-0/+203
| | | | | | max_file_uploads limit. - As a side improvement, temporary files are not opened for empty uploads and, in debug mode, 0-length uploads.
* - Fix testsFelipe Pena2010-06-164-3/+17
|
* * implement new output API, fixing some bugs and implementing some feature Michael Wallner2010-05-3121-119/+134
| | | | | | | | | | | requests--let's see what I can dig out of the bugtracker for NEWS-- and while crossing the road: * implemented new zlib API * fixed up ext/tidy (what was "s&" in zend_parse_parameters() supposed to do?) Thanks to Jani and Felipe for pioneering.
* Fixed testIlia Alshanetsky2010-05-261-1/+1
|
* Errors using reserved words as methodsChristopher Jones2010-05-122-0/+32
|
* Remove highlight.bg, it was removed in the old trunk and its not referenced ↵Kalle Sommer Nielsen2010-04-212-2/+0
| | | | in zend_highlight.c, meaning its not even implemented correctly in 5.3.
* Removed register_globalsKalle Sommer Nielsen2010-04-214-14/+4
|
* - Reverted r296062 and r296065Jani Taskinen2010-03-1221-134/+119
|
* MFH: Improved / fixed output buffering (Michael Wallner)Jani Taskinen2010-03-1121-119/+134
|
* - Fixed testsJani Taskinen2010-02-132-3/+6
|
* - Fix testJani Taskinen2009-12-111-0/+1
|
* Fix testJani Taskinen2009-12-111-0/+1
|
* - Fixed testsFelipe Pena2009-12-043-3/+3
|
* - Use correct revisionJani Taskinen2009-11-281-2/+1
|
* - No dots hereJani Taskinen2009-11-281-1/+1
|
* Fixed testsDmitry Stogov2009-09-212-2/+3
|
* More tests from 2009 testfestZoe Slattery2009-08-304-31/+26
|
* Test from 2009 testfestZoe Slattery2009-08-266-0/+79
|
* - Fix tests .oO(why are there so many things broken in this branch..?)Jani Taskinen2009-07-252-4/+70
|
* MFH: The exact error message might differ (it's "Not owner" on Solaris) ↵Patrick Allaert2009-07-221-7/+7
| | | | (r265951)
* Remove empty sections. Fix bad use of --SKIP--Zoe Slattery2009-07-213-71/+4
|
* Removing unnecessary SKIPIF sectionsZoe Slattery2009-07-1834-69/+1
|
* New lang tests.andy wharmby2009-06-213-0/+113
|