Files
Jeremy Mikola 3db1260e74 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 6887226d34.

* 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.
2024-01-26 09:14:16 -05:00
..