[PHP-DEV] CVS update: php3 From: zeev (php-dev <email protected>)
Date: 04/29/98

Date: Wednesday April 29, 1998 @ 19:35
Author: zeev

Update of /repository/php3
In directory asf:/tmp/cvs-serv19144

Modified Files:
        ChangeLog main.c
Log Message:
- Fixed number_format() to properly handle negative numbers, and optimized it
  a bit.

Index: php3/ChangeLog
diff -c php3/ChangeLog:1.311 php3/ChangeLog:1.312
*** php3/ChangeLog:1.311 Wed Apr 29 17:51:23 1998
--- php3/ChangeLog Wed Apr 29 19:35:52 1998
***************
*** 1,6 ****
--- 1,8 ----
  PHP 3.0 CHANGE LOG ChangeLog
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
  April ?? Version 3.0
+ - Fixed number_format() to properly handle negative numbers, and optimized it
+ a bit.
  - Fixed static variables inside class member functions. Note that using such
    static variables inside member functions usually defeats the purpose of
    objects, so it is not recommended.
Index: php3/main.c
diff -c php3/main.c:1.419 php3/main.c:1.420
*** php3/main.c:1.419 Wed Apr 29 09:22:41 1998
--- php3/main.c Wed Apr 29 19:35:53 1998
***************
*** 29,35 ****
     +----------------------------------------------------------------------+
   */
  
! /* $Id: main.c,v 1.419 1998/04/29 13:22:41 ssb Exp $ */
  
  #ifdef THREAD_SAFE
  #include "tls.h"
--- 29,35 ----
     +----------------------------------------------------------------------+
   */
  
! /* $Id: main.c,v 1.420 1998/04/29 23:35:53 zeev Exp $ */
  
  #ifdef THREAD_SAFE
  #include "tls.h"
***************
*** 1809,1814 ****
--- 1809,1815 ----
                          " than original file exists, execute it instead\n"
                          " -E Execute a pretokenized (.php3p) script\n"
                          " -c<path> Look for php3.ini file in this directory\n"
+ " (must appear before any other options)\n"
                          " -v Version number\n"
                          " -h This help\n",
                          progname);