|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-11-24 06:55 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 02 23:00:01 2025 UTC |
Description: ------------ Using "zend.ze1_compatibility_mode = On" does not remove the 'o' function in date() (released with PHP 5.1). This is for a large program not written by a company which is no more - I don't particularly want to excape each instance of 'of' in their code. Reproduce code: --------------- echo date("l jS of F Y g:i:s A",$now); Expected result: ---------------- Friday 23rd of November 2007 1:31:43 PM Actual result: -------------- Friday 23rd 2007f November 2007 1:31:43 PM