FFY00 / phpdesktop

Automatically exported from code.google.com/p/phpdesktop
0 stars 0 forks source link

Move extensions to the php executable directory - problems finding ext on Win XP #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
On Windows XP loading of extensions fail, the following error messages
occur for loading any of the extensions entered in the "php.ini" file:

  PHP Warning: PHP startup: Unable to load dynamic library 
  "php_sqlite.dll" - Application initialization failed due
  to incorrect configuration. Reinstalling the application
  may solve the problem.

It seems that this is a long time bug in PHP when running as CGI
(through php-cgi.exe). The solution seem to be to add the php directory
to the system PATH variable or just move the extension dlls to the
same directory that the "php-cgi.exe" executable resides, see this
post [1].

[1] https://groups.google.com/d/msg/phpdesktop/0E7QK0uy5nw/UnktT3-TEtwJ

Original issue reported on code.google.com by czarek.t...@gmail.com on 11 Jun 2013 at 9:30

GoogleCodeExporter commented 8 years ago
On Windows 7 the extensions load fine, this problem occurs only on XP.

Original comment by czarek.t...@gmail.com on 11 Jun 2013 at 9:42

GoogleCodeExporter commented 8 years ago
When this issue gets fixed in the next v11 release make sure to update
the instruction on how to update the binaries provided with phpdesktop
with the latest version, see the KnowledgeBase wiki page, section
"PHP interpreter & extensions".

Original comment by czarek.t...@gmail.com on 11 Jun 2013 at 9:49

GoogleCodeExporter commented 8 years ago

Original comment by czarek.t...@gmail.com on 21 Jul 2013 at 6:34

GoogleCodeExporter commented 8 years ago
Fixed in phpdesktop-chrome, see revision 17f52aff2260.

Original comment by czarek.t...@gmail.com on 19 Jan 2014 at 7:36

GoogleCodeExporter commented 8 years ago
Fixed in PHP Desktop Chrome 31.0 that was just released. 

Original comment by czarek.t...@gmail.com on 19 Jan 2014 at 11:23

GoogleCodeExporter commented 8 years ago
move the folder php on DescktopPHP MSIE to DescktopPhpChrome to change the php 
version this work ok

Original comment by fbecheva...@gmail.com on 26 Mar 2014 at 5:01

GoogleCodeExporter commented 8 years ago
Project will move to Github. Find this issue at the new address (soon): 
https://github.com/cztomczak/phpdesktop/issues/34

Original comment by czarek.t...@gmail.com on 24 Aug 2015 at 3:19