Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.0' | Nikita Popov | 2016-06-28 | 3 | -68/+81 |
|\ | | | | | | | | | | | Conflicts: Zend/zend_vm_def.h Zend/zend_vm_execute.h | ||||
| * | Make call_user_func() on reference args consistent | Nikita Popov | 2016-06-28 | 3 | -71/+84 |
| | | | | | | | | | | | | Previously reference arguments were allowed if call_user_func() was compiled to SEND_USER and not otherwise. Make it consistent by always forbidding them. | ||||
* | | Remove assert for now | Nikita Popov | 2016-06-28 | 1 | -1/+0 |
| | | |||||
* | | Use DO_UCALL for method calls | Nikita Popov | 2016-06-28 | 1 | -3/+3 |
| | | |||||
* | | More type inferences fixes | Nikita Popov | 2016-06-28 | 2 | -31/+54 |
| | | |||||
* | | Fixed compilation warnings | Dmitry Stogov | 2016-06-28 | 15 | -48/+40 |
| | | |||||
* | | Fix bug #72099: xml_parse_into_struct segmentation fault | Stanislav Malyshev | 2016-06-28 | 1 | -1/+1 |
| | | |||||
* | | Fixed build | Xinchen Hui | 2016-06-28 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-7.0' | Xinchen Hui | 2016-06-28 | 1 | -2/+0 |
|\ \ | |/ | | | | | | | * PHP-7.0: Fixed test | ||||
| * | Fixed test | Xinchen Hui | 2016-06-28 | 1 | -2/+0 |
| | | |||||
* | | Update NEWS | Xinchen Hui | 2016-06-28 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'PHP-7.0' | Xinchen Hui | 2016-06-28 | 2 | -2/+48 |
|\ \ | |/ | | | | | | | * PHP-7.0: Fixed bug #72508 (strange references after recursive function call and "switch" statement) | ||||
| * | Fixed bug #72508 (strange references after recursive function call and ↵ | Xinchen Hui | 2016-06-28 | 3 | -2/+52 |
| | | | | | | | | "switch" statement) | ||||
* | | Merge branch 'PHP-7.0' | Xinchen Hui | 2016-06-28 | 1 | -1/+0 |
|\ \ | |/ | | | | | | | | | | | | | | | * PHP-7.0: MFH: Fixed fd leak (the origin commit can not be cherry-picked) Conflicts: main/fastcgi.c sapi/cli/ps_title.c | ||||
| * | MFH: Fixed fd leak (the origin commit can not be cherry-picked) | Xinchen Hui | 2016-06-28 | 4 | -3/+10 |
| | | |||||
* | | Merge branch 'master' of https://github.com/devnexen/php-src | Xinchen Hui | 2016-06-28 | 4 | -2/+10 |
|\ \ | | | | | | | | | | | | | * 'master' of https://github.com/devnexen/php-src: couple of resource leaks fixes and use after free's | ||||
| * \ | Merge branch 'master' of https://github.com/php/php-src | David Carlier | 2016-06-27 | 4 | -4/+14 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' of https://github.com/php/php-src | David Carlier | 2016-06-27 | 0 | -0/+0 |
| |\ \ \ | |||||
| * | | | | couple of resource leaks fixes and use after free's | David Carlier | 2016-06-27 | 16 | -37/+801 |
| | | | | | |||||
* | | | | | Updated NEWS | Xinchen Hui | 2016-06-28 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Merge branch 'PHP-7.0' | Xinchen Hui | 2016-06-28 | 1 | -1/+1 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | * PHP-7.0: Fixed bug #72505 (readfile() mangles files larger than 2G) | ||||
| * | | | | Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0 | Xinchen Hui | 2016-06-28 | 2 | -0/+61 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-7.0' of git.php.net:/php-src: Fix the fix for #72403 on nl2br Update NEWS Update NEWS Fix #70628: Clearing bindings on an SQLite3 statement doesn't work 5.5.38 now | ||||
| * | | | | | Fixed bug #72505 (readfile() mangles files larger than 2G) | Xinchen Hui | 2016-06-28 | 2 | -1/+2 |
| | | | | | | |||||
* | | | | | | Update NEWS | Davey Shafik | 2016-06-27 | 1 | -0/+1 |
| | | | | | | |||||
* | | | | | | Merge support for HTTP/2 Server Push in ext/curl | Davey Shafik | 2016-06-27 | 3 | -104/+238 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Implement curl server push | Davey Shafik | 2016-06-27 | 3 | -5/+124 |
| | | | | | | | |||||
| * | | | | | | Refactor easy handle lookup | Davey Shafik | 2016-06-27 | 1 | -29/+38 |
| | | | | | | | |||||
| * | | | | | | Refactor setup of handlers on copied curl handles | Davey Shafik | 2016-06-27 | 2 | -70/+76 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge branch 'PHP-7.0' | Stanislav Malyshev | 2016-06-27 | 0 | -0/+0 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | * PHP-7.0: Fix the fix for #72403 on nl2br 5.5.38 now | ||||
| * | | | | | Merge branch 'PHP-5.6' into PHP-7.0 | Stanislav Malyshev | 2016-06-27 | 0 | -0/+0 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: Fix the fix for #72403 on nl2br 5.5.38 now Conflicts: ext/standard/string.c | ||||
| | * \ \ \ \ | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2016-06-27 | 1 | -1/+1 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Fix the fix for #72403 on nl2br 5.5.38 now Conflicts: configure.in main/php_version.h | ||||
| | | * | | | | | Fix the fix for #72403 on nl2br | Stanislav Malyshev | 2016-06-27 | 1 | -1/+1 |
| | | | | | | | | |||||
| | | * | | | | | 5.5.38 now | Julien Pauli | 2016-06-21 | 3 | -5/+9 |
| | | | | | | | | |||||
* | | | | | | | | Merge branch 'precise_float' | Jakub Zelenka | 2016-06-27 | 13 | -48/+235 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Update NEWS and UPGRADING | Jakub Zelenka | 2016-06-27 | 2 | -0/+11 |
| | | | | | | | | | |||||
| * | | | | | | | | Use one place to define max length of double | Jakub Zelenka | 2016-06-26 | 5 | -37/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce new constant PHP_DOUBLE_MAX_LENGTH for that purpose | ||||
| * | | | | | | | | Change default for serialize_precision to -1 (use mode 0) | Jakub Zelenka | 2016-06-26 | 2 | -2/+8 |
| | | | | | | | | | |||||
| * | | | | | | | | Add decimal point in double serialization | Jakub Zelenka | 2016-06-26 | 2 | -10/+5 |
| | | | | | | | | | |||||
| * | | | | | | | | Replace json.precision with serialize_precision | Jakub Zelenka | 2016-06-26 | 3 | -40/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | Avoid magic number. NUM_BUF_SIZE may be in header. Suggestions are appreciated | Yasuo Ohgaki | 2016-06-26 | 1 | -3/+14 |
| | | | | | | | | | |||||
| * | | | | | | | | Add better value to test | Yasuo Ohgaki | 2016-06-26 | 1 | -15/+22 |
| | | | | | | | | | |||||
| * | | | | | | | | Remove unneeded WS change | Yasuo Ohgaki | 2016-06-26 | 1 | -2/+0 |
| | | | | | | | | | |||||
| * | | | | | | | | Remove unneeded output from test | Yasuo Ohgaki | 2016-06-26 | 1 | -14/+0 |
| | | | | | | | | | |||||
| * | | | | | | | | Fix mode when precision=0. Add test | Yasuo Ohgaki | 2016-06-26 | 2 | -1/+172 |
| | | | | | | | | | |||||
| * | | | | | | | | Add cast | Yasuo Ohgaki | 2016-06-26 | 1 | -1/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | Enable 0 mode for echo/print | Yasuo Ohgaki | 2016-06-26 | 2 | -3/+3 |
| | | | | | | | | | |||||
| * | | | | | | | | Simply use ndigit for flag for zend_dtoa mode | Yasuo Ohgaki | 2016-06-26 | 3 | -28/+9 |
| | | | | | | | | | |||||
| * | | | | | | | | Add JSON_G(precision) | Yasuo Ohgaki | 2016-06-26 | 3 | -3/+41 |
| | | | | | | | | | |||||
| * | | | | | | | | Initial patch for 0 mode float conversion. The magic number is better to be ↵ | Yasuo Ohgaki | 2016-06-26 | 5 | -17/+61 |
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | improved. Any suggestion where to define it? | ||||
* | | | | | | | | Update NEWS | Christoph M. Becker | 2016-06-27 | 1 | -0/+4 |
| | | | | | | | |