Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- BBCLONE: https://bbclone.de
- BBCLONE http://svn.bbclone.org/BBClone/trunk/
- 0.6.5-snapshot - working with PHP 7.2?
- ---
- In file /lib/html.php
- // Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP;
- // Line 84 function bbc_html() {
- function __construct() {
- ---
- In file /show_detailed.php
- // each deprecated in php 7.2 replaced with foreach
- // Line 171 reset($fields);
- // Line 172 while (list(, $val) = each($fields)) {
- foreach($fields as $val) {
- ---
- In file /show_global.php
- Many incidence of 'each' - I'm not qualified to re-code / patch - any help? admin AT cpcnw.co.uk
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement