Opened 11 years ago

Closed 11 years ago

#909 closed enhancement (fixed)

Mapbender 2.7 and PHP 5.4

Reported by: verenadiewald Owned by: dev
Priority: major Milestone: 2.7.4 release
Component: core Version: 2.7.3
Keywords: Cc:

Description

what you have to do to get Mapbender working with PHP 5.4

Change History (1)

comment:1 by verenadiewald, 11 years ago

Resolution: fixed
Status: newclosed

Standard functionality still works with PHP 5.4, but try to get rid of all import_request_variables("PG") calls in your source code, please replace it with:

extract($_GET, EXTR_OVERWRITE);extract($_POST, EXTR_OVERWRITE);

http://trac.osgeo.org/mapbender/changeset/8681

Note: See TracTickets for help on using tickets.