php - "Missing php5ts.dll" error when installing Saxon/C -


i'm trying install saxon/c (beta version 0.3.1) on windows 7 machine after following the instructions, when attempt restart php windows dialog box pops saying;

the program can't start because php5ts.dll missing computer. try reinstalling program fix error.

followed by;

php startup: unable load dynamic library 'ext\php_saxon.dll' - specified module not found.

i'm using;

  • windows 7 32-bit
  • php 5.4.27 (thread safety disabled)
  • nginx 1.4.6

i start php command prompt doing;

php-cgi -b 127.0.0.1:9000 

if remove reference saxon extension=php_saxon.dll php.ini php starts ok saxon/c extension won't work. if put reference php.ini errors appear.

it's if saxon/c expecting php running in thread-safe mode, saxon documentation implies should work both thread-safe , non thread-safe;

the saxon/c dll library 32-bit version. php extension dll compiled php version 5.4 (ts/nts).


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -