hholzgra Wed Jul 24 04:38:28 2002 EDT
Modified files:
/phpdoc/en/reference/datetime/functions strftime.xml
Log:
arification on windows libc shortcomings warning
Index: phpdoc/en/reference/datetime/functions/strftime.xml
diff -u phpdoc/en/reference/datetime/functions/strftime.xml:1.2
phpdoc/en/reference/datetime/functions/strftime.xml:1.3
--- phpdoc/en/reference/datetime/functions/strftime.xml:1.2 Wed Apr 17 02:37:12
2002
+++ phpdoc/en/reference/datetime/functions/strftime.xml Wed Jul 24 04:38:28 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/datetime.xml, last change in rev 1.2 -->
<refentry id="function.strftime">
<refnamediv>
@@ -237,8 +237,8 @@
<para>
Not all conversion specifiers may be supported by your C
library, in which case they will not be supported by PHP's
- <function>strftime</function>. This means that %T and %D will
- not work on Windows.
+ <function>strftime</function>. This means that e.g. %e, %T
+ and %D (there might be more) will not work on Windows.
</para>
</note>
<example>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php