#
c5a9a5a2 |
| 30-Oct-2004 |
Marcus Boerger |
- Change zend_object_handlers->get_method() to allow aggregation for internal classes
|
Revision tags: PRE_NEW_VM_GEN_PATCH |
|
#
3f35c6a6 |
| 05-Oct-2004 |
Dmitry Stogov |
Added test cases for CV optimization patch
|
#
11bcaedf |
| 04-Oct-2004 |
Andi Gutmans |
- Rename delete_global_variable() to zend_delete_global_variable()
|
#
db507dd1 |
| 04-Oct-2004 |
Andi Gutmans |
- Commit the variable fetch optimization. - Extensions which delete global variables need to use new special function - delete_global_variable() (I'm about to rename it) to remove them. -
- Commit the variable fetch optimization. - Extensions which delete global variables need to use new special function - delete_global_variable() (I'm about to rename it) to remove them. - Will post to internals@ or via commit messages if there's anything else.
show more ...
|
#
3e2b49ab |
| 28-Sep-2004 |
Andi Gutmans |
- Return the warning until we check if we can change the type of str.len
|
#
16c1f0ae |
| 27-Sep-2004 |
Marcus Boerger |
- Fix warning # What's the reason _zvalue_value.str.len is int instead of uint/zend_uint?
|
#
f82ed136 |
| 23-Sep-2004 |
Andi Gutmans |
- Commit new VM architecture. This one allows people (aka Derick) to - ask the engine to use function handler mode. Will update the README - about that.
|
Revision tags: php-5.0.2 |
|
#
b04db9d9 |
| 23-Sep-2004 |
Anantha Kesari H Y |
Reverted the NetWare Specific Stack limit related patches as asked by Andi
|
#
b66e7aec |
| 22-Sep-2004 |
Anantha Kesari H Y |
NetWare specific stack limit checks
|
Revision tags: php-4.3.9 |
|
#
3755c032 |
| 17-Sep-2004 |
Stanislav Malyshev |
fix crash when dtor is fialing on shutdown
|
Revision tags: php-5.0.2RC1, php-4.3.9RC3 |
|
#
96ab56e1 |
| 09-Sep-2004 |
Andi Gutmans |
- Roll back VM commit
|
#
8eb8850c |
| 08-Sep-2004 |
Andi Gutmans |
- Some architectural changes: a) We specialize opcodes according to op_type fields. Each opcode has to be marked with which op_type's it uses. b) We support different execution meth
- Some architectural changes: a) We specialize opcodes according to op_type fields. Each opcode has to be marked with which op_type's it uses. b) We support different execution methods. Function handlers, switch() and goto dispatching. goto seems to be the fastest but it really depends on the compiler and how well it optimizes. I suggest playing around with optimization flags. - Warning: Things might break so keep us posted on how things are going. (Dmitry, Andi)
show more ...
|
Revision tags: PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2 |
|
#
b7a8297b |
| 23-Aug-2004 |
Marcus Boerger |
- Boost up __autoload() calls by caching the lookup
|
#
57ba9b8c |
| 19-Aug-2004 |
Andi Gutmans |
- Second wave of garbage removal.
|
Revision tags: php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1 |
|
#
5f0433db |
| 02-Aug-2004 |
Marcus Boerger |
MFB: Enforce protocol on magic methods/functions
|
#
d7c839d5 |
| 30-Jul-2004 |
Andi Gutmans |
- More ptr_stack optimizations and cleanups
|
#
0cd2da03 |
| 25-Jul-2004 |
Marcus Boerger |
- Execute destructors earlier (Florian Schaper, fschaper at intux org)
|
Revision tags: RELEASE_0_1 |
|
#
af9c0b84 |
| 18-Jul-2004 |
Wez Furlong |
No point allocating 0 bytes
|
Revision tags: php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1 |
|
#
d80297b2 |
| 18-May-2004 |
Wez Furlong |
Fix bug #28438: win32 build fails in non-zts mode
|
Revision tags: php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1 |
|
#
09d1d232 |
| 28-Mar-2004 |
Dmitry Stogov |
fix of fix related to __autoload. (ext/standard/tests/network/bug20134.phpt passes again)
|
Revision tags: php-4.3.5 |
|
#
d6d52f6f |
| 25-Mar-2004 |
Andi Gutmans |
/* The compiler is not-reentrant. Make sure we __autoload() only during run-time * (doesn't impact fuctionality of __autoload() */
|
#
2bbba736 |
| 25-Mar-2004 |
Dmitry Stogov |
Using ALLOC_HASHTABLE/FREE_HASHTABLE instead of emalloc/free.
|
#
55cf45ab |
| 24-Mar-2004 |
Dmitry Stogov |
New autoload protection schema was implemented (Using HashTable instead of boolean flag)
|
Revision tags: php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2 |
|
#
cbaa43ff |
| 16-Mar-2004 |
Marcus Boerger |
Fix SEGV in certain conditions while calling static methods
|
#
6e8c176a |
| 16-Mar-2004 |
Marcus Boerger |
TSRM fix
|