Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'dev'.dev | SVN Migration | 2002-08-06 | 94 | -41978/+0 |
| | |||||
* | ChangeLog update | 2002-08-04 | 1 | -0/+8 | |
| | |||||
* | - Small fix | Andi Gutmans | 2002-08-03 | 1 | -1/+1 |
| | |||||
* | MFZE1 | Zeev Suraski | 2002-08-03 | 1 | -0/+4 |
| | |||||
* | ChangeLog update | 2002-08-02 | 1 | -0/+5 | |
| | |||||
* | MFZE1 | Stanislav Malyshev | 2002-08-01 | 2 | -3/+7 |
| | |||||
* | ChangeLog update | 2002-07-31 | 1 | -0/+20 | |
| | |||||
* | MFZE1 global declare | Jason Greene | 2002-07-30 | 3 | -2/+7 |
| | |||||
* | Fix segfault | Jason Greene | 2002-07-30 | 1 | -1/+1 |
| | |||||
* | @- Adding 'is' operator that can be used to check the type of a variable, | Andrei Zmievski | 2002-07-30 | 7 | -1/+114 |
| | | | | | @ or its class. (Andrei) | ||||
* | ChangeLog update | 2002-07-29 | 1 | -0/+4 | |
| | |||||
* | update the handlers struct | Harald Radi | 2002-07-28 | 1 | -0/+3 |
| | |||||
* | ChangeLog update | 2002-07-28 | 1 | -0/+8 | |
| | |||||
* | - Make sure classes are first looked for in the current scope. | Andi Gutmans | 2002-07-27 | 2 | -1/+7 |
| | | | | | | - Make sure that during inheritance the global scope is searched if the - current one doesn't work. | ||||
* | ChangeLog update | 2002-07-27 | 1 | -0/+12 | |
| | |||||
* | - Fix problem with debug_backtrace() reported by Stig. We weren't reporting | Andi Gutmans | 2002-07-26 | 4 | -35/+18 |
| | | | | | | | | - global function information because it wasn't available. We have to do - an additional assignment per-function call so that it'll be available. - Also don't define the global scope as function name _main_ but leave it - empty so that frameworks like Pear can decide what they want to do. | ||||
* | ChangeLog update | 2002-07-26 | 1 | -0/+10 | |
| | |||||
* | Fixed 3 major failures in this test: | foobar | 2002-07-25 | 1 | -25/+27 |
| | | | | | | | | | | | | | | | | | | | 1. Tests work better when they are actually run.. 2. When file is opened, it should be closed sometime too. 3. AC_TRY_RUN cleans after itself (rm -f conftest.*), so it's good idea to read the values while the file still exists. # # James, TEST BEFORE YOU COMMIT!!!!!!! # # Andi, I get these results (in Linux/i386): # # ZEND_MM_ALIGNMENT 4 # ZEND_MM_ALIGNMENT_LOG2 2 # # Weren't these supposed to be 8 and 3 ? # | ||||
* | ChangeLog update | 2002-07-25 | 1 | -0/+11 | |
| | |||||
* | - Fix some compile problems with the new configure checks. | Andi Gutmans | 2002-07-24 | 1 | -17/+4 |
| | |||||
* | move testing for the alignment values into configure. | James Cox | 2002-07-24 | 2 | -0/+47 |
| | |||||
* | ws fixes. | James Cox | 2002-07-24 | 1 | -17/+0 |
| | |||||
* | ChangeLog update | 2002-07-24 | 1 | -0/+4 | |
| | |||||
* | - Fix WS. | Andi Gutmans | 2002-07-23 | 1 | -2/+2 |
| | |||||
* | ChangeLog update | 2002-07-22 | 1 | -0/+6 | |
| | |||||
* | - Fix bug reported by Sebastian where old constructors didn't work in | Andi Gutmans | 2002-07-21 | 1 | -4/+15 |
| | | | | | - nested classes. | ||||
* | ChangeLog update | 2002-07-19 | 1 | -0/+5 | |
| | |||||
* | - MFZE1 - MacOSX fixes by Marko Karppinen | Derick Rethans | 2002-07-18 | 2 | -0/+72 |
| | |||||
* | ChangeLog update | 2002-07-18 | 1 | -0/+12 | |
| | |||||
* | - Remove code which wasn't supposed to go into the patch. | Andi Gutmans | 2002-07-17 | 1 | -3/+0 |
| | |||||
* | - Rejuggle some code. | Andi Gutmans | 2002-07-17 | 2 | -5/+11 |
| | |||||
* | This was mentioned already above (with an example too :) | foobar | 2002-07-17 | 1 | -1/+0 |
| | |||||
* | ChangeLog update | 2002-07-17 | 1 | -0/+18 | |
| | |||||
* | - Before I forget to list it, this was also added. | Andi Gutmans | 2002-07-16 | 1 | -0/+1 |
| | |||||
* | - Syntactic sugar - Add "public" as a synonym for "var". | Andi Gutmans | 2002-07-16 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | - Now we have the three P's. You can do: <? class MyClass { public $a; private $b; protected $c; } ?> | ||||
* | ChangeLog update | 2002-07-16 | 1 | -0/+24 | |
| | |||||
* | - MFH of the crap removal | Derick Rethans | 2002-07-15 | 1 | -6/+0 |
| | |||||
* | - Commit patch to support protected member variables (by Timm Friebe w/ | Andi Gutmans | 2002-07-15 | 8 | -31/+101 |
| | | | | | | | | | - some fixes by me). - You can't access protected variables from outside the object. If you want - to see a protected member from your ancestors you need to declare the - member as protected in the class you want to use it in. You can't - redeclare a protected variable as private nor the other way around. | ||||
* | - Really implement bool increment/decrement as flip-flop. | Andi Gutmans | 2002-07-15 | 1 | -8/+2 |
| | |||||
* | ChangeLog update | 2002-07-15 | 1 | -0/+22 | |
| | |||||
* | - Nuke delete(). It was a big mistake to introduce it and I finally | Andi Gutmans | 2002-07-14 | 6 | -72/+4 |
| | | | | | | | | - understand why Java didn't do so. - If you still want to control destruction of your object then either make - sure you kill all references or create a destruction method which you - call yourself. | ||||
* | - Nuke some unused code | Andi Gutmans | 2002-07-14 | 1 | -29/+0 |
| | |||||
* | MFZE1 | Derick Rethans | 2002-07-14 | 1 | -2/+2 |
| | |||||
* | - MFZE1 | Derick Rethans | 2002-07-14 | 1 | -6/+6 |
| | |||||
* | - MFZE1 | Derick Rethans | 2002-07-14 | 1 | -0/+12 |
| | |||||
* | ChangeLog update | 2002-07-08 | 1 | -0/+17 | |
| | |||||
* | - Path which should improve previous fix. | Andi Gutmans | 2002-07-07 | 1 | -1/+4 |
| | |||||
* | - First try at solving problem with different objects being allocated the | Andi Gutmans | 2002-07-07 | 1 | -3/+5 |
| | | | | | - same id. | ||||
* | name length should be strlen+1 | Stanislav Malyshev | 2002-07-07 | 1 | -1/+1 |
| | |||||
* | Allow for 'class Namespace::Bar extends Foo' syntax. Patch by Timm Friebe ↵ | Sebastian Bergmann | 2002-07-07 | 1 | -1/+1 |
| | | | | <thekid@thekid.de>. |