douya7282 2015-03-24 07:13
浏览 367
已采纳

在Windows 7中对php进行stomp扩展

I am trying to install stomp extension for php5.5.12 version, i have wamp server2.5 and windows 7 64 bit pc. I have downloaded the dll file of stomp extension from pecl website [1]: http://pecl.php.net/package/stomp , and enables the entry for the same in php.ini file with the help of phpinfo(), now when i restart the wamp server and tried to see the stomp extension in phpinfo screen it is not there,and there is an warning message in php error file which says that: PHP Warning: PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.5.12/ext/php_stomp.dll' - %1 is not a valid Win32 application.
I tried to searched different blogs and google,but could not find the running solution.can any one please help me.

Is there any url from where i can download the 64bit stomp dll file , i have tried the urls like

http://downloads.php.net/pierre/ that is not working

thanks and regards

  • 写回答

1条回答 默认 最新

  • doumao1917 2015-04-06 12:30
    关注

    The error is due to the mismatch of the versions.I am using the wamp on windows 64 bit but the dll file for stomp is 32 bit version that is why the error is there. But unfortunately there is no dll file of 64 bit version for windows and the official site http://downloads.php.net/pierre/ is also down, so alternatevly i got the Stomp,Frame etc. classes from the drupal stomp module and made a php file which will include these files ,it is working perfectly fine for me.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 关于github的项目怎么在pycharm上面运行
  • ¥15 内存地址视频流转RTMP
  • ¥100 有偿,谁有移远的EC200S固件和最新的Qflsh工具。
  • ¥15 找一个QT页面+目标识别(行人检测)的开源项目
  • ¥15 有没有整苹果智能分拣线上图像数据
  • ¥20 有没有人会这个东西的
  • ¥15 cfx考虑调整“enforce system memory limit”参数的设置
  • ¥30 航迹分离,航迹增强,误差分析
  • ¥15 Chrome Manifest扩展引用Ajax-hook库拦截请求失败
  • ¥15 用Ros中的Topic通讯方式控制小乌龟的速度,走矩形;编写订阅器代码