components/pcre/patches/doc.patch
author Craig Mohrman <craig.mohrman@oracle.com>
Mon, 22 Jul 2013 12:36:47 -0700
changeset 1402 f225f89a0538
parent 730 38f3620b2700
permissions -rw-r--r--
16658678 problem in UTILITY/PHP 16004918 problem in UTILITY/PHP 16098069 /etc/apache2/2.2/conf.d/php/php.conf missing on upgrade to s11.1 17026033 problem in UTILITY/PHP 17157091 problem in UTILITY/PHP

diff -ru pcre-8.21.orig/doc/pcrejit.3 pcre-8.21/doc/pcrejit.3
--- pcre-8.21.orig/doc/pcrejit.3	Mon Dec  5 04:35:39 2011
+++ pcre-8.21/doc/pcrejit.3	Mon Dec 19 14:20:39 2011
@@ -33,6 +33,8 @@
 The Power PC support is designated as experimental because it has not been
 fully tested. If --enable-jit is set on an unsupported platform, compilation
 fails.
+.sp
+JIT support is not available on Solaris.
 .P
 A program that is linked with PCRE 8.20 or later can tell if JIT support is
 available by calling \fBpcre_config()\fP with the PCRE_CONFIG_JIT option. The
diff -ru pcre-8.21.orig/doc/html/pcrejit.html pcre-8.21/doc/html/pcrejit.html
--- pcre-8.21.orig/doc/html/pcrejit.html	Mon Dec 12 04:08:23 2011
+++ pcre-8.21/doc/html/pcrejit.html	Mon Dec 19 14:31:58 2011
@@ -58,6 +58,9 @@
 fails.
 </P>
 <P>
+JIT support is not available on Solaris.
+</P>
+<P>
 A program that is linked with PCRE 8.20 or later can tell if JIT support is
 available by calling <b>pcre_config()</b> with the PCRE_CONFIG_JIT option. The
 result is 1 when JIT is available, and 0 otherwise. However, a simple program