From: Stig Bakken Date: Fri, 10 Jan 2003 01:12:23 +0000 (+0000) Subject: * TODO item X-Git-Tag: PHP_5_0_dev_before_13561_fix~345 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=26a472f76733ce6a94f965f857c6777ff95a19ea;p=php * TODO item --- 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 +?>