[mapguide][MG42][Modified] SQLitePhpApi project file fix (+other project file cleanup)

Walt Welton-Lair walt.welton-lair at autodesk.com
Wed Mar 1 15:49:45 EST 2006


You can view the artifact detail at the following URL:

    https://mapguide.osgeo.org/servlets/Scarab/id/MG42

Type:
OS:Issue

Artifact ID:
MG42 (SQLitePhpApi project file fix (+other project file cleanup))

Modified by:
Walt Welton-Lair
waltweltonlair (walt.welton-lair at autodesk.com)

The following modifications were made to this artifact:
---------------------------------------------------------------------

-- OS:Description set to new value:
Old value:
The debug build of the SQLitePhpApi PHP extension (php_SQLitePhpApid.dll) was failing to load.  Using Depends I noticed that dependencies to msvcp80d and msvcr80d were missing.  With VS 2005 these DLLs are referenced via the manifest.  Sure enough, the debug configuration of the SQLitePhpApi project was not generating a manifest.  After enabling it PHP was able to load the extension without problems.

I also went through all the server project files and removed redundant settings.
New value:
The debug build of the SQLitePhpApi PHP extension (php_SQLitePhpApid.dll) was failing to load.  Using Depends I noticed that dependencies to msvcp80d and msvcr80d were missing.  With VS 2005 these DLLs are referenced via the manifest.  Sure enough, the debug configuration of the SQLitePhpApi project was not generating a manifest.  After enabling it PHP was able to load the extension without problems.

I also went through all the server and web extension project files and removed redundant settings.

A couple of the web extension projects were still using the multi-byte character set.

Another fix was in MdfParser: the release configuration had optimization disabled.  This is now enabled.

Some PDB filenames did not match the DLL names.  this is fixed.




---------------------------------------------------------------------
This message was automatically generated by Project Tracker.








More information about the Mapguide_issues mailing list