WsdlToPhp / PackageGenerator

Generates a PHP SDK based on a WSDL, simple and powerful, WSDL to PHP
https://providr.io
MIT License
422 stars 73 forks source link

Infinite loop while figuring out the inheritance #167

Closed mikaelcom closed 5 years ago

mikaelcom commented 5 years ago

When a struct inherits from a type that is itself, the method getInheritanceStruct loops infinitely due to the lack of sanity check about the inheritance value that can be itself.