summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | Fixed bug #62976 (Notice: could not be converted to int when comparing some ↵Xinchen Hui2012-08-311-6/+2
| | | | | | | | | | | | | | | | | | | | builtin classes)
* | | | | Support list in foreachXinchen Hui2012-08-251-1/+1
| |_|_|/ |/| | | | | | | | | | | RFC: https://wiki.php.net/rfc/foreachlist
* | | | Merge branch 'pull-request/132'Stanislav Malyshev2012-08-054-48/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pull-request/132: OK, bye bye JavaScript, let's just include credits before license Nicer (JSLint-compliant!) credits reveal JavaScript Removed now-unnecessary expose_php checks for logo Fixed small misalignment in prev commit Removed Logo GUIDs and replaced with Data URIs and div hidden with JS
| * | | | Removed Logo GUIDs and replaced with Data URIs and div hidden with JSAndrew Faulds2012-07-144-48/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - removed php_logo_guid() - removed php_egg_logo_guid() - removed php_real_logo_guid() - removed zend_logo_guid() - removed logo GUID handling - removed logo GUIDs from source - added logo data URIs instead for phpinfo() - added credits to phpinfo() page, but hidden by default
* | | | | Merge branch 'PHP-5.4'Xinchen Hui2012-07-291-0/+5
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-07-291-0/+5
| |\ \ \ | | |/ / | | | | | | | | | | | | * PHP-5.3: Skip test while zend mm is disabled
| | * | Skip test while zend mm is disabledXinchen Hui2012-07-291-0/+5
| | | |
| | * | Fix bug #62109 tests\basic\bug46313-win.phpt failsAnatoliy Belsky2012-05-221-7/+8
| | | |
* | | | Merge branch 'PHP-5.4'Stanislav Malyshev2012-05-151-2/+2
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | | | | | | * PHP-5.4: Revert "Update test to fix breakage caused by the previous commit." fix test to 5.4.5-dev
| * | fix testStanislav Malyshev2012-05-151-2/+2
| | |
* | | Merge branch 'PHP-5.4'Anatoliy Belsky2012-04-161-0/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: Fix bug 61716 tests\basic\021.phpt fails
| * | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-04-161-0/+1
| |\ \ | | |/ | | | | | | | | | * PHP-5.3: Fix bug 61716 tests\basic\021.phpt fails
| | * Fix bug 61716 tests\basic\021.phpt failsAnatoliy Belsky2012-04-161-0/+1
| | |
* | | Merge branch 'PHP-5.4'Anatoliy Belsky2012-04-161-1/+2
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: Fix bug 61683 tests\basic\bug20539.phpt fails
| * | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-04-161-1/+2
| |\ \ | | |/ | | | | | | | | | * PHP-5.3: Fix bug 61683 tests\basic\bug20539.phpt fails
| | * Fix bug 61683 tests\basic\bug20539.phpt failsAnatoliy Belsky2012-04-161-1/+2
| | |
| | * Fix test, parameter signatures was introduced only into 5.4Xinchen Hui2012-03-301-1/+1
| | |
| | * - fix bug #61541, Segfault when using ob_* in output_callbackreeze2012-03-291-2/+0
| | |
| | * Fixed bug #61043: Regression in magic_quotes_gpc fix (CVE-2012-0831)Gustavo André dos Santos Lopes2012-03-211-0/+11
| | |\ | | | | | | | | | | | | | | | | | | | | Merge commit 'refs/pull/12/head' of git://github.com/php/php-src into 5.3 Signed-off-by: Gustavo André dos Santos Lopes <cataphract@php.net>
| | | * Fixed bug #61043 (Regression in magic_quotes_gpc fix for CVE-2012-0831)Ondřej Surý2012-03-211-0/+10
| | | |
| | * | - add test for bug #55000 and #54374Pierre Joye2012-03-211-0/+68
| | |/
| | * Weird, what happened here?Rasmus Lerdorf2012-02-161-19/+0
| | |
| | * These tests fail unless max_input_vars and/or max_file_uploads is set high ↵Rasmus Lerdorf2012-02-149-0/+10
| | | | | | | | | | | | enough
| | * Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical vars).Xinchen Hui2012-02-081-0/+38
| | |
| | * Fixed broken test (different error message wording in 5.3 branch)Shein Alexey2012-01-021-1/+1
| | |
| | * fix memory leak in compile_string when there's a parse error (used e.g. in ↵Nuno Lopes2012-01-011-3/+5
| | | | | | | | | | | | eval or assert)
| | * 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ý.