Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17423 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91206 invoked by uid 1010); 27 Jul 2005 08:08:59 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 91191 invoked from network); 27 Jul 2005 08:08:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jul 2005 08:08:59 -0000 X-Host-Fingerprint: 212.183.42.190 M2486P030.adsl.highway.telekom.at Received: from ([212.183.42.190:9071] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6227M)) with SMTP id C4/A8-58254-B1147E24 for ; Wed, 27 Jul 2005 04:08:59 -0400 Message-ID: To: internals@lists.php.net Date: Wed, 27 Jul 2005 10:07:01 +0200 Organization: IWORKS User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.2) Gecko/20040803 [ http://iworks.at ] X-Accept-Language: de-AT, de-DE, de, en, en-GB, en-US MIME-Version: 1.0 X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigDBF075C89D6623D186DA750B" X-Posted-By: 212.183.42.190 Subject: build fix for ZEND_DEBUG>=2 From: mike@php.net (Michael Wallner) --------------enigDBF075C89D6623D186DA750B Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Index: zend_vm_def.h =================================================================== RCS file: /repository/ZendEngine2/zend_vm_def.h,v retrieving revision 1.56 diff -u -r1.56 zend_vm_def.h --- zend_vm_def.h 21 Jul 2005 13:48:10 -0000 1.56 +++ zend_vm_def.h 27 Jul 2005 08:07:08 -0000 @@ -1403,7 +1403,7 @@ ZEND_VM_HANDLER(42, ZEND_JMP, ANY, ANY) { #if DEBUG_ZEND>=2 - printf("Jumping to %d\n", opline->op1.u.opline_num); + printf("Jumping to %d\n", EX(opline)->op1.u.opline_num); #endif ZEND_VM_SET_OPCODE(EX(opline)->op1.u.jmp_addr); ZEND_VM_CONTINUE(); /* CHECK_ME */ Regards, -- Michael - < mike(@)php.net > --------------enigDBF075C89D6623D186DA750B Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (Cygwin) iD8DBQFC50Cl2pTtEijQyW0RAouyAJ9CaNEeQqClNhDv2y/s8UmcorbxiQCdHT9S GkHAS1tVjBp8rn8pbGL5ViQ= =yV7u -----END PGP SIGNATURE----- --------------enigDBF075C89D6623D186DA750B--