Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | Fixed bug #62976 (Notice: could not be converted to int when comparing some ↵ | Xinchen Hui | 2012-08-31 | 1 | -6/+2 | |
| | | | | | | | | | | | | | | | | | | | | builtin classes) | |||||
* | | | | | Support list in foreach | Xinchen Hui | 2012-08-25 | 1 | -1/+1 | |
| |_|_|/ |/| | | | | | | | | | | | RFC: https://wiki.php.net/rfc/foreachlist | |||||
* | | | | Merge branch 'pull-request/132' | Stanislav Malyshev | 2012-08-05 | 4 | -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 JS | Andrew Faulds | 2012-07-14 | 4 | -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 Hui | 2012-07-29 | 1 | -0/+5 | |
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | ||||||
| * | | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-07-29 | 1 | -0/+5 | |
| |\ \ \ | | |/ / | | | | | | | | | | | | | * PHP-5.3: Skip test while zend mm is disabled | |||||
| | * | | Skip test while zend mm is disabled | Xinchen Hui | 2012-07-29 | 1 | -0/+5 | |
| | | | | ||||||
| | * | | Fix bug #62109 tests\basic\bug46313-win.phpt fails | Anatoliy Belsky | 2012-05-22 | 1 | -7/+8 | |
| | | | | ||||||
* | | | | Merge branch 'PHP-5.4' | Stanislav Malyshev | 2012-05-15 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | | | | | | | * PHP-5.4: Revert "Update test to fix breakage caused by the previous commit." fix test to 5.4.5-dev | |||||
| * | | fix test | Stanislav Malyshev | 2012-05-15 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge branch 'PHP-5.4' | Anatoliy Belsky | 2012-04-16 | 1 | -0/+1 | |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.4: Fix bug 61716 tests\basic\021.phpt fails | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatoliy Belsky | 2012-04-16 | 1 | -0/+1 | |
| |\ \ | | |/ | | | | | | | | | | * PHP-5.3: Fix bug 61716 tests\basic\021.phpt fails | |||||
| | * | Fix bug 61716 tests\basic\021.phpt fails | Anatoliy Belsky | 2012-04-16 | 1 | -0/+1 | |
| | | | ||||||
* | | | Merge branch 'PHP-5.4' | Anatoliy Belsky | 2012-04-16 | 1 | -1/+2 | |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.4: Fix bug 61683 tests\basic\bug20539.phpt fails | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatoliy Belsky | 2012-04-16 | 1 | -1/+2 | |
| |\ \ | | |/ | | | | | | | | | | * PHP-5.3: Fix bug 61683 tests\basic\bug20539.phpt fails | |||||
| | * | Fix bug 61683 tests\basic\bug20539.phpt fails | Anatoliy Belsky | 2012-04-16 | 1 | -1/+2 | |
| | | | ||||||
| | * | Fix test, parameter signatures was introduced only into 5.4 | Xinchen Hui | 2012-03-30 | 1 | -1/+1 | |
| | | | ||||||
| | * | - fix bug #61541, Segfault when using ob_* in output_callback | reeze | 2012-03-29 | 1 | -2/+0 | |
| | | | ||||||
| | * | Fixed bug #61043: Regression in magic_quotes_gpc fix (CVE-2012-0831) | Gustavo André dos Santos Lopes | 2012-03-21 | 1 | -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-21 | 1 | -0/+10 | |
| | | | | ||||||
| | * | | - add test for bug #55000 and #54374 | Pierre Joye | 2012-03-21 | 1 | -0/+68 | |
| | |/ | ||||||
| | * | Weird, what happened here? | Rasmus Lerdorf | 2012-02-16 | 1 | -19/+0 | |
| | | | ||||||
| | * | These tests fail unless max_input_vars and/or max_file_uploads is set high ↵ | Rasmus Lerdorf | 2012-02-14 | 9 | -0/+10 | |
| | | | | | | | | | | | | enough | |||||
| | * | Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical vars). | Xinchen Hui | 2012-02-08 | 1 | -0/+38 | |
| | | | ||||||
| | * | Fixed broken test (different error message wording in 5.3 branch) | Shein Alexey | 2012-01-02 | 1 | -1/+1 | |
| | | | ||||||
| | * | fix memory leak in compile_string when there's a parse error (used e.g. in ↵ | Nuno Lopes | 2012-01-01 | 1 | -3/+5 | |
| | | | | | | | | | | | | eval or assert) | |||||
| | * | adding some tests for string offsets | Ferenc Kovacs | 2011-11-26 | 6 | -0/+100 | |
| | | | ||||||
| | * | - Fix test | Felipe Pena | 2011-11-26 | 1 | -1/+1 | |
| | | | ||||||
| | * | adding SKIP_SLOW_TESTS checks for the slow tests, and additionaly sync the ↵ | Ferenc Kovacs | 2011-10-23 | 1 | -0/+4 | |
| | | | | | | | | | | | | domains used in the ext/standard/tests/network/getmxrr.phpt with the other branches | |||||
| | * | clean up is_a test title | Alan Knowles | 2011-09-24 | 1 | -1/+1 | |
| | | | ||||||
| | * | clean up is_a test, so that it covers more use cases - negative and positive ↵ | Alan Knowles | 2011-09-24 | 1 | -423/+94 | |
| | | | | | | | | | | | | testing | |||||
| | * | add is_a and is_subclass_of test with autoloader feature | Alan Knowles | 2011-09-24 | 1 | -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 Magnusson | 2011-09-07 | 3 | -0/+72 | |
| | | | | | | | | | | | | request | |||||
| | * | Add skip message | Hannes Magnusson | 2011-09-07 | 1 | -1/+1 | |
| | | | ||||||
| | * | - move it to the right place | Pierre Joye | 2011-09-06 | 1 | -0/+22 | |
| | | | ||||||
| | * | revert to the previous good revision, as the new improved parse error syntax ↵ | Ferenc Kovacs | 2011-09-01 | 1 | -2/+2 | |
| | | | | | | | | | | | | only used in version >= 5.4 | |||||
| | * | revert to the previous good revision, as the new improved parse error syntax ↵ | Ferenc Kovacs | 2011-09-01 | 2 | -2/+2 | |
| | | | | | | | | | | | | only used in version >= 5.4 | |||||
| | * | - use %s, bad c/p | Pierre Joye | 2011-09-01 | 2 | -87/+21 | |
| | | | ||||||
| | * | - win and nux work the same way | Pierre Joye | 2011-09-01 | 1 | -6/+0 | |
| | | | ||||||
| | * | - consider that bison 2.x is used. updated our ci boxes accordingly (windows ↵ | Pierre Joye | 2011-09-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | too), which were using 1.4 | |||||
| | * | - consider that bison 2.x is used. updated our ci boxes accordingly (windows ↵ | Pierre Joye | 2011-09-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | too), which were using 1.4 | |||||
| | * | - error msg may vary (parser) | Pierre Joye | 2011-08-31 | 1 | -2/+2 | |
| | | | ||||||
| | * | - error msg may vary (parser) | Pierre Joye | 2011-08-31 | 1 | -1/+1 | |
| | | | ||||||
| | * | - error msg may vary (parser) | Pierre Joye | 2011-08-31 | 1 | -1/+1 | |
| | | | ||||||
| | * | - error msg may vary | Pierre Joye | 2011-08-31 | 1 | -2/+2 | |
| | | | ||||||
| | * | - typo | Pierre Joye | 2011-08-31 | 1 | -1/+1 | |
| | | | ||||||
| | * | Revert my previous change - getting different results in different ↵ | Joey Smith | 2011-08-24 | 1 | -1/+0 | |
| | | | | | | | | | | | | environments, shouldn't have committed it | |||||
| | * | Fix tests/lang/bug45392.phpt to log expected error when run with -n flag | Joey Smith | 2011-08-24 | 1 | -0/+1 | |
| | | | ||||||
| | * | These are annoyingly slow | Hannes Magnusson | 2011-06-23 | 2 | -0/+8 | |
| | | | ||||||
| | * | Implement request #54355 (Test for de_DE doesn't use UTF-8 locales). Patch by | Adam Harvey | 2011-03-23 | 2 | -4/+4 | |
| | | | | | | | | | | | | | | | Ondřej Surý. |