Nuno Lopes wrote:
> It seems that the php 5 win32 build is broken.
Should be fixed.
--
Sebastian Bergmann http://www.sebastian-bergmann.de/
GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69
--
PHP Internals - PHP Runtime Development Mailing List
To
Hello,
It seems that the php 5 win32 build is broken.
From http://snaps.php.net/win32/snapshot.log :
"Enabling extension ..\pecl\db [shared]
c:\php4build\snap\configure.js(3879, 1) Microsoft JScript runtime error:
'PHP_DBDO' is undefined"
Nuno
--
PHP Internals - PHP Runtime Development Mailing Li
Problem is from TSRM when HEAD was synch'd with the php4 branch. Anything
that was done in HEAD is gone in latest revision. Until this is sorted out,
grabbing the previous revision for the changed files seems to work.
Rob
From: Sebastian Bergmann
>php5\ext\standard\filestat.c(582): warning
php5\ext\standard\filestat.c(582): warning C4013:
'virtual_access' undefined
php5\ext\standard\filestat.c(582): error C2065:
'W_OK': undeclared identifier
php5\ext\standard\filestat.c(584): error C2065:
'R_OK': undeclared identifier
php5\ext\standard\filestat.c(586): error C