Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21371 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70451 invoked by uid 1010); 3 Jan 2006 18:18:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 70436 invoked from network); 3 Jan 2006 18:18:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jan 2006 18:18:34 -0000 X-Host-Fingerprint: 192.38.9.232 gw2.emini.dk Linux 2.4/2.6 Received: from ([192.38.9.232:3958] helo=gw2.emini.dk) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 9E/92-34518-9FFBAB34 for ; Tue, 03 Jan 2006 13:18:33 -0500 Received: from foxbox (IGLD-84-228-50-112.inter.net.il [84.228.50.112]) by gw2.emini.dk (Postfix) with ESMTP id 960109BCA5 for ; Tue, 3 Jan 2006 19:18:29 +0100 (CET) Message-ID: <032b01c61092$1951d1e0$6402a8c0@foxbox> Reply-To: "Steph Fox" To: "internals" Date: Tue, 3 Jan 2006 20:18:28 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Fw: interesting buglet From: steph@zend.com ("Steph Fox") Hi all, Not quite sure who actually implemented E_STRICT, but it doesn't take notice of internal vs userland classes. See below. (and let me know if I need to open a bug report.) - Steph ----- Original Message ----- From: "Andrei Zmievski" To: "Steph Fox" Cc: "PHP-GTK dev" Sent: Tuesday, January 03, 2006 8:13 PM Subject: Re: interesting buglet > Ask the person who implemented that warning, perhaps? > > -Andrei > > On Jan 3, 2006, at 10:02 AM, Steph Fox wrote: > >> Hey Andrei, >> >> I was debugging something completely unrelated (PHP stuff) and left >> display_startup_errors = 1 in the php.ini I use for PHP-GTK 2. >> >> Get this: >> >> C:\php5>php -v >> >> Strict Standards: Declaration of GtkToolbar::set_style() should be >> compatible with that of GtkWidget::set_style() in Unknown on line 0 >> >> Strict Standards: Declaration of GtkMenu::set_accel_path() should be >> compatible with that of GtkWidget::set_accel_path() in Unknown on line 0 >> >> Strict Standards: Declaration of GtkWindow::mnemonic_activate() should be >> compatible with that of GtkWidget::mnemonic_activate() in Unknown on line >> 0 >> >> Strict Standards: Declaration of GtkMenuItem::set_accel_path() should be >> compatible with that of GtkWidget::set_accel_path() in Unknown on line 0 >> >> Strict Standards: Declaration of GtkStatusbar::remove() should be >> compatible with that of GtkContainer::remove() in Unknown on line 0 >> >> Strict Standards: Declaration of GtkCList::remove() should be compatible >> with that of GtkContainer::remove() in Unknown on line 0 >> >> Strict Standards: Declaration of GtkComboBoxEntry::new_with_model() >> should be compatible with that of GtkComboBox::new_with_model() in >> Unknown on line 0 >> PHP 5.1.2RC2-dev (cli) (built: Jan 3 2006 00:05:59) >> Copyright (c) 1997-2006 The PHP Group >> Zend Engine v2.1.0, Copyright (c) 1998-2005 Zend Technologies >> >> Guess we need to force display_startup_errors = 0? Or is there some way >> to make PHP know these are internal classes? >> >> - Steph > > > __________ NOD32 1.1350 (20060103) Information __________ > > This message was checked by NOD32 antivirus system. > http://www.eset.com > >