Has anyone built PHP6 using Visual C++ Express Edition V8? The symptoms I get are pretty well described in http://bugs.php.net/bug.php?id=39130 and I'm just wondering if this was fixed for PHP5 and not PHP6?

Ah, this is a very familiar issue, you need to set USE_32BIT_TIME_T in either project or some top include. You may also want to set _CRT_SECURE_NO_DEPRECATE otherwise it will output a ton of warnings.
--
Stanislav Malyshev, Zend Products Engineer
[EMAIL PROTECTED]  http://www.zend.com/

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to