Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (c) patch | Zeev Suraski | 2000-02-19 | 1 | -1/+1 | |
| | ||||||
* | ZEND_TEST_EXCEPTIONS should be defined/undefined before it's checked | Zeev Suraski | 2000-02-16 | 1 | -2/+2 | |
| | ||||||
* | - Fix bug in func_get_arg() | Andi Gutmans | 2000-02-14 | 1 | -2/+6 | |
| | | | | | - Get rid of compiler warnings for unused function crash() | |||||
* | *** empty log message *** | Zeev Suraski | 2000-02-13 | 1 | -0/+15 | |
| | ||||||
* | Patches from Walter for strncmp() stuff. | Andrei Zmievski | 2000-02-08 | 1 | -0/+18 | |
| | ||||||
* | Pass the executor globals to internal functions | Zeev Suraski | 2000-02-05 | 1 | -8/+0 | |
| | ||||||
* | - Implement declare() with declarables framework | Zeev Suraski | 2000-01-24 | 1 | -2/+2 | |
| | | | | | - Implement ticks - Germany&Norway - 5 points! | |||||
* | - Change IS_UNSET -> IS_NULL | Andi Gutmans | 2000-01-04 | 1 | -1/+1 | |
| | ||||||
* | - Nuke undefined_variable_string | Zeev Suraski | 1999-12-31 | 1 | -0/+1 | |
| | | | | | - Introduce IS_UNSET | |||||
* | Change ALLOC_ZVAL() semantics | Zeev Suraski | 1999-12-26 | 1 | -2/+2 | |
| | ||||||
* | - Create two new macro's. ALLOC_ZVAL() and FREE_ZVAL(z) and make Zend use | Andi Gutmans | 1999-12-24 | 1 | -2/+2 | |
| | | | | | them. | |||||
* | Kill compiler warning | Sascha Schumann | 1999-12-22 | 1 | -1/+0 | |
| | ||||||
* | - Fix function_exists() | Zeev Suraski | 1999-12-22 | 1 | -8/+7 | |
| | ||||||
* | - Introduce ZEND_NUM_ARGS(), to replace ARG_COUNT(ht) | Zeev Suraski | 1999-12-18 | 1 | -19/+19 | |
| | | | | | - Rename getParameters() and friends for consistency and namespace cleanliness | |||||
* | Doh! I'm an idiot. | Andrei Zmievski | 1999-12-15 | 1 | -10/+3 | |
| | ||||||
* | - s/inheritence/inheritance/g | Andrei Zmievski | 1999-12-15 | 1 | -0/+41 | |
| | | | | | - Added is_subclass_of() function | |||||
* | val->len | Andrei Zmievski | 1999-12-15 | 1 | -1/+1 | |
| | ||||||
* | Faster, must go faster. | Andrei Zmievski | 1999-12-15 | 1 | -3/+3 | |
| | ||||||
* | - Added class_exists() | Andrei Zmievski | 1999-12-14 | 1 | -5/+63 | |
| | | | | | | | - Moved function_exists() here from from the basic_functions.c - Modified method_exists() to convert method name to lowercase when checking | |||||
* | - Implement get_used_files() and get_imported_files() | Zeev Suraski | 1999-12-04 | 1 | -0/+42 | |
| | ||||||
* | use getParametersEx for all builtin functions | Thies C. Arntzen | 1999-10-04 | 1 | -48/+48 | |
| | ||||||
* | - Move is_ref back to being an unsigned char and not a bit field. | Andi Gutmans | 1999-10-01 | 1 | -2/+2 | |
| | ||||||
* | - Remove locking support completely | Andi Gutmans | 1999-10-01 | 1 | -1/+0 | |
| | ||||||
* | preliminary fix for each until andi & zeev clean up! | Thies C. Arntzen | 1999-09-22 | 1 | -1/+3 | |
| | ||||||
* | Add get_func_args() | Zeev Suraski | 1999-09-21 | 1 | -10/+45 | |
| | ||||||
* | *** empty log message *** | Zeev Suraski | 1999-09-21 | 1 | -10/+10 | |
| | ||||||
* | - Move some more Zend internal functions from PHP | Andi Gutmans | 1999-09-20 | 1 | -0/+155 | |
| | ||||||
* | - Newline for Sun's compiler | Andi Gutmans | 1999-09-20 | 1 | -1/+1 | |
| | ||||||
* | - Add some internal functions to Zend | Andi Gutmans | 1999-09-20 | 1 | -0/+129 | |
| | ||||||
* | Added zend_num_args() and zend_get_arg() | Zeev Suraski | 1999-09-20 | 1 | -0/+61 | |
| | ||||||
* | Add a file in which we can put Zend builtin functions | Zeev Suraski | 1999-09-20 | 1 | -0/+42 | |