Hello Pierre-Alain, Thursday, December 18, 2003, 12:43:03 PM, you wrote:
> Hello, > I'm trying to see why $ make install-pear-packages segfaults with HEAD. > I hope I'll commit the fixes today. I suspect references problem... > I got new messages (which where not displayed before): > : var: Deprecated. Please use the public/private/protected modifiers in > XXX.php on line XX > Have these warning/notices been introduced recently? > Or is it related to the e_pedantic thing? [EMAIL PROTECTED] /usr/src/php5 $ php -derror_reporting=4095 -r 'class t {var $x;}' Strict Standards: var: Deprecated. Please use the public/private/protected modifiers in Command line code on line 1 [EMAIL PROTECTED] /usr/src/php5 $ php -derror_reporting=2047 -r 'class t {var $x;}' [EMAIL PROTECTED] /usr/src/php5 $ php -r 'var_dump(E_STRICT);' int(2048) regards marcus -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php