|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-05-17 16:32 UTC] tony2001@php.net
[2007-05-17 16:52 UTC] hajo at clansphere dot net
[2007-05-17 17:00 UTC] tony2001@php.net
[2007-05-17 17:19 UTC] hajo at clansphere dot net
[2007-05-17 17:25 UTC] tony2001@php.net
[2007-05-17 17:29 UTC] hajo at clansphere dot net
[2007-05-17 17:34 UTC] hajo at clansphere dot net
[2007-05-17 17:42 UTC] tony2001@php.net
[2007-05-17 17:46 UTC] hajo at clansphere dot net
[2007-05-17 18:03 UTC] hajo at clansphere dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 00:00:01 2025 UTC |
Description: ------------ since not everyone uses php snaps in the same build date it is possible to have a function work with one and not with another. so it would be nice to have a predefined constant like PHP_BUILD_DATE or something like that to echo in a debug mode of a script. i searched for it on search engines and even some forums without success. it was just possible to extract it from phpinfo(INFO_GENERAL) with some code that doesn't work for all php versions the same. thank you very much Reproduce code: --------------- Expected result: ---------------- Actual result: --------------