Bug #60920 [Com]: CLI: php -v on STDERR
Edit report at https://bugs.php.net/bug.php?id=60920&edit=1 ID: 60920 Comment by: [email protected] Reported by:[email protected] Summary:CLI: php -v on STDERR Status: Open Type: Bug Package:PHP options/info functions PHP Version:5.4SVN-2012-01-28 (SVN) Block user comment: N Private report: N New Comment: This is causing sapi/cli/tests/001.phpt to fail - Is the fix intentional and does the unit test need updating, or should --version be outputting to STDOUT? Previous Comments: [2012-01-28 22:25:20] [email protected] Same goes for startup errors, e.g. $ F:/Programme/php-5.4.0RC6-nts-Win32-VC9-x86/php.exe -dmagic_quotes_gpc=on 2>/dev/null Fatal error: Directive 'magic_quotes_gpc' is no longer available in PHP in Unknown on line 0 vs. $ ~/devel/php/php/branches/PHP_5_4/Release/php.exe -dmagic_quotes_gpc=on 2>/dev/null [2012-01-28 22:22:49] [email protected] Description: The PHP version info lands on STDERR now, not on STDOUT. Caused by http://svn.php.net/viewvc/php/php-src/branches/PHP_5_4/main/output.c?r1=322743&r2=322742&pathrev=322743 Test script: --- $ php -v 2>/dev/null Expected result: Something like: PHP 5.4.0RC7-dev (cli) (built: Jan 28 2012 22:23:46) Copyright (c) 1997-2012 The PHP Group Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies Actual result: -- (nothing) -- Edit this bug report at https://bugs.php.net/bug.php?id=60920&edit=1
[PHP-BUG] Bug #55701 [NEW]: GlobIterator throws LogicException with message 'The parent constructor was not
From:
Operating system: Linux, OSX
PHP version: 5.3.8
Package: SPL related
Bug Type: Bug
Bug description:GlobIterator throws LogicException with message 'The parent
constructor was not
Description:
Basic functionality doesn't work because it seems as the GlobIterator might
needs
some changes to work with this commit:
http://marc.info/?l=php-cvs&m=130188548616717
Test script:
---
next();
} while($g->valid());
Expected result:
Empty output
Actual result:
--
PHP Fatal error: Uncaught exception 'LogicException' with message 'The
parent
constructor
was not called: the object is in an invalid state ' in
/private/tmp/x.php:6
Stack trace:
#0 /private/tmp/x.php(6): SplFileInfo->_bad_state_ex()
#1 {main}
thrown in /private/tmp/x.php on line 6
Fatal error: Uncaught exception 'LogicException' with message 'The parent
constructor was not
called: the object is in an invalid state ' in /private/tmp/x.php:6
Stack trace:
#0 /private/tmp/x.php(6): SplFileInfo->_bad_state_ex()
#1 {main}
thrown in /private/tmp/x.php on line 6
--
Edit bug report at https://bugs.php.net/bug.php?id=55701&edit=1
--
Try a snapshot (PHP 5.4):
https://bugs.php.net/fix.php?id=55701&r=trysnapshot54
Try a snapshot (PHP 5.3):
https://bugs.php.net/fix.php?id=55701&r=trysnapshot53
Try a snapshot (trunk):
https://bugs.php.net/fix.php?id=55701&r=trysnapshottrunk
Fixed in SVN:
https://bugs.php.net/fix.php?id=55701&r=fixed
Fixed in SVN and need be documented:
https://bugs.php.net/fix.php?id=55701&r=needdocs
Fixed in release:
https://bugs.php.net/fix.php?id=55701&r=alreadyfixed
Need backtrace:
https://bugs.php.net/fix.php?id=55701&r=needtrace
Need Reproduce Script:
https://bugs.php.net/fix.php?id=55701&r=needscript
Try newer version:
https://bugs.php.net/fix.php?id=55701&r=oldversion
Not developer issue:
https://bugs.php.net/fix.php?id=55701&r=support
Expected behavior:
https://bugs.php.net/fix.php?id=55701&r=notwrong
Not enough info:
https://bugs.php.net/fix.php?id=55701&r=notenoughinfo
Submitted twice:
https://bugs.php.net/fix.php?id=55701&r=submittedtwice
register_globals:
https://bugs.php.net/fix.php?id=55701&r=globals
PHP 4 support discontinued:
https://bugs.php.net/fix.php?id=55701&r=php4
Daylight Savings:https://bugs.php.net/fix.php?id=55701&r=dst
IIS Stability:
https://bugs.php.net/fix.php?id=55701&r=isapi
Install GNU Sed:
https://bugs.php.net/fix.php?id=55701&r=gnused
Floating point limitations:
https://bugs.php.net/fix.php?id=55701&r=float
No Zend Extensions:
https://bugs.php.net/fix.php?id=55701&r=nozend
MySQL Configuration Error:
https://bugs.php.net/fix.php?id=55701&r=mysqlcfg
Req #60045 [Asn]: Number of updated files
Edit report at https://bugs.php.net/bug.php?id=60045&edit=1 ID: 60045 User updated by: [email protected] Reported by: [email protected] Summary:Number of updated files Status: Assigned Type: Feature/Change Request Package:Online Doc Editor problem PHP Version:5.4.0beta1 Assigned To:yannick Block user comment: N Private report: N New Comment: [email protected]: Yeah, that's it! Previous Comments: [2011-10-12 19:27:28] [email protected] What do you mean ? You want to display the number of YOUR file who need to be updated ? Something like this, in the title of the module : Need update (6 files - 3 of yours) [2011-10-12 12:00:47] [email protected] *maintainer could see number of files need to be updated. [2011-10-12 11:54:20] [email protected] Description: It would be usefull if user could see which of translated files need to be updated. It would be better to add this number in string that contains all files that need to be updated. -- Edit this bug report at https://bugs.php.net/bug.php?id=60045&edit=1
