[PHP-DEV] Fix crash in strtr() when using 2 arg method and arg1 is empty From: Joey Smith (joey <email protected>)
Date: 12/12/00

The following script crashes php:

<?php
$test = array("test","testing");
strtr($string, $test);
?>

The attached file patches this, but I just wanted to run it past
everyone else, since I don't know who the "maintainer" of ext/standard
is.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>