Felipe Pena
|
66ac89a00b
|
- Added indirect method call through array variable (FR Bug #47160)
|
2011-06-06 21:42:05 +00:00 |
|
Felipe Pena
|
be3889456b
|
- Added indirect method call through array variable (FR Bug #47160)
|
2011-06-06 21:42:05 +00:00 |
|
Felipe Pena
|
32b5f8a1a3
|
- Added new parameter parsing option (p - for valid path (string without null byte in the middle))
# The tests will be fixed in the next commits
|
2011-06-06 21:28:16 +00:00 |
|
Felipe Pena
|
4737910b69
|
- Added new parameter parsing option (p - for valid path (string without null byte in the middle))
# The tests will be fixed in the next commits
|
2011-06-06 21:28:16 +00:00 |
|
Felipe Pena
|
68ff1463e7
|
- Restore fix for #39863 (do not accept paths with NULL in them)
# This was removed by regenerating the VM months ago
|
2011-06-06 02:34:38 +00:00 |
|
Dmitry Stogov
|
c270347c0b
|
MFH: Arithmetic speedup. Inlined most probable code-paths for arithmetic operations directly into executor.
|
2011-05-31 12:05:25 +00:00 |
|
Dmitry Stogov
|
b7eb3c1c5a
|
Arithmetic speedup. Inlined most probable code-paths for arithmetic operations directly into executor.
|
2011-05-23 08:05:44 +00:00 |
|
Dmitry Stogov
|
6eedfb9b3a
|
Fixed direct threaded executor (php zend_vm_gen.php --with-vm-kind=GOTO)
|
2011-05-05 16:02:11 +00:00 |
|
Dmitry Stogov
|
e510daf20b
|
Fixed bug #54585 (track_errors causes segfault)
|
2011-04-25 07:50:07 +00:00 |
|
Dmitry Stogov
|
9fb4cd1a91
|
Fixed bug #54585 (track_errors causes segfault)
|
2011-04-25 07:50:07 +00:00 |
|
Dmitry Stogov
|
821d7169d9
|
Fixed bug #54367 (Use of closure causes problem in ArrayAccess).
|
2011-04-20 12:59:18 +00:00 |
|
Dmitry Stogov
|
c157f4b4e6
|
Fixed bug #54367 (Use of closure causes problem in ArrayAccess).
|
2011-04-20 12:59:18 +00:00 |
|
Dmitry Stogov
|
b78ac8df82
|
Fixed bug #54262 (Crash when assigning value to a dimension in a non-array)
|
2011-03-16 11:14:33 +00:00 |
|
Dmitry Stogov
|
8c06867e11
|
Fixed bug #54262 (Crash when assigning value to a dimension in a non-array)
|
2011-03-16 11:14:33 +00:00 |
|
Stanislav Malyshev
|
8efa208e0b
|
fix UMR when variable name is an object and __toString is used
# zend_call_function checks IS_REF on This
|
2011-03-16 05:25:02 +00:00 |
|
Felipe Pena
|
927bf09c29
|
- Year++
|
2011-01-01 02:19:59 +00:00 |
|
Felipe Pena
|
0203cc3d44
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
|
Dmitry Stogov
|
c35fc78890
|
Fixed bug #53511 (Exceptions are lost in case an exception is thrown in catch operator)
|
2010-12-09 16:38:37 +00:00 |
|
Dmitry Stogov
|
7628da98c4
|
Removed support for break/continue $var syntax
|
2010-11-24 12:19:56 +00:00 |
|
Pierre Joye
|
ce96fd6b07
|
- fix #39863, do not accept paths with NULL in them. See http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus
|
2010-11-18 15:22:22 +00:00 |
|
Dmitry Stogov
|
68e154b1bf
|
reduced size of temp_variariable
|
2010-10-22 14:51:07 +00:00 |
|
Dmitry Stogov
|
968bdc576c
|
Simplified foreach() handling, we don't have to inctrement/decrement refcount twice
|
2010-10-22 13:59:23 +00:00 |
|
Dmitry Stogov
|
d12098eeec
|
Fixed crash on attempt to insert reference to string offset into an array
|
2010-10-22 11:05:22 +00:00 |
|
Dmitry Stogov
|
635f3aff75
|
Removed redundant check
|
2010-10-22 09:56:39 +00:00 |
|
Dmitry Stogov
|
fa3f0bb63f
|
Fixed bug #51008 (Zend/tests/bug45877.phpt fails)
|
2010-10-05 11:28:56 +00:00 |
|
Dmitry Stogov
|
e3bb93480a
|
Regenerated
|
2010-09-15 07:39:57 +00:00 |
|
Dmitry Stogov
|
2188f26c45
|
Fixed bug #52614 (Memory leak when writing on uninitialized variable returned from method call)
|
2010-08-25 09:14:36 +00:00 |
|
Dmitry Stogov
|
8a6d73b084
|
improved performance of @ (silence) operator
|
2010-08-18 13:58:13 +00:00 |
|
Dmitry Stogov
|
f48999ca3b
|
Optimization of ASSIGN instruction
|
2010-08-11 15:34:06 +00:00 |
|
Dmitry Stogov
|
e0b728597b
|
Optimization (IS_TMP_VARs don't need reference counting)
|
2010-08-10 15:24:19 +00:00 |
|
Dmitry Stogov
|
523b965cd4
|
Prevent generation of long strings
|
2010-08-10 14:44:50 +00:00 |
|
Dmitry Stogov
|
39b4a5eea7
|
Additional specialization
|
2010-07-27 09:50:35 +00:00 |
|
Dmitry Stogov
|
d30073a2dc
|
Removed deprecated check
|
2010-07-26 12:40:32 +00:00 |
|
Dmitry Stogov
|
5a2ee8ecea
|
Use proper fetch types
|
2010-07-19 15:04:51 +00:00 |
|
Dmitry Stogov
|
c1336009c2
|
Removed invalid checks
|
2010-07-19 14:34:34 +00:00 |
|
Dmitry Stogov
|
ca4de03eed
|
ZEND_FETCH_*_R operations simplified and can't be used with EXT_TYPE_UNUSED flag any more. Thit is very rare and useless case. ZEND_FREE might be required after them instead.
|
2010-07-16 13:38:09 +00:00 |
|
Dmitry Stogov
|
8aad91d14a
|
Simplified string offset reading
|
2010-07-16 11:44:30 +00:00 |
|
Dmitry Stogov
|
09d8bbb2ee
|
Fixed bug #52237 (Crash when passing the reference of the property of a non-object)
|
2010-07-05 09:08:35 +00:00 |
|
Dmitry Stogov
|
ab67865d21
|
Fixed bug #52237 (Crash when passing the reference of the property of a non-object)
|
2010-07-05 09:08:35 +00:00 |
|
Dmitry Stogov
|
09943e56cd
|
Removed redundant code
|
2010-06-22 14:15:08 +00:00 |
|
Dmitry Stogov
|
d868733cc3
|
Fixed bug #52041 (Memory leak when writing on uninitialized variable returned from function)
|
2010-06-15 08:22:51 +00:00 |
|
Dmitry Stogov
|
3d5f729181
|
Fixed bug #52041 (Memory leak when writing on uninitialized variable returned from function)
|
2010-06-15 08:22:51 +00:00 |
|
Felipe Pena
|
b65a473efb
|
- Let's generate this #ifdef only on zend_vm_execute.h
|
2010-06-07 23:04:30 +00:00 |
|
Felipe Pena
|
d97ae93616
|
- Let's generate this #ifdef only on zend_vm_execute.h
|
2010-06-07 23:04:30 +00:00 |
|
Felipe Pena
|
efcb21b0dd
|
- Update
|
2010-06-07 14:51:12 +00:00 |
|
Pierre Joye
|
707980c2be
|
- show the free_op1 warning only once, until a fix is applied
|
2010-06-06 20:32:51 +00:00 |
|
Pierre Joye
|
90b9853a3c
|
- show the free_op1 warning only once, until a fix is applied
|
2010-06-06 20:32:51 +00:00 |
|
Dmitry Stogov
|
04dd48ceca
|
Fixed exception handling in GOTO VM
|
2010-05-24 14:46:31 +00:00 |
|
Dmitry Stogov
|
c5237d82bf
|
Added caches to eliminate repeatable run-time bindings of functions, classes, constants, methods and properties
|
2010-05-24 14:11:39 +00:00 |
|
Felipe Pena
|
5d701938a3
|
- Added check for constant creation on Traits
- Simplified trait flag check
- Test++ :)
|
2010-05-07 11:09:35 +00:00 |
|