OnUpdateLong

php.internals

Patrick Welche

23 years ago
I am getting many php4/ext/mysql/php_mysql.c:310: `OnUpdateLong' undeclared here (not in a +function) errors, but can not find a definition anywhere. What is strange is that in ChangeLog there is the following note: 2003-03-11 Jani Taskinen <sniper@iki.fi> * (PHP_4_3) sapi/apache2handler/php_functions.c: OnUpdateLong is only in php5/HEAD. (oops! :) but as far as I can tell, I am using php5/HEAD ! (cvs of Apr 9 17:20 GMT) So where is it hiding? I find the declarations for OnUpdate{Bool,Int...} in File: zend_ini.h Status: Up-to-date Working revision: 1.23 Repository revision: 1.23 /repository/Zend/zend_ini.h,v Sticky Tag: (none) Sticky Date: (none) Sticky Options: (none) How come I'm the only one who seems to be seeing these problems? Cheers, Patrick

J Smith

23 years ago
If you checkout php4 without any tags, you get those errors. Checking out php5 should work. To check out PHP 4, do 'cvs co -r PHP_4_3 php4'. J Patrick Welche wrote: