Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:839 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58760 invoked from network); 10 Apr 2003 15:44:11 -0000 Received: from unknown (HELO henry.newn.cam.ac.uk) (131.111.204.130) by pb1.pair.com with SMTP; 10 Apr 2003 15:44:11 -0000 Received: from [131.111.204.180] (helo=quartz.newn.cam.ac.uk) by henry.newn.cam.ac.uk with esmtp (Exim 3.13 #1) id 193eDi-0005Bt-00 for internals@lists.php.net; Thu, 10 Apr 2003 16:44:10 +0100 Received: from prlw1 by quartz.newn.cam.ac.uk with local (Exim 4.10) id 193eDi-00046r-00 for internals@lists.php.net; Thu, 10 Apr 2003 16:44:10 +0100 Date: Thu, 10 Apr 2003 16:44:10 +0100 To: internals@lists.php.net Message-ID: <20030410164410.F22566@quartz.newn.cam.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.19i Subject: OnUpdateLong From: prlw1@newn.cam.ac.uk (Patrick Welche) 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