Date: 10/22/98
- Next message: ssb: "[PHP-DEV] CVS update: php3/doc/functions"
- Previous message: nick <email protected>: "[PHP-DEV] Bug #867: No inputfile specified"
- Next in thread: ssb: "[PHP-DEV] CVS update: php3/doc/functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thursday October 22, 1998 @ 10:43
Author: ssb
Update of /repository/php3/doc/functions
In directory asf:/u2/tmp/cvs-serv16572
Modified Files:
xml.sgml
Log Message:
mention "make" rule to build expat library
Index: php3/doc/functions/xml.sgml
diff -c php3/doc/functions/xml.sgml:1.6 php3/doc/functions/xml.sgml:1.7
*** php3/doc/functions/xml.sgml:1.6 Wed Oct 21 18:08:04 1998
--- php3/doc/functions/xml.sgml Thu Oct 22 10:43:40 1998
***************
*** 21,27 ****
This extension uses <productname>expat</productname>, which can
be found at <ulink
url="http://www.jclark.com/xml/">http://www.jclark.com/xml/>.
! An RPM package of expat can be found at <ulink
url="http://www.guardian.no/~ssb/phpxml.html">http://www.guardian.no/~ssb/phpxml.html>.
</para>
<para>
--- 21,34 ----
This extension uses <productname>expat</productname>, which can
be found at <ulink
url="http://www.jclark.com/xml/">http://www.jclark.com/xml/>.
! The Makefile that comes with expat does not build a library by
! default, you can use this make rule for that:
! <programlisting role=makefile>
! libexpat.a: $(OBJS)
! ar -rc $@ $(OBJS)
! ranlib $@
! </programlisting>
! A source RPM package of expat can be found at <ulink
url="http://www.guardian.no/~ssb/phpxml.html">http://www.guardian.no/~ssb/phpxml.html>.
</para>
<para>
--
PHP Development Mailing List http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>

