[PHP] String is not zero-terminated in zend_execute_API.c

2011-10-20 Thread Daniel Betz
Hello List, i am running PHP 5.3.8-FPM (with ondemand patch) in debug mode and got this error every time I post an reply in vBulletin Board: Warnung: String is not zero-terminated (Z.ý4 ý4 ú}µóU) (source: /usr/src/php-5.3.8/Zend/zend_execute_API.

Re: [PHP] String is not zero-terminated

2006-04-10 Thread Richard Lynch
On Mon, April 10, 2006 6:14 pm, Curt Zirzow wrote: > One thing you might want to check is what is triggering this error, > if you are doing a strlen() call this error shouldn't be issued, > IMO. If operation you are doing rely's on the terminating \0, it > most likely should get fixed in php. I'm

Re: [PHP] String is not zero-terminated

2006-04-10 Thread Curt Zirzow
On Mon, Apr 10, 2006 at 03:43:55PM -0500, Richard Lynch wrote: > 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: >

RE: [PHP] String is not zero-terminated

2006-04-10 Thread Richard Lynch
On Mon, April 10, 2006 4:40 pm, Kristen G. Thorson wrote: > -Original Message- > From: Richard Lynch [mailto:[EMAIL PROTECTED] > Sent: Monday, April 10, 2006 4:44 PM > To: php-general@lists.php.net > Subject: [PHP] String is not zero-terminated > > In order to attempt

RE: [PHP] String is not zero-terminated

2006-04-10 Thread Kristen G. Thorson
-Original Message- From: Richard Lynch [mailto:[EMAIL PROTECTED] Sent: Monday, April 10, 2006 4:44 PM To: php-general@lists.php.net Subject: [PHP] String is not zero-terminated In order to attempt to figure out why my script segfaults PHP (5.0.4, 5.1.2, 5.1.3RC3) I've been comp

[PHP] String is not zero-terminated

2006-04-10 Thread Richard Lynch
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)