]> granicus.if.org Git - php/log
php
22 years agoOops. Fix compile failure
Yasuo Ohgaki [Wed, 6 Mar 2002 00:42:39 +0000 (00:42 +0000)]
Oops. Fix compile failure

22 years agoUsing session_save_path() after starting session is obvious error.
Yasuo Ohgaki [Wed, 6 Mar 2002 00:40:42 +0000 (00:40 +0000)]
Using session_save_path() after starting session is obvious error.
Riase E_NOTICE error instead of E_WARNING. Since it is valid if
user uses session_save_path() with session_module_name().

22 years agoReturn FALSE when session_module_name() failed. Fix a little leak.
Yasuo Ohgaki [Wed, 6 Mar 2002 00:34:57 +0000 (00:34 +0000)]
Return FALSE when session_module_name() failed. Fix a little leak.

22 years agoRaise error when session module failed to open or read
Yasuo Ohgaki [Wed, 6 Mar 2002 00:26:38 +0000 (00:26 +0000)]
Raise error when session module failed to open or read

22 years agoMore TSRM work
Yasuo Ohgaki [Wed, 6 Mar 2002 00:12:48 +0000 (00:12 +0000)]
More TSRM work

22 years agoRemove TSRMLS_FETCH() and use TSRMLS_C/TSRMLS_D
Yasuo Ohgaki [Wed, 6 Mar 2002 00:05:21 +0000 (00:05 +0000)]
Remove TSRMLS_FETCH() and use TSRMLS_C/TSRMLS_D
# Need a little more work for backword compatibility

22 years ago- Added recent changes done in ext/posix
Markus Fischer [Tue, 5 Mar 2002 23:57:20 +0000 (23:57 +0000)]
- Added recent changes done in ext/posix

22 years agoFixed crash with mm save handler
Yasuo Ohgaki [Tue, 5 Mar 2002 23:45:50 +0000 (23:45 +0000)]
Fixed crash with mm save handler

22 years agoFix bug #15322 and fix a little memory leak
Yasuo Ohgaki [Tue, 5 Mar 2002 23:37:00 +0000 (23:37 +0000)]
Fix bug #15322 and fix a little memory leak

22 years agoMake $_SESSION and $HTTP_SESSION_VARS links to each other
Zeev Suraski [Tue, 5 Mar 2002 22:06:35 +0000 (22:06 +0000)]
Make $_SESSION and $HTTP_SESSION_VARS links to each other

22 years ago* PEAR_Config test complete
Stig Bakken [Tue, 5 Mar 2002 20:39:38 +0000 (20:39 +0000)]
* PEAR_Config test complete

22 years ago-fixes
Marcus Boerger [Tue, 5 Mar 2002 19:47:19 +0000 (19:47 +0000)]
-fixes
-changed internal data structures
#nearly stripped off all jhead code

22 years ago* update PEAR_Config test
Stig Bakken [Tue, 5 Mar 2002 17:39:53 +0000 (17:39 +0000)]
* update PEAR_Config test

22 years ago* fix singleton() so it actually works
Stig Bakken [Tue, 5 Mar 2002 17:39:29 +0000 (17:39 +0000)]
* fix singleton() so it actually works
* insert file format version in written files
* add getSetValues() method for listing the valid values for a set value

22 years agoBreaking BC, but making odbc_fetch_into behavior more consistent
Dan Kalowsky [Tue, 5 Mar 2002 16:45:02 +0000 (16:45 +0000)]
Breaking BC, but making odbc_fetch_into behavior more consistent

22 years ago- Introduced posix_errno() (get error number from last error message) and
Markus Fischer [Tue, 5 Mar 2002 16:04:04 +0000 (16:04 +0000)]
- Introduced posix_errno() (get error number from last error message) and
  posix_strerror() (convert error number into error string).

- Do not output any error message if any of the function fails with FALSE
  return value. The proper way now is to call posix_errno() and
  posix_strerror() after encountering an error condition.

- Function not support on a system no longer issue a 'not available' error
  but simply don't exist so we can safely use 'function_exists'.

- Fixed protos.

- Use new parameter parsing API.

- posix_uname() may be aware of 'domainname' (GNU extension)

- posix_getgrnam(), posix_getgrgid(): the returned information does no
  longer contains mixture of string and numbered keys (hash / array)
  but contains key 'member' with an array of all members in a list
  (or an empty array). This breaks BC but is the right thing IMHO.

22 years ago* fix PEAR::setErrorHandling() settings so they apply when using raiseError()
Stig Bakken [Tue, 5 Mar 2002 14:43:02 +0000 (14:43 +0000)]
* fix PEAR::setErrorHandling() settings so they apply when using raiseError()

22 years ago- More test fixes
Derick Rethans [Tue, 5 Mar 2002 09:02:02 +0000 (09:02 +0000)]
- More test fixes

22 years ago- Fix tests to work with CLI
Derick Rethans [Tue, 5 Mar 2002 09:00:56 +0000 (09:00 +0000)]
- Fix tests to work with CLI
#- Not totally done, but this makes it a lot better

22 years ago- Fix mcrypt tests
Derick Rethans [Tue, 5 Mar 2002 08:24:21 +0000 (08:24 +0000)]
- Fix mcrypt tests

22 years agoFixed wrong description about CLI sapi usage.
Yasuo Ohgaki [Tue, 5 Mar 2002 07:57:05 +0000 (07:57 +0000)]
Fixed wrong description about CLI sapi usage.
Currently "make test" is running test script as

./sapi/cli/php -c php.ini-dist run-tests.php

"make test" does not work... I'm supposing this
will be changed to use CGI sapi for now.

22 years agoAdded README.TESTING
Yasuo Ohgaki [Tue, 5 Mar 2002 07:18:05 +0000 (07:18 +0000)]
Added README.TESTING

22 years agos/php.exe/php-cgi.exe/.
Sebastian Bergmann [Tue, 5 Mar 2002 06:16:45 +0000 (06:16 +0000)]
s/php.exe/php-cgi.exe/.

22 years agoAdded a comment for future reference
Dan Kalowsky [Tue, 5 Mar 2002 06:15:01 +0000 (06:15 +0000)]
Added a comment for future reference

22 years agoStyle Improvement
Jason Greene [Tue, 5 Mar 2002 03:45:23 +0000 (03:45 +0000)]
Style Improvement

22 years agoNEWS update
<changelog@php.net> [Tue, 5 Mar 2002 01:21:06 +0000 (01:21 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Tue, 5 Mar 2002 01:20:16 +0000 (01:20 +0000)]
ChangeLog update

22 years ago* fixed a couple of bugs in PEAR_Config revealed by test
Stig Bakken [Tue, 5 Mar 2002 00:41:36 +0000 (00:41 +0000)]
* fixed a couple of bugs in PEAR_Config revealed by test

22 years agoKilling compiler warning
Frank M. Kromann [Tue, 5 Mar 2002 00:28:20 +0000 (00:28 +0000)]
Killing compiler warning

22 years agoMaking dbase compule under WIn32
Frank M. Kromann [Tue, 5 Mar 2002 00:28:07 +0000 (00:28 +0000)]
Making dbase compule under WIn32

22 years agoKilling compiler warning on Win32
Frank M. Kromann [Tue, 5 Mar 2002 00:21:28 +0000 (00:21 +0000)]
Killing compiler warning on Win32

22 years agoFix for Bug 14423. Enables FreeBSD to use iconv functionality.
Dan Kalowsky [Mon, 4 Mar 2002 23:28:17 +0000 (23:28 +0000)]
Fix for Bug 14423.  Enables FreeBSD to use iconv functionality.

22 years ago- also test TIFF support in GetImageSize
Marcus Boerger [Mon, 4 Mar 2002 23:20:48 +0000 (23:20 +0000)]
- also test TIFF support in GetImageSize

22 years ago- Read IsColor for TIFF
Marcus Boerger [Mon, 4 Mar 2002 23:19:27 +0000 (23:19 +0000)]
- Read IsColor for TIFF

22 years agoRename Win32 SAPI/CGI binary to php-cgi.exe.
Sebastian Bergmann [Mon, 4 Mar 2002 23:02:45 +0000 (23:02 +0000)]
Rename Win32 SAPI/CGI binary to php-cgi.exe.

22 years agoSilence a warning under Solaris 8 (WorkShop Compilers 5.0 98/12/15 C 5.0).
Jon Parise [Mon, 4 Mar 2002 20:57:36 +0000 (20:57 +0000)]
Silence a warning under Solaris 8 (WorkShop Compilers 5.0 98/12/15 C 5.0).

22 years agoAdd apparently missing include
Sascha Schumann [Mon, 4 Mar 2002 20:14:52 +0000 (20:14 +0000)]
Add apparently missing include

22 years ago- Fix ChangeLog
Derick Rethans [Mon, 4 Mar 2002 20:00:37 +0000 (20:00 +0000)]
- Fix ChangeLog

22 years ago- Some more speed (and more consistency)
Derick Rethans [Mon, 4 Mar 2002 19:08:17 +0000 (19:08 +0000)]
- Some more speed (and more consistency)
#- I had some spare time Sascha :)

22 years agoSupply php_html_puts which escapes a whole string.. now fully works in ZTS
Sascha Schumann [Mon, 4 Mar 2002 18:46:55 +0000 (18:46 +0000)]
Supply php_html_puts which escapes a whole string.. now fully works in ZTS
mode, too.

22 years agoSilence warning.
Sebastian Bergmann [Mon, 4 Mar 2002 18:21:43 +0000 (18:21 +0000)]
Silence warning.

22 years agorevert last commit, puts does more through putc.
Sascha Schumann [Mon, 4 Mar 2002 18:12:55 +0000 (18:12 +0000)]
revert last commit, puts does more through putc.

22 years agoUse PHPWRITE to output data. Because this just outputs diagnostic
Sascha Schumann [Mon, 4 Mar 2002 17:48:20 +0000 (17:48 +0000)]
Use PHPWRITE to output data.  Because this just outputs diagnostic
information, a few spaces won't hurt (and multiple ones are rendered
as one by browsers anyway).  Micro-benchmarks which use phpinfo()
as a mean to generate output will yield more through-put now
(35 req/s vs. 83 req/s in tux).

22 years ago- Fix for bug #15572 (Patch by Ralf Nyrén <ralf.nyren@educ.umu.se>)
Derick Rethans [Mon, 4 Mar 2002 17:46:19 +0000 (17:46 +0000)]
- Fix for bug #15572 (Patch by Ralf Nyrén <ralf.nyren@educ.umu.se>)

22 years ago-expose the fact i am working on exif as discussed with Rasmus
Marcus Boerger [Mon, 4 Mar 2002 17:42:51 +0000 (17:42 +0000)]
-expose the fact i am working on exif as discussed with Rasmus

22 years ago- TIFF support for GetImageSize
Marcus Boerger [Mon, 4 Mar 2002 17:17:41 +0000 (17:17 +0000)]
- TIFF support for GetImageSize
@ TIFF support for GetImageSize (Marcus)

22 years ago- disabled debug information
Marcus Boerger [Mon, 4 Mar 2002 17:09:24 +0000 (17:09 +0000)]
- disabled debug information
- added missing width/height from primary ifd for TIFF

22 years agotypos suck.
James Cox [Mon, 4 Mar 2002 17:09:09 +0000 (17:09 +0000)]
typos suck.

22 years agoStyle mismatch: Jon's catch
Jason Greene [Mon, 4 Mar 2002 15:02:23 +0000 (15:02 +0000)]
Style mismatch: Jon's catch

22 years agocygwin fix
Stanislav Malyshev [Mon, 4 Mar 2002 11:11:25 +0000 (11:11 +0000)]
cygwin fix

22 years agoSilence warning under Solaris 8 (WorkShop Compilers 5.0 98/12/15 C 5.0).
Jon Parise [Mon, 4 Mar 2002 11:03:19 +0000 (11:03 +0000)]
Silence warning under Solaris 8 (WorkShop Compilers 5.0 98/12/15 C 5.0).

22 years agoSilence warning under Solaris 8 (WorkShop Compilers 5.0 98/12/15 C 5.0).
Jon Parise [Mon, 4 Mar 2002 10:58:00 +0000 (10:58 +0000)]
Silence warning under Solaris 8 (WorkShop Compilers 5.0 98/12/15 C 5.0).

22 years ago- Fix a path and remove --with-imap
Derick Rethans [Mon, 4 Mar 2002 10:45:30 +0000 (10:45 +0000)]
- Fix a path and remove --with-imap

22 years agoPEAR_Config rewrite:
Stig Bakken [Mon, 4 Mar 2002 10:02:45 +0000 (10:02 +0000)]
PEAR_Config rewrite:

* Now supports (in theory) an arbitrary number of
  config "layers" (different sets of configuration data with a defined
  priority).
* Specify the type of config values so different frontends can make
  user-friendly configuration interfaces.  Valid types are currently
  "string", "integer", "file", "directory", "set" and "password".  The
  set type lets you specify a limited set of values that the config
  values must be selected from.  Password values are stored
  base64-encoded.
* Added phpdoc comments and some docs for config values.
* Added singleton method.
# configuration files still contain serialized data

22 years ago-addition to last change: php_image.h must be included now
Marcus Boerger [Mon, 4 Mar 2002 09:29:06 +0000 (09:29 +0000)]
-addition to last change: php_image.h must be included now

22 years agoChanging the Velocis extension to now be called Birdstep, due to a product/company...
James Cox [Mon, 4 Mar 2002 09:10:32 +0000 (09:10 +0000)]
Changing the Velocis extension to now be called Birdstep, due to a product/company change.
added aliases for Velocis to the birdstep functions.
# testing is both advised and encouraged!
@ The Velocis extension is no

22 years agoRestore use of inline
Sascha Schumann [Mon, 4 Mar 2002 08:37:44 +0000 (08:37 +0000)]
Restore use of inline

22 years agoRemove note, suppress warning
Sascha Schumann [Mon, 4 Mar 2002 08:28:57 +0000 (08:28 +0000)]
Remove note, suppress warning

22 years agoReduce operations in the ub_write loop.
Sascha Schumann [Mon, 4 Mar 2002 08:25:20 +0000 (08:25 +0000)]
Reduce operations in the ub_write loop.

22 years agoFree status line, initialize number_vec, correctly account for
Sascha Schumann [Mon, 4 Mar 2002 08:22:33 +0000 (08:22 +0000)]
Free status line, initialize number_vec, correctly account for
the number of bytes in the document, avoid strcpy/strlen.

22 years agoLet getimagesize() and read_exif_data() share the same constants to
Rasmus Lerdorf [Mon, 4 Mar 2002 07:21:30 +0000 (07:21 +0000)]
Let getimagesize() and read_exif_data() share the same constants to
promote a little bit of code reuse here on two very similar problems.

22 years ago-Updated test.txt and provided test.php
Marcus Boerger [Mon, 4 Mar 2002 06:26:07 +0000 (06:26 +0000)]
-Updated test.txt and provided test.php
# simply including test.txt
@Added test.php/txt to have a possibility to check ext/exif
@(Marcus)

22 years ago-Added TIFF support
Marcus Boerger [Mon, 4 Mar 2002 06:21:58 +0000 (06:21 +0000)]
-Added TIFF support
-Changed parameters after checking bugdatabase and discussion with
    Rasmus: 1st=Filename, 2nd=NeededSections
# 3rd=Thumbnail, 4th=All
#   3rd and 4th parameter are currently diabled because the code
#   does not work correctly (will correct this in later versions).
#   Changing the parameters will not cause any problems because the
#   old parameter functions never found their way in documentation
#   and the they did not work...
@-Added TIFF support
@-Changed parameters after checking bugdatabase and discussion with Rasmus
@    1st=Filename, 2nd=NeededSections
@    If the 2nd parameter is not present or 0 or '' the function will return
@        a result array even if no data was read from file.
#        Personally i consider a default behaviour to generate no array if
#        no data is present as a bad idea because here we can generate as
#        much information as possible....
@    If the 2nd parameter is a string then that string describes which
@        sections have to be present in the file to generate a result array.
@        If none of the needed section is found the result will be false.
@        Section strings are "ANY_TAG","IFD0","COMMENT","EXIF","GPS","INTEROP"
@        "FPIX","APP12". Each string has to be separated by a colon. So
@        "COMMENT,EXIF" returns an array if either a comment or an Exif
@        section is present. "IFD0" is standard datastructure in a TIFF/JPEG
@        file that contains image information. "EXIF" is the Exif structure
@        of TIFF/JPEG (IFD0 subdirectory). "GPS", "INTEROP", "FPIX", "APP12"
@        are additional IFD0 subdirectories. The APP12 support is an
@  experimental Olympus support.
#        Do not worry this is no problem, it is safe.
@(Marcus)

22 years agoPatch 1 of 3 (2 in 3 still in progress) of sockets rework
Jason Greene [Mon, 4 Mar 2002 05:27:04 +0000 (05:27 +0000)]
Patch 1 of 3 (2 in 3 still in progress) of sockets rework
Abstracted string -> ipv4 value conversion which unifies all functions
Standardized Host Lookups
Fixed Broken host error values
Fixed error detection in sendmsg
Added some safety struct zeroing
Modified bind to consitentlyy use sockaddr_storage(not just for AF_UNIX)
#Note this could potentially break the build on other platforms, as I have
#not tested them yet (Will soon though)

22 years agoNEWS update
<changelog@php.net> [Mon, 4 Mar 2002 01:20:19 +0000 (01:20 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Mon, 4 Mar 2002 01:19:24 +0000 (01:19 +0000)]
ChangeLog update

22 years agoAdded message regarding expected error messages for ./buildconf
Zak Greant [Sun, 3 Mar 2002 23:03:34 +0000 (23:03 +0000)]
Added message regarding expected error messages for ./buildconf

22 years ago(php_checkuid) Added case for root directory when mode is
James E. Flemer [Sun, 3 Mar 2002 21:12:49 +0000 (21:12 +0000)]
(php_checkuid) Added case for root directory when mode is
               not CHECKUID_ALLOW_ONLY_DIR.

22 years ago(php_checkuid) Added case for root directory when mode is
James E. Flemer [Sun, 3 Mar 2002 20:49:04 +0000 (20:49 +0000)]
(php_checkuid) Added case for root directory when mode is
               CHECKUID_ALLOW_ONLY_DIR.

22 years ago(PHP opendir) Added safe_mode checks on path.
James E. Flemer [Sun, 3 Mar 2002 20:46:57 +0000 (20:46 +0000)]
(PHP opendir) Added safe_mode checks on path.
@- Added safe_mode checks for opendir(). (jflemer)

22 years ago- Tidy up NEWS a little bit
Derick Rethans [Sun, 3 Mar 2002 19:09:55 +0000 (19:09 +0000)]
- Tidy up NEWS a little bit

22 years agoUpdated build instructions
Alex Waugh [Sun, 3 Mar 2002 14:25:59 +0000 (14:25 +0000)]
Updated build instructions

22 years agoNEWS update
<changelog@php.net> [Sun, 3 Mar 2002 01:21:04 +0000 (01:21 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Sun, 3 Mar 2002 01:20:44 +0000 (01:20 +0000)]
ChangeLog update

22 years agoConsistency.
Sebastian Bergmann [Sat, 2 Mar 2002 22:26:17 +0000 (22:26 +0000)]
Consistency.

22 years agoAdd 'import statement' section.
Sebastian Bergmann [Sat, 2 Mar 2002 22:24:46 +0000 (22:24 +0000)]
Add 'import statement' section.

22 years ago- Initial patch to support importing from class scopes (for Stig).
Andi Gutmans [Sat, 2 Mar 2002 20:38:52 +0000 (20:38 +0000)]
- Initial patch to support importing from class scopes (for Stig).
- It isn't complete yet but I want to work on it from another machine. It
- shouldn't break anything else so just don't try and use it.
- The following is a teaser of something that already works:
<?php

class MyClass
{
function hello()
{
print "Hello, World\n";
}
class MyClass2
{
function hello()
{
print "Hello, World in MyClass2\n";
}
}
}

import function hello, class MyClass2 from MyClass;

MyClass2::hello();
hello();
?>

22 years ago- Make the 2nd parameter to pgsql_fetch_* support NULL in case 3 parameters
Derick Rethans [Sat, 2 Mar 2002 19:53:11 +0000 (19:53 +0000)]
- Make the 2nd parameter to pgsql_fetch_* support NULL in case 3 parameters
  are supplied, but you do not want to provide a row number yourself.
@- Make the 2nd parameter to pgsql_fetch_* support NULL in case 3
@  parameters are supplied, but you do not want to provide a row number
@  yourself. (Derick)

22 years agophp has no 'double', only 'float'
Hartmut Holzgraefe [Sat, 2 Mar 2002 17:08:09 +0000 (17:08 +0000)]
php has no 'double', only 'float'

22 years agotab/space mixture cleand up,
Hartmut Holzgraefe [Sat, 2 Mar 2002 16:49:06 +0000 (16:49 +0000)]
tab/space mixture cleand up,
editor config comments added,
minor proto fixes

22 years agotypo fix
Hartmut Holzgraefe [Sat, 2 Mar 2002 16:41:55 +0000 (16:41 +0000)]
typo fix

22 years agoFix another crash bug
Zeev Suraski [Sat, 2 Mar 2002 15:59:16 +0000 (15:59 +0000)]
Fix another crash bug

22 years agoenable ctype functions by default
Hartmut Holzgraefe [Sat, 2 Mar 2002 15:44:08 +0000 (15:44 +0000)]
enable ctype functions by default

22 years agoWrong brackets by rasmus...but sorry the fault was mine because i missed them...
Marcus Boerger [Sat, 2 Mar 2002 15:43:19 +0000 (15:43 +0000)]
Wrong brackets by rasmus...but sorry the fault was mine because i missed them...

i also decided to call the first working version 1.0a

by the way: currently i am working on tiff files and it looks like it may work

22 years agoFix version number
Zeev Suraski [Sat, 2 Mar 2002 14:33:25 +0000 (14:33 +0000)]
Fix version number

22 years agoFix a crash bug in the session module
Zeev Suraski [Sat, 2 Mar 2002 14:18:45 +0000 (14:18 +0000)]
Fix a crash bug in the session module

22 years ago- Fix warning message for join().
Derick Rethans [Sat, 2 Mar 2002 14:06:57 +0000 (14:06 +0000)]
- Fix warning message for join().

22 years ago- MFZE1
Derick Rethans [Sat, 2 Mar 2002 13:48:13 +0000 (13:48 +0000)]
- MFZE1

22 years ago- Fix CREDITS files
Derick Rethans [Sat, 2 Mar 2002 13:44:08 +0000 (13:44 +0000)]
- Fix CREDITS files

22 years ago- MFZE1
Derick Rethans [Sat, 2 Mar 2002 13:26:37 +0000 (13:26 +0000)]
- MFZE1

22 years ago- Make GD functions only available if they really exist (Patch by
Derick Rethans [Sat, 2 Mar 2002 12:32:31 +0000 (12:32 +0000)]
- Make GD functions only available if they really exist (Patch by
  matslin@orakel.ntnu.no)

22 years agoAdd mbstring tests
Yasuo Ohgaki [Sat, 2 Mar 2002 10:44:57 +0000 (10:44 +0000)]
Add mbstring tests

22 years agoUse php.ini-dist as default config file for testing.
Yasuo Ohgaki [Sat, 2 Mar 2002 09:29:45 +0000 (09:29 +0000)]
Use php.ini-dist as default config file for testing.

22 years agoFix a couple of warnings
Rasmus Lerdorf [Sat, 2 Mar 2002 08:37:28 +0000 (08:37 +0000)]
Fix a couple of warnings

22 years agoImproved iconv usage with libc's iconv. No overrun. More efficient memory
Yasuo Ohgaki [Sat, 2 Mar 2002 07:04:59 +0000 (07:04 +0000)]
Improved iconv usage with libc's iconv. No overrun. More efficient memory
allocation.
Hopefully, all bugs reported for iconv will be resolved when users are using
libc iconv.
@Improved iconv with libc's iconv

22 years agoAdd more tests for iconv
Yasuo Ohgaki [Sat, 2 Mar 2002 07:00:40 +0000 (07:00 +0000)]
Add more tests for iconv

22 years ago* more cli test fixes
Stig Bakken [Sat, 2 Mar 2002 03:11:02 +0000 (03:11 +0000)]
* more cli test fixes

22 years ago* updated tests to work with cli
Stig Bakken [Sat, 2 Mar 2002 03:07:48 +0000 (03:07 +0000)]
* updated tests to work with cli

22 years agofix test
Stig Bakken [Sat, 2 Mar 2002 02:47:48 +0000 (02:47 +0000)]
fix test

22 years ago* work with sapi/cli
Stig Bakken [Sat, 2 Mar 2002 02:37:13 +0000 (02:37 +0000)]
* work with sapi/cli