Bladeren bron

[GENERIC] Zend_Filter:

- erased old notes

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@18413 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 jaren geleden
bovenliggende
commit
26c7915644
2 gewijzigde bestanden met toevoegingen van 0 en 3 verwijderingen
  1. 0 1
      library/Zend/Filter/File/Rename.php
  2. 0 2
      library/Zend/Filter/HtmlEntities.php

+ 0 - 1
library/Zend/Filter/File/Rename.php

@@ -63,7 +63,6 @@ class Zend_Filter_File_Rename implements Zend_Filter_Interface
         }
 
         if (1 < func_num_args()) {
-            trigger_error('Support for multiple arguments is deprecated in favor of a single options array', E_USER_NOTICE);
             $argv = func_get_args();
             array_shift($argv);
             $source    = array_shift($argv);

+ 0 - 2
library/Zend/Filter/HtmlEntities.php

@@ -63,8 +63,6 @@ class Zend_Filter_HtmlEntities implements Zend_Filter_Interface
     public function __construct($options = array())
     {
         if (!is_array($options)) {
-// @todo: Preperation for 2.0... needs to be cleared with the dev-team
-//            trigger_error('Support for multiple arguments is deprecated in favor of a single options array', E_USER_NOTICE);
             $options = func_get_args();
             $temp['quotestyle'] = array_shift($options);
             if (!empty($options)) {