You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHPC-1956: Remove disabled __wakeup function in non-serializable classes (#1513)
* Remove shared function entries for disabled __construct and __wakeup methods
These have been obsolete since the PHONGO_DISABLED_CONSTRUCTOR and PHONGO_DISABLED_WAKEUP macros were introduced in 6887226.
* Remove extra vim foldmarkers and fix balancing for last marker
* PHPC-1956: Remove disabled __wakeup function in non-serializable classes
This function was not necessary since PHP 7.0 allowed disabling serialization via object handlers.
The PHONGO_DISABLED_WAKEUP macro is no longer used and has been removed.
* Remove obsolete serialization test
This is superseded by the new manager-serialization_error tests.
0 commit comments