[svn:PHP-Sandwich] r1439 - in PHP-Sandwich/trunk/lib/PHP: . Interpreter

[email protected] 31 Jul 2005 15:49:40 -0000
Newsgroups perl.php.sandwich.dev
Message-ID <[email protected]>
Author: theory
Date: Sun Jul 31 08:49:40 2005
New Revision: 1439

Modified:
   PHP-Sandwich/trunk/lib/PHP/Interpreter.pm
   PHP-Sandwich/trunk/lib/PHP/Interpreter/Class.pm
   PHP-Sandwich/trunk/lib/PHP/Interpreter/Resource.pm
Log:
Credit our sponsors.

Modified: PHP-Sandwich/trunk/lib/PHP/Interpreter.pm
==============================================================================
--- PHP-Sandwich/trunk/lib/PHP/Interpreter.pm	(original)
+++ PHP-Sandwich/trunk/lib/PHP/Interpreter.pm	Sun Jul 31 08:49:40 2005
@@ -318,6 +318,10 @@ Please send bug reports to <bug-php-inte
 
 George Schlossnagle <[email protected]>
 
+=head1 CREDITS
+
+Development sponsored by PT.com.
+
 =head1 COPYRIGHT AND LICENSE
 
 Copyright (c) 2005 Kineticode, Inc. All Rights Reserved.

Modified: PHP-Sandwich/trunk/lib/PHP/Interpreter/Class.pm
==============================================================================
--- PHP-Sandwich/trunk/lib/PHP/Interpreter/Class.pm	(original)
+++ PHP-Sandwich/trunk/lib/PHP/Interpreter/Class.pm	Sun Jul 31 08:49:40 2005
@@ -53,6 +53,10 @@ Please send bug reports to <bug-php-inte
 
 George Schlossnagle <[email protected]>
 
+=head1 CREDITS
+
+Development sponsored by PT.com.
+
 =head1 COPYRIGHT AND LICENSE
 
 Copyright (c) 2005 Kineticode, Inc. All Rights Reserved.

Modified: PHP-Sandwich/trunk/lib/PHP/Interpreter/Resource.pm
==============================================================================
--- PHP-Sandwich/trunk/lib/PHP/Interpreter/Resource.pm	(original)
+++ PHP-Sandwich/trunk/lib/PHP/Interpreter/Resource.pm	Sun Jul 31 08:49:40 2005
@@ -10,8 +10,9 @@ PHP::Interpreter::Resource - PHP interpr
 
 =head1 DESCRIPTION
 
-This class is the opaque base class for PHP resource containers.  PHP resources returned into Perl will be wrapped in this type.  
-PHP resources have no attributes or methods, so this is simply an opaque container.
+This class is the opaque base class for PHP resource containers. PHP resources
+returned into Perl will be wrapped in this type. PHP resources have no
+attributes or methods, so this is simply an opaque container.
 
 See L<PHP::Interpreter|PHP::Interpreter>.
 
@@ -27,6 +28,10 @@ Please send bug reports to <bug-php-inte
 
 George Schlossnagle <[email protected]>
 
+=head1 CREDITS
+
+Development sponsored by PT.com.
+
 =head1 COPYRIGHT AND LICENSE
 
 Copyright (c) 2005 Kineticode, Inc. All Rights Reserved.