Date: 12/12/00
- Next message: alex <email protected>: "Re: [PHP-DEV] How do I do this? Involves files."
- Previous message: Martin Tuncaydin: "[PHP-DEV] How do I do this? Involves files."
- Next in thread: Joey Smith: "Re: [PHP-DEV] Fix crash in strtr() when using 2 arg method and arg1 is empty"
- Reply: Joey Smith: "Re: [PHP-DEV] Fix crash in strtr() when using 2 arg method and arg1 is empty"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- TEXT/PLAIN attachment: string.c-patch
-- 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>
- Next message: alex <email protected>: "Re: [PHP-DEV] How do I do this? Involves files."
- Previous message: Martin Tuncaydin: "[PHP-DEV] How do I do this? Involves files."
- Next in thread: Joey Smith: "Re: [PHP-DEV] Fix crash in strtr() when using 2 arg method and arg1 is empty"
- Reply: Joey Smith: "Re: [PHP-DEV] Fix crash in strtr() when using 2 arg method and arg1 is empty"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

