[svn:PHP-Sandwich] rev 1025 - PHP-Sandwich/trunk

[email protected] 27 Apr 2005 22:20:52 -0000
Newsgroups perl.php.sandwich.dev
Message-ID <[email protected]>
Author: wez
Date: Wed Apr 27 15:20:52 2005
New Revision: 1025

Modified:
   PHP-Sandwich/trunk/README
Log:
TSRM patch is now in PHP HEAD

Modified: PHP-Sandwich/trunk/README
==============================================================================
--- PHP-Sandwich/trunk/README	(original)
+++ PHP-Sandwich/trunk/README	Wed Apr 27 15:20:52 2005
@@ -9,7 +9,8 @@
 BUILD INSTRUCTIONS
 ==================
 
-1) Apply stuff/TSRM.patch to a PHP 5.x source tree
+1) Apply stuff/TSRM.patch to a PHP 5.x source tree (patch is now present
+   in PHP CVS HEAD, so you can just grab a snapshot from snaps.php.net)
 2) Build/install PHP with --enable-maintainer-zts and --enable-embed 
 3) Build/Install PHP sources HERE.  See non-tests in t/ for examples.