owl-framework / owl

PHP Web framework powered by Zephir & delivered as a C-extension
https://framework.lowl.io/
Other
47 stars 4 forks source link

AppVeyor fix x64 bit build(s) #21

Open ovr opened 9 years ago

ovr commented 9 years ago

https://ci.appveyor.com/project/ovr/owl/build/216-5.6.8/job/4019l6jy2mskt3kb https://ci.appveyor.com/project/ovr/owl/build/216-5.6.8

ovr commented 9 years ago

@steffengy Can you help with it? Thanks

steffengy commented 9 years ago

Are you sure you want to use x64 builds for php 5.X?

"x86_64 Builds The x64 builds of PHP for Windows should be considered experimental, and do not yet provide 64-bit integer or large file support. Please see this post for work ongoing to improve these builds." http://windows.php.net/ http://marc.info/?l=php-internals&m=137002754604365&w=2

steffengy commented 9 years ago

@ovr It could work if you replace '"%VS110COMNTOOLS%\VsDevCmd" %platform%' with '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall" %platform%'