goba Mon Jul 22 09:57:00 2002 EDT
Modified files:
/phpdoc/en/reference/java reference.xml
/phpdoc/en/reference/java/functions java-last-exception-clear.xml
java-last-exception-get.xml
Log:
Adding experimental notices to all functions and the extension docs.
The EXPERIMENTAL file is there in the source. Adding see also
java_last_exception_get() to java_last_exception_clear().
Index: phpdoc/en/reference/java/reference.xml
diff -u phpdoc/en/reference/java/reference.xml:1.3
phpdoc/en/reference/java/reference.xml:1.4
--- phpdoc/en/reference/java/reference.xml:1.3 Mon Jul 22 09:40:12 2002
+++ phpdoc/en/reference/java/reference.xml Mon Jul 22 09:57:00 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<reference id="ref.java">
<title>PHP / Java Integration</title>
<titleabbrev>Java</titleabbrev>
@@ -20,6 +20,7 @@
invoking methods on Java objects from PHP. The JVM is created using JNI,
and everything runs in-process.
</para>
+ &warn.experimental;
</section>
<section id="java.requirements">
Index: phpdoc/en/reference/java/functions/java-last-exception-clear.xml
diff -u phpdoc/en/reference/java/functions/java-last-exception-clear.xml:1.2
phpdoc/en/reference/java/functions/java-last-exception-clear.xml:1.3
--- phpdoc/en/reference/java/functions/java-last-exception-clear.xml:1.2 Wed
Apr 17 02:39:41 2002
+++ phpdoc/en/reference/java/functions/java-last-exception-clear.xml Mon Jul 22
+09:57:00 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/java.xml, last change in rev 1.1 -->
<refentry id="function.java-last-exception-clear">
<refnamediv>
@@ -12,6 +12,10 @@
<type>void</type><methodname>java_last_exception_clear</methodname>
<void/>
</methodsynopsis>
+ &warn.experimental.func;
+ <para>
+ See <function>java_last_exception_get</function> for an example.
+ </para>
</refsect1>
</refentry>
Index: phpdoc/en/reference/java/functions/java-last-exception-get.xml
diff -u phpdoc/en/reference/java/functions/java-last-exception-get.xml:1.2
phpdoc/en/reference/java/functions/java-last-exception-get.xml:1.3
--- phpdoc/en/reference/java/functions/java-last-exception-get.xml:1.2 Wed Apr 17
02:39:41 2002
+++ phpdoc/en/reference/java/functions/java-last-exception-get.xml Mon Jul 22
+09:57:00 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/java.xml, last change in rev 1.1 -->
<refentry id="function.java-last-exception-get">
<refnamediv>
@@ -12,6 +12,7 @@
<type>exception</type><methodname>java_last_exception_get</methodname>
<void/>
</methodsynopsis>
+ &warn.experimental.func;
<para>
The following example demonstrates the usage of Java's exception
handler from within PHP:
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php