cvs: pear /Net_FTP/Net/FTP Socket.php
[email protected] ("Jorrit Schippers")
| Newsgroups | php.pear.cvs |
|---|---|
| Message-ID | <cvsjschippers1208893666@cvsserver> |
jschippers Tue Apr 22 19:47:46 2008 UTC
Modified files:
/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.6&r2=1.7&diff_format=u
Index: pear/Net_FTP/Net/FTP/Socket.php
diff -u pear/Net_FTP/Net/FTP/Socket.php:1.6 pear/Net_FTP/Net/FTP/Socket.php:1.7
--- pear/Net_FTP/Net/FTP/Socket.php:1.6 Mon Jan 7 14:23:00 2008
+++ pear/Net_FTP/Net/FTP/Socket.php Tue Apr 22 19:47:46 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.6 2008/01/07 14:23:00 jschippers Exp $
+ * @version CVS: $Id: Socket.php,v 1.7 2008/04/22 19:47:46 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