php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #67488 Missing mention of SplSubject::notify() interface
Submitted: 2014-06-20 16:24 UTC Modified: 2021-07-20 13:10 UTC
From: jonah at nucleussystems dot com Assigned: cmb (profile)
Status: Wont fix Package: SPL related
PHP Version: 5.5.13 OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jonah at nucleussystems dot com
New email:
PHP Version: OS:

 

 [2014-06-20 16:24 UTC] jonah at nucleussystems dot com
Description:
------------
---
From manual page: http://www.php.net/migration53.incompatible
---

Between PHP 5.2 and 5.3, there was a change to the SplSubject::notify() method.  It no longer allows an argument. This should be noted in the list of backward-incompatible changes.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-08-14 11:20 UTC] cmb@php.net
-Status: Open +Status: Verified -Package: Documentation problem +Package: SPL related
 [2020-08-14 11:20 UTC] cmb@php.net
Actually, that change happend in PHP 5.3.1, and was about adding
missing arginfo for void functions[1].  Indeed, a potentially
breaking change that should be documented.

[1] <https://github.com/php/php-src/commit/fc4e43ec3cdd7bb9ae2e998432cc747f5ce52a3e>
 [2021-07-20 13:10 UTC] cmb@php.net
-Status: Verified +Status: Wont fix -Assigned To: +Assigned To: cmb
 [2021-07-20 13:10 UTC] cmb@php.net
Well, in the meantime it has been decided to remove all PHP 5
related information from the manual, so this ticket is obsolete.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 11:01:30 2024 UTC