Date: 12/01/99
- Next message: Sascha Schumann: "[PHP-DEV] cvs: /php3 build.mk"
- Previous message: Stig Bakken: "Re: [PHP-DEV] Auto Download"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: tim <email protected>
Operating system: Linux maybe others
PHP version: 4.0 Beta 3
PHP Bug Type: Scripting Engine problem
Bug description: Pass expression by reference.
This script gives me a warning in 3.0.x, but in beta3 sigsegv or returns no data.
<?
function bla(&$param) {}
bla("foo");
echo "bar";
?>
-- 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: Sascha Schumann: "[PHP-DEV] cvs: /php3 build.mk"
- Previous message: Stig Bakken: "Re: [PHP-DEV] Auto Download"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

