php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #40146 DateTime object not implemented in 5.1
Submitted: 2007-01-16 17:42 UTC Modified: 2007-01-31 18:52 UTC
From: mattsch at gmail dot com Assigned: sean (profile)
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: *
Private report: No CVE-ID: None
 [2007-01-16 17:42 UTC] mattsch at gmail dot com
Description:
------------
The DateTime namespace was reserved in PHP 5.1 but the object was not implemented until PHP 5.2.  Currently the documentation for the DateTime object says this: PHP 5 >= 5.1.0RC1. 

Reproduce code:
---------------
PHP 5 >= 5.1.0RC1

Expected result:
----------------
PHP 5 >= 5.2.0

Actual result:
--------------
PHP 5 >= 5.1.0RC1

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-01-17 13:48 UTC] bjori@php.net
We know. But honestly, there is very little we can do 
about it at the moment.

Sean: any news on the new functable? :)
 [2007-01-31 15:36 UTC] sean@php.net
This is an extreme edge case of functionality appearing, then disappearing (then reappearing).

We'll have to add an exception to the new functable script to get this working. Also, the new script doesn't care about RCs (they shouldn't be documented anyway), so I suspect this is will be automatically fixed when the new build happens. If not, re-open.

S

 [2007-01-31 18:52 UTC] bjori@php.net
(for the record: it is indeed fixed in CVS)
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Aug 03 22:00:03 2025 UTC