Bug 440

Summary: [Chameleon] Beta- 20040604 php_.dll extension issue in sample app
Product: Chameleon Reporter: Chris Thorne <cthorne@dmsolutions.ca>
Component: CoreAssignee: chameleon-dev <chameleon-dev@lists.maptools.org>
Status: CLOSED FIXED    
Severity: normal    
Priority: P2    
Version: 1.99   
Target Milestone: 1.99 beta 2   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description From 2004-06-04 14:03:16
Pre beta2 testing failed:
http://localhost/chameleon/samples/sample_basic_plainbuttons.phtml

Warning: dl(): Unable to load dynamic library
'/ms4w/Apache/php/extensions/php_.dll' - The specified module could not be
found. in C:\ms4w\apps\chameleon\htdocs\widgets\KeyMap\KeyMap.widget.php on line 126

Thought it was a configuration issue with chameleon, but is only shown in above
sample app.
------- Comment #1 From 2004-06-04 15:02:50 -------
This error could not be reproduced on Linux. This could be an issue with the
ms4w install package??? 
------- Comment #2 From 2004-06-04 15:03:34 -------
I forgot to mention that the error occurs at when the application is loaded.
------- Comment #3 From 2004-06-05 09:39:58 -------
for the record, the same bug existed in the Print widget and the TrueNorth
widget, and in some of the buttonizer code and the font picker in php_utils, it
was related to the use of a session variable that no longer was required (which
GD module to load, must be gd2 now).

Also fixed similar problems related to other session variables that no longer
exist, all revolving around the same issue.

Fixes committed to cvs
------- Comment #4 From 2004-06-24 15:00:05 -------
verified in beta 2 2004-06-20
------- Comment #5 From 2004-07-05 11:54:02 -------
Close this bug since this is a Windows specific bug.