cvs: pear(MAINT_1_3_4) /Net_FTP/Net/FTP Socket.php
[email protected] ("Jorrit Schippers")
| Newsgroups | php.pear.cvs |
|---|---|
| Message-ID | <cvsjschippers1208893628@cvsserver> |
jschippers Tue Apr 22 19:47:08 2008 UTC
Modified files: (Branch: MAINT_1_3_4)
/pear/Net_FTP/Net/FTP Socket.php
Log:
Remove dependency on PHP 5
http://cvs.php.net/viewvc.cgi/pear/Net_FTP/Net/FTP/Socket.php?r1=1.5.2.1&r2=1.5.2.2&diff_format=u
Index: pear/Net_FTP/Net/FTP/Socket.php
diff -u pear/Net_FTP/Net/FTP/Socket.php:1.5.2.1 pear/Net_FTP/Net/FTP/Socket.php:1.5.2.2
--- pear/Net_FTP/Net/FTP/Socket.php:1.5.2.1 Mon Jan 7 14:21:22 2008
+++ pear/Net_FTP/Net/FTP/Socket.php Tue Apr 22 19:47:08 2008
@@ -21,12 +21,12 @@
* @author Tobias Schlitt <[email protected]>
* @copyright 1997-2008 The PHP Group
* @license http://www.php.net/license/3_0.txt PHP License 3.0
- * @version CVS: $Id: Socket.php,v 1.5.2.1 2008/01/07 14:21:22 jschippers Exp $
+ * @version CVS: $Id: Socket.php,v 1.5.2.2 2008/04/22 19:47:08 jschippers Exp $
* @link http://pear.php.net/package/Net_FTP
* @since File available since Release 0.0.1
*/
-error_reporting(E_ALL|E_STRICT);
+error_reporting(E_ALL);
/**
* Default FTP extension constants