|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-05-31 10:21 UTC] stas at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 10:00:02 2025 UTC |
global $ACTUAL_FORM; $form = new my_class; $GLOBALS["ACTUAL_FORM"] = &$form; #$ACTUAL_FORM = &$form; If we consider both lines equivalent for any other kind of variables, the second one doesn't work for class references. Here are my compilation options: Configure command: './configure' '--with-apache=../apache_1.3.12' '--enable-track-vars' '--prefix=/soft/php-4.0RC1' '--with-yp' '--with-sybase-ct=/soft/sybase' '--with-ldap=/soft/openldap-1.2.1' '--with-gdbm=/soft/gdbm-1.7.3' '--with-gd=/soft/gd-1.7.3' '--with-zlib=/soft/zlib-1.1.3' '--enable-sysvshm' '--enable-sysvsem' '--enable-xml' '--with-mysql=/soft/mysql-3.22.27' '--enable-trans-sid' '--disable-debug' Greetings Frip'