[PHP-DEV] CVS update: php3/functions From: andrey (php-dev <email protected>)
Date: 01/13/99

Date: Wednesday January 13, 1999 @ 23:48
Author: andrey

Update of /repository/php3/functions
In directory asf:/u/temp/cvs-serv28839/functions

Modified Files:
        xml.c
Log Message:
Removed the leftover debug printf statement.

Index: php3/functions/xml.c
diff -c php3/functions/xml.c:1.19 php3/functions/xml.c:1.20
*** php3/functions/xml.c:1.19 Mon Jan 4 13:13:30 1999
--- php3/functions/xml.c Wed Jan 13 23:48:27 1999
***************
*** 27,33 ****
     +----------------------------------------------------------------------+
   */
  
! /* $Id: xml.c,v 1.19 1999/01/04 18:13:30 rasmus Exp $ */
  #define IS_EXT_MODULE
  #if COMPILE_DL
  # if PHP_31
--- 27,33 ----
     +----------------------------------------------------------------------+
   */
  
! /* $Id: xml.c,v 1.20 1999/01/14 04:48:27 andrey Exp $ */
  #define IS_EXT_MODULE
  #if COMPILE_DL
  # if PHP_31
***************
*** 405,411 ****
  inline static unsigned short
  xml_encode_iso_8859_1(unsigned char c)
  {
- php3_printf("c=%d ", c);
          return (unsigned short)c;
  }
  
--- 405,410 ----

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>