Sebastian Bergmann wrote: > sebastian Mon Dec 9 06:45:47 2002 EDT > > Modified files: > /php4/sapi/cli php_cli.c > Log: > Fix build. > > > Index: php4/sapi/cli/php_cli.c > diff -u php4/sapi/cli/php_cli.c:1.54 php4/sapi/cli/php_cli.c:1.55 > --- php4/sapi/cli/php_cli.c:1.54 Sun Dec 8 05:23:50 2002 > +++ php4/sapi/cli/php_cli.c Mon Dec 9 06:45:46 2002 > @@ -23,6 +23,7 @@ > #include "php.h" > #include "php_globals.h" > #include "php_variables.h" > +#include "zend_hash.h" > #include "zend_modules.h" > > #include "SAPI.h"
I committed the patch above because I was getting a php_cli.obj: error LNK2001: Unresolved external symbol __imp___zend_hash_init error when building sapi/cli on Win32. Adding the #include "zend_hash.h" to php4/sapi/cli/php_cli.c fixed the problem, so I committed. But now I'm getting the same error. Any idea why? Confused, Sebastian -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php