summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Collapse)AuthorAgeFilesLines
...
* ChangeLog update2002-07-071-0/+10
|
* - Fix problem where scope was lost in nested function calls.Andi Gutmans2002-07-061-10/+7
| | | | | - Thanks to Timm Friebe for diving into this one.
* spelling fixZeev Suraski2002-07-061-11/+11
|
* ChangeLog update2002-07-061-0/+4
|
* * folding fixesStig Bakken2002-07-051-1/+4
|
* ChangeLog update2002-07-021-0/+7
|
* - Fix bug when acccessing $this not in class scope.Andi Gutmans2002-07-011-8/+9
|
* - Export zend_object_get_address()Andi Gutmans2002-07-012-2/+2
|
* ChangeLog update2002-07-011-0/+8
|
* - Remember to document autoload when I have time.Andi Gutmans2002-06-301-0/+1
|
* - MFZE1Derick Rethans2002-06-301-1/+1
|
* ChangeLog update2002-06-301-0/+22
|
* - Get ready for alpha2Andi Gutmans2002-06-291-1/+1
|
* - Invalid -> UndefinedAndi Gutmans2002-06-291-3/+3
|
* - Add missing semi-colon.Andi Gutmans2002-06-291-0/+1
|
* - Improve some error messages.Andi Gutmans2002-06-292-4/+4
|
* - Revert previous fix.Andi Gutmans2002-06-291-3/+1
|
* - Change E_ERROR -> E_COMPILE_ERROR where needed.Andi Gutmans2002-06-291-13/+8
|
* - Fix for bug #17882. We complain if the same method is declared twice.Andi Gutmans2002-06-291-1/+3
|
* - Fix bug 15037Andi Gutmans2002-06-292-11/+19
| | | | | - Bump version to alpha2-dev
* ChangeLog update2002-06-291-0/+4
|
* - WS fixAndi Gutmans2002-06-281-2/+2
|
* ChangeLog update2002-06-271-0/+21
|
* - Autoloading support based on patch from Ivan Ristic.Andi Gutmans2002-06-261-2/+29
| | | | | | | | | | - Again I hope this feature ends up working well because if it doesn't we - might need to nuke it. This only works for global scoped classes and it - will never work for sub-classes so don't even ask!!!!! - Just define an __autoload() function in the global scope and it will be - called with the class name as the parameter if it doesn't manage to find - the class.
* - Centralize global class fetchAndi Gutmans2002-06-263-5/+6
|
* - Fix problem with scope's not changing correctly during method calls.Andi Gutmans2002-06-262-13/+29
| | | | | | - Reapply a tiny optimization to the allocator so that in non-debug mode - we clean memory without detecting leaks.
* ChangeLog update2002-06-251-0/+40
|
* - MFZE1 (Turn off fast cache until we make sure it performs well.)Andi Gutmans2002-06-241-1/+1
|
* - More fixes (warnings, bug fixes etc.)Andi Gutmans2002-06-241-15/+19
|
* - Revert patch which checks at run-time if you're allowed to assignAndi Gutmans2002-06-241-6/+0
| | | | | | | - certain values by reference. - We still need to find a solution for cases when this shouldn't be allowed - as it might cause leaks.
* - Fix crash bug and clean up a bit.Andi Gutmans2002-06-241-10/+6
|
* IMHO, ZTS should no longer be labeled experimental.Sebastian Bergmann2002-06-241-1/+1
|
* - MFZE1Andi Gutmans2002-06-241-26/+0
|
* - Don't use cache if we're using ZEND_MMAndi Gutmans2002-06-241-0/+8
|
* - Hardcode alignment to 8. We might need a configure check for this.Andi Gutmans2002-06-241-0/+4
|
* - Improve memory manager to allocate small blocks quickly.Andi Gutmans2002-06-242-14/+52
|
* - Don't keep allocated blocks in a linked list if we're in non-debug modeAndi Gutmans2002-06-243-2/+17
| | | | | - as now the memory manager takes care to nuke all leaking blocks.
* - MFZE1Andi Gutmans2002-06-242-5/+30
|
* ChangeLog update2002-06-241-0/+12
|
* - Fix problem with constructor not being inherited and called correctly.Andi Gutmans2002-06-232-4/+15
|
* - Fix small bugAndi Gutmans2002-06-231-0/+2
|
* - Almost completely implement realloc(). It now resizes in place whenAndi Gutmans2002-06-231-29/+53
| | | | | - possible.
* ChangeLog update2002-06-231-0/+18
|
* - Fix crash when zend_mm_shutdown is called more than once.Andi Gutmans2002-06-222-2/+7
|
* - MFZE1Andi Gutmans2002-06-224-24/+11
|
* - Nuke persist_alloc().Andi Gutmans2002-06-227-71/+3
|
* ChangeLog update2002-06-201-0/+16
|
* - This was also supposed to be part of the previous ZEND_MM commit :)Andi Gutmans2002-06-191-1/+1
|
* - Oops, this was supposed to be part of the previous #ifdef ZEND_MM changeAndi Gutmans2002-06-191-3/+3
|
* - Use #ifdef for ZEND_MMAndi Gutmans2002-06-191-1/+2
|