Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Internal functions which are basic language functions should be in Zend | Andi Gutmans | 1999-09-20 | 1 | -1/+0 |
| | | | | | | and not in PHP. I.e. strlen(), each(), error_reporting(), count(), get_class_name(). | ||||
* | Support resource type in gettype() | Andi Gutmans | 1999-08-01 | 1 | -2/+2 |
| | |||||
* | -Tiny fix | Andi Gutmans | 1999-07-29 | 1 | -1/+2 |
| | |||||
* | - Added get_class($obj), get_parent_class($obj) and method_exists($obj,"name") | Andi Gutmans | 1999-07-28 | 1 | -2/+18 |
| | |||||
* | - Fix the new operator incompatibility. | Andi Gutmans | 1999-07-26 | 1 | -0/+1 |
| | | | | | | | - I commented PHP_FUNCTION(strtotime) in datetime.c because it stopped win32 from compiling. This needs to be fixed!!! - Check out libzend to compile the tree now. | ||||
* | More cleanup. | Andrey Hristov | 1999-07-08 | 5 | -0/+113 |
| | |||||
* | Reduce clutter a bit. | Andrey Hristov | 1999-07-08 | 17 | -0/+277 |