Skip to content
This repository has been archived by the owner on Jan 1, 2020. It is now read-only.

Commit

Permalink
Removal of polyfill support
Browse files Browse the repository at this point in the history
- With the upcoming 2.1.4 release, polyfill support is handled transparently
  within the framework, and no longer requires separate autoloading. In fact,
  the files used for autoloading previously now raise a deprecation notice.
  • Loading branch information
weierophinney committed Mar 12, 2013
1 parent dc07f2c commit 07eaeea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -9,6 +9,6 @@
"homepage": "http://framework.zend.com/",
"require": {
"php": ">=5.3.3",
"zendframework/zendframework": "2.*"
"zendframework/zendframework": ">2.1.3"
}
}
2 changes: 0 additions & 2 deletions init_autoloader.php
Expand Up @@ -41,8 +41,6 @@
'autoregister_zf' => true
)
));
require $zf2Path . '/Zend/Stdlib/compatibility/autoload.php';
require $zf2Path . '/Zend/Session/compatibility/autoload.php';
}
}

Expand Down

0 comments on commit 07eaeea

Please sign in to comment.