#
7bd5794a |
| 23-Mar-2000 |
Zeev Suraski |
- Make it compile
|
#
40e99c5e |
| 23-Mar-2000 |
Andrei Zmievski |
Added get_class_methods().
|
#
caf9049a |
| 18-Mar-2000 |
Zeev Suraski |
The third argument to define() wasn't working right, fixed
|
#
05cf4423 |
| 12-Mar-2000 |
Zeev Suraski |
-
|
#
5951b166 |
| 10-Mar-2000 |
Andi Gutmans |
- Quick way of supporting include_once(). Good enough for RC1.
|
#
5e55e47f |
| 06-Mar-2000 |
Zeev Suraski |
It's official now...
|
#
68ab1d3d |
| 27-Feb-2000 |
Egon Schmid |
Fixed some protos.
|
#
f1d0753f |
| 26-Feb-2000 |
Sam Ruby |
compilation error - Win32
|
#
685fd429 |
| 26-Feb-2000 |
Andrei Zmievski |
Added get_class_vars() and get_object_vars() functions.
|
Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1 |
|
#
0ac9536d |
| 19-Feb-2000 |
Zeev Suraski |
(c) patch
|
Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000 |
|
#
2a4d65f3 |
| 16-Feb-2000 |
Zeev Suraski |
ZEND_TEST_EXCEPTIONS should be defined/undefined before it's checked
|
#
95c77887 |
| 14-Feb-2000 |
Andi Gutmans |
- Fix bug in func_get_arg() - Get rid of compiler warnings for unused function crash()
|
#
81662eb8 |
| 13-Feb-2000 |
Zeev Suraski |
*** empty log message ***
|
Revision tags: BEFORE_SAPIFICATION_FEB_10_2000 |
|
#
c2fd6752 |
| 08-Feb-2000 |
Andrei Zmievski |
Patches from Walter for strncmp() stuff.
|
#
f207b362 |
| 05-Feb-2000 |
Zeev Suraski |
Pass the executor globals to internal functions
|
#
fafbf6d8 |
| 24-Jan-2000 |
Zeev Suraski |
- Implement declare() with declarables framework - Implement ticks - Germany&Norway - 5 points!
|
Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH |
|
#
bdefd5da |
| 04-Jan-2000 |
Andi Gutmans |
- Change IS_UNSET -> IS_NULL
|
#
f2d703e9 |
| 31-Dec-1999 |
Zeev Suraski |
- Nuke undefined_variable_string - Introduce IS_UNSET
|
Revision tags: PRE_ISSET_TYPE |
|
#
235386b2 |
| 26-Dec-1999 |
Zeev Suraski |
Change ALLOC_ZVAL() semantics
|
#
62b2087a |
| 24-Dec-1999 |
Andi Gutmans |
- Create two new macro's. ALLOC_ZVAL() and FREE_ZVAL(z) and make Zend use them.
|
#
473632bf |
| 22-Dec-1999 |
Sascha Schumann |
Kill compiler warning
|
#
1fe57c95 |
| 22-Dec-1999 |
Zeev Suraski |
- Fix function_exists()
|
Revision tags: PRE_LIBZEND_TO_ZEND |
|
#
cd7d5546 |
| 18-Dec-1999 |
Zeev Suraski |
- Introduce ZEND_NUM_ARGS(), to replace ARG_COUNT(ht) - Rename getParameters() and friends for consistency and namespace cleanliness
|
#
8a879b8f |
| 15-Dec-1999 |
Andrei Zmievski |
Doh! I'm an idiot.
|
#
c9c6446a |
| 15-Dec-1999 |
Andrei Zmievski |
- s/inheritence/inheritance/g - Added is_subclass_of() function
|