summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Enable dtrace probes on linux as they are compatible with systemtapDavid Soria Parra2012-12-041-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | You can build php with dtrace probes enabled on linux if you have systemtap with uprobes.
* | | | | | Increased version numbersDmitry Stogov2012-12-042-2/+2
| | | | | |
* | | | | | Moved zend_create_execute_data_from_op_array() implementation from ↵Dmitry Stogov2012-12-043-300/+151
| | | | | | | | | | | | | | | | | | | | | | | | zend_vm_execute.skl to zend_execute.c
* | | | | | Optimized access to temporary and compiled VM variablesDmitry Stogov2012-12-0412-1467/+1429
| | | | | |
* | | | | | Reduce case where this test will fails:Remi Collet2012-12-031-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.5Anatoliy Belsky2012-12-031-1/+1
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * PHP-5.4: Revert the previous test fix
| * | | | | Revert the previous test fixAnatoliy Belsky2012-12-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | The fail seems to be due to network error
* | | | | | Fix inifile.c:419:6: warning: variable 'ret' set but not used ↵Remi Collet2012-12-031-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_streamRemi Collet2012-12-031-5/+5
| | | | | |
* | | | | | Merge branch 'PHP-5.4' into PHP-5.5Anatoliy Belsky2012-12-031-1/+1
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * PHP-5.4: Fix test with a slightly different warning in TS
| * | | | | Fix test with a slightly different warning in TSAnatoliy Belsky2012-12-031-1/+1
| | | | | |
* | | | | | Merge branch 'PHP-5.4' into PHP-5.5Lars Strojny2012-12-021-0/+154
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Adding tests for private and protected propertiesMarco Pivetta2012-12-022-73/+154
| | | | | |
| * | | | | Fixing test according to @jpauli's suggestionsMarco Pivetta2012-12-021-1/+0
| | | | | |
| * | | | | Adding regression test for behavior of magic methods with unset public ↵Marco Pivetta2012-12-021-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.5Lars Strojny2012-12-022-0/+18
|\ \ \ \ \ \ | |/ / / / /
| * | | | | News entry for bug #49341Lars Strojny2012-12-021-0/+4
| | | | | |
| * | | | | Bug #49341: Add SO_REUSEPORT support for socket_set_option()Igor Wiedler2012-12-022-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.5Remi Collet2012-12-013-3/+19
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * PHP-5.4: Fixed Bug #63435 Datetime::format('u') sometimes wrong by 1 microsecond
| * | | | | NEWSRemi Collet2012-12-011-0/+4
| | | | | |
| * | | | | Merge branch 'PHP-5.3' into PHP-5.4Remi Collet2012-12-010-0/+0
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | * PHP-5.3: NEWS
| | * | | | NEWSRemi Collet2012-12-011-0/+4
| | | | | |
| * | | | | Merge branch 'PHP-5.3' into PHP-5.4Remi Collet2012-12-013-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 microsecondRemi Collet2012-12-013-3/+19
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When storing '015700' microseconds in a Datetime object, Datetime::format('u') returns '015699' Already known per bug45554 reproducer (also fixed).
* | | | | - Fixed ZTS buildFelipe Pena2012-11-301-1/+1
| | | | |
* | | | | Fixed bug #63066 (Calling an undefined method in a generator results in a ↵Dmitry Stogov2012-11-301-0/+16
| | | | | | | | | | | | | | | | | | | | seg fault) (fixed with previous commit).
* | | | | . The VM stacks for passing function arguments and syntaticaly nested calls ↵Dmitry Stogov2012-11-3020-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.5Xinchen Hui2012-11-300-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-11-300-0/+0
| |\ \ \ \ | | |/ / /
| | * | | Fixed bug #63377 (Segfault on output buffer)Xinchen Hui2012-11-303-1/+61
| | | | |
* | | | | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2012-11-300-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | formatXinchen Hui2012-11-301-5/+5
| | | | |
| * | | | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-11-300-0/+0
| |\ \ \ \ | | |/ / /
| | * | | FormatXinchen Hui2012-11-301-2/+2
| | | | |
* | | | | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2012-11-304-6/+44
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-11-303-2/+45
| |\ \ \ \ | | |/ / /
| | * | | Fixed bug #63398 (Segfault when polling closed link)Xinchen Hui2012-11-303-2/+45
| | | | |
| * | | | Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2012-11-292-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 Stogov2012-11-292-21/+6
| | | | |
| * | | | Fixed bug #61557 (Crasher in tt-rss backend.php)Dmitry Stogov2012-11-292-2/+3
| | | | |
| * | | | Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2012-11-293-2/+63
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.3: Fixed bug #63635 (Segfault in gc_collect_cycles) Conflicts: NEWS
| | * | | Fixed bug #63635 (Segfault in gc_collect_cycles)Dmitry Stogov2012-11-293-2/+63
| | | | |
| * | | | NEWSRemi Collet2012-11-281-0/+3
| | | | |
| * | | | Merge branch 'PHP-5.3' into PHP-5.4Remi Collet2012-11-282-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.4Remi Collet2012-11-2812-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 #61272Michael Wallner2012-11-281-0/+2
| | | | | |
| | * | | | fix bug #61272 ob_start callback get passed empty stringMichael Wallner2012-11-282-4/+2
| | | | | |
* | | | | | Fixed bug #63271 (SOAP wsdl cache is not enabled after initial requests)Dmitry Stogov2012-11-291-21/+3
| | | | | |
* | | | | | Fixed bug #61557 (Crasher in tt-rss backend.php)Dmitry Stogov2012-11-291-2/+1
| | | | | |
* | | | | | Fixed bug #63635 (Segfault in gc_collect_cycles)Dmitry Stogov2012-11-292-2/+62
| | | | | |