summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* adding some tests for string offsetsFerenc Kovacs2011-11-266-0/+100
|
* - Fix testFelipe Pena2011-11-261-1/+1
|
* adding SKIP_SLOW_TESTS checks for the slow tests, and additionaly sync the ↵Ferenc Kovacs2011-10-231-0/+4
| | | | domains used in the ext/standard/tests/network/getmxrr.phpt with the other branches
* clean up is_a test titleAlan Knowles2011-09-241-1/+1
|
* clean up is_a test, so that it covers more use cases - negative and positive ↵Alan Knowles2011-09-241-423/+94
| | | | testing
* add is_a and is_subclass_of test with autoloader feature Alan Knowles2011-09-241-0/+707
| | | | Its a bit of an overkill, but should ensure breaks are easier to spot in future.
* Fixed bug #55504 (Content-Type header is not parsed correctly on HTTP POST ↵Hannes Magnusson2011-09-073-0/+72
| | | | request
* Add skip messageHannes Magnusson2011-09-071-1/+1
|
* - move it to the right placePierre Joye2011-09-061-0/+22
|
* revert to the previous good revision, as the new improved parse error syntax ↵Ferenc Kovacs2011-09-011-2/+2
| | | | only used in version >= 5.4
* revert to the previous good revision, as the new improved parse error syntax ↵Ferenc Kovacs2011-09-012-2/+2
| | | | only used in version >= 5.4
* - use %s, bad c/pPierre Joye2011-09-012-87/+21
|
* - win and nux work the same wayPierre Joye2011-09-011-6/+0
|
* - consider that bison 2.x is used. updated our ci boxes accordingly (windows ↵Pierre Joye2011-09-011-1/+1
| | | | too), which were using 1.4
* - consider that bison 2.x is used. updated our ci boxes accordingly (windows ↵Pierre Joye2011-09-011-1/+1
| | | | too), which were using 1.4
* - error msg may vary (parser)Pierre Joye2011-08-311-2/+2
|
* - error msg may vary (parser)Pierre Joye2011-08-311-1/+1
|
* - error msg may vary (parser)Pierre Joye2011-08-311-1/+1
|
* - error msg may varyPierre Joye2011-08-311-2/+2
|
* - typoPierre Joye2011-08-311-1/+1
|
* Revert my previous change - getting different results in different ↵Joey Smith2011-08-241-1/+0
| | | | environments, shouldn't have committed it
* Fix tests/lang/bug45392.phpt to log expected error when run with -n flagJoey Smith2011-08-241-0/+1
|
* These are annoyingly slowHannes Magnusson2011-06-232-0/+8
|
* Implement request #54355 (Test for de_DE doesn't use UTF-8 locales). Patch byAdam Harvey2011-03-232-4/+4
| | | | | Ondřej Surý.
* - CS + reorder to match trunk better, removed trailing dots from error messagesJani Taskinen2010-12-0310-22/+22
|
* - 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)
* - Reversed implementation of FR #44164, pending further consideration.Gustavo André dos Santos Lopes2010-11-181-17/+0
| | | | See rev #304903.
* - 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.
* Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED ↵Kalle Sommer Nielsen2010-08-111-3/+2
| | | | | | (Fixes #52570) # Trunk patch will follow shortly
* Errors using reserved words as methodsChristopher Jones2010-05-122-0/+32
|
* - 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)