From: Zoltan B. <zb...@du...> - 2008-08-11 13:30:40
|
Hi, here are the patches that make RLIB compile on Windows. The patches are split up in a way to contain only one fix. There's one thing that's missing though, namely PHP. PHP on Windows absolutely requires MSVC, the PHP/Win distribution(s) doesn't even contain php.h, etc., only the stub library called php5ts.lib to make it possible to link with php5ts.dll. Making a Zend extension under Windows starts with compiling PHP from source, it seems... Best regards, Zoltán Böszörményi |