php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #38060 Implement __invoke(), __sleep() and __wakeUp() methods
Submitted: 2006-07-10 18:13 UTC Modified: 2017-10-24 07:52 UTC
Votes:4
Avg. Score:4.0 ± 1.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: adam at trachtenberg dot com Assigned:
Status: Open Package: SOAP related
PHP Version: 5CVS-2006-07-10 (CVS) OS: N/A
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2006-07-10 18:13 UTC] adam at trachtenberg dot com
Description:
------------
When using SOAPClient and SOAPServer with the classmap option, ext/soap should invoke  __sleep() and __wakeUp() methods (if defined) when creating objects from SOAP data or turning objects into SOAP data.

Here is an wrap up of a previous thread:

http://www.zend.com/zend/week/week267.php#Heading6


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-12-20 14:16 UTC] jani@php.net
-Summary: Feature Request: Invoke __sleep() / __wakeUp() methods +Summary: Implement __invoke(), __sleep() and __wakeUp() methods -Package: Feature/Change Request +Package: SOAP related
 [2017-10-24 07:52 UTC] kalle@php.net
-Status: Assigned +Status: Open -Assigned To: dmitry +Assigned To:
 [2020-02-07 06:00 UTC] carusogabriel@php.net
Does this have anything to do with the implementation of the methods themselves or the adoption of `SOAPClient` and `SOAPServer`?
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 23:01:27 2024 UTC