From: [EMAIL PROTECTED]
Operating system: Linux
PHP version: 4.0.6
PHP Bug Type: URL related
Bug description: When I use 'urlencode' in a for loop the mod_php core dumps'
This works!!!
$cnt = count($arrayA);
for ( $ix=0 ; $ix < $cnt; $ix++ )
{
$aurl = mysql_que
ID: 14273
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Open
Bug Type: URL related
Operating System: Linux
PHP Version: 4.0.6
New Comment:
I forgot the comma in the list when I rewrote the example. I have the comma in my
'real' code.
Previous Co
ID: 14273
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Open
Bug Type: URL related
Operating System: Linux
PHP Version: 4.0.6
New Comment:
var_dump($url) returns 'string(206)
"http://maps.yahoo.com/py/pmap.py?Pyt=Tmap&addr=6133 A Backlick
Road&ci
ID: 14273
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: URL related
Operating System: Linux
PHP Version: 4.0.6
New Comment:
upgrading to http://www.php.net/~zeev/php-4.1.0.tar.gz worked!
hmm?? now should I should I run beta code on a production site
ID: 14273
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: URL related
Operating System: Linux
PHP Version: 4.0.6
Previous Comments:
[2001-11-29 09:53:41] [EMAIL P