Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21857 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31343 invoked by uid 1010); 13 Feb 2006 13:02:15 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 31328 invoked from network); 13 Feb 2006 13:02:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Feb 2006 13:02:15 -0000 X-Host-Fingerprint: 192.38.9.232 gw2.emini.dk Linux 2.4/2.6 Received: from ([192.38.9.232:14141] helo=gw2.emini.dk) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id B5/50-28434-55380F34 for ; Mon, 13 Feb 2006 08:02:14 -0500 Received: from foxbox (IGLD-84-228-50-112.inter.net.il [84.228.50.112]) by gw2.emini.dk (Postfix) with ESMTP id B3373A2EBA for ; Mon, 13 Feb 2006 14:02:09 +0100 (CET) Message-ID: <13b101c6309d$b9f29780$6402a8c0@foxbox> Reply-To: "Steph Fox" To: "internals" Date: Mon, 13 Feb 2006 15:02:20 +0200 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_13AE_01C630AE.7CA579E0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: [PATCH] pval isn't supported in CVS HEAD From: steph@zend.com ("Steph Fox") ------=_NextPart_000_13AE_01C630AE.7CA579E0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit This is probably the smallest patch in the history of PHP development, but I'm fairly certain three php_u_register_variable_*() functions won't work without it :) - Steph ------=_NextPart_000_13AE_01C630AE.7CA579E0 Content-Type: text/plain; format=flowed; name="smallest_ever.txt"; reply-type=original Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="smallest_ever.txt" Index: main/php_variables.c=0A= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0A= RCS file: /repository/php-src/main/php_variables.c,v=0A= retrieving revision 1.113=0A= diff -u -r1.113 php_variables.c=0A= --- main/php_variables.c 13 Feb 2006 12:18:31 -0000 1.113=0A= +++ main/php_variables.c 13 Feb 2006 12:56:23 -0000=0A= @@ -239,7 +239,7 @@=0A= }=0A= }=0A= =0A= -PHPAPI void php_u_register_variable_ex(UChar *var, zval *val, pval = *track_vars_array TSRMLS_DC)=0A= +PHPAPI void php_u_register_variable_ex(UChar *var, zval *val, zval = *track_vars_array TSRMLS_DC)=0A= {=0A= UChar *p =3D NULL;=0A= UChar *ip; /* index pointer */=0A= ------=_NextPart_000_13AE_01C630AE.7CA579E0--