This post originated from an RSS feed registered with PHP Buzz
by Jackson Miller.
Original Post: String Object in PHP: the Good, the Bad, the Kludge
Feed Title: Jaxn.org
Feed URL: http://jaxn.org
Feed Description: PHP thoughts on architecture and application design. Includes development information about Core Enterprise PHP.
There has been a fairly lengthy discussion on the PECL-dev email list about adding a String object to PHP (via PECL). The extension is being proposed by Jessie Hernandez as a way to handle strings in an object oriented way and to organize the plethora of core functions for working with strings. There may also be some memory advantages by allowing these String object to not create copies, but to overwrite the current buffer (it is a mutable string object that is being proposed).