nikic / scalar_objects

Extension that adds support for method calls on primitive types in PHP
MIT License
1.13k stars 44 forks source link

Extension breaks PHP Bugfix #66622 #15

Closed deeky666 closed 10 years ago

deeky666 commented 10 years ago

I just encountered that when using scalar_objects extension, the recent bugfix to PHP #66622 https://github.com/php/php-src/commit/f47976dd9ba5318eb1e358c816288ecd70975d95 is not working. Running the PHP test suite with scalar_objects extension enabled revealed this. I guess the fix is broken because of https://github.com/nikic/scalar_objects/commit/baf4985fb4510f649a759178ffb3228b544203f8. @nikic can you please have a look? Can you fix this extension so that PHP's bugfix is working again?