ID: 22037
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Feedback
Bug Type: Reproducible crash
Operating System: Redhat 7.3 Linux
PHP Version: 4.3.0
New Comment:
Can't be reproduced with the latest CVS version (ZE1 / ZE2).
Does your problem look like bug #21600?
Previous Comments:
------------------------------------------------------------------------
[2003-02-03 13:35:52] [EMAIL PROTECTED]
The following code works fine in 4.2.3, but segfaults in 4.3.0 (even
though it passes the syntax check):
<?
function hi(&$aref) {
echo $aref."\n";
}
$a="hi";
hi($a);
hi($_dummy = "hey");
?>
My configure line:
# ./configure --with-apxs=/usr/local/apache/bin/apxs --with-java
--with-pdflib=/usr/local --with-gd --w
ith-ttf --enable-trans-sid --with-curl --with-openssl --enable-sysvsem
--enable-sysvshm --with-zlib --wi
th-mysql=/usr/local/mysql --with-freetype-dir=/usr --with-png-dir=/usr
--with-jpeg-dir=/usr --with-gette
xt --with-imap --with-imap-ssl --with-ldap --with-kerberos --enable-ftp
--with-iodbc=/usr --with-oci8 --
with-imagick --enable-xslt --with-xslt-sablot=/usr/local
--with-expat-dir=/usr
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=22037&edit=1