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

[email protected] 28 Apr 2005 23:41:03 -0000
Newsgroups perl.php.sandwich.dev
Message-ID <[email protected]>
Author: gschlossnagle
Date: Thu Apr 28 16:41:02 2005
New Revision: 1033

Modified:
   PHP-Sandwich/trunk/phpfuncs.h
Log:
missed this fella 


Modified: PHP-Sandwich/trunk/phpfuncs.h
==============================================================================
--- PHP-Sandwich/trunk/phpfuncs.h	(original)
+++ PHP-Sandwich/trunk/phpfuncs.h	Thu Apr 28 16:41:02 2005
@@ -16,6 +16,7 @@
 
 struct plobj {
     zend_object zo;
+    PerlInterpreter *perl;
 };
 
 struct perlistats {