mirror of
https://github.com/php/php-src.git
synced 2026-04-05 07:02:33 +02:00
smart_str_free_ex no longer exists, always use smart_str_free instead. smart_str_alloc no longer requires a newlen variable to be in scope, instead it returns the new length.