I downloaded and installed the prebuilt Windows binary package php-5.2.0-Win32.zip. But I cannot find phpize command that I assume I'd need to develop an extension.
Is there a prebuilt phpize that is compatible with php-5.2.0-Win32.zip ? If I do need to build this from the source, what would be the easiest way to come up with the configuration that is compatible with php-5.2.0-Win32.zip ? I'm using Windows XP, Visual Studio .NET (2003?) and Apache 2.2.3. Another question that might be off-topic for this mailing list: Can I use gcc to write an extension to work with the prebiult binary of php-5.2.0-Win32.zip, or do I have to use Visua Studio ? -kuro