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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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: Wed Apr 24 23:01:34 2024 UTC