| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix for Bug #70384 mysqli_real_query(): Unknown type 245 sent by the server | Andrey Hristov | 2015-09-23 | 2 | -1/+65 |
| * | Fix #32490: constructor of mysqli has wrong name | Christoph M. Becker | 2015-09-01 | 5 | -71/+82 |
| * | Merge branch 'zval_dump_consistent' of https://github.com/laruence/php-src | Xinchen Hui | 2015-07-30 | 2 | -9/+9 |
| |\ | |||||
| | * | Make debug_val_dump and var_dump prints int and float the same | Xinchen Hui | 2015-07-23 | 2 | -9/+9 |
| * | | Fix failing tests from exception code changes | Aaron Piotrowski | 2015-07-07 | 2 | -4/+4 |
| |/ | |||||
| * | Update exception names in tests after formatting changes. | Aaron Piotrowski | 2015-05-17 | 7 | -7/+7 |
| * | Merge branch 'master' into throwable-interface | Aaron Piotrowski | 2015-05-17 | 7 | -7/+7 |
| |\ | |||||
| | * | Tweak uncaught exception message display | Nikita Popov | 2015-05-17 | 7 | -7/+7 |
| * | | Updated tests to reflect exception class changes. | Aaron Piotrowski | 2015-05-16 | 9 | -11/+11 |
| |/ | |||||
| * | Display EngineExceptions like ordinary exceptions | Nikita Popov | 2015-05-15 | 7 | -7/+29 |
| * | Fix parameter parsing for mysqli_stmt_bind_result() | Nikita Popov | 2015-04-04 | 1 | -3/+5 |
| * | Merge branch 'PHP-5.6' | Ferenc Kovacs | 2015-04-01 | 1 | -2/+0 |
| |\ | |||||
| | * | Merge branch 'PHP-5.5' into PHP-5.6 | Ferenc Kovacs | 2015-04-01 | 1 | -2/+0 |
| | |\ | |||||
| | | * | test fixes | Ferenc Kovacs | 2015-04-01 | 1 | -2/+0 |
| * | | | Finish PHP 4 constructor deprecation | Nikita Popov | 2015-03-31 | 1 | -1/+1 |
| * | | | Deprecate PHP 4 constructors | Andrea Faulds | 2015-03-31 | 2 | -6/+6 |
| * | | | String reference counters may be increased when string copied | Dmitry Stogov | 2015-03-19 | 1 | -8/+8 |
| * | | | Revert previously commit by accident | Xinchen Hui | 2015-03-13 | 1 | -2/+2 |
| * | | | Merge branch 'master' of https://git.php.net/repository/php-src | Xinchen Hui | 2015-03-10 | 4 | -8/+8 |
| |\ \ \ | |||||
| | * | | | Errors converted to exceptions are not "recoverable" anymore. | Dmitry Stogov | 2015-03-10 | 4 | -8/+8 |
| * | | | | Merge branch 'PHP-5.6' | Xinchen Hui | 2015-03-10 | 1 | -2/+2 |
| |\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| | * | | Update NEWS | Xinchen Hui | 2015-03-10 | 1 | -2/+2 |
| * | | | Implement engine exceptions | Dmitry Stogov | 2015-03-09 | 2 | -18/+25 |
| * | | | Revert commit by mistake | Xinchen Hui | 2015-03-09 | 1 | -2/+2 |
| * | | | Merge branch 'PHP-5.6' | Xinchen Hui | 2015-03-09 | 2 | -57/+2 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-5.5' into PHP-5.6 | Xinchen Hui | 2015-03-09 | 1 | -55/+0 |
| | |\ \ | | |/ | |||||
| | | * | Revert "Fix #63486" | Xinchen Hui | 2015-03-09 | 1 | -55/+0 |
| | | * | Fix #63486 | Julien Pauli | 2015-02-20 | 1 | -0/+55 |
| | | * | Fix for bugs #68114 (Build fails on OS X due to undefined symbols) | Keyur Govande | 2015-01-26 | 2 | -8/+16 |
| | * | | Fix #63486 | Julien Pauli | 2015-03-08 | 1 | -0/+55 |
| | * | | Fix for bugs #68114 (Build fails on OS X due to undefined symbols) | Keyur Govande | 2015-01-26 | 2 | -8/+16 |
| * | | | Fix #63486 | Julien Pauli | 2015-03-08 | 1 | -0/+55 |
| * | | | Improved assert() according to expectations RFC. | Dmitry Stogov | 2015-03-02 | 1 | -4/+4 |
| * | | | Merge branch 'PHP-5.6' | Keyur Govande | 2015-01-07 | 2 | -8/+16 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'PHP-5.5' into PHP-5.6 | Keyur Govande | 2015-01-07 | 2 | -8/+16 |
| | |\ \ \ | | |/ / | |/| | | |||||
| | | * | | Fix for bugs #68114 (Build fails on OS X due to undefined symbols) | Keyur Govande | 2015-01-07 | 2 | -8/+16 |
| | | |/ | |||||
| | * | | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 4 | -10/+10 |
| * | | | Revert "Revert "Fix failing tests"" | Xinchen Hui | 2014-12-26 | 3 | -10/+10 |
| * | | | Re-apply part fix of 4e2c016 | Xinchen Hui | 2014-12-25 | 2 | -1/+6 |
| * | | | Fixed test | Xinchen Hui | 2014-12-25 | 1 | -0/+2 |
| * | | | Revert "Fix failing tests" | Xinchen Hui | 2014-12-25 | 5 | -16/+11 |
| * | | | Use "float" and "integer" in typehint and zpp errors | Andrea Faulds | 2014-12-21 | 3 | -3/+3 |
| * | | | Fix MySQLi tests | Andrea Faulds | 2014-11-29 | 3 | -8/+9 |
| * | | | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 4 | -8/+8 |
| * | | | Merge branch 'master' into catchable-fatals/methods-on-non-objects | Timm Friebe | 2014-09-25 | 19 | -24/+18 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'master' of git.php.net:php-src | Dmitry Stogov | 2014-08-18 | 10 | -17/+117 |
| | |\ \ \ | |||||
| | | * | | | typofixes | Veres Lajos | 2014-08-17 | 1 | -1/+1 |
| | * | | | | Fixed PHP6 unicode related tests | Dmitry Stogov | 2014-08-15 | 18 | -23/+17 |
| * | | | | | MFH | Timm Friebe | 2014-08-16 | 19 | -62/+292 |
| |\ \ \ \ \ | | |/ / / | |/| | | | |||||
| | * | | | | Merge branch 'PHP-5.6' | Keyur Govande | 2014-08-15 | 9 | -16/+116 |
| | |\ \ \ \ | | |/ / / | |/| / / | | |/ / | |||||
