|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-09-28 16:46 UTC] bjori@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Wed Jun 17 01:00:01 2026 UTC |
Description: ------------ Bug number 1. When no start date and end date is entered when submiting an event a PHP warning is displayed. "Warning: checkdate() expects parameter 1 to be long, string given in /home/local/Web/sites/www.php.net/submit-event.php on line 75" Reproduce code: --------------- Simply submit an event with out start date. Expected result: ---------------- You need to do the following before your submission will be accepted: - You must specify a valid start date. Actual result: -------------- Warning: checkdate() expects parameter 1 to be long, string given in /home/local/Web/sites/www.php.net/submit-event.php on line 75 You need to do the following before your submission will be accepted: - You must specify a valid start date.