Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Enable dtrace probes on linux as they are compatible with systemtap | David Soria Parra | 2012-12-04 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | You can build php with dtrace probes enabled on linux if you have systemtap with uprobes. | |||||
* | | | | | | Increased version numbers | Dmitry Stogov | 2012-12-04 | 2 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | Moved zend_create_execute_data_from_op_array() implementation from ↵ | Dmitry Stogov | 2012-12-04 | 3 | -300/+151 | |
| | | | | | | | | | | | | | | | | | | | | | | | | zend_vm_execute.skl to zend_execute.c | |||||
* | | | | | | Optimized access to temporary and compiled VM variables | Dmitry Stogov | 2012-12-04 | 12 | -1467/+1429 | |
| | | | | | | ||||||
* | | | | | | Reduce case where this test will fails: | Remi Collet | 2012-12-03 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - no connection AND no mysqli extension So, will succeed when no configured connection, but mysqli available. | |||||
* | | | | | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatoliy Belsky | 2012-12-03 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | * PHP-5.4: Revert the previous test fix | |||||
| * | | | | | Revert the previous test fix | Anatoliy Belsky | 2012-12-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | The fail seems to be due to network error | |||||
* | | | | | | Fix inifile.c:419:6: warning: variable 'ret' set but not used ↵ | Remi Collet | 2012-12-03 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [-Wunused-but-set-variable] Please check this minor change. Avoid, warning: 'pos_grp_start' may be used uninitialized in this function [-Wmaybe-uninitialized] | |||||
* | | | | | | use php_stream_copy_to_stream_ex instead of deprecated php_stream_copy_to_stream | Remi Collet | 2012-12-03 | 1 | -5/+5 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatoliy Belsky | 2012-12-03 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | * PHP-5.4: Fix test with a slightly different warning in TS | |||||
| * | | | | | Fix test with a slightly different warning in TS | Anatoliy Belsky | 2012-12-03 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'PHP-5.4' into PHP-5.5 | Lars Strojny | 2012-12-02 | 1 | -0/+154 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Adding tests for private and protected properties | Marco Pivetta | 2012-12-02 | 2 | -73/+154 | |
| | | | | | | ||||||
| * | | | | | Fixing test according to @jpauli's suggestions | Marco Pivetta | 2012-12-02 | 1 | -1/+0 | |
| | | | | | | ||||||
| * | | | | | Adding regression test for behavior of magic methods with unset public ↵ | Marco Pivetta | 2012-12-02 | 1 | -0/+74 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | properties Verifies that after having unset a public property, any access to it, be it read or write, causes calls to public magic methods Signed-off-by: Marco Pivetta <ocramius@gmail.com> | |||||
* | | | | | | Merge branch 'PHP-5.4' into PHP-5.5 | Lars Strojny | 2012-12-02 | 2 | -0/+18 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | News entry for bug #49341 | Lars Strojny | 2012-12-02 | 1 | -0/+4 | |
| | | | | | | ||||||
| * | | | | | Bug #49341: Add SO_REUSEPORT support for socket_set_option() | Igor Wiedler | 2012-12-02 | 2 | -0/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a BSD-only feature, and it will only be available on BSD. On other platforms the constant will simply not be set. | |||||
* | | | | | | Merge branch 'PHP-5.4' into PHP-5.5 | Remi Collet | 2012-12-01 | 3 | -3/+19 | |
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | * PHP-5.4: Fixed Bug #63435 Datetime::format('u') sometimes wrong by 1 microsecond | |||||
| * | | | | | NEWS | Remi Collet | 2012-12-01 | 1 | -0/+4 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'PHP-5.3' into PHP-5.4 | Remi Collet | 2012-12-01 | 0 | -0/+0 | |
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | * PHP-5.3: NEWS | |||||
| | * | | | | NEWS | Remi Collet | 2012-12-01 | 1 | -0/+4 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'PHP-5.3' into PHP-5.4 | Remi Collet | 2012-12-01 | 3 | -3/+19 | |
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | * PHP-5.3: Fixed Bug #63435 Datetime::format('u') sometimes wrong by 1 microsecond | |||||
| | * | | | | Fixed Bug #63435 Datetime::format('u') sometimes wrong by 1 microsecond | Remi Collet | 2012-12-01 | 3 | -3/+19 | |
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When storing '015700' microseconds in a Datetime object, Datetime::format('u') returns '015699' Already known per bug45554 reproducer (also fixed). | |||||
* | | | | | - Fixed ZTS build | Felipe Pena | 2012-11-30 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Fixed bug #63066 (Calling an undefined method in a generator results in a ↵ | Dmitry Stogov | 2012-11-30 | 1 | -0/+16 | |
| | | | | | | | | | | | | | | | | | | | | seg fault) (fixed with previous commit). | |||||
* | | | | | . The VM stacks for passing function arguments and syntaticaly nested calls ↵ | Dmitry Stogov | 2012-11-30 | 20 | -1307/+1477 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | were merged into a single stack. The stack size needed for op_array execution is calculated at compile time and preallocated at once. As result all the stack push operatins don't require checks for stack overflow any more. . Generators implementation was improved using the new VM stack. Now it's a bit more clear and faster. | |||||
* | | | | | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2012-11-30 | 0 | -0/+0 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-11-30 | 0 | -0/+0 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Fixed bug #63377 (Segfault on output buffer) | Xinchen Hui | 2012-11-30 | 3 | -1/+61 | |
| | | | | | ||||||
* | | | | | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2012-11-30 | 0 | -0/+0 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | format | Xinchen Hui | 2012-11-30 | 1 | -5/+5 | |
| | | | | | ||||||
| * | | | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-11-30 | 0 | -0/+0 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Format | Xinchen Hui | 2012-11-30 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2012-11-30 | 4 | -6/+44 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-11-30 | 3 | -2/+45 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Fixed bug #63398 (Segfault when polling closed link) | Xinchen Hui | 2012-11-30 | 3 | -2/+45 | |
| | | | | | ||||||
| * | | | | Merge branch 'PHP-5.3' into PHP-5.4 | Dmitry Stogov | 2012-11-29 | 2 | -21/+7 | |
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.3: Fixed bug #63271 (SOAP wsdl cache is not enabled after initial requests) Conflicts: NEWS ext/soap/soap.c | |||||
| | * | | | Fixed bug #63271 (SOAP wsdl cache is not enabled after initial requests) | Dmitry Stogov | 2012-11-29 | 2 | -21/+6 | |
| | | | | | ||||||
| * | | | | Fixed bug #61557 (Crasher in tt-rss backend.php) | Dmitry Stogov | 2012-11-29 | 2 | -2/+3 | |
| | | | | | ||||||
| * | | | | Merge branch 'PHP-5.3' into PHP-5.4 | Dmitry Stogov | 2012-11-29 | 3 | -2/+63 | |
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.3: Fixed bug #63635 (Segfault in gc_collect_cycles) Conflicts: NEWS | |||||
| | * | | | Fixed bug #63635 (Segfault in gc_collect_cycles) | Dmitry Stogov | 2012-11-29 | 3 | -2/+63 | |
| | | | | | ||||||
| * | | | | NEWS | Remi Collet | 2012-11-28 | 1 | -0/+3 | |
| | | | | | ||||||
| * | | | | Merge branch 'PHP-5.3' into PHP-5.4 | Remi Collet | 2012-11-28 | 2 | -5/+10 | |
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | * PHP-5.3: Fixed Bug #63581 Possible buffer overflow Fixed Bug #63581 Possible null dereference | |||||
| * | | | | Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4 | Remi Collet | 2012-11-28 | 12 | -137/+103 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-5.4' of git.php.net:php-src: BFN #61272 fix bug #61272 ob_start callback get passed empty string Fixed bug #63590 Fileinfo delivers ifferent results in TS and NTS under Windows This test isn't supposed to pass on windows Fixed Bug #63614 (Fatal error on Reflection) | |||||
| | * | | | | BFN #61272 | Michael Wallner | 2012-11-28 | 1 | -0/+2 | |
| | | | | | | ||||||
| | * | | | | fix bug #61272 ob_start callback get passed empty string | Michael Wallner | 2012-11-28 | 2 | -4/+2 | |
| | | | | | | ||||||
* | | | | | | Fixed bug #63271 (SOAP wsdl cache is not enabled after initial requests) | Dmitry Stogov | 2012-11-29 | 1 | -21/+3 | |
| | | | | | | ||||||
* | | | | | | Fixed bug #61557 (Crasher in tt-rss backend.php) | Dmitry Stogov | 2012-11-29 | 1 | -2/+1 | |
| | | | | | | ||||||
* | | | | | | Fixed bug #63635 (Segfault in gc_collect_cycles) | Dmitry Stogov | 2012-11-29 | 2 | -2/+62 | |
| | | | | | |