philip Sat May 31 10:33:43 2003 EDT
Modified files:
/phpdoc/en/faq build.xml
Log:
Add note about the new 'build complete' text, to the mysql tempnam faq.
Index: phpdoc/en/faq/build.xml
diff -u phpdoc/en/faq/build.xml:1.25 phpdoc/en/faq/build.xml:1.26
--- phpdoc/en/faq/build.xml:1.25 Wed May 21 06:34:22 2003
+++ phpdoc/en/faq/build.xml Sat May 31 10:33:43 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.25 $ -->
+<!-- $Revision: 1.26 $ -->
<chapter id="faq.build">
<title>Build Problems</title>
<titleabbrev>Build Problems</titleabbrev>
@@ -465,6 +465,18 @@
you set your compiler to die on Warnings, it will. Also
keep in mind that MySQL support is enabled by default.
</para>
+ <note>
+ <para>
+ As of PHP 4.3.2, you'll also see the following text after
+ the build (make) completes:
+ </para>
+ <para>
+ <screen>
+ Build complete.
+ (It is safe to ignore warnings about tempnam and tmpnam).
+ </screen>
+ </para>
+ </note>
</answer>
</qandaentry>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php