Re: [PHP-WIN] Compiling Win32 extensions (VC++)

2005-04-08 Thread Frank M. Kromann
Hi Jeff, The default build of PHP on Win32 is thread safe but it's only required if you are using PHP with a multithreaded server. I Use PHP5 in a non threaded configuration (CGI and CLI) on win32. You can download binaries at http://kromann.info/php.php, or compile them. There is two ways to fix

[PHP-WIN] Compiling Win32 extensions (VC++)

2005-04-07 Thread Jeff Beidler
Hello, I am trying to compile Doru Petrescu's Upload Progress Meter extension on Win32. (See http://pdoru.from.ro/upload-progress-meter.) This is a great extension, it works very well... on linux, for which it was designed. I am using MS Visual Studio (Visual C++ 6.0) as my build environment