简体   繁体   English

如何编译WSO2 WFS PHP 2.1.0或在哪里获取最新的二进制文件

[英]How to compile WSO2 WFS PHP 2.1.0 or where to get latest binaries

I'm having trouble compiling the WSO PHP framework on Windows. 我在Windows上编译WSO PHP框架时遇到问题。 The latest version is here on github https://github.com/wso2/wsf . 最新版本在github https://github.com/wso2/wsf上 I've been trying to follow the instructions located at /php/README.INSTALL_WIN32 我一直在尝试按照/php/README.INSTALL_WIN32中的说明进行操作

The problem is that the folder structure in github does not match what that build.bat is expecting and the build fails. 问题在于github中的文件夹结构与build.bat期望的不匹配,并且构建失败。

I'm having to do this as part of a website running an old version of php is being upgraded to 5.3 and still needs WSF to run. 我必须这样做,因为运行旧版本php的网站的一部分已升级到5.3,但仍需要WSF才能运行。

I can't find the binaries anywhere pre compiled - if someone knows where they are then that would save having to try compiling them. 我无法在任何预编译的二进制文件中找到二进制文件-如果有人知道它们的位置,那将省去尝试编译它们的麻烦。 If not, any help in the compile process is appreciated. 如果没有,请在编译过程中提供任何帮助。

Thanks 谢谢

I ran into the same problem as you except when trying to compile under Linux, I found the solution to be first configure/compiling the C components from the source from here , copying the contents after make into a new folder 'wsf_c' inside the php fodler and then using the build script within the php folder of the sources from Github. 除了尝试在Linux下编译时,我遇到了与您相同的问题,我发现解决方案是首先从此处从源代码配置/编译C组件,将make之后的内容复制到php中的新文件夹“ wsf_c”中fodler,然后在Github来源的php文件夹中使用构建脚本。 I know you've likely found a way around this already but I hope this may help someone. 我知道您可能已经找到解决此问题的方法,但我希望这可以对某人有所帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM