Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2015
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. One solution is to upgrade to [PHP 7][1], but see the note in the manual:
  2.  
  3. >**THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!**
  4.  
  5.  
  6. The reason why you get this error can be found in the manual page of [`dirname()`][2], under changelog:
  7.  
  8. > ###Changelog
  9.  
  10. > Version Description
  11. > 7.0.0 Added the optional levels parameter.
  12.  
  13.  
  14. [1]: http://php.net/archive/2015.php#id2015-09-17-2
  15. [2]: http://php.net/manual/en/function.dirname.php#refsect1-function.dirname-changelog
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement