git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@437417
13f79535-47bb-0310-9956-
ffa450edef68
(That patch works with many recent levels of Apache 2+.)
+================
+ Solaris:
+
+ On Solaris, better performance may be achieved by using the Sun Studio
+ compiler instead of gcc. As of version 11, it is now free (registration
+ required). Download the compiler from:
+
+ http://developers.sun.com/prodtech/cc/downloads/index.jsp
+
+ If you use Sun Studio, the following compiler flags (CFLAGS) are
+ recommended:
+
+ -XO4 -xchip=generic
+
http://people.apache.org/~wrowe/mod_isapi-416293-to-httpd-2.2.patch
+1 wrowe , fielding, jerenkrantz
- * README.platforms: Add a note for Solaris compiler recommendations.
- http://svn.apache.org/viewvc?rev=414921&view=rev
- +1 jerenkrantz, rpluem, sctemme
-
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
* Bundled PCRE: backport r381783 from trunk