From 94073df47dde327be8bdadbc00c283759607d238 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Fri, 3 Dec 2010 10:15:06 +0000 Subject: [PATCH] Fix doc bug #53456 (Documentation should mention that %P doesn't work in Mac OS X due to diff C lib). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305938 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/datetime/functions/strftime.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/reference/datetime/functions/strftime.xml b/reference/datetime/functions/strftime.xml index b7c6870392..c203078495 100644 --- a/reference/datetime/functions/strftime.xml +++ b/reference/datetime/functions/strftime.xml @@ -320,6 +320,12 @@ example below illustrates how to write a cross platform compatible function. + + + Mac OS X only: The %P modifier + is not supported in the Mac OS X implementation of this function. + +