diff options
author | Stig Bakken <ssb@php.net> | 2003-01-10 01:12:23 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 2003-01-10 01:12:23 +0000 |
commit | 26a472f76733ce6a94f965f857c6777ff95a19ea (patch) | |
tree | 63d76b05b7fb3db8dccbe40db87dc332dcc698c9 | |
parent | eaf21d230e2710293c21f424cb25484bf8bb00ff (diff) | |
download | php-git-26a472f76733ce6a94f965f857c6777ff95a19ea.tar.gz |
* TODO item
-rw-r--r-- | pear/OS/Guess.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pear/OS/Guess.php b/pear/OS/Guess.php index 2cb218db17..8e28e4f3be 100644 --- a/pear/OS/Guess.php +++ b/pear/OS/Guess.php @@ -71,6 +71,10 @@ // }}} +/* TODO: + * - define endianness, to allow matchSignature("bigend") etc. + */ + class OS_Guess { var $sysname; @@ -209,4 +213,4 @@ class OS_Guess * c-basic-offset: 4 * End: */ -?>
\ No newline at end of file +?> |