svn: /web/doc-editor/trunk/php/ ToolsCheckEntities.php

[email protected] (Yannick Torres)
Newsgroups php.doc.web
Message-ID <[email protected]>
yannick                                  Wed, 24 Feb 2010 22:46:52 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=295484

Log:
Remove static declaration

Changed paths:
    U   web/doc-editor/trunk/php/ToolsCheckEntities.php

Modified: web/doc-editor/trunk/php/ToolsCheckEntities.php
===================================================================
--- web/doc-editor/trunk/php/ToolsCheckEntities.php	2010-02-24 21:36:03 UTC (rev 295483)
+++ web/doc-editor/trunk/php/ToolsCheckEntities.php	2010-02-24 22:46:52 UTC (rev 295484)
@@ -13,17 +13,17 @@

     private static $instance;

-    private static $urlConnectTimeout;
-    private static $userAgent;
-    private static $pathEntities;
+    private $urlConnectTimeout;
+    private $userAgent;
+    private $pathEntities;

-    private static $forkUrlAllow;
-    private static $forkNumAllowed;
+    private $forkUrlAllow;
+    private $forkNumAllowed;

-    private static $supportedSchemes;
+    private $supportedSchemes;

-    private static $entityNames;
-    private static $entityUrls;
+    private $entityNames;
+    private $entityUrls;


     /**
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.