|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-08-07 18:20 UTC] zeev at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 15:00:01 2025 UTC |
As the subject says. I have a lot of scripts that do something like: function thingy() { return new Wotsit(); } or $a=array(1,2,3, new Biscuit()); Which are broken in 4.0 --- Config is --with-apache --with-mysql