--- basic_functions.orig.h Fri Feb 11 20:59:28 2000 +++ basic_functions.h Mon Mar 6 17:55:03 2000 @@ -53,6 +53,9 @@ PHP_FUNCTION(sleep); PHP_FUNCTION(usleep); PHP_FUNCTION(flush); +PHP_FUNCTION(encdec); +PHP_FUNCTION(decode); +PHP_FUNCTION(encode); PHP_FUNCTION(gettype); PHP_FUNCTION(settype);