Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:841 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68480 invoked by uid 1007); 10 Apr 2003 16:08:18 -0000 Message-ID: <20030410160818.68479.qmail@pb1.pair.com> To: internals@lists.php.net Reply-To: jay@php.net Mail-Copies-To: jay@php.net Date: Thu, 10 Apr 2003 12:08:16 -0400 References: <20030410164410.F22566@quartz.newn.cam.ac.uk> Lines: 43 User-Agent: KNode/0.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Posted-By: 216.94.11.234 Subject: Re: OnUpdateLong From: jay@php.net (Jay Smith) 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: > 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 > > * (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