"Marcus Börger" wrote: > helly Tue Apr 9 21:09:23 2002 EDT > > Added files: > /php4/main spprintf.c spprintf.h > Log: > introducing spprintf and vspprintf > #mail follows
This breaks the Win32 build. The following patch is a start at fixing it Index: php4dllts.dsp =================================================================== RCS file: /repository/php4/win32/php4dllts.dsp,v retrieving revision 1.58 diff -u -2 -b -w -B -r1.58 php4dllts.dsp --- php4dllts.dsp 19 Mar 2002 19:15:40 -0000 1.58 +++ php4dllts.dsp 10 Apr 2002 04:14:32 -0000 @@ -247,4 +247,8 @@ # Begin Source File +SOURCE=..\main\spprintf.c +# End Source File +# Begin Source File + SOURCE=..\main\user_streams.c # End Source File @@ -332,4 +336,8 @@ SOURCE=..\main\php_streams.h +# End Source File +# Begin Source File + +SOURCE=..\main\spprintf.h # End Source File # Begin Source File The following errors remain spprintf.obj: error LNK2001: Unresolved external symbol: _ap_php_conv_fp spprintf.obj: error LNK2001: Unresolved external symbol: _ap_php_conv_p2 spprintf.obj: error LNK2001: Unresolved external symbol: _ap_php_conv_10 -- 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