Re: [PHP-DEV] Pointers to understanding code base

2015-02-07 Thread Lester Caine
Try again ... last attempt just vanished :( On 07/02/15 10:30, Benjamin Eberlei wrote: > I hope this is the right pointer. > > The String API changed completely in ZE3, see the Upgrading docs to PHPNG: > > https://wiki.php.net/phpng-upgrading#strings > > It takes much time wrapping your head a

Re: [PHP-DEV] Pointers to understanding code base

2015-02-07 Thread Benjamin Eberlei
On Sat, Feb 7, 2015 at 1:56 AM, Lester Caine wrote: > OK slowly getting back into raw code again ... > > Looking at imagick phpinfo problem ... > > > if (supported_formats) { > > for (i = 0; i < num_formats; i++) { > > smart_string_appends(&formats, > sup

Re: [PHP-DEV] Pointers to understanding code base

2015-02-07 Thread Lester Caine
( email addresses used to be easy! - get the right one ) On 07/02/15 02:34, Dan Ackroyd wrote: > Lester, > > If you are having issues with Imagick please report them here: > https://github.com/mkoppanen/imagick > > Not only is that the right place to report issues with unreleased > versions of I

Re: [PHP-DEV] Pointers to understanding code base

2015-02-06 Thread Dan Ackroyd
Lester, If you are having issues with Imagick please report them here: https://github.com/mkoppanen/imagick Not only is that the right place to report issues with unreleased versions of Imagick, but also I tend to monitor issues there more closely than I do a mailing list. > This one of the few

[PHP-DEV] Pointers to understanding code base

2015-02-06 Thread Lester Caine
OK slowly getting back into raw code again ... Looking at imagick phpinfo problem ... > if (supported_formats) { > for (i = 0; i < num_formats; i++) { > smart_string_appends(&formats, supported_formats[i]); > if (i != (num_formats -