#45194 [NEW]: A string of unbroken characters wider than width will cause segfault

2008-06-06 Thread benh at advanceclaims dot com
From: benh at advanceclaims dot com Operating system: Linux PHP version: 4.4.8 PHP Bug Type: PDF related Bug description: A string of unbroken characters wider than width will cause segfault Description: pdf_show_boxed() normally wraps lines between words. If

Bug #16738: confusing explanation of assigning by reference

2002-04-22 Thread benh
From: [EMAIL PROTECTED] Operating system: n/a PHP version: 4.2.0 PHP Bug Type: Documentation problem Bug description: confusing explanation of assigning by reference Why do '$bar = "My name is $bar";'? And then do 'echo $foo' *before* you 'echo $bar'? The point you're tr