Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tagphp-4.3.0dev_zend2_alpha3 | SVN Migration | 2002-09-08 | 18 | -96/+798 |
| | | | | 'php_4_3_0_dev_zend2_alpha3'. | ||||
* | * append emacs footer | Stig Bakken | 2002-08-16 | 1 | -0/+8 |
| | |||||
* | * remove builtin exception class | Stig Bakken | 2002-08-16 | 1 | -29/+0 |
| | |||||
* | - Fix whitespace | Andi Gutmans | 2002-08-16 | 1 | -5/+5 |
| | |||||
* | @- Added set_exception_handler() function for registering a global, | Stig Bakken | 2002-08-16 | 4 | -2/+132 |
| | | | | | | | @ catch-all exception handling function (Stig) - Added set_exception_handler() function for registering a global, catch-all exception handling function (Stig) | ||||
* | ChangeLog update | 2002-08-16 | 1 | -0/+7 | |
| | |||||
* | MFZE1 | Zeev Suraski | 2002-08-15 | 4 | -3/+16 |
| | |||||
* | ChangeLog update | 2002-08-15 | 1 | -0/+8 | |
| | |||||
* | MFZE1 (use token instead of global for opcode counting) | Jason Greene | 2002-08-14 | 4 | -6/+4 |
| | |||||
* | ChangeLog update | 2002-08-14 | 1 | -0/+9 | |
| | |||||
* | - Fix crash when exception is raised in __autoload function | Andi Gutmans | 2002-08-13 | 1 | -0/+5 |
| | |||||
* | MFZE1 | Zeev Suraski | 2002-08-13 | 1 | -1/+1 |
| | |||||
* | ChangeLog update | 2002-08-09 | 1 | -0/+29 | |
| | |||||
* | Fix warning. | Sebastian Bergmann | 2002-08-08 | 1 | -1/+1 |
| | |||||
* | Add ZEND_API to functions | Stanislav Malyshev | 2002-08-08 | 4 | -29/+29 |
| | |||||
* | - Make new 'is' operator work with classes only and return false when | Andi Gutmans | 2002-08-08 | 7 | -81/+22 |
| | | | | | - the object isn't of the said class or the value isn't an object. | ||||
* | - Bad Harald! :) | Andi Gutmans | 2002-08-08 | 1 | -1/+0 |
| | |||||
* | MFZE1 | Zeev Suraski | 2002-08-08 | 1 | -1/+1 |
| | |||||
* | ChangeLog update | 2002-08-08 | 1 | -0/+11 | |
| | |||||
* | make win32 debug output more verbose | Harald Radi | 2002-08-07 | 8 | -28/+8 |
| | |||||
* | 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 |
| |