php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #36582 Event Submission
Submitted: 2006-03-02 05:28 UTC Modified: 2006-09-28 16:46 UTC
From: ylarrivee at phpquebec dot com Assigned: bjori (profile)
Status: Closed Package: Website problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2006-03-02 05:28 UTC] ylarrivee at phpquebec dot com
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. 

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-09-28 16:46 UTC] bjori@php.net
This bug has been fixed in CVS. Since the websites are not directly
updated from the CVS server, the fix might need some time to spread
across the globe to all mirror sites, including PHP.net itself.

Thank you for the report, and for helping us make PHP.net better.


 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Wed Jun 17 01:00:01 2026 UTC