Re: [PHP-WIN] PHP4 source doesn't build on Windows...?

2009-02-11 Thread Marco Schuster
t php version o_O Has anyone ever successfully built it on Windows? Marco -- VMSoft GbR Nabburger Str. 15 81737 München Geschätsführer: Marco Schuster, Volker Hemmert http://vmsoft-gbr.de -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] PHP 4.4.9, Windows: php_openssl.dll is loaded, but https wrapper not found.

2009-02-11 Thread Marco Schuster
I can verify that openssl > support is enabled because the openssl modules shows up in phpinfo(). > However, I'm not sure how to define the https wrapper. > What PHP version is this? The dates from the phpconfig output indicate you use a very old PHP version. Marco -- VMSoft Gb

Re: [PHP-WIN] PHP COM encoding problems

2009-02-04 Thread Marco Schuster
en I read it via the COM-Object, it returns it as a normal > "i". I also tried different internal encodings in PHP, but with no effect. You could use the multibyte string functions (mb_XX) for characterset stuff. Good luck! Marco -- VMSoft GbR Nabburger Str. 15 81737 München Geschätsfüh

Re: [PHP-WIN] Re: Compiling error on WinXP

2008-12-27 Thread Marco Schuster
On Sun, Dec 28, 2008 at 2:44 AM, Elizabeth M Smith wrote: > The manual is sadly out of date - here are some corrections Together with Pierre from #php-dev-windows on Freenode I managed to compile 5.3 :) I put the steps we used in this blog entry: http://blog.harddisk.is-a-geek.org/index.php/dev/ph

[PHP-WIN] Compiling error on WinXP

2008-12-27 Thread Marco Schuster
Hi all, I currently try to compile php 5.2.8 on Windows XP Home SP3 (32bit) with VS2008 Pro, as described in . Compiling runs successful and the php.exe works with cscript /nologo configure.js --disable-all --enable-cli --enable-object-out