[mapguide-trac] #1072: PHP CLI errors out under Windows 2008 / Vista when MapGuide extension loaded

MapGuide Open Source trac_mapguide at osgeo.org
Mon Aug 17 15:43:39 EDT 2009


#1072: PHP CLI errors out under Windows 2008 / Vista when MapGuide extension
loaded
-----------------------+----------------------------------------------------
   Reporter:  jbirch   |       Owner:          
       Type:  defect   |      Status:  new     
   Priority:  high     |   Milestone:          
  Component:  Web API  |     Version:  2.1.0   
   Severity:  major    |    Keywords:  php, cli
External_id:           |  
-----------------------+----------------------------------------------------
 When running PHP in CLI mode, on exit Windows throws an error "CLI has
 stopped working".  After commenting out the !MapGuide API from the php.ini
 extensions, this error goes away.

 How to replicate:

 Create simple script called test.php:
 {{{
 <?php
 phpinfo();
 ?>
 }}}

 From the commandline call:

 {{{
 php test.php
 }}}

 See error (image attached).

 Comment out the PHP extension in php.ini and try again.  Note the absense
 of error :)

 This is important to address, as it makes it difficult/impossible to
 perform routine maintenance tasks through the command line in an automated
 fashion on these servers.

-- 
Ticket URL: <https://trac.osgeo.org/mapguide/ticket/1072>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals


More information about the mapguide-trac mailing list