In order to attempt to figure out why my script segfaults PHP (5.0.4, 5.1.2, 5.1.3RC3) I've been compiling --with-debug That then gives me warnings such as: Run-time warning. String is not zero-terminated (ÿØÿà) (source: /www/acousticdemo.com/php_cvs/php5.1-200604071630/Zend/zend_variables.h:45) in /www/acousticdemo.com/web/info.com/overture/overture.inc:128 Run-time warning. String is not zero-terminated (ÿØÿà) (source: /www/acousticdemo.com/php_cvs/php5.1-200604071630/Zend/zend_variables.h:45) in /www/acousticdemo.com/web/info.com/overture/ocr.inc:59 Are these a symptom of my problem, or just: "Duh. It's a JPEG. It's binary data. It's not GOING to be zero-terminated. Ignore it, goofball." A Google was not successful in yielding an answer to this question... PS Intermittent segfaults. Not fun. Very. -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php