[PHP-DEV] RE: [PHP-CVS] cvs: php4 /main spprintf.c spprintf.h

2002-04-10 Thread James Cox

Marcus,

I was wondering where exactly the mail was? I'd be interested to know why we
have more print functions.

James

-Original Message-
From: Marcus Bvrger [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 10, 2002 2:09 AM
To: [EMAIL PROTECTED]
Subject: [PHP-CVS] cvs: php4 /main spprintf.c spprintf.h


helly   Tue Apr  9 21:09:23 2002 EDT

  Added files:
/php4/main  spprintf.c spprintf.h
  Log:
  introducing spprintf and vspprintf
  #mail follows



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




RE: [PHP-DEV] RE: [PHP-CVS] cvs: php4 /main spprintf.c spprintf.h

2002-04-10 Thread James Cox

duh, found it in my HTML mail quarantine pile

-Original Message-
From: James Cox [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 10, 2002 8:30 AM
To: Marcus Bvrger
Cc: Php-Dev
Subject: [PHP-DEV] RE: [PHP-CVS] cvs: php4 /main spprintf.c spprintf.h


Marcus,

I was wondering where exactly the mail was? I'd be interested to know why we
have more print functions.

James

-Original Message-
From: Marcus Bvrger [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 10, 2002 2:09 AM
To: [EMAIL PROTECTED]
Subject: [PHP-CVS] cvs: php4 /main spprintf.c spprintf.h


helly   Tue Apr  9 21:09:23 2002 EDT

  Added files:
/php4/main  spprintf.c spprintf.h
  Log:
  introducing spprintf and vspprintf
  #mail follows



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


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




[PHP-DEV] Re: [PHP-CVS] cvs: php4 /main spprintf.c spprintf.h

2002-04-09 Thread Sebastian Bergmann

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 -  1.58
+++ php4dllts.dsp   10 Apr 2002 04:14:32 -
 -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