win32 dev build broken

php.internals

Moriyoshi Koizumi

23 years ago
<snip> Compiling resources... Compiling... php_cli.c Linking... php_cli.obj : error LNK2001: unresolved external symbol _zend_is_auto_global ..\Release_TS_inline\cli\php.exe : fatal error LNK1120: 1 unresolved externals Error executing link.exe. </snip> The attached patch is a trivial fix for the compile failure. Could anyone who has ZE2 karma apply this one? Moriyoshi

Shane Caraveo

23 years ago
I've been compiling all day with no problem. I'll do a clean build and make sure about that. Shane Moriyoshi Koizumi wrote:

Moriyoshi Koizumi

23 years ago
The log was actually taken from snaps.php.net, and I also experienced that linker error with my VC7. Is it likely that I'm missing something? Moriyoshi Shane Caraveo <shane@caraveo.com> wrote:

Shane Caraveo

23 years ago
You didn't miss anything, I did. I've been working with cgi today, and failed to notice you were using cli. I'll take care of it in a moment. Shane Moriyoshi Koizumi wrote: