[Bug 2083] New: [Chameleon] PHP 5.3.0's new 'deprecated' notices

View: New views
6 Messages — Rating Filter:   Alert me  

[Bug 2083] New: [Chameleon] PHP 5.3.0's new 'deprecated' notices

by Bugzilla from bugzilla-daemon@bugzilla.maptools.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

http://bugzilla.maptools.org/show_bug.cgi?id=2083

           Summary: [Chameleon] PHP 5.3.0's new 'deprecated' notices
           Product: Chameleon
           Version: 2.6
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: blocker
          Priority: P1
         Component: Core
        AssignedTo: chameleon-dev@...
        ReportedBy: jmckenna@...




--
Configure bugmail: http://bugzilla.maptools.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Chameleon-dev mailing list
Chameleon-dev@...
http://lists.maptools.org/mailman/listinfo/chameleon-dev

[Bug 2083] [Chameleon] PHP 5.3.0's new 'deprecated' notices

by Bugzilla from bugzilla-daemon@bugzilla.maptools.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

http://bugzilla.maptools.org/show_bug.cgi?id=2083





--- Comment #1 from Jeff McKenna <jmckenna@...>  2009-07-23 17:06:51 ---
PHP 5.3.0's new runtime deprecated notices are a show-stopper for Chameleon
because Chameleon code actually sets the error_reporting() value in
chameleon.php (and other files) to show ALL errors (over-riding any setting in
php.ini to not show deprecated notices) - and this litters the page with
deprecated notices, causing no map to appear.

--
Configure bugmail: http://bugzilla.maptools.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Chameleon-dev mailing list
Chameleon-dev@...
http://lists.maptools.org/mailman/listinfo/chameleon-dev

[Bug 2083] [Chameleon] PHP 5.3.0's new 'deprecated' notices

by Bugzilla from bugzilla-daemon@bugzilla.maptools.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

http://bugzilla.maptools.org/show_bug.cgi?id=2083





--- Comment #2 from Jeff McKenna <jmckenna@...>  2009-07-23 17:08:41 ---
For the record, the proper value should be:

error_reporting = E_ALL & ~E_DEPRECATED

--
Configure bugmail: http://bugzilla.maptools.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Chameleon-dev mailing list
Chameleon-dev@...
http://lists.maptools.org/mailman/listinfo/chameleon-dev

[Bug 2083] [Chameleon] PHP 5.3.0's new 'deprecated' notices

by Bugzilla from bugzilla-daemon@bugzilla.maptools.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

http://bugzilla.maptools.org/show_bug.cgi?id=2083


Daniel Morissette <dmorissette@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dmorissette@...




--
Configure bugmail: http://bugzilla.maptools.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Chameleon-dev mailing list
Chameleon-dev@...
http://lists.maptools.org/mailman/listinfo/chameleon-dev

[Bug 2083] [Chameleon] PHP 5.3.0's new 'deprecated' notices

by Bugzilla from bugzilla-daemon@bugzilla.maptools.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

http://bugzilla.maptools.org/show_bug.cgi?id=2083


Julien-Samuel Lacroix <jlacroix@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |jlacroix@...




--- Comment #3 from Julien-Samuel Lacroix <jlacroix@...>  2009-07-23 19:44:20 ---
I'll look into that.
Marking as ASSIGNED

--
Configure bugmail: http://bugzilla.maptools.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Chameleon-dev mailing list
Chameleon-dev@...
http://lists.maptools.org/mailman/listinfo/chameleon-dev

[Bug 2083] [Chameleon] PHP 5.3.0's new 'deprecated' notices

by Bugzilla from bugzilla-daemon@bugzilla.maptools.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

http://bugzilla.maptools.org/show_bug.cgi?id=2083





--- Comment #4 from Jeff McKenna <jmckenna@...>  2009-07-24 15:31:35 ---
For the short term I have changed the error_reporting value in chameleon.php of
the Chameleon-MS4W package...so at least the samples work, but there are many
other hardcoded error_reporting values.

--
Configure bugmail: http://bugzilla.maptools.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Chameleon-dev mailing list
Chameleon-dev@...
http://lists.maptools.org/mailman/listinfo/chameleon-dev