Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15766 invoked from network); 17 Mar 2003 09:34:32 -0000 Received: from unknown (HELO salem) (212.209.116.169) by pb1.pair.com with SMTP; 17 Mar 2003 09:34:32 -0000 Received: from localhost (localhost [127.0.0.1]) (uid 1000) by salem with local; Mon, 17 Mar 2003 10:34:32 +0100 To: internals@lists.php.net Organization: Capio ApS Message-ID: <1047893671.5405.20.camel@salem.intra.nobolt.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=_salem-20481-1047893672-0001-2" X-Mailer: Ximian Evolution 1.2.2 Date: 17 Mar 2003 10:34:32 +0100 Subject: [PATCH] Some missing source files in Zend makefile From: per@capio.com (Per Lundberg) --=_salem-20481-1047893672-0001-2 Content-Type: multipart/mixed; boundary="=-VX74Zlo0J1bsjnTHQ9O7" --=-VX74Zlo0J1bsjnTHQ9O7 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable This patch fixes two things: * zend_object_API.c has been renamed to zend_objects_API.c * zend_mm.c has been added and is needed to compile an application using the Zend Engine. Also, I have one related question: how come we say noinst_LTLIBRARIES instead of lib_LTLIBRARIES? Wouldn't it be good if it was really easy to install the Zend engine system-wide, including the .so and .h files and so on? I'll gladly write the patch if you want it. --=20 Best regards, Per Lundberg / Capio ApS Phone: +46-18-4186040 Fax: +46-18-4186049 Web: http://www.capio.com --=-VX74Zlo0J1bsjnTHQ9O7 Content-Disposition: attachment; filename=zend.patch Content-Type: text/plain; name=zend.patch; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable ? autom4te.cache Index: Makefile.am =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 RCS file: /repository/ZendEngine2/Makefile.am,v retrieving revision 1.50 diff -u -r1.50 Makefile.am --- Makefile.am 18 Feb 2003 09:37:53 -0000 1.50 +++ Makefile.am 17 Mar 2003 09:16:25 -0000 @@ -14,7 +14,7 @@ zend_variables.c zend.c zend_API.c zend_extensions.c zend_hash.c \ zend_list.c zend_indent.c zend_builtin_functions.c zend_sprintf.c \ zend_ini.c zend_qsort.c zend_objects.c zend_object_handlers.c \ - zend_object_API.c zend_ts_hash.c zend_stream.c + zend_objects_API.c zend_ts_hash.c zend_stream.c zend_mm.c =20 libZend_la_LDFLAGS =3D libZend_la_LIBADD =3D @ZEND_EXTRA_LIBS@ --=-VX74Zlo0J1bsjnTHQ9O7-- --=_salem-20481-1047893672-0001-2 Content-Type: application/pgp-signature; name="signature.asc" Content-Transfer-Encoding: 7bit Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQA+dZamTN4aRo9LnpERAvI6AJ46sKbbvXbvv1lmzxeFxErXdwFNJACfVnnB xTQsjtpfmUeOnY85DkjPJEM= =qoPN -----END PGP SIGNATURE----- --=_salem-20481-1047893672-0001-2--