Changes between Version 17 and Version 18 of Ticket #1975


Ignore:
Timestamp:
Aug 3, 2007, 7:39:51 AM (17 years ago)
Author:
warmerdam
Comment:

No plan to address this for 5.0. Assigning to "FUTURE" as an enhancement.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1975

    • Property Priority highnormal
    • Property Milestone 5.0 releaseFUTURE
  • Ticket #1975 – Description

    v17 v18  
     1
     2Summary: PHP MapScript loadparams() does not work with mod_php because it does not receive the cgi environment variables.  This is presumably true of other non-cgi environments like mod_python as well.  This is basically unfixable, but we should likely offer a corresponding mechanism for mod_php/mod_python scripters to pass in the url to loadparams().
     3
     4Ben reports:
     5
     6On a linux server using php ms_newowsrequestobj() seems to return an object with numparams equal to zero. When loadparams() is called it fails. Examples of this are found below. In the script example all code satarting at the loadparams() call is commented out because including the loadparams() line causes the entire script to fail.
     7
    18{{{
    2 On a linux server using php ms_newowsrequestobj() seems to return an object with
    3 numparams equal to zero. When loadparams() is called it fails. Examples of this
    4 are found below. In the script example all code satarting at the loadparams()
    5 call is commented out because including the loadparams() line causes the entire
    6 script to fail.
    7 
    89Example URL:
    910