[PHP-DEV] Bug #12214: Additional param to ereg/eregi/ereg_replace/eregi_replace

2001-07-17 Thread ruslan2000
From: [EMAIL PROTECTED] Operating system: windows 2000 PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: Additional param to ereg/eregi/ereg_replace/eregi_replace Please add new param to ereg/eregi/ereg_replace/eregi_replace which will specify the c

[PHP-DEV] PHP 4.0 Bug #10234: if (... != ...) does not work properly with strings

2001-04-08 Thread ruslan2000
From: [EMAIL PROTECTED] Operating system: Win2000 Prof PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: if (... != ...) does not work properly with strings if ($qqq <> $xxx) echo "$qqq != $xxx"; //it should be on the screen, but ... els