[PHP-BUG] Bug #60405 [NEW]: Array dereferencing support do not work
From: Operating system: All PHP version: 5.4.0RC2 Package: Compile Failure Bug Type: Bug Bug description:Array dereferencing support do not work Description: Array dereferencing support do not work. Test script: --- Expected result: passpass Actual result: -- Parse error: syntax error, unexpected '[' in C:\htdocs\test.pl\1.php on line 2 -- Edit bug report at https://bugs.php.net/bug.php?id=60405&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=60405&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=60405&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=60405&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=60405&r=fixed Fixed in SVN and need be documented: https://bugs.php.net/fix.php?id=60405&r=needdocs Fixed in release: https://bugs.php.net/fix.php?id=60405&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=60405&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=60405&r=needscript Try newer version: https://bugs.php.net/fix.php?id=60405&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=60405&r=support Expected behavior: https://bugs.php.net/fix.php?id=60405&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=60405&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=60405&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=60405&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=60405&r=php4 Daylight Savings:https://bugs.php.net/fix.php?id=60405&r=dst IIS Stability: https://bugs.php.net/fix.php?id=60405&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=60405&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=60405&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=60405&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=60405&r=mysqlcfg
Bug #60405 [Opn]: Array dereferencing support do not work
Edit report at https://bugs.php.net/bug.php?id=60405&edit=1 ID: 60405 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:Array dereferencing support do not work Status: Open Type: Bug -Package:Compile Failure +Package:Scripting Engine problem Operating System: All PHP Version:5.4.0RC2 Block user comment: N Private report: N New Comment: Package: Compile failure -> Scripting Engine problem Previous Comments: [2011-11-29 10:03:55] bugzilla33 at gmail dot com Description: Array dereferencing support do not work. Test script: --- Expected result: passpass Actual result: -- Parse error: syntax error, unexpected '[' in C:\htdocs\test.pl\1.php on line 2 -- Edit this bug report at https://bugs.php.net/bug.php?id=60405&edit=1
Bug #60405 [Opn]: Array dereferencing support do not work
Edit report at https://bugs.php.net/bug.php?id=60405&edit=1 ID: 60405 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:Array dereferencing support do not work Status: Open Type: Bug Package:Scripting Engine problem Operating System: All PHP Version:5.4.0RC2 Block user comment: N Private report: N New Comment: Previous Comments: [2011-11-29 10:30:24] bugzilla33 at gmail dot com Package: Compile failure -> Scripting Engine problem [2011-11-29 10:03:55] bugzilla33 at gmail dot com Description: Array dereferencing support do not work. Test script: --- Expected result: passpass Actual result: -- Parse error: syntax error, unexpected '[' in C:\htdocs\test.pl\1.php on line 2 -- Edit this bug report at https://bugs.php.net/bug.php?id=60405&edit=1
[PHP-BUG] Bug #60408 [NEW]: Array constructor dereferencing support
From: Operating system: PHP version: 5.4.0RC2 Package: Scripting Engine problem Bug Type: Bug Bug description:Array constructor dereferencing support Description: Please add array constructor dereferencing support like JavaScript, C# and all languages excluding PHP 5.4 Test script: --- Expected result: Parse error: syntax error, unexpected '[' in C:\htdocs\test.pl\array.php on line 4 Actual result: -- pass -- Edit bug report at https://bugs.php.net/bug.php?id=60408&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=60408&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=60408&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=60408&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=60408&r=fixed Fixed in SVN and need be documented: https://bugs.php.net/fix.php?id=60408&r=needdocs Fixed in release: https://bugs.php.net/fix.php?id=60408&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=60408&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=60408&r=needscript Try newer version: https://bugs.php.net/fix.php?id=60408&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=60408&r=support Expected behavior: https://bugs.php.net/fix.php?id=60408&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=60408&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=60408&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=60408&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=60408&r=php4 Daylight Savings:https://bugs.php.net/fix.php?id=60408&r=dst IIS Stability: https://bugs.php.net/fix.php?id=60408&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=60408&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=60408&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=60408&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=60408&r=mysqlcfg
[PHP-BUG] Bug #60409 [NEW]: Array element access on instantiation
From: Operating system: All PHP version: 5.4.0RC2 Package: Arrays related Bug Type: Bug Bug description:Array element access on instantiation Description: Please add array element access on instantiation ...like JavaScript, C# and all languages excluding PHP 5.4RC Test script: --- Expected result: Parse error: syntax error, unexpected '[' in C:\htdocs\array.php on line 4 Actual result: -- pass -- Edit bug report at https://bugs.php.net/bug.php?id=60409&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=60409&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=60409&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=60409&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=60409&r=fixed Fixed in SVN and need be documented: https://bugs.php.net/fix.php?id=60409&r=needdocs Fixed in release: https://bugs.php.net/fix.php?id=60409&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=60409&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=60409&r=needscript Try newer version: https://bugs.php.net/fix.php?id=60409&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=60409&r=support Expected behavior: https://bugs.php.net/fix.php?id=60409&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=60409&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=60409&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=60409&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=60409&r=php4 Daylight Savings:https://bugs.php.net/fix.php?id=60409&r=dst IIS Stability: https://bugs.php.net/fix.php?id=60409&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=60409&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=60409&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=60409&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=60409&r=mysqlcfg
Req #60408 [Opn]: Array constructor dereferencing support
Edit report at https://bugs.php.net/bug.php?id=60408&edit=1 ID: 60408 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:Array constructor dereferencing support Status: Open Type: Feature/Change Request Package:Scripting Engine problem PHP Version:5.4.0RC2 Block user comment: N Private report: N New Comment: 20 Jun 2011, PHP 5.4.0 Alpha 1 -> Added array dereferencing support. (Felipe) 11 Nov 2011, PHP 5.4.0 RC1 -> Added class member access on instantiation (e.g. (new foo)->bar()) support. (Felipe) Many thanks for Felipe. It would be nice to add: Array element access on instantiation array()[$x] and [][$x] Then everything would be fully useful, but not in part. Previous Comments: [2011-11-29 12:06:24] bugzilla33 at gmail dot com Description: Please add array constructor dereferencing support like JavaScript, C# and all languages excluding PHP 5.4 Test script: --- Expected result: Parse error: syntax error, unexpected '[' in C:\htdocs\test.pl\array.php on line 4 Actual result: -- pass -- Edit this bug report at https://bugs.php.net/bug.php?id=60408&edit=1
Req #60408 [Opn]: Array element access on instantiation (same like class member in 5.4RC)
Edit report at https://bugs.php.net/bug.php?id=60408&edit=1 ID: 60408 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com -Summary:Array constructor dereferencing support +Summary:Array element access on instantiation (same like class member in 5.4RC) Status: Open Type: Feature/Change Request Package:Scripting Engine problem PHP Version:5.4.0RC2 Block user comment: N Private report: N New Comment: (edit summary) Previous Comments: [2011-11-29 14:40:01] bugzilla33 at gmail dot com 20 Jun 2011, PHP 5.4.0 Alpha 1 -> Added array dereferencing support. (Felipe) 11 Nov 2011, PHP 5.4.0 RC1 -> Added class member access on instantiation (e.g. (new foo)->bar()) support. (Felipe) Many thanks for Felipe. It would be nice to add: Array element access on instantiation array()[$x] and [][$x] Then everything would be fully useful, but not in part. [2011-11-29 12:06:24] bugzilla33 at gmail dot com Description: Please add array constructor dereferencing support like JavaScript, C# and all languages excluding PHP 5.4 Test script: --- Expected result: Parse error: syntax error, unexpected '[' in C:\htdocs\test.pl\array.php on line 4 Actual result: -- pass -- Edit this bug report at https://bugs.php.net/bug.php?id=60408&edit=1
Req #60408 [Com]: Array element access on instantiation (same like class member in 5.4RC)
Edit report at https://bugs.php.net/bug.php?id=60408&edit=1 ID: 60408 Comment by: bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:Array element access on instantiation (same like class member in 5.4RC) Status: Open Type: Feature/Change Request Package:Scripting Engine problem PHP Version:5.4.0RC2 Block user comment: N Private report: N New Comment: >> echo array(1, 2, 3)[0]; //output 1 >> echo "foobar"[2]; //output o >> echo "foobar"["foo"][0] // output f >> works. Excellent! Have you tested it with short array constructor? echo [1, 2, 3][0]; //output 1 Are there any opportunities to make it public in the final PHP 5.4? Previous Comments: [2011-11-30 06:04:19] larue...@php.net see https://wiki.php.net/rfc/constdereference ---------------- [2011-11-29 14:42:50] bugzilla33 at gmail dot com (edit summary) ---------------- [2011-11-29 14:40:01] bugzilla33 at gmail dot com 20 Jun 2011, PHP 5.4.0 Alpha 1 -> Added array dereferencing support. (Felipe) 11 Nov 2011, PHP 5.4.0 RC1 -> Added class member access on instantiation (e.g. (new foo)->bar()) support. (Felipe) Many thanks for Felipe. It would be nice to add: Array element access on instantiation array()[$x] and [][$x] Then everything would be fully useful, but not in part. ---------------- [2011-11-29 12:06:24] bugzilla33 at gmail dot com Description: Please add array constructor dereferencing support like JavaScript, C# and all languages excluding PHP 5.4 Test script: --- Expected result: Parse error: syntax error, unexpected '[' in C:\htdocs\test.pl\array.php on line 4 Actual result: -- pass -- Edit this bug report at https://bugs.php.net/bug.php?id=60408&edit=1
Req #60408 [Opn]: Array/String element access on instantiation (same like class member in 5.4RC)
Edit report at https://bugs.php.net/bug.php?id=60408&edit=1 ID: 60408 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com -Summary:Array element access on instantiation (same like class member in 5.4RC) +Summary:Array/String element access on instantiation (same like class member in 5.4RC) Status: Open Type: Feature/Change Request Package:Scripting Engine problem PHP Version:5.4.0RC2 Block user comment: N Private report: N New Comment: /Summary change/ Array -> Array/String Previous Comments: [2011-11-30 07:36:07] larue...@php.net support (of course). yes, but it need to be disscussd first ;) [2011-11-30 07:29:12] bugzilla33 at gmail dot com >> echo array(1, 2, 3)[0]; //output 1 >> echo "foobar"[2]; //output o >> echo "foobar"["foo"][0] // output f >> works. Excellent! Have you tested it with short array constructor? echo [1, 2, 3][0]; //output 1 Are there any opportunities to make it public in the final PHP 5.4? [2011-11-30 06:04:19] larue...@php.net see https://wiki.php.net/rfc/constdereference -------------------- [2011-11-29 14:42:50] bugzilla33 at gmail dot com (edit summary) -------------------- [2011-11-29 14:40:01] bugzilla33 at gmail dot com 20 Jun 2011, PHP 5.4.0 Alpha 1 -> Added array dereferencing support. (Felipe) 11 Nov 2011, PHP 5.4.0 RC1 -> Added class member access on instantiation (e.g. (new foo)->bar()) support. (Felipe) Many thanks for Felipe. It would be nice to add: Array element access on instantiation array()[$x] and [][$x] Then everything would be fully useful, but not in part. The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=60408 -- Edit this bug report at https://bugs.php.net/bug.php?id=60408&edit=1
[PHP-BUG] Bug #60709 [NEW]: Any php file of size 8192 bytes crashes Apache and PHP
From: Operating system: Win All PHP version: 5.4.0RC5 Package: Reproducible crash Bug Type: Bug Bug description:Any php file of size 8192 bytes crashes Apache and PHP Description: 1. use Test script to generate crash.php, size 8192 bytes 2. now let crash php engine crash.php 3. Any php file of size 8192 bytes crashes Apache and PHP! 4. Tested with Apache 2.2.21 V9 apache longue, PHP 5.4.0 RC5 or RC6 dev on three other machines, Win 7 x86 or Win 7 x64. Test script: --- testcase php file generator: '; file_put_contents('crash.php',$out); print('1. testcase file generated: crash.php, size '.strlen($out).' bytes'); print('2. now let crash php engine crash.php'); print('3. Any php file of size 8192 bytes crashes Apache and PHP!'); print('4. Tested with Apache 2.2.21 V9 apache longue, PHP 5.4.0 RC5 or RC6 dev on three other machines, Win 7 x86 or Win 7 x64.'); ?> Expected result: NO crash Actual result: -- CRASH -- Edit bug report at https://bugs.php.net/bug.php?id=60709&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=60709&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=60709&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=60709&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=60709&r=fixed Fixed in SVN and need be documented: https://bugs.php.net/fix.php?id=60709&r=needdocs Fixed in release: https://bugs.php.net/fix.php?id=60709&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=60709&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=60709&r=needscript Try newer version: https://bugs.php.net/fix.php?id=60709&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=60709&r=support Expected behavior: https://bugs.php.net/fix.php?id=60709&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=60709&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=60709&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=60709&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=60709&r=php4 Daylight Savings:https://bugs.php.net/fix.php?id=60709&r=dst IIS Stability: https://bugs.php.net/fix.php?id=60709&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=60709&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=60709&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=60709&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=60709&r=mysqlcfg
Bug #60709 [Com]: Any php file of size 8192 bytes crashes Apache and PHP
Edit report at https://bugs.php.net/bug.php?id=60709&edit=1 ID: 60709 Comment by: bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:Any php file of size 8192 bytes crashes Apache and PHP Status: Open Type: Bug Package:Reproducible crash Operating System: Win All PHP Version:5.4.0RC5 Block user comment: N Private report: N New Comment: Apache error.log: [Wed Jan 11 08:39:51 2012] [notice] Parent: child process exited with status 255 -- Restarting. Previous Comments: [2012-01-11 07:51:23] bugzilla33 at gmail dot com Description: 1. use Test script to generate crash.php, size 8192 bytes 2. now let crash php engine crash.php 3. Any php file of size 8192 bytes crashes Apache and PHP! 4. Tested with Apache 2.2.21 V9 apache longue, PHP 5.4.0 RC5 or RC6 dev on three other machines, Win 7 x86 or Win 7 x64. Test script: --- testcase php file generator: '; file_put_contents('crash.php',$out); print('1. testcase file generated: crash.php, size '.strlen($out).' bytes'); print('2. now let crash php engine crash.php'); print('3. Any php file of size 8192 bytes crashes Apache and PHP!'); print('4. Tested with Apache 2.2.21 V9 apache longue, PHP 5.4.0 RC5 or RC6 dev on three other machines, Win 7 x86 or Win 7 x64.'); ?> Expected result: NO crash Actual result: -- CRASH -- Edit this bug report at https://bugs.php.net/bug.php?id=60709&edit=1
Bug #48034 [Com]: Crash when script is 8192 (8KB) bytes long
Edit report at https://bugs.php.net/bug.php?id=48034&edit=1 ID: 48034 Comment by: bugzilla33 at gmail dot com Reported by:ninzya at inbox dot lv Summary:Crash when script is 8192 (8KB) bytes long Status: Assigned Type: Bug Package:Reproducible crash Operating System: * PHP Version:5.*, 6CVS (2009-04-21) Assigned To:dmitry Block user comment: N Private report: N New Comment: Description: 1. use Test script to generate crash.php, size 8192 bytes 2. now let crash php engine crash.php 3. Any php file of size 8192 bytes crashes Apache and PHP! 4. Tested with Apache 2.2.21 V9 apache longue, PHP 5.4.0 RC5 or RC6 dev on three other machines, Win 7 x86 or Win 7 x64. Test script: --- testcase php file generator: '; file_put_contents('crash.php',$out); print('1. testcase file generated: crash.php, size '.strlen($out).' bytes'); print('2. now let crash php engine crash.php'); print('3. Any php file of size 8192 bytes crashes Apache and PHP!'); print('4. Tested with Apache 2.2.21 V9 apache longue, PHP 5.4.0 RC5 or RC6 dev on three other machines, Win 7 x86 or Win 7 x64.'); ?> Expected result: NO crash Actual result: -- CRASH Previous Comments: [2009-05-04 16:06:37] paj...@php.net Not fixed. Only a temp hack. [2009-04-28 07:16:19] dmi...@php.net This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. [2009-04-22 11:09:23] bj...@php.net See also bug#48043 [2009-04-21 17:20:21] ninzya at inbox dot lv I did everything mentioned in http://bugs.php.net/bugs-generating-backtrace-win32.php and got these results: Thread 250 - System ID 5552 Entry point msvcrt!_endthreadex+3a Create time 21.04.2009 15:20:51 Time spent in user mode 0 Days 0:0:0.656 Time spent in kernel mode 0 Days 0:0:0.921 Function Arg 1 Arg 2 Arg 3 Source php5ts!lex_scan+447c 0550fa34 010f54a0 002f php5ts!zend_register_auto_global+11f [2009-04-21 15:31:46] lbarn...@php.net It seems related to http://bugs.php.net/bug.php?id=47596 . Not exactly the same problem, though. It seems php_stream_open_for_zend() does not mmap() enough for ZEND_MMAP_AHEAD (PHP_STREAM_OPTION_MMAP_API in plain_wrapper adjusts the mmap length to the filesize, so ignoring ZEND_MMAP_AHEAD), and this may crash when the parser reads ahead of the mmap()ed region. The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=48034 -- Edit this bug report at https://bugs.php.net/bug.php?id=48034&edit=1
Bug #48034 [Com]: Crash when script is 8192 (8KB) bytes long
Edit report at https://bugs.php.net/bug.php?id=48034&edit=1 ID: 48034 Comment by: bugzilla33 at gmail dot com Reported by:ninzya at inbox dot lv Summary:Crash when script is 8192 (8KB) bytes long Status: Assigned Type: Bug Package:Reproducible crash Operating System: * PHP Version:5.*, 6CVS (2009-04-21) Assigned To:dmitry Block user comment: N Private report: N New Comment: The shortest working example: run testcase Use Apache 2.2.21, PHP 5.*, Win 7 x86/x64 Previous Comments: [2012-01-11 09:12:08] bugzilla33 at gmail dot com Description: 1. use Test script to generate crash.php, size 8192 bytes 2. now let crash php engine crash.php 3. Any php file of size 8192 bytes crashes Apache and PHP! 4. Tested with Apache 2.2.21 V9 apache longue, PHP 5.4.0 RC5 or RC6 dev on three other machines, Win 7 x86 or Win 7 x64. Test script: --- testcase php file generator: '; file_put_contents('crash.php',$out); print('1. testcase file generated: crash.php, size '.strlen($out).' bytes'); print('2. now let crash php engine crash.php'); print('3. Any php file of size 8192 bytes crashes Apache and PHP!'); print('4. Tested with Apache 2.2.21 V9 apache longue, PHP 5.4.0 RC5 or RC6 dev on three other machines, Win 7 x86 or Win 7 x64.'); ?> Expected result: NO crash Actual result: -- CRASH [2009-05-04 16:06:37] paj...@php.net Not fixed. Only a temp hack. [2009-04-28 07:16:19] dmi...@php.net This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. [2009-04-22 11:09:23] bj...@php.net See also bug#48043 [2009-04-21 17:20:21] ninzya at inbox dot lv I did everything mentioned in http://bugs.php.net/bugs-generating-backtrace-win32.php and got these results: Thread 250 - System ID 5552 Entry point msvcrt!_endthreadex+3a Create time 21.04.2009 15:20:51 Time spent in user mode 0 Days 0:0:0.656 Time spent in kernel mode 0 Days 0:0:0.921 Function Arg 1 Arg 2 Arg 3 Source php5ts!lex_scan+447c 0550fa34 010f54a0 002f php5ts!zend_register_auto_global+11f The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=48034 -- Edit this bug report at https://bugs.php.net/bug.php?id=48034&edit=1
Bug #60709 [Com]: Any php file of size 8192 bytes crashes Apache and PHP
Edit report at https://bugs.php.net/bug.php?id=60709&edit=1 ID: 60709 Comment by: bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:Any php file of size 8192 bytes crashes Apache and PHP Status: Open Type: Bug Package:Reproducible crash Operating System: Win All PHP Version:5.4.0RC5 Block user comment: N Private report: N New Comment: The shortest working example: run testcase Use Apache 2.2.21, PHP 5.*, Win 7 x86/x64 Previous Comments: [2012-01-11 09:01:48] ninzya at inbox dot lv Duplicate: https://bugs.php.net/bug.php?id=48034 [2012-01-11 07:54:11] bugzilla33 at gmail dot com Apache error.log: [Wed Jan 11 08:39:51 2012] [notice] Parent: child process exited with status 255 -- Restarting. [2012-01-11 07:51:23] bugzilla33 at gmail dot com Description: 1. use Test script to generate crash.php, size 8192 bytes 2. now let crash php engine crash.php 3. Any php file of size 8192 bytes crashes Apache and PHP! 4. Tested with Apache 2.2.21 V9 apache longue, PHP 5.4.0 RC5 or RC6 dev on three other machines, Win 7 x86 or Win 7 x64. Test script: --- testcase php file generator: '; file_put_contents('crash.php',$out); print('1. testcase file generated: crash.php, size '.strlen($out).' bytes'); print('2. now let crash php engine crash.php'); print('3. Any php file of size 8192 bytes crashes Apache and PHP!'); print('4. Tested with Apache 2.2.21 V9 apache longue, PHP 5.4.0 RC5 or RC6 dev on three other machines, Win 7 x86 or Win 7 x64.'); ?> Expected result: NO crash Actual result: -- CRASH -- Edit this bug report at https://bugs.php.net/bug.php?id=60709&edit=1
[PHP-BUG] Bug #60753 [NEW]: header function crash
From: Operating system: PHP version: 5.4.0RC5 Package: Reproducible crash Bug Type: Bug Bug description:header function crash Description: header function crash apache bug introduced in PHP 5.4.0 RC5 Test script: --- http://php.net/'); ?> Expected result: PHP 5.4.0 RC4 redirects to location Actual result: -- PHP 5.4.0 RC5 crash -- Edit bug report at https://bugs.php.net/bug.php?id=60753&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=60753&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=60753&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=60753&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=60753&r=fixed Fixed in SVN and need be documented: https://bugs.php.net/fix.php?id=60753&r=needdocs Fixed in release: https://bugs.php.net/fix.php?id=60753&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=60753&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=60753&r=needscript Try newer version: https://bugs.php.net/fix.php?id=60753&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=60753&r=support Expected behavior: https://bugs.php.net/fix.php?id=60753&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=60753&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=60753&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=60753&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=60753&r=php4 Daylight Savings:https://bugs.php.net/fix.php?id=60753&r=dst IIS Stability: https://bugs.php.net/fix.php?id=60753&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=60753&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=60753&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=60753&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=60753&r=mysqlcfg
Bug #60753 [Opn]: header function crash
Edit report at https://bugs.php.net/bug.php?id=60753&edit=1 ID: 60753 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:header function crash Status: Open Type: Bug Package:Reproducible crash -Operating System: +Operating System: Win 7 32/64 PHP Version:5.4.0RC5 Block user comment: N Private report: N New Comment: tested on Win 7 32/64 Previous Comments: [2012-01-14 15:19:32] bugzilla33 at gmail dot com Description: header function crash apache bug introduced in PHP 5.4.0 RC5 Test script: --- http://php.net/'); ?> Expected result: PHP 5.4.0 RC4 redirects to location Actual result: -- PHP 5.4.0 RC5 crash -- Edit this bug report at https://bugs.php.net/bug.php?id=60753&edit=1
[PHP-BUG] Bug #60757 [NEW]: phpinfo() crashes Apache
From: Operating system: Win 7 32/64 PHP version: 5.4.0RC5 Package: Reproducible crash Bug Type: Bug Bug description:phpinfo() crashes Apache Description: phpinfo() crashes Apache Test script: --- Expected result: 5.4.0 RC4 shows phpinfo Actual result: -- 5.4.0 RC5 shows phpinfo table and after 1 second white background info: Internet Explorer can not display the webpage. -- Edit bug report at https://bugs.php.net/bug.php?id=60757&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=60757&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=60757&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=60757&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=60757&r=fixed Fixed in SVN and need be documented: https://bugs.php.net/fix.php?id=60757&r=needdocs Fixed in release: https://bugs.php.net/fix.php?id=60757&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=60757&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=60757&r=needscript Try newer version: https://bugs.php.net/fix.php?id=60757&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=60757&r=support Expected behavior: https://bugs.php.net/fix.php?id=60757&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=60757&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=60757&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=60757&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=60757&r=php4 Daylight Savings:https://bugs.php.net/fix.php?id=60757&r=dst IIS Stability: https://bugs.php.net/fix.php?id=60757&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=60757&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=60757&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=60757&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=60757&r=mysqlcfg
[PHP-BUG] Bug #60758 [NEW]: require() crashes Apache
From: Operating system: PHP version: 5.4.0RC5 Package: Reproducible crash Bug Type: Bug Bug description:require() crashes Apache Description: require() crashes Apache Test script: --- Expected result: require() requires test.php Actual result: -- require() crashes Apache -- Edit bug report at https://bugs.php.net/bug.php?id=60758&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=60758&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=60758&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=60758&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=60758&r=fixed Fixed in SVN and need be documented: https://bugs.php.net/fix.php?id=60758&r=needdocs Fixed in release: https://bugs.php.net/fix.php?id=60758&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=60758&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=60758&r=needscript Try newer version: https://bugs.php.net/fix.php?id=60758&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=60758&r=support Expected behavior: https://bugs.php.net/fix.php?id=60758&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=60758&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=60758&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=60758&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=60758&r=php4 Daylight Savings:https://bugs.php.net/fix.php?id=60758&r=dst IIS Stability: https://bugs.php.net/fix.php?id=60758&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=60758&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=60758&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=60758&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=60758&r=mysqlcfg
Bug #60753 [Fbk->Opn]: header function crash
Edit report at https://bugs.php.net/bug.php?id=60753&edit=1 ID: 60753 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:header function crash -Status: Feedback +Status: Open Type: Bug Package:Reproducible crash Operating System: Win 7 32/64 PHP Version:5.4.0RC5 Block user comment: N Private report: N New Comment: Thank you for this manual. https://bugs.php.net/bugs-generating-backtrace-win32.php This tool works on Win 7 only as (Analisys only) mode. "Options and settings" tab looks otherwise. There is no "Add a rule" button. Please update the handbook as soon as possible. --- Does anybody can do backtrace for laruence ?? Previous Comments: [2012-01-15 03:31:56] larue...@php.net Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php for *NIX and http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32 Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. ---- [2012-01-14 15:22:17] bugzilla33 at gmail dot com tested on Win 7 32/64 ---- [2012-01-14 15:19:32] bugzilla33 at gmail dot com Description: header function crash apache bug introduced in PHP 5.4.0 RC5 Test script: --- http://php.net/'); ?> Expected result: PHP 5.4.0 RC4 redirects to location Actual result: -- PHP 5.4.0 RC5 crash -- Edit this bug report at https://bugs.php.net/bug.php?id=60753&edit=1
Bug #60758 [Fbk->Opn]: require() crashes Apache
Edit report at https://bugs.php.net/bug.php?id=60758&edit=1 ID: 60758 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:require() crashes Apache -Status: Feedback +Status: Open Type: Bug Package:Reproducible crash PHP Version:5.4.0RC5 Block user comment: N Private report: N New Comment: Thank you for this manual. https://bugs.php.net/bugs-generating-backtrace-win32.php This tool works on Win 7 only as (Analisys only) mode. "Options and settings" tab looks otherwise. There is no "Add a rule" button. Please update the handbook as soon as possible. --- Does anybody can do backtrace for laruence ?? Previous Comments: [2012-01-15 03:30:56] larue...@php.net Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php for *NIX and http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32 Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. ---- [2012-01-14 22:19:51] bugzilla33 at gmail dot com Description: require() crashes Apache Test script: --- Expected result: require() requires test.php Actual result: -- require() crashes Apache -- Edit this bug report at https://bugs.php.net/bug.php?id=60758&edit=1
Bug #60757 [Fbk->Opn]: phpinfo() crashes Apache
Edit report at https://bugs.php.net/bug.php?id=60757&edit=1 ID: 60757 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:phpinfo() crashes Apache -Status: Feedback +Status: Open Type: Bug Package:Reproducible crash Operating System: Win 7 32/64 PHP Version:5.4.0RC5 Block user comment: N Private report: N New Comment: Thank you for this manual. https://bugs.php.net/bugs-generating-backtrace-win32.php This tool works on Win 7 only as (Analisys only) mode. "Options and settings" tab looks otherwise. There is no "Add a rule" button. Please update the handbook as soon as possible. --- Does anybody can do backtrace for laruence ?? Previous Comments: [2012-01-15 03:30:34] larue...@php.net Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php for *NIX and http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32 Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. ---- [2012-01-14 22:03:20] bugzilla33 at gmail dot com Description: phpinfo() crashes Apache Test script: --- Expected result: 5.4.0 RC4 shows phpinfo Actual result: -- 5.4.0 RC5 shows phpinfo table and after 1 second white background info: Internet Explorer can not display the webpage. -- Edit this bug report at https://bugs.php.net/bug.php?id=60757&edit=1
Bug #60758 [Opn]: require() crashes Apache
Edit report at https://bugs.php.net/bug.php?id=60758&edit=1 ID: 60758 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:require() crashes Apache Status: Open Type: Bug Package:Reproducible crash PHP Version:5.4.0RC5 Block user comment: N Private report: N New Comment: Here you are: http://host0001.webd.pl/bugs/php/reports/CrashHang_Report__PID_1080__01162012191518294.zip Previous Comments: [2012-01-15 10:08:14] bugzilla33 at gmail dot com Thank you for this manual. https://bugs.php.net/bugs-generating-backtrace-win32.php This tool works on Win 7 only as (Analisys only) mode. "Options and settings" tab looks otherwise. There is no "Add a rule" button. Please update the handbook as soon as possible. --- Does anybody can do backtrace for laruence ?? [2012-01-15 03:30:56] larue...@php.net Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php for *NIX and http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32 Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. ---- [2012-01-14 22:19:51] bugzilla33 at gmail dot com Description: require() crashes Apache Test script: --- Expected result: require() requires test.php Actual result: -- require() crashes Apache -- Edit this bug report at https://bugs.php.net/bug.php?id=60758&edit=1
Bug #60753 [Bgs->Opn]: header function crash
Edit report at https://bugs.php.net/bug.php?id=60753&edit=1 ID: 60753 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:header function crash -Status: Bogus +Status: Open Type: Bug Package:Reproducible crash Operating System: Win 7 32/64 PHP Version:5.4.0RC5 Block user comment: N Private report: N New Comment: Here you are: http://host0001.webd.pl/bugs/php/reports/CrashHang_Report__PID_1280__01162012191536411.zip Previous Comments: [2012-01-16 18:19:43] paj...@php.net . [2012-01-16 18:19:09] paj...@php.net It works perfectly fine. Your configuration certainly contain DLLs from older PHP versions or missing some in your paths. It is the same with the phpinfo function (#60757). [2012-01-15 10:07:33] bugzilla33 at gmail dot com Thank you for this manual. https://bugs.php.net/bugs-generating-backtrace-win32.php This tool works on Win 7 only as (Analisys only) mode. "Options and settings" tab looks otherwise. There is no "Add a rule" button. Please update the handbook as soon as possible. --- Does anybody can do backtrace for laruence ?? [2012-01-15 03:31:56] larue...@php.net Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php for *NIX and http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32 Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. ---- [2012-01-14 15:22:17] bugzilla33 at gmail dot com tested on Win 7 32/64 The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=60753 -- Edit this bug report at https://bugs.php.net/bug.php?id=60753&edit=1
Bug #60757 [Bgs]: phpinfo() crashes Apache
Edit report at https://bugs.php.net/bug.php?id=60757&edit=1 ID: 60757 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:phpinfo() crashes Apache Status: Bogus Type: Bug Package:Reproducible crash Operating System: Win 7 32/64 PHP Version:5.4.0RC5 Block user comment: N Private report: N New Comment: Here you are: http://host0001.webd.pl/bugs/php/reports/CrashHang_Report__PID_4656__01162012191543758.zip Previous Comments: [2012-01-16 18:20:11] paj...@php.net . [2012-01-16 18:19:47] paj...@php.net It works perfectly fine. Your configuration certainly contain DLLs from older PHP versions or missing some in your paths. It is the same with the header function (#60737). [2012-01-15 10:08:26] bugzilla33 at gmail dot com Thank you for this manual. https://bugs.php.net/bugs-generating-backtrace-win32.php This tool works on Win 7 only as (Analisys only) mode. "Options and settings" tab looks otherwise. There is no "Add a rule" button. Please update the handbook as soon as possible. --- Does anybody can do backtrace for laruence ?? [2012-01-15 03:30:34] larue...@php.net Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php for *NIX and http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32 Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. ---- [2012-01-14 22:03:20] bugzilla33 at gmail dot com Description: phpinfo() crashes Apache Test script: --- Expected result: 5.4.0 RC4 shows phpinfo Actual result: -- 5.4.0 RC5 shows phpinfo table and after 1 second white background info: Internet Explorer can not display the webpage. -- Edit this bug report at https://bugs.php.net/bug.php?id=60757&edit=1
[PHP-BUG] Bug #60771 [NEW]: header, phpinfo, require crash
From: Operating system: win 7 64-bit PHP version: 5.4.0RC5 Package: Reproducible crash Bug Type: Bug Bug description:header, phpinfo, require crash Description: header, phpinfo, require crash Debud dial reports: http://host0001.webd.pl/bugs/php/reports/Reports.zip My configuration do not contain DLLs from older PHP versions and do ton missing some in my paths. unpacked from: http://windows.php.net/downloads/qa/php-5.4.0RC5-Win32-VC9-x86.zip Test script: --- PID_1080.php: PID_1280.php: http://php.net/'); ?> PID_4656.php: Expected result: When use 5.4.0 RC4 there are no crashes. Actual result: -- crashes -- Edit bug report at https://bugs.php.net/bug.php?id=60771&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=60771&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=60771&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=60771&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=60771&r=fixed Fixed in SVN and need be documented: https://bugs.php.net/fix.php?id=60771&r=needdocs Fixed in release: https://bugs.php.net/fix.php?id=60771&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=60771&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=60771&r=needscript Try newer version: https://bugs.php.net/fix.php?id=60771&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=60771&r=support Expected behavior: https://bugs.php.net/fix.php?id=60771&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=60771&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=60771&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=60771&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=60771&r=php4 Daylight Savings:https://bugs.php.net/fix.php?id=60771&r=dst IIS Stability: https://bugs.php.net/fix.php?id=60771&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=60771&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=60771&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=60771&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=60771&r=mysqlcfg
[PHP-BUG] Bug #60773 [NEW]: configuration certainly contain DLLs from older PHP
From: Operating system: win 7 PHP version: 5.4.0RC5 Package: Reproducible crash Bug Type: Bug Bug description:configuration certainly contain DLLs from older PHP Description: paj...@php.net says: http://host0001.webd.pl/bugs/php/reports/Reports.zip The backtrace clearly shows what http://windows.php.net/downloads/qa/php-5.4.0RC5-Win32-VC9-x86.zip configuration certainly contain DLLs from older PHP versions or missing some in your paths. Please pay attention to it when compiling the next builds. Test script: --- PID_1080.php: PID_1280.php: http://php.net/'); ?> PID_4656.php: Expected result: configuration do not contain DLLs from older PHP versions and do not missing some in your paths Actual result: -- configuration certainly contain DLLs from older PHP versions or missing some in your paths -- Edit bug report at https://bugs.php.net/bug.php?id=60773&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=60773&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=60773&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=60773&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=60773&r=fixed Fixed in SVN and need be documented: https://bugs.php.net/fix.php?id=60773&r=needdocs Fixed in release: https://bugs.php.net/fix.php?id=60773&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=60773&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=60773&r=needscript Try newer version: https://bugs.php.net/fix.php?id=60773&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=60773&r=support Expected behavior: https://bugs.php.net/fix.php?id=60773&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=60773&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=60773&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=60773&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=60773&r=php4 Daylight Savings:https://bugs.php.net/fix.php?id=60773&r=dst IIS Stability: https://bugs.php.net/fix.php?id=60773&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=60773&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=60773&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=60773&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=60773&r=mysqlcfg
Bug #60773 [Com]: configuration certainly contain DLLs from older PHP
Edit report at https://bugs.php.net/bug.php?id=60773&edit=1 ID: 60773 Comment by: bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:configuration certainly contain DLLs from older PHP Status: Bogus Type: Bug Package:Reproducible crash Operating System: win 7 PHP Version:5.4.0RC5 Block user comment: N Private report: N New Comment: Ok, could you say why the problem no occur with the RC1, RC2, RC3, RC4, but occurs with RC5 and RC6 last dev? I tested on Win 32 and Win 64 after system reinstall. I use Apache 2.2.21 VC9. Previous Comments: [2012-01-16 19:50:23] paj...@php.net And no, the zip do not contain old DLLs, was referring to your configuration. The passes*1024 is another bug and already reported. And you even commented there as well. [2012-01-16 19:49:03] paj...@php.net Again and this is my very last warning, please stop to report duplicate bugs endlessly. If you have anything to add to a specific bug, add a comment there. [2012-01-16 19:26:42] bugzilla33 at gmail dot com Description: paj...@php.net says: http://host0001.webd.pl/bugs/php/reports/Reports.zip The backtrace clearly shows what http://windows.php.net/downloads/qa/php-5.4.0RC5-Win32-VC9-x86.zip configuration certainly contain DLLs from older PHP versions or missing some in your paths. Please pay attention to it when compiling the next builds. Test script: --- PID_1080.php: PID_1280.php: http://php.net/'); ?> PID_4656.php: Expected result: configuration do not contain DLLs from older PHP versions and do not missing some in your paths Actual result: -- configuration certainly contain DLLs from older PHP versions or missing some in your paths -- Edit this bug report at https://bugs.php.net/bug.php?id=60773&edit=1
Bug #60771 [Com]: header, phpinfo, require crash
Edit report at https://bugs.php.net/bug.php?id=60771&edit=1 ID: 60771 Comment by: bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:header, phpinfo, require crash Status: Bogus Type: Bug Package:Reproducible crash Operating System: win 7 64-bit PHP Version:5.4.0RC5 Block user comment: N Private report: N New Comment: Ok, could you say why the problem (pin 1280 and 4656) no occur with the RC1, RC2, RC3, RC4, but occurs with RC5 and RC6 last dev? I tested on Win 32 and Win 64 after system reinstall. I use Apache 2.2.21 VC9. Previous Comments: [2012-01-16 20:53:31] mattfic...@php.net This issue is similar to bug 48034. A patch for that will be released soon. It should be available in the next RC release of 5.4.0. If you can't wait, it may become available in a snapshot release before then. [2012-01-16 20:48:00] mattfic...@php.net I can reproduce a crash of PHP 5.4.0rc5 using the PID1080 script on Win7 x64 with SP0 and SP1. I can't get the other scripts to reproduce a crash. PID1080 crashes because the text it has outside a tags is longer than 8kb (this is a known issue). Again, reporting the same bug repeatedly doesn't get it fixed faster, in fact, it actually slows us down a lot. It is better if you post a comment to your first bug report to ask if it has been fixed. [2012-01-16 19:45:25] paj...@php.net Ah ok, I got it now. Again, a duplicate of bug #48034. As you commented there as well. So please (please!) do not open new bugs endlessly, it costs time to valid and verify that they are not different issues. The scanner bug (8*1024 script size) is already, patch too and will be validated soon and be present for the next release. Thanks for your understanding. phpinfo and header do not crash, at all. Despite our numerous attempts to reproduce it. [2012-01-16 19:13:42] paj...@php.net . [2012-01-16 19:13:24] paj...@php.net Please do not duplicate bugs endlessly. it does not help. The backtrace clearly shows what I tried to explain you earlier. The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=60771 -- Edit this bug report at https://bugs.php.net/bug.php?id=60771&edit=1
Bug #60757 [Com]: phpinfo() crashes Apache
Edit report at https://bugs.php.net/bug.php?id=60757&edit=1 ID: 60757 Comment by: bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:phpinfo() crashes Apache Status: Bogus Type: Bug Package:Reproducible crash Operating System: Win 7 32/64 PHP Version:5.4.0RC5 Block user comment: N Private report: N New Comment: Ok, could you say why the problem no occur with the RC1, RC2, RC3, RC4, but occurs with RC5 and RC6 last dev? I tested on Win 32 and Win 64 after system reinstall. I use Apache 2.2.21 VC9. Previous Comments: [2012-01-16 18:24:19] bugzilla33 at gmail dot com Here you are: http://host0001.webd.pl/bugs/php/reports/CrashHang_Report__PID_4656__01162012191543758.zip [2012-01-16 18:20:11] paj...@php.net . [2012-01-16 18:19:47] paj...@php.net It works perfectly fine. Your configuration certainly contain DLLs from older PHP versions or missing some in your paths. It is the same with the header function (#60737). [2012-01-15 10:08:26] bugzilla33 at gmail dot com Thank you for this manual. https://bugs.php.net/bugs-generating-backtrace-win32.php This tool works on Win 7 only as (Analisys only) mode. "Options and settings" tab looks otherwise. There is no "Add a rule" button. Please update the handbook as soon as possible. --- Does anybody can do backtrace for laruence ?? [2012-01-15 03:30:34] larue...@php.net Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php for *NIX and http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32 Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=60757 -- Edit this bug report at https://bugs.php.net/bug.php?id=60757&edit=1
Bug #60753 [Com]: header function crash
Edit report at https://bugs.php.net/bug.php?id=60753&edit=1 ID: 60753 Comment by: bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:header function crash Status: Open Type: Bug Package:Reproducible crash Operating System: Win 7 32/64 PHP Version:5.4.0RC5 Block user comment: N Private report: N New Comment: Ok, could you say why the problem no occur with the RC1, RC2, RC3, RC4, but occurs with RC5 and RC6 last dev? I tested on Win 32 and Win 64 after system reinstall. I use Apache 2.2.21 VC9. Previous Comments: [2012-01-16 18:19:44] bugzilla33 at gmail dot com Here you are: http://host0001.webd.pl/bugs/php/reports/CrashHang_Report__PID_1280__01162012191536411.zip [2012-01-16 18:19:43] paj...@php.net . [2012-01-16 18:19:09] paj...@php.net It works perfectly fine. Your configuration certainly contain DLLs from older PHP versions or missing some in your paths. It is the same with the phpinfo function (#60757). [2012-01-15 10:07:33] bugzilla33 at gmail dot com Thank you for this manual. https://bugs.php.net/bugs-generating-backtrace-win32.php This tool works on Win 7 only as (Analisys only) mode. "Options and settings" tab looks otherwise. There is no "Add a rule" button. Please update the handbook as soon as possible. --- Does anybody can do backtrace for laruence ?? [2012-01-15 03:31:56] larue...@php.net Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php for *NIX and http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32 Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=60753 -- Edit this bug report at https://bugs.php.net/bug.php?id=60753&edit=1
Bug #60753 [Bgs]: header function crash
Edit report at https://bugs.php.net/bug.php?id=60753&edit=1 ID: 60753 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:header function crash Status: Bogus Type: Bug Package:Reproducible crash Operating System: Win 7 32/64 PHP Version:5.4.0RC5 Block user comment: N Private report: N New Comment: Could this be due to the use of relatively old processor Athlon 64 3000+ ? On other machines, I also do not reproduce this bug. Previous Comments: [2012-01-16 21:30:16] paj...@php.net Cannot reproduce that one, in any of our large set of configurations. The only issue we can reproduce and confirmed is the 8192 bytes script bug described at #48034. [2012-01-16 21:08:26] bugzilla33 at gmail dot com Ok, could you say why the problem no occur with the RC1, RC2, RC3, RC4, but occurs with RC5 and RC6 last dev? I tested on Win 32 and Win 64 after system reinstall. I use Apache 2.2.21 VC9. [2012-01-16 18:19:44] bugzilla33 at gmail dot com Here you are: http://host0001.webd.pl/bugs/php/reports/CrashHang_Report__PID_1280__01162012191536411.zip [2012-01-16 18:19:43] paj...@php.net . [2012-01-16 18:19:09] paj...@php.net It works perfectly fine. Your configuration certainly contain DLLs from older PHP versions or missing some in your paths. It is the same with the phpinfo function (#60757). The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=60753 -- Edit this bug report at https://bugs.php.net/bug.php?id=60753&edit=1
[PHP-BUG] Bug #60828 [NEW]: crash with specific php.ini
From: Operating system: Win 7 32/64 bit PHP version: 5.4.0RC6 Package: Reproducible crash Bug Type: Bug Bug description:crash with specific php.ini Description: 1. use Apache 2.2.21 VC9 2. download http://windows.php.net/downloads/qa/php-5.4.0RC6-Win32-VC9-x86.zip 3. unpack to c:\php5\ 4. use php.ini-production -> php.ini 5. change php.ini: extension_dir = "c:\php5\ext" extension=php_gd2.dll extension=php_mbstring.dll extension=php_openssl.dll extension=php_sockets.dll 6. or download php.ini from http://host0001.webd.pl/bugs/php/crash.zip 7. restart apache 8. run test script Test script: --- http://php.net/'); ?> or Expected result: no crush like 5.4 RC4 - bug introduced in PHP 5.4 RC5 Actual result: -- crush on first (second) script run after apache restart -- Edit bug report at https://bugs.php.net/bug.php?id=60828&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=60828&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=60828&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=60828&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=60828&r=fixed Fixed in SVN and need be documented: https://bugs.php.net/fix.php?id=60828&r=needdocs Fixed in release: https://bugs.php.net/fix.php?id=60828&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=60828&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=60828&r=needscript Try newer version: https://bugs.php.net/fix.php?id=60828&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=60828&r=support Expected behavior: https://bugs.php.net/fix.php?id=60828&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=60828&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=60828&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=60828&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=60828&r=php4 Daylight Savings:https://bugs.php.net/fix.php?id=60828&r=dst IIS Stability: https://bugs.php.net/fix.php?id=60828&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=60828&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=60828&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=60828&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=60828&r=mysqlcfg
Bug #60828 [Com]: crash with specific php.ini
Edit report at https://bugs.php.net/bug.php?id=60828&edit=1 ID: 60828 Comment by: bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:crash with specific php.ini Status: Bogus Type: Bug Package:Reproducible crash Operating System: Win 7 32/64 bit PHP Version:5.4.0RC6 Block user comment: N Private report: N New Comment: I do not understand - in my case php_exif.dll is not loaded. I will test this bug on Monday on another machine. Previous Comments: [2012-01-21 09:28:05] paj...@php.net It is not a crash but a configuration. mbstring has to be loaded before exif. That means you have to put extension=php_mbstring.dll before extension=php_exif.dll Also cannot reproduce any crash using header. Double check your error log for the actual error message. [2012-01-21 01:29:32] anon at anon dot anon A possibly related issue: it also crashes with php_exif.dll listed before php_mbstring.dll. It has done for years. [2012-01-20 21:39:02] bugzilla33 at gmail dot com Description: 1. use Apache 2.2.21 VC9 2. download http://windows.php.net/downloads/qa/php-5.4.0RC6-Win32-VC9-x86.zip 3. unpack to c:\php5\ 4. use php.ini-production -> php.ini 5. change php.ini: extension_dir = "c:\php5\ext" extension=php_gd2.dll extension=php_mbstring.dll extension=php_openssl.dll extension=php_sockets.dll 6. or download php.ini from http://host0001.webd.pl/bugs/php/crash.zip 7. restart apache 8. run test script Test script: --- http://php.net/'); ?> or Expected result: no crush like 5.4 RC4 - bug introduced in PHP 5.4 RC5 Actual result: -- crush on first (second) script run after apache restart -- Edit this bug report at https://bugs.php.net/bug.php?id=60828&edit=1
Bug #60828 [Com]: crash with specific php.ini
Edit report at https://bugs.php.net/bug.php?id=60828&edit=1 ID: 60828 Comment by: bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:crash with specific php.ini Status: Bogus Type: Bug Package:Reproducible crash Operating System: Win 7 32/64 bit PHP Version:5.4.0RC6 Block user comment: N Private report: N New Comment: only Apache log after crash: [Sun Jan 22 17:03:51 2012] [notice] Parent: child process exited with status 255 -- Restarting. php_errors.log does not appear anything new Previous Comments: [2012-01-21 19:39:10] paj...@php.net You are welcome to contribute a patch. However there is no crash but a warning, as I told you already, check your logs. [2012-01-21 19:21:18] anon at anon dot anon @pajoye Fix it then so that the internal loading order is not strictly tied to the order in php.ini. By the way, they're listed in the ini file in the broken order by default. [2012-01-21 10:35:04] bugzilla33 at gmail dot com I do not understand - in my case php_exif.dll is not loaded. I will test this bug on Monday on another machine. [2012-01-21 09:28:05] paj...@php.net It is not a crash but a configuration. mbstring has to be loaded before exif. That means you have to put extension=php_mbstring.dll before extension=php_exif.dll Also cannot reproduce any crash using header. Double check your error log for the actual error message. [2012-01-21 01:29:32] anon at anon dot anon A possibly related issue: it also crashes with php_exif.dll listed before php_mbstring.dll. It has done for years. The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=60828 -- Edit this bug report at https://bugs.php.net/bug.php?id=60828&edit=1
Bug #60828 [Com]: crash with specific php.ini
Edit report at https://bugs.php.net/bug.php?id=60828&edit=1 ID: 60828 Comment by: bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:crash with specific php.ini Status: Bogus Type: Bug Package:Reproducible crash Operating System: Win 7 32/64 bit PHP Version:5.4.0RC6 Block user comment: N Private report: N New Comment: it's strange, but if you are loading additional php_soap.dll extension_dir = "c:\php5\ext" extension=php_gd2.dll extension=php_mbstring.dll extension=php_openssl.dll extension=php_soap.dll extension=php_sockets.dll (Please compare with the first comment.) Apache do not crash! What is this strange behavior is caused by? (introduced in RC5) Previous Comments: [2012-01-22 16:15:47] paj...@php.net "Fix it then so that the internal loading order is not strictly tied to the order in php.ini" they are loaded as listed in php.ini ---- [2012-01-22 16:08:15] bugzilla33 at gmail dot com only Apache log after crash: [Sun Jan 22 17:03:51 2012] [notice] Parent: child process exited with status 255 -- Restarting. php_errors.log does not appear anything new [2012-01-21 19:39:10] paj...@php.net You are welcome to contribute a patch. However there is no crash but a warning, as I told you already, check your logs. [2012-01-21 19:21:18] anon at anon dot anon @pajoye Fix it then so that the internal loading order is not strictly tied to the order in php.ini. By the way, they're listed in the ini file in the broken order by default. ---- [2012-01-21 10:35:04] bugzilla33 at gmail dot com I do not understand - in my case php_exif.dll is not loaded. I will test this bug on Monday on another machine. The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=60828 -- Edit this bug report at https://bugs.php.net/bug.php?id=60828&edit=1
Bug #60828 [Com]: crash with specific php.ini
Edit report at https://bugs.php.net/bug.php?id=60828&edit=1 ID: 60828 Comment by: bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:crash with specific php.ini Status: Bogus Type: Bug Package:Reproducible crash Operating System: Win 7 32/64 bit PHP Version:5.4.0RC6 Block user comment: N Private report: N New Comment: It's interesting, but this error only occurs on my machine. It is independent of the operating system (Win 7 32/64 bit). I can not reproduce it on another machine. Previous Comments: [2012-01-22 16:27:03] bugzilla33 at gmail dot com it's strange, but if you are loading additional php_soap.dll extension_dir = "c:\php5\ext" extension=php_gd2.dll extension=php_mbstring.dll extension=php_openssl.dll extension=php_soap.dll extension=php_sockets.dll (Please compare with the first comment.) Apache do not crash! What is this strange behavior is caused by? (introduced in RC5) [2012-01-22 16:15:47] paj...@php.net "Fix it then so that the internal loading order is not strictly tied to the order in php.ini" they are loaded as listed in php.ini ---- [2012-01-22 16:08:15] bugzilla33 at gmail dot com only Apache log after crash: [Sun Jan 22 17:03:51 2012] [notice] Parent: child process exited with status 255 -- Restarting. php_errors.log does not appear anything new [2012-01-21 19:39:10] paj...@php.net You are welcome to contribute a patch. However there is no crash but a warning, as I told you already, check your logs. [2012-01-21 19:21:18] anon at anon dot anon @pajoye Fix it then so that the internal loading order is not strictly tied to the order in php.ini. By the way, they're listed in the ini file in the broken order by default. The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=60828 -- Edit this bug report at https://bugs.php.net/bug.php?id=60828&edit=1
[PHP-BUG] Bug #60883 [NEW]: php_intl crach
From: Operating system: win 7 PHP version: 5.4.0RC6 Package: Reproducible crash Bug Type: Bug Bug description:php_intl crach Description: 1. use Apache 2.2.21 VC9 2. download http://windows.php.net/downloads/qa/php-5.4.0RC6-Win32-VC9-x86.zip 3. unpack to c:\php5\ 4. rename php.ini-development -> php.ini 5. change php.ini: extension_dir = "c:\php5\ext" extension=php_intl.dll 6. restart apache 7. run any script Test script: --- any Expected result: no crash Actual result: -- crash -- Edit bug report at https://bugs.php.net/bug.php?id=60883&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=60883&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=60883&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=60883&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=60883&r=fixed Fixed in SVN and need be documented: https://bugs.php.net/fix.php?id=60883&r=needdocs Fixed in release: https://bugs.php.net/fix.php?id=60883&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=60883&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=60883&r=needscript Try newer version: https://bugs.php.net/fix.php?id=60883&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=60883&r=support Expected behavior: https://bugs.php.net/fix.php?id=60883&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=60883&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=60883&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=60883&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=60883&r=php4 Daylight Savings:https://bugs.php.net/fix.php?id=60883&r=dst IIS Stability: https://bugs.php.net/fix.php?id=60883&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=60883&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=60883&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=60883&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=60883&r=mysqlcfg
Bug #60883 [Com]: php_intl crach
Edit report at https://bugs.php.net/bug.php?id=60883&edit=1 ID: 60883 Comment by: bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:php_intl crach Status: Open Type: Bug Package:Reproducible crash Operating System: win 7 PHP Version:5.4.0RC6 Block user comment: N Private report: N New Comment: testscript.php Previous Comments: [2012-01-25 14:52:41] bugzilla33 at gmail dot com Description: 1. use Apache 2.2.21 VC9 2. download http://windows.php.net/downloads/qa/php-5.4.0RC6-Win32-VC9-x86.zip 3. unpack to c:\php5\ 4. rename php.ini-development -> php.ini 5. change php.ini: extension_dir = "c:\php5\ext" extension=php_intl.dll 6. restart apache 7. run any script Test script: --- any Expected result: no crash Actual result: -- crash -- Edit this bug report at https://bugs.php.net/bug.php?id=60883&edit=1
[PHP-BUG] Bug #60963 [NEW]: undefined normalizer_normalize
From: Operating system: win 7 PHP version: 5.4.0RC6 Package: Unknown/Other Function Bug Type: Bug Bug description:undefined normalizer_normalize Description: Description: 1. use Apache 2.2.21 VC9 2. download http://windows.php.net/downloads/qa/php-5.4.0RC7-Win32-VC9-x86.zip 3. unpack to c:\php5\ 4. rename php.ini-development -> php.ini 5. change php.ini: extension_dir = "c:\php5\ext" extension=php_intl.dll 6. restart apache 7. run any script Test script: --- Expected result: test Actual result: -- Fatal error: Call to undefined function normalizer_normalize() in C:\htdocs\test.pl\1.php on line 2 -- Edit bug report at https://bugs.php.net/bug.php?id=60963&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=60963&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=60963&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=60963&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=60963&r=fixed Fixed in SVN and need be documented: https://bugs.php.net/fix.php?id=60963&r=needdocs Fixed in release: https://bugs.php.net/fix.php?id=60963&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=60963&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=60963&r=needscript Try newer version: https://bugs.php.net/fix.php?id=60963&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=60963&r=support Expected behavior: https://bugs.php.net/fix.php?id=60963&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=60963&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=60963&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=60963&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=60963&r=php4 Daylight Savings:https://bugs.php.net/fix.php?id=60963&r=dst IIS Stability: https://bugs.php.net/fix.php?id=60963&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=60963&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=60963&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=60963&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=60963&r=mysqlcfg
Bug #60963 [Fbk->Opn]: undefined normalizer_normalize
Edit report at https://bugs.php.net/bug.php?id=60963&edit=1 ID: 60963 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:undefined normalizer_normalize -Status: Feedback +Status: Open Type: Bug Package:Unknown/Other Function Operating System: win 7 PHP Version:5.4.0RC6 Block user comment: N Private report: N New Comment: RC7 on Win 7 64-bit: change php.ini: extension=php_gd2.dll extension=php_intl.dll extension=php_mbstring.dll run phpinfo() only mbstring loaded where is gd and intl ?? Previous Comments: [2012-02-03 08:02:43] paj...@php.net Are you sure the intl extension is actually loaded? It works just fine (RC7 here but worked with RC6 too): c:\test\540rc7nts>php -n -d extension_dir=ext -d extension=php_intl.dll --rf normalizer_normalize Function [ function normalizer_normalize ] { - Parameters [2] { Parameter #0 [ $input ] Parameter #1 [ $form ] } } c:\test\540rc7nts>php -n -d extension_dir=ext -d extension=php_intl.dll - r"normalizer_normalize();" Warning: normalizer_normalize() expects at least 1 parameter, 0 given in Command line code on line 1 [2012-02-03 07:54:59] bugzilla33 at gmail dot com Description: Description: 1. use Apache 2.2.21 VC9 2. download http://windows.php.net/downloads/qa/php-5.4.0RC7-Win32-VC9-x86.zip 3. unpack to c:\php5\ 4. rename php.ini-development -> php.ini 5. change php.ini: extension_dir = "c:\php5\ext" extension=php_intl.dll 6. restart apache 7. run any script Test script: --- Expected result: test Actual result: -- Fatal error: Call to undefined function normalizer_normalize() in C:\htdocs\test.pl\1.php on line 2 -- Edit this bug report at https://bugs.php.net/bug.php?id=60963&edit=1
Bug #60963 [Nab]: undefined normalizer_normalize
Edit report at https://bugs.php.net/bug.php?id=60963&edit=1 ID: 60963 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:undefined normalizer_normalize Status: Not a bug Type: Bug Package:Unknown/Other Function Operating System: win 7 PHP Version:5.4.0RC6 Block user comment: N Private report: N New Comment: php -n -d extension_dir=ext -d extension=php_intl.dll -r"normalizer_normalize();" this works, but extensions are not loaded when php run as apache module Previous Comments: [2012-02-03 10:30:24] paj...@php.net Please ask further support on the php-windows or php-install mailing list: http://www.php.net/mailing-lists.php [2012-02-03 10:27:18] bugzilla33 at gmail dot com RC7 on Win 7 64-bit: change php.ini: extension=php_gd2.dll extension=php_intl.dll extension=php_mbstring.dll run phpinfo() only mbstring loaded where is gd and intl ?? [2012-02-03 08:02:43] paj...@php.net Are you sure the intl extension is actually loaded? It works just fine (RC7 here but worked with RC6 too): c:\test\540rc7nts>php -n -d extension_dir=ext -d extension=php_intl.dll --rf normalizer_normalize Function [ function normalizer_normalize ] { - Parameters [2] { Parameter #0 [ $input ] Parameter #1 [ $form ] } } c:\test\540rc7nts>php -n -d extension_dir=ext -d extension=php_intl.dll - r"normalizer_normalize();" Warning: normalizer_normalize() expects at least 1 parameter, 0 given in Command line code on line 1 ---- [2012-02-03 07:54:59] bugzilla33 at gmail dot com Description: Description: 1. use Apache 2.2.21 VC9 2. download http://windows.php.net/downloads/qa/php-5.4.0RC7-Win32-VC9-x86.zip 3. unpack to c:\php5\ 4. rename php.ini-development -> php.ini 5. change php.ini: extension_dir = "c:\php5\ext" extension=php_intl.dll 6. restart apache 7. run any script Test script: --- Expected result: test Actual result: -- Fatal error: Call to undefined function normalizer_normalize() in C:\htdocs\test.pl\1.php on line 2 -- Edit this bug report at https://bugs.php.net/bug.php?id=60963&edit=1
[PHP-BUG] Bug #60966 [NEW]: extensions not loaded
From: Operating system: win 7 PHP version: 5.3SVN-2012-02-03 (snap) Package: *Configuration Issues Bug Type: Bug Bug description:extensions not loaded Description: RC7 on Win 7: change php.ini: extension=php_gd2.dll extension=php_intl.dll extension=php_mbstring.dll run test script Test script: --- Expected result: gd loaded intl loaded mbstring loaded Actual result: -- only mbstring loaded -- Edit bug report at https://bugs.php.net/bug.php?id=60966&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=60966&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=60966&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=60966&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=60966&r=fixed Fixed in SVN and need be documented: https://bugs.php.net/fix.php?id=60966&r=needdocs Fixed in release: https://bugs.php.net/fix.php?id=60966&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=60966&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=60966&r=needscript Try newer version: https://bugs.php.net/fix.php?id=60966&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=60966&r=support Expected behavior: https://bugs.php.net/fix.php?id=60966&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=60966&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=60966&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=60966&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=60966&r=php4 Daylight Savings:https://bugs.php.net/fix.php?id=60966&r=dst IIS Stability: https://bugs.php.net/fix.php?id=60966&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=60966&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=60966&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=60966&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=60966&r=mysqlcfg
Bug #60966 [Com]: extensions not loaded
Edit report at https://bugs.php.net/bug.php?id=60966&edit=1 ID: 60966 Comment by: bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:extensions not loaded Status: Open Type: Bug Package:*Configuration Issues Operating System: win 7 PHP Version:5.3SVN-2012-02-03 (snap) Block user comment: N Private report: N New Comment: Run as Apache 2.2.21 module. Previous Comments: [2012-02-03 11:37:52] bugzilla33 at gmail dot com Description: RC7 on Win 7: change php.ini: extension=php_gd2.dll extension=php_intl.dll extension=php_mbstring.dll run test script Test script: --- Expected result: gd loaded intl loaded mbstring loaded Actual result: -- only mbstring loaded -- Edit this bug report at https://bugs.php.net/bug.php?id=60966&edit=1
Bug #60966 [Nab]: extensions not loaded
Edit report at https://bugs.php.net/bug.php?id=60966&edit=1 ID: 60966 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:extensions not loaded Status: Not a bug Type: Bug Package:*Configuration Issues Operating System: win 7 PHP Version:5.3SVN-2012-02-03 (snap) Block user comment: N Private report: N New Comment: Can you take to work? It is known that it is easiest to say that this is not a mistake and lie on. You have issue to repair since weeks now. 100 times to repeat the error does not occur in the version of RC4. Do not know how to diagnose? Previous Comments: [2012-02-03 11:40:59] paj...@php.net Can you stop to do that please? There is bug here, you have issues to configure your PHP since weeks now. Bugs.php.net is not a support channel. Use the mailing lists for that. [2012-02-03 11:38:33] bugzilla33 at gmail dot com Run as Apache 2.2.21 module. [2012-02-03 11:37:52] bugzilla33 at gmail dot com Description: RC7 on Win 7: change php.ini: extension=php_gd2.dll extension=php_intl.dll extension=php_mbstring.dll run test script Test script: --- Expected result: gd loaded intl loaded mbstring loaded Actual result: -- only mbstring loaded -- Edit this bug report at https://bugs.php.net/bug.php?id=60966&edit=1
Bug #60966 [Com]: extensions not loaded
Edit report at https://bugs.php.net/bug.php?id=60966&edit=1 ID: 60966 Comment by: bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:extensions not loaded Status: Not a bug Type: Bug Package:*Configuration Issues Operating System: win 7 PHP Version:5.3SVN-2012-02-03 (snap) Block user comment: N Private report: N New Comment: I use the same php.ini. Binaries from RC4 works Binaries from RC7 do not work!!! And this is supposed to be my fault if your problem? Previous Comments: [2012-02-03 11:56:12] bugzilla33 at gmail dot com Can you take to work? It is known that it is easiest to say that this is not a mistake and lie on. You have issue to repair since weeks now. 100 times to repeat the error does not occur in the version of RC4. Do not know how to diagnose? [2012-02-03 11:40:59] paj...@php.net Can you stop to do that please? There is bug here, you have issues to configure your PHP since weeks now. Bugs.php.net is not a support channel. Use the mailing lists for that. [2012-02-03 11:38:33] bugzilla33 at gmail dot com Run as Apache 2.2.21 module. [2012-02-03 11:37:52] bugzilla33 at gmail dot com Description: RC7 on Win 7: change php.ini: extension=php_gd2.dll extension=php_intl.dll extension=php_mbstring.dll run test script Test script: --- Expected result: gd loaded intl loaded mbstring loaded Actual result: -- only mbstring loaded -- Edit this bug report at https://bugs.php.net/bug.php?id=60966&edit=1
Bug #60966 [Nab]: extensions not loaded
Edit report at https://bugs.php.net/bug.php?id=60966&edit=1 ID: 60966 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:extensions not loaded Status: Not a bug Type: Bug Package:*Configuration Issues Operating System: win 7 PHP Version:5.3SVN-2012-02-03 (snap) Block user comment: N Private report: N New Comment: If you do not believe that this happens for me is can I create a virtual box images with the system and configured php. Unfortunately, I do not know how to deliver it to you because it's some 20GB. Previous Comments: [2012-02-03 13:41:37] paj...@php.net Again, I tested under CLI, TS and NTS and Apache. intl, gd and other extensions load perfectly fine. @philip keep your useful comment for another location as well, thanks. [2012-02-03 12:08:13] olson at php dot com pajoye is lazy, he'll never check ... [2012-02-03 11:58:27] bugzilla33 at gmail dot com I use the same php.ini. Binaries from RC4 works Binaries from RC7 do not work!!! And this is supposed to be my fault if your problem? [2012-02-03 11:56:12] bugzilla33 at gmail dot com Can you take to work? It is known that it is easiest to say that this is not a mistake and lie on. You have issue to repair since weeks now. 100 times to repeat the error does not occur in the version of RC4. Do not know how to diagnose? [2012-02-03 11:40:59] paj...@php.net Can you stop to do that please? There is bug here, you have issues to configure your PHP since weeks now. Bugs.php.net is not a support channel. Use the mailing lists for that. The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=60966 -- Edit this bug report at https://bugs.php.net/bug.php?id=60966&edit=1
Bug #60966 [Nab]: extensions not loaded
Edit report at https://bugs.php.net/bug.php?id=60966&edit=1 ID: 60966 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:extensions not loaded Status: Not a bug Type: Bug Package:*Configuration Issues Operating System: win 7 PHP Version:5.3SVN-2012-02-03 (snap) Block user comment: N Private report: N New Comment: 0. download http://host0001.webd.pl/bugs/php/bug.7z 1. This is http://www.apachelounge.com/download/binaries/httpd-2.2.21-win32.zip 2. And http://windows.php.net/downloads/qa/php-5.4.0RC7-Win32-VC9-x86.zip 3. httpd.conf modifications PHPINIDir c:/php54 LoadModule php5_module c:/php54/php5apache2_2.dll AddType application/x-httpd-php .php 4. php.ini (from php.ini-development) modifications extension_dir = "c:\php54\ext" extension=php_gd2.dll extension=php_intl.dll extension=php_mbstring.dll 5. Steps to reproduce - use Windows 7 (64-bit ?) - upack this to c:\ root - run install.bat (install Apache service) - run start.bat (start Apache service) - type in browser http://127.0.0.1/phpinfo.php 6. Expected result - gd loaded - intl loaded - mbstring loaded 7. Actual result - only mbstring loaded 8. Tested on two other machines Previous Comments: [2012-02-03 13:59:11] bugzilla33 at gmail dot com If you do not believe that this happens for me is can I create a virtual box images with the system and configured php. Unfortunately, I do not know how to deliver it to you because it's some 20GB. [2012-02-03 13:41:37] paj...@php.net Again, I tested under CLI, TS and NTS and Apache. intl, gd and other extensions load perfectly fine. @philip keep your useful comment for another location as well, thanks. [2012-02-03 12:08:13] olson at php dot com pajoye is lazy, he'll never check ... ---- [2012-02-03 11:58:27] bugzilla33 at gmail dot com I use the same php.ini. Binaries from RC4 works Binaries from RC7 do not work!!! And this is supposed to be my fault if your problem? ---- [2012-02-03 11:56:12] bugzilla33 at gmail dot com Can you take to work? It is known that it is easiest to say that this is not a mistake and lie on. You have issue to repair since weeks now. 100 times to repeat the error does not occur in the version of RC4. Do not know how to diagnose? The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=60966 -- Edit this bug report at https://bugs.php.net/bug.php?id=60966&edit=1
[PHP-BUG] Bug #60973 [NEW]: extensions not loaded
From: Operating system: win 7 PHP version: 5.4.0RC6 Package: *Configuration Issues Bug Type: Bug Bug description:extensions not loaded Description: 0. download http://host0001.webd.pl/bugs/php/bug.7z 1. This is http://www.apachelounge.com/download/binaries/httpd-2.2.21-win32.zip 2. And http://windows.php.net/downloads/qa/php-5.4.0RC7-Win32-VC9-x86.zip 3. httpd.conf modifications PHPINIDir c:/php54 LoadModule php5_module c:/php54/php5apache2_2.dll AddType application/x-httpd-php .php 4. php.ini (from php.ini-development) modifications extension_dir = "c:\php54\ext" extension=php_gd2.dll extension=php_intl.dll extension=php_mbstring.dll 5. Steps to reproduce - use Windows 7 (64-bit ?) - upack this to c:\ root - run install.bat (install Apache service) - run start.bat (start Apache service) - type in browser http://127.0.0.1/phpinfo.php 6. Expected result - gd loaded - intl loaded - mbstring loaded 7. Actual result - only mbstring loaded 8. Tested on two other machines -- Edit bug report at https://bugs.php.net/bug.php?id=60973&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=60973&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=60973&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=60973&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=60973&r=fixed Fixed in SVN and need be documented: https://bugs.php.net/fix.php?id=60973&r=needdocs Fixed in release: https://bugs.php.net/fix.php?id=60973&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=60973&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=60973&r=needscript Try newer version: https://bugs.php.net/fix.php?id=60973&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=60973&r=support Expected behavior: https://bugs.php.net/fix.php?id=60973&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=60973&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=60973&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=60973&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=60973&r=php4 Daylight Savings:https://bugs.php.net/fix.php?id=60973&r=dst IIS Stability: https://bugs.php.net/fix.php?id=60973&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=60973&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=60973&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=60973&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=60973&r=mysqlcfg
Bug #60828 [Nab]: crash with specific php.ini
Edit report at https://bugs.php.net/bug.php?id=60828&edit=1 ID: 60828 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:crash with specific php.ini Status: Not a bug Type: Bug Package:Reproducible crash Operating System: Win 7 32/64 bit PHP Version:5.4.0RC6 Block user comment: N Private report: N New Comment: 0. download http://host0001.webd.pl/bugs/php/bug.7z 1. This is http://www.apachelounge.com/download/binaries/httpd-2.2.21-win32.zip 2. And http://windows.php.net/downloads/qa/php-5.4.0RC7-Win32-VC9-x86.zip 3. httpd.conf modifications PHPINIDir c:/php54 LoadModule php5_module c:/php54/php5apache2_2.dll AddType application/x-httpd-php .php 4. php.ini (from php.ini-development) modifications extension_dir = "c:\php54\ext" extension=php_gd2.dll extension=php_intl.dll extension=php_mbstring.dll 5. Steps to reproduce - use Windows 7 (64-bit ?) - upack this to c:\ root - run install.bat (install Apache service) - run start.bat (start Apache service) - type in browser http://127.0.0.1/phpinfo.php 6. Expected result - gd loaded - intl loaded - mbstring loaded 7. Actual result - only mbstring loaded 8. Tested on two other machines Previous Comments: [2012-01-23 07:13:41] bugzilla33 at gmail dot com It's interesting, but this error only occurs on my machine. It is independent of the operating system (Win 7 32/64 bit). I can not reproduce it on another machine. [2012-01-22 16:27:03] bugzilla33 at gmail dot com it's strange, but if you are loading additional php_soap.dll extension_dir = "c:\php5\ext" extension=php_gd2.dll extension=php_mbstring.dll extension=php_openssl.dll extension=php_soap.dll extension=php_sockets.dll (Please compare with the first comment.) Apache do not crash! What is this strange behavior is caused by? (introduced in RC5) [2012-01-22 16:15:47] paj...@php.net "Fix it then so that the internal loading order is not strictly tied to the order in php.ini" they are loaded as listed in php.ini ------------ [2012-01-22 16:08:15] bugzilla33 at gmail dot com only Apache log after crash: [Sun Jan 22 17:03:51 2012] [notice] Parent: child process exited with status 255 -- Restarting. php_errors.log does not appear anything new [2012-01-21 19:39:10] paj...@php.net You are welcome to contribute a patch. However there is no crash but a warning, as I told you already, check your logs. The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=60828 -- Edit this bug report at https://bugs.php.net/bug.php?id=60828&edit=1
Bug #60883 [Fbk->Opn]: php_intl crach
Edit report at https://bugs.php.net/bug.php?id=60883&edit=1 ID: 60883 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:php_intl crach -Status: Feedback +Status: Open Type: Bug Package:Reproducible crash Operating System: win 7 PHP Version:5.4.0RC6 Block user comment: N Private report: N New Comment: 0. download http://host0001.webd.pl/bugs/php/bug.7z 1. This is http://www.apachelounge.com/download/binaries/httpd-2.2.21-win32.zip 2. And http://windows.php.net/downloads/qa/php-5.4.0RC7-Win32-VC9-x86.zip 3. httpd.conf modifications PHPINIDir c:/php54 LoadModule php5_module c:/php54/php5apache2_2.dll AddType application/x-httpd-php .php 4. php.ini (from php.ini-development) modifications extension_dir = "c:\php54\ext" extension=php_gd2.dll extension=php_intl.dll extension=php_mbstring.dll 5. Steps to reproduce - use Windows 7 (64-bit ?) - upack this to c:\ root - run install.bat (install Apache service) - run start.bat (start Apache service) - type in browser http://127.0.0.1/phpinfo.php 6. Expected result - gd loaded - intl loaded - mbstring loaded 7. Actual result - only mbstring loaded 8. Tested on two other machines Previous Comments: [2012-01-25 19:40:12] cataphr...@php.net Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php for *NIX and http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32 Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. ---- [2012-01-25 14:58:50] bugzilla33 at gmail dot com testscript.php ---- [2012-01-25 14:52:41] bugzilla33 at gmail dot com Description: 1. use Apache 2.2.21 VC9 2. download http://windows.php.net/downloads/qa/php-5.4.0RC6-Win32-VC9-x86.zip 3. unpack to c:\php5\ 4. rename php.ini-development -> php.ini 5. change php.ini: extension_dir = "c:\php5\ext" extension=php_intl.dll 6. restart apache 7. run any script Test script: --- any Expected result: no crash Actual result: -- crash -- Edit this bug report at https://bugs.php.net/bug.php?id=60883&edit=1
Bug #60828 [Asn]: crash with specific php.ini
Edit report at https://bugs.php.net/bug.php?id=60828&edit=1 ID: 60828 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:crash with specific php.ini Status: Assigned Type: Bug Package:Reproducible crash Operating System: Win 7 32/64 bit PHP Version:5.4.0RC6 Assigned To:mattficken Block user comment: N Private report: N New Comment: I have installed Windows 7 64-bit SP1 Polish and all updates from microsoft. Nazwa hosta: GOOROL Nazwa systemu operacyjnego: Microsoft Windows 7 Professional Wersja systemu operacyjnego: 6.1.7601 Service Pack 1 Kompilacja 7601 Producent systemu operacyjnego: Microsoft Corporation Konfiguracja systemu operacyjnego: Samodzielna stacja robocza Typ kompilacji systemu operacyjnego: Multiprocessor Free Zarejestrowany wˆa˜ciciel: Admin Zarejestrowana organizacja: Identyfikator produktu: 00371-OEM-8992671-4 Data oryginalnej instalacji: 2012-01-13, 21:58:57 Czas rozruchu systemu: 2012-02-03, 16:16:41 Producent systemu: MICRO-STAR INTERNATIONAL CO., LTD Model systemu: MS-7125 Typ systemu: x64-based PC Procesory: Zainstalowanych procesor˘w: 1. [01]: AMD64 Family 15 Model 47 Stepping 2 AuthenticAMD ~1809 Mhz Wersja systemu BIOS: Phoenix Technologies, LTD 6.00 PG, 2006-05-22 Katalog Windows: C:\Windows Katalog systemowy: C:\Windows\system32 UrzĄdzenie rozruchowe: \Device\HarddiskVolume1 Ustawienia regionalne systemu: pl;Polski Ustawienia regionalne: pl;Polski Strefa czasowa: (UTC+01:00) Sarajewo, Skopie, Warszawa, Zagrzeb Caˆkowity rozmiar pami©ci fizycznej: 2˙048 MB Dost©pna pami©†fizyczna:806 MB Pami©†wirtualna: rozmiar maks.: 4˙095 MB Pami©†wirtualna: dost©pna: 1˙845 MB Pami©†wirtualna: w uľyciu: 2˙250 MB Lokalizacje plik˘w stronicowania:C:\pagefile.sys Domena: WORKGROUP Serwer logowania:BRAK Poprawki:Zainstalowane poprawki: 61 [01]: KB982861 [02]: 982861 [03]: KB971033 [04]: KB2425227 [05]: KB2479943 [06]: KB2484033 [07]: KB2488113 [08]: KB2491683 [09]: KB2492386 [10]: KB2503665 [11]: KB2505438 [12]: KB2506014 [13]: KB2506212 [14]: KB2506928 [15]: KB2507618 [16]: KB2509553 [17]: KB2510531 [18]: KB2511250 [19]: KB2511455 [20]: KB2515325 [21]: KB2518869 [22]: KB2522422 [23]: KB2529073 [24]: KB2532531 [25]: KB2533552 [26]: KB2536275 [27]: KB2536276 [28]: KB2539635 [29]: KB2541014 [30]: KB2544893 [31]: KB2545698 [32]: KB2547666 [33]: KB2552343 [34]: KB2556532 [35]: KB2560656 [36]: KB2563227 [37]: KB2564958 [38]: KB2567680 [39]: KB2570947 [40]: KB2572077 [41]: KB2579686 [42]: KB2584146 [43]: KB2585542 [44]: KB2588516 [45]: KB2603229 [46]: KB2607576 [47]: KB2618444 [48]: KB261
Bug #60828 [Asn]: crash with specific php.ini
Edit report at https://bugs.php.net/bug.php?id=60828&edit=1 ID: 60828 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:crash with specific php.ini Status: Assigned Type: Bug Package:Reproducible crash Operating System: Win 7 32/64 bit PHP Version:5.4.0RC6 Assigned To:mattficken Block user comment: N Private report: N New Comment: I just checked on the third machine. This time, Windows 7 32-bit Home Premium SP1 with all updates. The problem also occurs. Previous Comments: [2012-02-03 19:49:49] bugzilla33 at gmail dot com I have installed Windows 7 64-bit SP1 Polish and all updates from microsoft. Nazwa hosta: GOOROL Nazwa systemu operacyjnego: Microsoft Windows 7 Professional Wersja systemu operacyjnego: 6.1.7601 Service Pack 1 Kompilacja 7601 Producent systemu operacyjnego: Microsoft Corporation Konfiguracja systemu operacyjnego: Samodzielna stacja robocza Typ kompilacji systemu operacyjnego: Multiprocessor Free Zarejestrowany wˆa˜ciciel: Admin Zarejestrowana organizacja: Identyfikator produktu: 00371-OEM-8992671-4 Data oryginalnej instalacji: 2012-01-13, 21:58:57 Czas rozruchu systemu: 2012-02-03, 16:16:41 Producent systemu: MICRO-STAR INTERNATIONAL CO., LTD Model systemu: MS-7125 Typ systemu: x64-based PC Procesory: Zainstalowanych procesor˘w: 1. [01]: AMD64 Family 15 Model 47 Stepping 2 AuthenticAMD ~1809 Mhz Wersja systemu BIOS: Phoenix Technologies, LTD 6.00 PG, 2006-05-22 Katalog Windows: C:\Windows Katalog systemowy: C:\Windows\system32 UrzĄdzenie rozruchowe: \Device\HarddiskVolume1 Ustawienia regionalne systemu: pl;Polski Ustawienia regionalne: pl;Polski Strefa czasowa: (UTC+01:00) Sarajewo, Skopie, Warszawa, Zagrzeb Caˆkowity rozmiar pami©ci fizycznej: 2˙048 MB Dost©pna pami©†fizyczna:806 MB Pami©†wirtualna: rozmiar maks.: 4˙095 MB Pami©†wirtualna: dost©pna: 1˙845 MB Pami©†wirtualna: w uľyciu: 2˙250 MB Lokalizacje plik˘w stronicowania:C:\pagefile.sys Domena: WORKGROUP Serwer logowania:BRAK Poprawki:Zainstalowane poprawki: 61 [01]: KB982861 [02]: 982861 [03]: KB971033 [04]: KB2425227 [05]: KB2479943 [06]: KB2484033 [07]: KB2488113 [08]: KB2491683 [09]: KB2492386 [10]: KB2503665 [11]: KB2505438 [12]: KB2506014 [13]: KB2506212 [14]: KB2506928 [15]: KB2507618 [16]: KB2509553 [17]: KB2510531 [18]: KB2511250 [19]: KB2511455 [20]: KB2515325 [21]: KB2518869 [22]: KB2522422 [23]: KB2529073 [24]: KB2532531 [25]: KB2533552 [26]: KB2536275 [27]: KB2536276 [28]: KB2539635 [29]: KB2541014 [30]: KB2544893 [31]: KB2545698 [32]: KB2547666 [33]: KB2552343 [34]: KB2556532 [35]: KB2560656 [36]: KB2563227 [37]: KB2564958 [38]: KB2567680 [39]: KB2570947 [40]: KB2572077 [41]: KB2579686 [42]: KB2584146 [43]: KB258
Bug #60828 [Asn]: crash with specific php.ini
Edit report at https://bugs.php.net/bug.php?id=60828&edit=1 ID: 60828 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:crash with specific php.ini Status: Assigned Type: Bug Package:Reproducible crash Operating System: Win 7 32/64 bit PHP Version:5.4.0RC6 Assigned To:mattficken Block user comment: N Private report: N New Comment: Also the Polish language version. Previous Comments: [2012-02-03 20:03:31] bugzilla33 at gmail dot com I just checked on the third machine. This time, Windows 7 32-bit Home Premium SP1 with all updates. The problem also occurs. [2012-02-03 19:49:49] bugzilla33 at gmail dot com I have installed Windows 7 64-bit SP1 Polish and all updates from microsoft. Nazwa hosta: GOOROL Nazwa systemu operacyjnego: Microsoft Windows 7 Professional Wersja systemu operacyjnego: 6.1.7601 Service Pack 1 Kompilacja 7601 Producent systemu operacyjnego: Microsoft Corporation Konfiguracja systemu operacyjnego: Samodzielna stacja robocza Typ kompilacji systemu operacyjnego: Multiprocessor Free Zarejestrowany wˆa˜ciciel: Admin Zarejestrowana organizacja: Identyfikator produktu: 00371-OEM-8992671-4 Data oryginalnej instalacji: 2012-01-13, 21:58:57 Czas rozruchu systemu: 2012-02-03, 16:16:41 Producent systemu: MICRO-STAR INTERNATIONAL CO., LTD Model systemu: MS-7125 Typ systemu: x64-based PC Procesory: Zainstalowanych procesor˘w: 1. [01]: AMD64 Family 15 Model 47 Stepping 2 AuthenticAMD ~1809 Mhz Wersja systemu BIOS: Phoenix Technologies, LTD 6.00 PG, 2006-05-22 Katalog Windows: C:\Windows Katalog systemowy: C:\Windows\system32 UrzĄdzenie rozruchowe: \Device\HarddiskVolume1 Ustawienia regionalne systemu: pl;Polski Ustawienia regionalne: pl;Polski Strefa czasowa: (UTC+01:00) Sarajewo, Skopie, Warszawa, Zagrzeb Caˆkowity rozmiar pami©ci fizycznej: 2˙048 MB Dost©pna pami©†fizyczna:806 MB Pami©†wirtualna: rozmiar maks.: 4˙095 MB Pami©†wirtualna: dost©pna: 1˙845 MB Pami©†wirtualna: w uľyciu: 2˙250 MB Lokalizacje plik˘w stronicowania:C:\pagefile.sys Domena: WORKGROUP Serwer logowania:BRAK Poprawki:Zainstalowane poprawki: 61 [01]: KB982861 [02]: 982861 [03]: KB971033 [04]: KB2425227 [05]: KB2479943 [06]: KB2484033 [07]: KB2488113 [08]: KB2491683 [09]: KB2492386 [10]: KB2503665 [11]: KB2505438 [12]: KB2506014 [13]: KB2506212 [14]: KB2506928 [15]: KB2507618 [16]: KB2509553 [17]: KB2510531 [18]: KB2511250 [19]: KB2511455 [20]: KB2515325 [21]: KB2518869 [22]: KB2522422 [23]: KB2529073 [24]: KB2532531 [25]: KB2533552 [26]: KB2536275 [27]: KB2536276 [28]: KB2539635 [29]: KB2541014 [30]: KB2544893 [31]: KB2545698 [32]: KB2547666 [33]: KB2552343 [34]: KB2556532 [35]: KB2560656 [36]: KB2563227 [37]: KB2564958 [38]: KB2567680 [39]: KB2570947 [40]: KB257
Bug #60828 [Asn]: crash with specific php.ini
Edit report at https://bugs.php.net/bug.php?id=60828&edit=1 ID: 60828 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:crash with specific php.ini Status: Assigned Type: Bug Package:Reproducible crash Operating System: Win 7 32/64 bit PHP Version:5.4.0RC6 Assigned To:mattficken Block user comment: N Private report: N New Comment: The third machine is completely different. On Intel. 4GB of RAM: Samsung R580 Notebook. Previous Comments: [2012-02-03 20:04:26] bugzilla33 at gmail dot com Also the Polish language version. [2012-02-03 20:03:31] bugzilla33 at gmail dot com I just checked on the third machine. This time, Windows 7 32-bit Home Premium SP1 with all updates. The problem also occurs. [2012-02-03 19:49:49] bugzilla33 at gmail dot com I have installed Windows 7 64-bit SP1 Polish and all updates from microsoft. Nazwa hosta: GOOROL Nazwa systemu operacyjnego: Microsoft Windows 7 Professional Wersja systemu operacyjnego: 6.1.7601 Service Pack 1 Kompilacja 7601 Producent systemu operacyjnego: Microsoft Corporation Konfiguracja systemu operacyjnego: Samodzielna stacja robocza Typ kompilacji systemu operacyjnego: Multiprocessor Free Zarejestrowany wˆa˜ciciel: Admin Zarejestrowana organizacja: Identyfikator produktu: 00371-OEM-8992671-4 Data oryginalnej instalacji: 2012-01-13, 21:58:57 Czas rozruchu systemu: 2012-02-03, 16:16:41 Producent systemu: MICRO-STAR INTERNATIONAL CO., LTD Model systemu: MS-7125 Typ systemu: x64-based PC Procesory: Zainstalowanych procesor˘w: 1. [01]: AMD64 Family 15 Model 47 Stepping 2 AuthenticAMD ~1809 Mhz Wersja systemu BIOS: Phoenix Technologies, LTD 6.00 PG, 2006-05-22 Katalog Windows: C:\Windows Katalog systemowy: C:\Windows\system32 UrzĄdzenie rozruchowe: \Device\HarddiskVolume1 Ustawienia regionalne systemu: pl;Polski Ustawienia regionalne: pl;Polski Strefa czasowa: (UTC+01:00) Sarajewo, Skopie, Warszawa, Zagrzeb Caˆkowity rozmiar pami©ci fizycznej: 2˙048 MB Dost©pna pami©†fizyczna:806 MB Pami©†wirtualna: rozmiar maks.: 4˙095 MB Pami©†wirtualna: dost©pna: 1˙845 MB Pami©†wirtualna: w uľyciu: 2˙250 MB Lokalizacje plik˘w stronicowania:C:\pagefile.sys Domena: WORKGROUP Serwer logowania:BRAK Poprawki:Zainstalowane poprawki: 61 [01]: KB982861 [02]: 982861 [03]: KB971033 [04]: KB2425227 [05]: KB2479943 [06]: KB2484033 [07]: KB2488113 [08]: KB2491683 [09]: KB2492386 [10]: KB2503665 [11]: KB2505438 [12]: KB2506014 [13]: KB2506212 [14]: KB2506928 [15]: KB2507618 [16]: KB2509553 [17]: KB2510531 [18]: KB2511250 [19]: KB2511455 [20]: KB2515325 [21]: KB2518869 [22]: KB2522422 [23]: KB2529073 [24]: KB2532531 [25]: KB2533552 [26]: KB2536275 [27]: KB2536276 [28]: KB2539635 [29]: KB2541014 [30]: KB2544893 [31]: KB2545698 [32]: KB2547666 [33]: KB2552343 [34]: KB2556532 [35]: KB2560656 [36]: KB256
Bug #60973 [Nab]: extensions not loaded
Edit report at https://bugs.php.net/bug.php?id=60973&edit=1 ID: 60973 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:extensions not loaded Status: Not a bug Type: Bug Package:*Configuration Issues Operating System: win 7 PHP Version:5.4.0RC6 Block user comment: N Private report: N New Comment: Maybe, but what about the gd2? Previous Comments: [2012-02-03 20:44:53] cataphr...@php.net Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. Looks simply like the dependencies of those two extensions are not being located (e.g. icu*.dll for intl); mbstring works because it has none. Take a look at http://msdn.microsoft.com/en- us/library/windows/desktop/ms682586(v=vs.85).aspx#search_order_for_desktop_applic ations [2012-02-03 18:24:00] bugzilla33 at gmail dot com Description: 0. download http://host0001.webd.pl/bugs/php/bug.7z 1. This is http://www.apachelounge.com/download/binaries/httpd-2.2.21-win32.zip 2. And http://windows.php.net/downloads/qa/php-5.4.0RC7-Win32-VC9-x86.zip 3. httpd.conf modifications PHPINIDir c:/php54 LoadModule php5_module c:/php54/php5apache2_2.dll AddType application/x-httpd-php .php 4. php.ini (from php.ini-development) modifications extension_dir = "c:\php54\ext" extension=php_gd2.dll extension=php_intl.dll extension=php_mbstring.dll 5. Steps to reproduce - use Windows 7 (64-bit ?) - upack this to c:\ root - run install.bat (install Apache service) - run start.bat (start Apache service) - type in browser http://127.0.0.1/phpinfo.php 6. Expected result - gd loaded - intl loaded - mbstring loaded 7. Actual result - only mbstring loaded 8. Tested on two other machines -- Edit this bug report at https://bugs.php.net/bug.php?id=60973&edit=1
Bug #60973 [Nab]: extensions not loaded
Edit report at https://bugs.php.net/bug.php?id=60973&edit=1 ID: 60973 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:extensions not loaded Status: Not a bug Type: Bug Package:*Configuration Issues Operating System: win 7 PHP Version:5.4.0RC6 Block user comment: N Private report: N New Comment: If using PHP 5.4 RC4 gd2 is available. Previous Comments: [2012-02-03 20:48:46] bugzilla33 at gmail dot com Maybe, but what about the gd2? [2012-02-03 20:44:53] cataphr...@php.net Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. Looks simply like the dependencies of those two extensions are not being located (e.g. icu*.dll for intl); mbstring works because it has none. Take a look at http://msdn.microsoft.com/en- us/library/windows/desktop/ms682586(v=vs.85).aspx#search_order_for_desktop_applic ations [2012-02-03 18:24:00] bugzilla33 at gmail dot com Description: 0. download http://host0001.webd.pl/bugs/php/bug.7z 1. This is http://www.apachelounge.com/download/binaries/httpd-2.2.21-win32.zip 2. And http://windows.php.net/downloads/qa/php-5.4.0RC7-Win32-VC9-x86.zip 3. httpd.conf modifications PHPINIDir c:/php54 LoadModule php5_module c:/php54/php5apache2_2.dll AddType application/x-httpd-php .php 4. php.ini (from php.ini-development) modifications extension_dir = "c:\php54\ext" extension=php_gd2.dll extension=php_intl.dll extension=php_mbstring.dll 5. Steps to reproduce - use Windows 7 (64-bit ?) - upack this to c:\ root - run install.bat (install Apache service) - run start.bat (start Apache service) - type in browser http://127.0.0.1/phpinfo.php 6. Expected result - gd loaded - intl loaded - mbstring loaded 7. Actual result - only mbstring loaded 8. Tested on two other machines -- Edit this bug report at https://bugs.php.net/bug.php?id=60973&edit=1
Bug #60828 [Asn]: crash with specific php.ini
Edit report at https://bugs.php.net/bug.php?id=60828&edit=1 ID: 60828 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:crash with specific php.ini Status: Assigned Type: Bug Package:Reproducible crash Operating System: Win 7 32/64 bit PHP Version:5.4.0RC6 Assigned To:mattficken Block user comment: N Private report: N New Comment: Tomorrow I will install a clean system using virtualbox. If the problem does not occur may indicate that the impact on the programs I have installed on my system (OpenOffice.org, SQL etc). Otherwise, I'll somehow I have to send to you virtualbox system image, but I do not know how because it is 20GB. Previous Comments: [2012-02-03 21:49:52] mattfic...@php.net I have installed the polish language copy of Win7sp1x86 home premium and can't reproduce this bug using bug.7z. [2012-02-03 20:36:16] bugzilla33 at gmail dot com The third machine is completely different. On Intel. 4GB of RAM: Samsung R580 Notebook. [2012-02-03 20:04:26] bugzilla33 at gmail dot com Also the Polish language version. [2012-02-03 20:03:31] bugzilla33 at gmail dot com I just checked on the third machine. This time, Windows 7 32-bit Home Premium SP1 with all updates. The problem also occurs. [2012-02-03 19:49:49] bugzilla33 at gmail dot com I have installed Windows 7 64-bit SP1 Polish and all updates from microsoft. Nazwa hosta: GOOROL Nazwa systemu operacyjnego: Microsoft Windows 7 Professional Wersja systemu operacyjnego: 6.1.7601 Service Pack 1 Kompilacja 7601 Producent systemu operacyjnego: Microsoft Corporation Konfiguracja systemu operacyjnego: Samodzielna stacja robocza Typ kompilacji systemu operacyjnego: Multiprocessor Free Zarejestrowany wˆa˜ciciel: Admin Zarejestrowana organizacja: Identyfikator produktu: 00371-OEM-8992671-4 Data oryginalnej instalacji: 2012-01-13, 21:58:57 Czas rozruchu systemu: 2012-02-03, 16:16:41 Producent systemu: MICRO-STAR INTERNATIONAL CO., LTD Model systemu: MS-7125 Typ systemu: x64-based PC Procesory: Zainstalowanych procesor˘w: 1. [01]: AMD64 Family 15 Model 47 Stepping 2 AuthenticAMD ~1809 Mhz Wersja systemu BIOS: Phoenix Technologies, LTD 6.00 PG, 2006-05-22 Katalog Windows: C:\Windows Katalog systemowy: C:\Windows\system32 UrzĄdzenie rozruchowe: \Device\HarddiskVolume1 Ustawienia regionalne systemu: pl;Polski Ustawienia regionalne: pl;Polski Strefa czasowa: (UTC+01:00) Sarajewo, Skopie, Warszawa, Zagrzeb Caˆkowity rozmiar pami©ci fizycznej: 2˙048 MB Dost©pna pami©†fizyczna:806 MB Pami©†wirtualna: rozmiar maks.: 4˙095 MB Pami©†wirtualna: dost©pna: 1˙845 MB Pami©†wirtualna: w uľyciu: 2˙250 MB Lokalizacje plik˘w stronicowania:C:\pagefile.sys Domena: WORKGROUP Serwer logowania:BRAK Poprawki:Zainstalowane poprawki: 61 [01]: KB982861 [02]: 982861 [03]: KB971033 [04]: KB2425227 [05]: KB2479943 [06]: KB2484033 [07]: KB2488113 [08]: KB2491683 [09]: KB2492386 [10]: KB2503665 [11]: KB2505438 [12]: KB2506014 [13]: KB2506212 [14]: KB2506928 [15]: KB2507618 [16]: KB2509553 [17]: KB2510531 [18]: KB2511250 [19]: KB2511455 [20]: KB2515325 [21]: KB2518869 [22]: KB2522422 [23]: KB2529073
Bug #60828 [Asn]: crash with specific php.ini
Edit report at https://bugs.php.net/bug.php?id=60828&edit=1 ID: 60828 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:crash with specific php.ini Status: Assigned Type: Bug Package:Reproducible crash Operating System: Win 7 32/64 bit PHP Version:5.4.0RC6 Assigned To:mattficken Block user comment: N Private report: N New Comment: I have reproduces bug.7z using virtualbox, win 7 32-bit PL SP0 http://host0001.webd.pl/bugs/php/1.png http://host0001.webd.pl/bugs/php/2.png What do we do with it? Previous Comments: [2012-02-03 22:54:30] mattfic...@php.net Sounds like its something wrong with your setup which we (PHP Project) can't fix. I agree trying it on a fresh install is a good thing for you to try. All the testing I've done on this bug was on freshly installed Windows virtual machines. (BTW I use VirtualBox myself for testing, and you can Export an Appliance, which will compress your system image into an OVA file about 1/2 to 2/3 of the original size) [2012-02-03 22:14:34] bugzilla33 at gmail dot com Tomorrow I will install a clean system using virtualbox. If the problem does not occur may indicate that the impact on the programs I have installed on my system (OpenOffice.org, SQL etc). Otherwise, I'll somehow I have to send to you virtualbox system image, but I do not know how because it is 20GB. [2012-02-03 21:49:52] mattfic...@php.net I have installed the polish language copy of Win7sp1x86 home premium and can't reproduce this bug using bug.7z. ---- [2012-02-03 20:36:16] bugzilla33 at gmail dot com The third machine is completely different. On Intel. 4GB of RAM: Samsung R580 Notebook. ---- [2012-02-03 20:04:26] bugzilla33 at gmail dot com Also the Polish language version. The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=60828 -- Edit this bug report at https://bugs.php.net/bug.php?id=60828&edit=1
Bug #60828 [Asn]: crash with specific php.ini
Edit report at https://bugs.php.net/bug.php?id=60828&edit=1 ID: 60828 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:crash with specific php.ini Status: Assigned Type: Bug Package:Reproducible crash Operating System: Win 7 32/64 bit PHP Version:5.4.0RC6 Assigned To:mattficken Block user comment: N Private report: N New Comment: I have bug.ova 2.8GB. I can put it on server to download on monday. Previous Comments: [2012-02-04 09:58:54] bugzilla33 at gmail dot com I have reproduces bug.7z using virtualbox, win 7 32-bit PL SP0 http://host0001.webd.pl/bugs/php/1.png http://host0001.webd.pl/bugs/php/2.png What do we do with it? [2012-02-03 22:54:30] mattfic...@php.net Sounds like its something wrong with your setup which we (PHP Project) can't fix. I agree trying it on a fresh install is a good thing for you to try. All the testing I've done on this bug was on freshly installed Windows virtual machines. (BTW I use VirtualBox myself for testing, and you can Export an Appliance, which will compress your system image into an OVA file about 1/2 to 2/3 of the original size) [2012-02-03 22:14:34] bugzilla33 at gmail dot com Tomorrow I will install a clean system using virtualbox. If the problem does not occur may indicate that the impact on the programs I have installed on my system (OpenOffice.org, SQL etc). Otherwise, I'll somehow I have to send to you virtualbox system image, but I do not know how because it is 20GB. [2012-02-03 21:49:52] mattfic...@php.net I have installed the polish language copy of Win7sp1x86 home premium and can't reproduce this bug using bug.7z. ---- [2012-02-03 20:36:16] bugzilla33 at gmail dot com The third machine is completely different. On Intel. 4GB of RAM: Samsung R580 Notebook. The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=60828 -- Edit this bug report at https://bugs.php.net/bug.php?id=60828&edit=1
Bug #60828 [Asn]: crash with specific php.ini
Edit report at https://bugs.php.net/bug.php?id=60828&edit=1 ID: 60828 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:crash with specific php.ini Status: Assigned Type: Bug Package:Reproducible crash Operating System: Win 7 32/64 bit PHP Version:5.4.0RC6 Assigned To:mattficken Block user comment: N Private report: N New Comment: intl in bug.ova is also not loaded Previous Comments: [2012-02-04 10:17:22] paj...@php.net hi To do not see gd2 is actually expected, see #55056. However intl and other work just fine. And it is not a crash, extension not loaded are not segfaults. [2012-02-04 10:12:19] bugzilla33 at gmail dot com I have bug.ova 2.8GB. I can put it on server to download on monday. [2012-02-04 09:58:54] bugzilla33 at gmail dot com I have reproduces bug.7z using virtualbox, win 7 32-bit PL SP0 http://host0001.webd.pl/bugs/php/1.png http://host0001.webd.pl/bugs/php/2.png What do we do with it? [2012-02-03 22:54:30] mattfic...@php.net Sounds like its something wrong with your setup which we (PHP Project) can't fix. I agree trying it on a fresh install is a good thing for you to try. All the testing I've done on this bug was on freshly installed Windows virtual machines. (BTW I use VirtualBox myself for testing, and you can Export an Appliance, which will compress your system image into an OVA file about 1/2 to 2/3 of the original size) [2012-02-03 22:14:34] bugzilla33 at gmail dot com Tomorrow I will install a clean system using virtualbox. If the problem does not occur may indicate that the impact on the programs I have installed on my system (OpenOffice.org, SQL etc). Otherwise, I'll somehow I have to send to you virtualbox system image, but I do not know how because it is 20GB. The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=60828 -- Edit this bug report at https://bugs.php.net/bug.php?id=60828&edit=1
Bug #60828 [Asn]: crash with specific php.ini
Edit report at https://bugs.php.net/bug.php?id=60828&edit=1 ID: 60828 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:crash with specific php.ini Status: Assigned Type: Bug Package:Reproducible crash Operating System: Win 7 32/64 bit PHP Version:5.4.0RC6 Assigned To:mattficken Block user comment: N Private report: N New Comment: Indeed, lack gd2.dll Previous Comments: [2012-02-04 10:28:57] bugzilla33 at gmail dot com intl in bug.ova is also not loaded [2012-02-04 10:17:22] paj...@php.net hi To do not see gd2 is actually expected, see #55056. However intl and other work just fine. And it is not a crash, extension not loaded are not segfaults. [2012-02-04 10:12:19] bugzilla33 at gmail dot com I have bug.ova 2.8GB. I can put it on server to download on monday. [2012-02-04 09:58:54] bugzilla33 at gmail dot com I have reproduces bug.7z using virtualbox, win 7 32-bit PL SP0 http://host0001.webd.pl/bugs/php/1.png http://host0001.webd.pl/bugs/php/2.png What do we do with it? [2012-02-03 22:54:30] mattfic...@php.net Sounds like its something wrong with your setup which we (PHP Project) can't fix. I agree trying it on a fresh install is a good thing for you to try. All the testing I've done on this bug was on freshly installed Windows virtual machines. (BTW I use VirtualBox myself for testing, and you can Export an Appliance, which will compress your system image into an OVA file about 1/2 to 2/3 of the original size) The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=60828 -- Edit this bug report at https://bugs.php.net/bug.php?id=60828&edit=1
Bug #60828 [Asn]: crash with specific php.ini
Edit report at https://bugs.php.net/bug.php?id=60828&edit=1 ID: 60828 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:crash with specific php.ini Status: Assigned Type: Bug Package:Reproducible crash Operating System: Win 7 32/64 bit PHP Version:5.4.0RC6 Assigned To:mattficken Block user comment: N Private report: N New Comment: How is it possible that you have seen loaded gd in phpinfo from bug.7z if dll is missing? Previous Comments: [2012-02-04 10:44:07] paj...@php.net That's not what I asked. Do you actually see a crash? Or only missing gd2 (expected) or intl (works fine in all our tests)? [2012-02-04 10:34:00] bugzilla33 at gmail dot com Indeed, lack gd2.dll [2012-02-04 10:28:57] bugzilla33 at gmail dot com intl in bug.ova is also not loaded [2012-02-04 10:17:22] paj...@php.net hi To do not see gd2 is actually expected, see #55056. However intl and other work just fine. And it is not a crash, extension not loaded are not segfaults. [2012-02-04 10:12:19] bugzilla33 at gmail dot com I have bug.ova 2.8GB. I can put it on server to download on monday. The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=60828 -- Edit this bug report at https://bugs.php.net/bug.php?id=60828&edit=1
Bug #60828 [Asn]: crash with specific php.ini
Edit report at https://bugs.php.net/bug.php?id=60828&edit=1 ID: 60828 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:crash with specific php.ini Status: Assigned Type: Bug Package:Reproducible crash Operating System: Win 7 32/64 bit PHP Version:5.4.0RC6 Assigned To:mattficken Block user comment: N Private report: N New Comment: The problem described in the first comment (crash) does not exist in RC7 on both my computer and virtualbox. At this point I tested. The problem is not loaded php_intl.dll occurs. Previous Comments: [2012-02-04 10:44:44] bugzilla33 at gmail dot com How is it possible that you have seen loaded gd in phpinfo from bug.7z if dll is missing? [2012-02-04 10:44:07] paj...@php.net That's not what I asked. Do you actually see a crash? Or only missing gd2 (expected) or intl (works fine in all our tests)? [2012-02-04 10:34:00] bugzilla33 at gmail dot com Indeed, lack gd2.dll [2012-02-04 10:28:57] bugzilla33 at gmail dot com intl in bug.ova is also not loaded [2012-02-04 10:17:22] paj...@php.net hi To do not see gd2 is actually expected, see #55056. However intl and other work just fine. And it is not a crash, extension not loaded are not segfaults. The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=60828 -- Edit this bug report at https://bugs.php.net/bug.php?id=60828&edit=1
Bug #60828 [Asn]: crash with specific php.ini
Edit report at https://bugs.php.net/bug.php?id=60828&edit=1 ID: 60828 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:crash with specific php.ini Status: Assigned Type: Bug Package:Reproducible crash Operating System: Win 7 32/64 bit PHP Version:5.4.0RC6 Assigned To:mattficken Block user comment: N Private report: N New Comment: pajoye, mattficken please read private message on your email Previous Comments: [2012-02-04 11:01:11] bugzilla33 at gmail dot com The problem described in the first comment (crash) does not exist in RC7 on both my computer and virtualbox. At this point I tested. The problem is not loaded php_intl.dll occurs. [2012-02-04 10:44:44] bugzilla33 at gmail dot com How is it possible that you have seen loaded gd in phpinfo from bug.7z if dll is missing? [2012-02-04 10:44:07] paj...@php.net That's not what I asked. Do you actually see a crash? Or only missing gd2 (expected) or intl (works fine in all our tests)? [2012-02-04 10:34:00] bugzilla33 at gmail dot com Indeed, lack gd2.dll [2012-02-04 10:28:57] bugzilla33 at gmail dot com intl in bug.ova is also not loaded The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=60828 -- Edit this bug report at https://bugs.php.net/bug.php?id=60828&edit=1
[PHP-BUG] Bug #61044 [NEW]: invalid PHP_BINDIR
From: Operating system: win 7 PHP version: 5.4.0RC7 Package: Unknown/Other Function Bug Type: Bug Bug description:invalid PHP_BINDIR Description: Install php in folder c:\Php5 As module apache Test script: --- Expected result: c:\Php5 Actual result: -- c:\Php -- Edit bug report at https://bugs.php.net/bug.php?id=61044&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=61044&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=61044&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=61044&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=61044&r=fixed Fixed in SVN and need be documented: https://bugs.php.net/fix.php?id=61044&r=needdocs Fixed in release: https://bugs.php.net/fix.php?id=61044&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=61044&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=61044&r=needscript Try newer version: https://bugs.php.net/fix.php?id=61044&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=61044&r=support Expected behavior: https://bugs.php.net/fix.php?id=61044&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=61044&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=61044&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=61044&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=61044&r=php4 Daylight Savings:https://bugs.php.net/fix.php?id=61044&r=dst IIS Stability: https://bugs.php.net/fix.php?id=61044&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=61044&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=61044&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=61044&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=61044&r=mysqlcfg
[PHP-BUG] Bug #61604 [NEW]: Add Apache 2.4 support
From: Operating system: Win 7 PHP version: 5.4.1RC1 Package: Apache2 related Bug Type: Bug Bug description:Add Apache 2.4 support Description: news.txt says - Fixed bug #61172 (Add Apache 2.4 support). (Chris Jones) but http://windows.php.net/downloads/qa/php-5.4.1RC1-Win32-VC9-x86.zip consits only php5apache2_3.dll There was no version of Apache 2.3. Only 2.2 and 2.4 released. Expected result: php5apache2_4.dll Actual result: -- php5apache2_3.dll -- Edit bug report at https://bugs.php.net/bug.php?id=61604&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=61604&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=61604&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=61604&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=61604&r=fixed Fixed in SVN and need be documented: https://bugs.php.net/fix.php?id=61604&r=needdocs Fixed in release: https://bugs.php.net/fix.php?id=61604&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=61604&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=61604&r=needscript Try newer version: https://bugs.php.net/fix.php?id=61604&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=61604&r=support Expected behavior: https://bugs.php.net/fix.php?id=61604&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=61604&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=61604&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=61604&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=61604&r=php4 Daylight Savings:https://bugs.php.net/fix.php?id=61604&r=dst IIS Stability: https://bugs.php.net/fix.php?id=61604&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=61604&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=61604&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=61604&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=61604&r=mysqlcfg
[PHP-BUG] Bug #61729 [NEW]: add support for Apache 2.4
From: Operating system: Win 7 PHP version: 5.4.1RC2 Package: *Web Server problem Bug Type: Bug Bug description:add support for Apache 2.4 Description: add Apache 2.4 module Expected result: php5apache2_4.dll Actual result: -- php5apache2_3.dll -- Edit bug report at https://bugs.php.net/bug.php?id=61729&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=61729&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=61729&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=61729&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=61729&r=fixed Fixed in SVN and need be documented: https://bugs.php.net/fix.php?id=61729&r=needdocs Fixed in release: https://bugs.php.net/fix.php?id=61729&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=61729&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=61729&r=needscript Try newer version: https://bugs.php.net/fix.php?id=61729&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=61729&r=support Expected behavior: https://bugs.php.net/fix.php?id=61729&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=61729&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=61729&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=61729&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=61729&r=php4 Daylight Savings:https://bugs.php.net/fix.php?id=61729&r=dst IIS Stability: https://bugs.php.net/fix.php?id=61729&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=61729&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=61729&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=61729&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=61729&r=mysqlcfg
[PHP-BUG] Bug #61744 [NEW]: preg_match crashes
From: Operating system: Win 7 64-bit PHP version: 5.4.1RC2 Package: *Regular Expressions Bug Type: Bug Bug description:preg_match crashes Description: preg_match crashes Test script: --- Expected result: preg_match no crash Actual result: -- preg_match crashes -- Edit bug report at https://bugs.php.net/bug.php?id=61744&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=61744&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=61744&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=61744&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=61744&r=fixed Fixed in SVN and need be documented: https://bugs.php.net/fix.php?id=61744&r=needdocs Fixed in release: https://bugs.php.net/fix.php?id=61744&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=61744&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=61744&r=needscript Try newer version: https://bugs.php.net/fix.php?id=61744&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=61744&r=support Expected behavior: https://bugs.php.net/fix.php?id=61744&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=61744&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=61744&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=61744&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=61744&r=php4 Daylight Savings:https://bugs.php.net/fix.php?id=61744&r=dst IIS Stability: https://bugs.php.net/fix.php?id=61744&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=61744&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=61744&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=61744&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=61744&r=mysqlcfg
Bug #61744 [Com]: preg_match crashes
Edit report at https://bugs.php.net/bug.php?id=61744&edit=1 ID: 61744 Comment by: bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:preg_match crashes Status: Open Type: Bug Package:*Regular Expressions Operating System: Win 7 64-bit PHP Version:5.4.1RC2 Block user comment: N Private report: N New Comment: Try as Apache module. php.exe testcase.php does not crash Previous Comments: [2012-04-16 10:57:30] bugzilla33 at gmail dot com Description: preg_match crashes Test script: --- Expected result: preg_match no crash Actual result: -- preg_match crashes -- Edit this bug report at https://bugs.php.net/bug.php?id=61744&edit=1
Bug #61744 [Fbk->Opn]: preg_match crashes
Edit report at https://bugs.php.net/bug.php?id=61744&edit=1 ID: 61744 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:preg_match crashes -Status: Feedback +Status: Open Type: Bug Package:*Regular Expressions Operating System: Win 7 64-bit PHP Version:5.4.1RC2 Block user comment: N Private report: N New Comment: I checked recursion-limit: pcre.backtrack_limit 100 pcre.recursion_limit 10 On fastCGI or direct php.exe testcase.php does not crash. When use Apache 2.2.21 with php module with the same php.ini testcase.php crash apache. Now I am at home. The same crash like at work - two other machines. Previous Comments: [2012-04-16 14:52:41] larue...@php.net Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php for *NIX and http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32 Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. I think it is probable because of : http://www.php.net/manual/en/pcre.configuration.php#ini.pcre.recursion-limit [2012-04-16 11:01:26] bugzilla33 at gmail dot com Try as Apache module. php.exe testcase.php does not crash [2012-04-16 10:57:30] bugzilla33 at gmail dot com Description: preg_match crashes Test script: --- Expected result: preg_match no crash Actual result: -- preg_match crashes -- Edit this bug report at https://bugs.php.net/bug.php?id=61744&edit=1
Bug #61744 [Opn]: preg_match crashes
Edit report at https://bugs.php.net/bug.php?id=61744&edit=1 ID: 61744 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:preg_match crashes Status: Open Type: Bug Package:*Regular Expressions Operating System: Win 7 64-bit PHP Version:5.4.1RC2 Block user comment: N Private report: N New Comment: str_repeat('AB',200) do not crash str_repeat('AB',300) crashes - browser freeze about 4sec and info - browser can not display site Previous Comments: [2012-04-16 16:18:15] ras...@php.net Windows-only, I assume? Apache uses PCRE as well, so perhaps Apache on Windows is resetting the PCRE limits? I assume it doesn't crash if you reduce the 300 there to something smaller? ---- [2012-04-16 16:13:05] bugzilla33 at gmail dot com I checked recursion-limit: pcre.backtrack_limit 100 pcre.recursion_limit 10 On fastCGI or direct php.exe testcase.php does not crash. When use Apache 2.2.21 with php module with the same php.ini testcase.php crash apache. Now I am at home. The same crash like at work - two other machines. [2012-04-16 14:52:41] larue...@php.net Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php for *NIX and http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32 Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. I think it is probable because of : http://www.php.net/manual/en/pcre.configuration.php#ini.pcre.recursion-limit -------- [2012-04-16 11:01:26] bugzilla33 at gmail dot com Try as Apache module. php.exe testcase.php does not crash -------- [2012-04-16 10:57:30] bugzilla33 at gmail dot com Description: preg_match crashes Test script: --- Expected result: preg_match no crash Actual result: -- preg_match crashes -- Edit this bug report at https://bugs.php.net/bug.php?id=61744&edit=1
Bug #61744 [Com]: preg_match crashes
Edit report at https://bugs.php.net/bug.php?id=61744&edit=1 ID: 61744 Comment by: bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:preg_match crashes Status: Open Type: Bug Package:*Regular Expressions Operating System: Win 7 64-bit PHP Version:5.4.1RC2 Block user comment: N Private report: N New Comment: ...but using apache module phpinfo also says: pcre.backtrack_limit 100 pcre.recursion_limit 10 Previous Comments: [2012-04-16 16:29:34] bugzilla33 at gmail dot com str_repeat('AB',200) do not crash str_repeat('AB',300) crashes - browser freeze about 4sec and info - browser can not display site [2012-04-16 16:18:15] ras...@php.net Windows-only, I assume? Apache uses PCRE as well, so perhaps Apache on Windows is resetting the PCRE limits? I assume it doesn't crash if you reduce the 300 there to something smaller? ---- [2012-04-16 16:13:05] bugzilla33 at gmail dot com I checked recursion-limit: pcre.backtrack_limit 100 pcre.recursion_limit 10 On fastCGI or direct php.exe testcase.php does not crash. When use Apache 2.2.21 with php module with the same php.ini testcase.php crash apache. Now I am at home. The same crash like at work - two other machines. [2012-04-16 14:52:41] larue...@php.net Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php for *NIX and http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32 Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. I think it is probable because of : http://www.php.net/manual/en/pcre.configuration.php#ini.pcre.recursion-limit -------- [2012-04-16 11:01:26] bugzilla33 at gmail dot com Try as Apache module. php.exe testcase.php does not crash The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=61744 -- Edit this bug report at https://bugs.php.net/bug.php?id=61744&edit=1
Bug #61744 [Com]: preg_match crashes
Edit report at https://bugs.php.net/bug.php?id=61744&edit=1 ID: 61744 Comment by: bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:preg_match crashes Status: Open Type: Bug Package:*Regular Expressions Operating System: Win 7 64-bit PHP Version:5.4.1RC2 Block user comment: N Private report: N New Comment: ...and I tested Windows 7 only (32-bit and 64-bit) Previous Comments: [2012-04-16 16:31:13] bugzilla33 at gmail dot com ...but using apache module phpinfo also says: pcre.backtrack_limit 100 pcre.recursion_limit 10 [2012-04-16 16:29:34] bugzilla33 at gmail dot com str_repeat('AB',200) do not crash str_repeat('AB',300) crashes - browser freeze about 4sec and info - browser can not display site [2012-04-16 16:18:15] ras...@php.net Windows-only, I assume? Apache uses PCRE as well, so perhaps Apache on Windows is resetting the PCRE limits? I assume it doesn't crash if you reduce the 300 there to something smaller? ---- [2012-04-16 16:13:05] bugzilla33 at gmail dot com I checked recursion-limit: pcre.backtrack_limit 100 pcre.recursion_limit 10 On fastCGI or direct php.exe testcase.php does not crash. When use Apache 2.2.21 with php module with the same php.ini testcase.php crash apache. Now I am at home. The same crash like at work - two other machines. [2012-04-16 14:52:41] larue...@php.net Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php for *NIX and http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32 Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. I think it is probable because of : http://www.php.net/manual/en/pcre.configuration.php#ini.pcre.recursion-limit The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=61744 -- Edit this bug report at https://bugs.php.net/bug.php?id=61744&edit=1
Bug #61744 [Com]: preg_match crashes
Edit report at https://bugs.php.net/bug.php?id=61744&edit=1 ID: 61744 Comment by: bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:preg_match crashes Status: Open Type: Bug Package:*Regular Expressions Operating System: Win 7 64-bit PHP Version:5.4.1RC2 Block user comment: N Private report: N New Comment: When use #^(A{1}B)+$# instead of #^(A{1,2}B)+$# testcase returns 1 - no crash Previous Comments: [2012-04-16 16:34:13] bugzilla33 at gmail dot com ...and I tested Windows 7 only (32-bit and 64-bit) [2012-04-16 16:31:13] bugzilla33 at gmail dot com ...but using apache module phpinfo also says: pcre.backtrack_limit 100 pcre.recursion_limit 10 [2012-04-16 16:29:34] bugzilla33 at gmail dot com str_repeat('AB',200) do not crash str_repeat('AB',300) crashes - browser freeze about 4sec and info - browser can not display site [2012-04-16 16:18:15] ras...@php.net Windows-only, I assume? Apache uses PCRE as well, so perhaps Apache on Windows is resetting the PCRE limits? I assume it doesn't crash if you reduce the 300 there to something smaller? ---- [2012-04-16 16:13:05] bugzilla33 at gmail dot com I checked recursion-limit: pcre.backtrack_limit 100 pcre.recursion_limit 10 On fastCGI or direct php.exe testcase.php does not crash. When use Apache 2.2.21 with php module with the same php.ini testcase.php crash apache. Now I am at home. The same crash like at work - two other machines. The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=61744 -- Edit this bug report at https://bugs.php.net/bug.php?id=61744&edit=1
Bug #61744 [Com]: preg_match crashes
Edit report at https://bugs.php.net/bug.php?id=61744&edit=1 ID: 61744 Comment by: bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:preg_match crashes Status: Open Type: Bug Package:*Regular Expressions Operating System: Win 7 64-bit PHP Version:5.4.1RC2 Block user comment: N Private report: N New Comment: Tested also on Apache 2.4.2 + php_module (from www.apachelounge.com) + PHP 5.4.0 VC9 Thread Safe Test script still crashes. Previous Comments: [2012-04-16 16:37:16] bugzilla33 at gmail dot com When use #^(A{1}B)+$# instead of #^(A{1,2}B)+$# testcase returns 1 - no crash [2012-04-16 16:34:13] bugzilla33 at gmail dot com ...and I tested Windows 7 only (32-bit and 64-bit) [2012-04-16 16:31:13] bugzilla33 at gmail dot com ...but using apache module phpinfo also says: pcre.backtrack_limit 100 pcre.recursion_limit 10 [2012-04-16 16:29:34] bugzilla33 at gmail dot com str_repeat('AB',200) do not crash str_repeat('AB',300) crashes - browser freeze about 4sec and info - browser can not display site [2012-04-16 16:18:15] ras...@php.net Windows-only, I assume? Apache uses PCRE as well, so perhaps Apache on Windows is resetting the PCRE limits? I assume it doesn't crash if you reduce the 300 there to something smaller? The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=61744 -- Edit this bug report at https://bugs.php.net/bug.php?id=61744&edit=1
Bug #61744 [Opn]: preg_match crashes
Edit report at https://bugs.php.net/bug.php?id=61744&edit=1 ID: 61744 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:preg_match crashes Status: Open Type: Bug Package:*Regular Expressions Operating System: Win 7 64-bit PHP Version:5.4.1RC2 Block user comment: N Private report: N New Comment: No, I have original httpd.conf from package and original php.ini-development -> php.ini Previous Comments: [2012-04-16 17:12:08] ras...@php.net Are you using mod_security in your Apache? [2012-04-16 16:53:59] bugzilla33 at gmail dot com Tested also on Apache 2.4.2 + php_module (from www.apachelounge.com) + PHP 5.4.0 VC9 Thread Safe Test script still crashes. [2012-04-16 16:37:16] bugzilla33 at gmail dot com When use #^(A{1}B)+$# instead of #^(A{1,2}B)+$# testcase returns 1 - no crash [2012-04-16 16:34:13] bugzilla33 at gmail dot com ...and I tested Windows 7 only (32-bit and 64-bit) [2012-04-16 16:31:13] bugzilla33 at gmail dot com ...but using apache module phpinfo also says: pcre.backtrack_limit 100 pcre.recursion_limit 10 The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=61744 -- Edit this bug report at https://bugs.php.net/bug.php?id=61744&edit=1
Bug #61744 [Nab]: preg_match crashes
Edit report at https://bugs.php.net/bug.php?id=61744&edit=1 ID: 61744 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:preg_match crashes Status: Not a bug Type: Bug Package:*Regular Expressions Operating System: Win 7 64-bit PHP Version:5.4.1RC2 Block user comment: N Private report: N New Comment: I think that this is not the fault of the stack. In PHP 5.3 this problem does not occur. Previous Comments: [2012-04-16 17:36:37] paj...@php.net Increase the stack, either using the http configuration or using the editbin.exe utility. The stack is overridden by the executable running php, in case of mod_php it is apache's. [2012-04-16 17:23:22] bugzilla33 at gmail dot com No, I have original httpd.conf from package and original php.ini-development -> php.ini [2012-04-16 17:12:08] ras...@php.net Are you using mod_security in your Apache? [2012-04-16 16:53:59] bugzilla33 at gmail dot com Tested also on Apache 2.4.2 + php_module (from www.apachelounge.com) + PHP 5.4.0 VC9 Thread Safe Test script still crashes. [2012-04-16 16:37:16] bugzilla33 at gmail dot com When use #^(A{1}B)+$# instead of #^(A{1,2}B)+$# testcase returns 1 - no crash The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=61744 -- Edit this bug report at https://bugs.php.net/bug.php?id=61744&edit=1
Bug #61744 [Nab]: preg_match crashes
Edit report at https://bugs.php.net/bug.php?id=61744&edit=1 ID: 61744 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:preg_match crashes Status: Not a bug Type: Bug Package:*Regular Expressions Operating System: Win 7 64-bit PHP Version:5.4.1RC2 Block user comment: N Private report: N New Comment: I increased by editbin to 8mb and it works! Why apache is compiling with 256kb stack? Is stack increasing dangerous? Previous Comments: [2012-04-17 08:58:21] paj...@php.net Different pcre version or code, the situation where a crash occurs may differ. However all the symptoms of a stack related crash are present. Increase it and you should be good. [2012-04-16 20:20:15] bugzilla33 at gmail dot com I think that this is not the fault of the stack. In PHP 5.3 this problem does not occur. [2012-04-16 17:36:37] paj...@php.net Increase the stack, either using the http configuration or using the editbin.exe utility. The stack is overridden by the executable running php, in case of mod_php it is apache's. [2012-04-16 17:23:22] bugzilla33 at gmail dot com No, I have original httpd.conf from package and original php.ini-development -> php.ini [2012-04-16 17:12:08] ras...@php.net Are you using mod_security in your Apache? The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=61744 -- Edit this bug report at https://bugs.php.net/bug.php?id=61744&edit=1
Req #60408 [Com]: Array/String element access on instantiation (same like class member in 5.4RC)
Edit report at https://bugs.php.net/bug.php?id=60408&edit=1 ID: 60408 Comment by: bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:Array/String element access on instantiation (same like class member in 5.4RC) Status: Closed Type: Feature/Change Request Package:Scripting Engine problem PHP Version:5.4.0RC2 Assigned To:laruence Block user comment: N Private report: N New Comment: When it will be available in final version of PHP? Previous Comments: [2012-04-17 02:11:11] larue...@php.net This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. For Windows: http://windows.php.net/snapshots/ Thank you for the report, and for helping us make PHP better. committed into trunk. [2011-12-27 09:41:48] larue...@php.net dmitry, thanks very much for pointing that out, I will try to fix these issues. :) [2011-12-27 09:36:25] dmi...@php.net I would say the patch is wrong. It misses the possibility of container_ptr separation in zend_fetch_dimension_address_read(). It also won't work with ZEND_FETCH_DIM_FUNC_ARG. [2011-11-30 09:46:38] larue...@php.net The following patch has been added/updated: Patch Name: const_dereference_002.phpt Revision: 1322646398 URL: https://bugs.php.net/patch-display.php?bug=60408&patch=const_dereference_002.phpt&revision=1322646398 [2011-11-30 09:46:27] larue...@php.net The following patch has been added/updated: Patch Name: const_dereference_003.phpt Revision: 1322646387 URL: https://bugs.php.net/patch-display.php?bug=60408&patch=const_dereference_003.phpt&revision=1322646387 The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=60408 -- Edit this bug report at https://bugs.php.net/bug.php?id=60408&edit=1
[PHP-BUG] Bug #62579 [NEW]: two strings compare
From: bugzilla33 at gmail dot com Operating system: win7 PHP version: 5.4.5RC1 Package: Strings related Bug Type: Bug Bug description:two strings compare Description: two strings compare Test script: --- var_dump('00'=='000') Expected result: bool(false) Actual result: -- bool(true) -- Edit bug report at https://bugs.php.net/bug.php?id=62579&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=62579&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=62579&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=62579&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=62579&r=fixed Fixed in SVN and need be documented: https://bugs.php.net/fix.php?id=62579&r=needdocs Fixed in release: https://bugs.php.net/fix.php?id=62579&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=62579&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=62579&r=needscript Try newer version: https://bugs.php.net/fix.php?id=62579&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=62579&r=support Expected behavior: https://bugs.php.net/fix.php?id=62579&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=62579&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=62579&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=62579&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=62579&r=php4 Daylight Savings:https://bugs.php.net/fix.php?id=62579&r=dst IIS Stability: https://bugs.php.net/fix.php?id=62579&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=62579&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=62579&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=62579&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=62579&r=mysqlcfg
Bug #62579 [Com]: two strings compare
Edit report at https://bugs.php.net/bug.php?id=62579&edit=1 ID: 62579 Comment by: bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:two strings compare Status: Open Type: Bug Package:Strings related Operating System: win7 PHP Version:5.4.5RC1 Block user comment: N Private report: N New Comment: Why should be used === for exact matching? left is string and right is string - the same type Previous Comments: [2012-07-16 12:36:16] a...@php.net === should be used for exact matching. [2012-07-16 12:21:13] bugzilla33 at gmail dot com Description: two strings compare Test script: --- var_dump('00'=='000') Expected result: bool(false) Actual result: -- bool(true) -- Edit this bug report at https://bugs.php.net/bug.php?id=62579&edit=1
[PHP-BUG] Bug #62623 [NEW]: Class 'COM' not found
From: bugzilla33 at gmail dot com Operating system: win7 PHP version: 5.4.5 Package: COM related Bug Type: Bug Bug description:Class 'COM' not found Description: Class 'COM' not found. Bug introduced in PHP 5.4.5 VC9. Test script: --- Expected result: PHP 5.4.4 include COM Class. Actual result: -- Fatal error: Class 'COM' not found in C:\htdocs\test.pl\1.php on line 2 -- Edit bug report at https://bugs.php.net/bug.php?id=62623&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=62623&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=62623&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=62623&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=62623&r=fixed Fixed in SVN and need be documented: https://bugs.php.net/fix.php?id=62623&r=needdocs Fixed in release: https://bugs.php.net/fix.php?id=62623&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=62623&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=62623&r=needscript Try newer version: https://bugs.php.net/fix.php?id=62623&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=62623&r=support Expected behavior: https://bugs.php.net/fix.php?id=62623&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=62623&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=62623&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=62623&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=62623&r=php4 Daylight Savings:https://bugs.php.net/fix.php?id=62623&r=dst IIS Stability: https://bugs.php.net/fix.php?id=62623&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=62623&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=62623&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=62623&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=62623&r=mysqlcfg
Bug #62623 [Opn]: Class 'COM' not found
Edit report at https://bugs.php.net/bug.php?id=62623&edit=1 ID: 62623 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:Class 'COM' not found Status: Open Type: Bug Package:COM related Operating System: win7 PHP Version:5.4.5 Block user comment: N Private report: N New Comment: This problem is on Apache 2.2.21. PHP via module. Previous Comments: [2012-07-20 20:01:01] bugzilla33 at gmail dot com Description: Class 'COM' not found. Bug introduced in PHP 5.4.5 VC9. Test script: --- Expected result: PHP 5.4.4 include COM Class. Actual result: -- Fatal error: Class 'COM' not found in C:\htdocs\test.pl\1.php on line 2 -- Edit this bug report at https://bugs.php.net/bug.php?id=62623&edit=1
Bug #62623 [Com]: Class 'COM' not found
Edit report at https://bugs.php.net/bug.php?id=62623&edit=1 ID: 62623 Comment by: bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:Class 'COM' not found Status: Open Type: Bug Package:COM related Operating System: win7 PHP Version:5.4.5 Block user comment: N Private report: N New Comment: There is no: ;extension=php_com_dotnet.dll in original php.ini, why? Previous Comments: [2012-07-21 00:22:16] hankmanw7 at home dot nl As of PHP 5.4.5 and above the COM extension isn't compiled into PHP anymore. It'll still be delivered with the standard PHP release but must be enclosed with the "extension = php_com_dotnet.dll" directive in php.ini. ---- [2012-07-20 20:30:20] bugzilla33 at gmail dot com This problem is on Apache 2.2.21. PHP via module. ---- [2012-07-20 20:01:01] bugzilla33 at gmail dot com Description: Class 'COM' not found. Bug introduced in PHP 5.4.5 VC9. Test script: --- Expected result: PHP 5.4.4 include COM Class. Actual result: -- Fatal error: Class 'COM' not found in C:\htdocs\test.pl\1.php on line 2 -- Edit this bug report at https://bugs.php.net/bug.php?id=62623&edit=1
Bug #62623 [Opn]: Class 'COM' not found
Edit report at https://bugs.php.net/bug.php?id=62623&edit=1 ID: 62623 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:Class 'COM' not found Status: Open Type: Bug Package:COM related Operating System: win7 PHP Version:5.4.5 Block user comment: N Private report: N New Comment: Please modify php.ini's in package, add: ;extension=php_com_dotnet.dll and update http://www.php.net/manual/en/com.installation.php Previous Comments: [2012-07-21 07:35:32] bugzilla33 at gmail dot com There is no: ;extension=php_com_dotnet.dll in original php.ini, why? [2012-07-21 00:22:16] hankmanw7 at home dot nl As of PHP 5.4.5 and above the COM extension isn't compiled into PHP anymore. It'll still be delivered with the standard PHP release but must be enclosed with the "extension = php_com_dotnet.dll" directive in php.ini. -------- [2012-07-20 20:30:20] bugzilla33 at gmail dot com This problem is on Apache 2.2.21. PHP via module. -------- [2012-07-20 20:01:01] bugzilla33 at gmail dot com Description: Class 'COM' not found. Bug introduced in PHP 5.4.5 VC9. Test script: --- Expected result: PHP 5.4.4 include COM Class. Actual result: -- Fatal error: Class 'COM' not found in C:\htdocs\test.pl\1.php on line 2 -- Edit this bug report at https://bugs.php.net/bug.php?id=62623&edit=1
[PHP-BUG] Bug #52781 [NEW]: phar+apc not work
From: Operating system: Win7 32-bit PHP version: 5.3.3 Package: PHAR related Bug Type: Bug Bug description:phar+apc not work Description: APC does not cache phar:// stream wrappers. Full bug package with instruction: http://konsys.pl/apc_phar.zip --- http://pecl.php.net/package/phar "Phar is APC-compatible, the latest APC will cache files within a phar archive, resulting in a 6x speedup measured running phpMyAdmin as a phar archive." Test script: --- step_2.php: step_3.php: '); var_dump(apc_compile_file('phar://bin.phar/index.php')); print("but cache list empty\r\n"); print_r(apc_cache_info()); ?> Expected result: cache_list: phar://{DOCUMENT_ROOT}bin.phar/index.php Actual result: -- Empty cache_list. -- Edit bug report at http://bugs.php.net/bug.php?id=52781&edit=1 -- Try a snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=52781&r=trysnapshot52 Try a snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=52781&r=trysnapshot53 Try a snapshot (trunk): http://bugs.php.net/fix.php?id=52781&r=trysnapshottrunk Fixed in SVN: http://bugs.php.net/fix.php?id=52781&r=fixed Fixed in SVN and need be documented: http://bugs.php.net/fix.php?id=52781&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=52781&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=52781&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=52781&r=needscript Try newer version: http://bugs.php.net/fix.php?id=52781&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=52781&r=support Expected behavior: http://bugs.php.net/fix.php?id=52781&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=52781&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=52781&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=52781&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=52781&r=php4 Daylight Savings:http://bugs.php.net/fix.php?id=52781&r=dst IIS Stability: http://bugs.php.net/fix.php?id=52781&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=52781&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=52781&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=52781&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=52781&r=mysqlcfg
Bug #52781 [Opn]: phar+apc not work
Edit report at http://bugs.php.net/bug.php?id=52781&edit=1 ID: 52781 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:phar+apc not work Status: Open Type: Bug Package:PHAR related Operating System: Win7 32-bit PHP Version:5.3.3 Block user comment: N New Comment: APC version 3.1.4 Previous Comments: [2010-09-06 10:06:48] bugzilla33 at gmail dot com Description: APC does not cache phar:// stream wrappers. Full bug package with instruction: http://konsys.pl/apc_phar.zip --- http://pecl.php.net/package/phar "Phar is APC-compatible, the latest APC will cache files within a phar archive, resulting in a 6x speedup measured running phpMyAdmin as a phar archive." Test script: --- step_2.php: step_3.php: '); var_dump(apc_compile_file('phar://bin.phar/index.php')); print("but cache list empty\r\n"); print_r(apc_cache_info()); ?> Expected result: cache_list: phar://{DOCUMENT_ROOT}bin.phar/index.php Actual result: -- Empty cache_list. -- Edit this bug report at http://bugs.php.net/bug.php?id=52781&edit=1
[PHP-BUG] Bug #53638 [NEW]: command line PHAR
From: Operating system: Win32 PHP version: 5.3.4 Package: PHAR related Bug Type: Bug Bug description:command line PHAR Description: PHARs do not work via command line Test script: --- Run cmd and go to PHP5 folder and try to run any PHAR file: c:\PHP5>php.exe "phar://test.phar/script.php" Could not open input file phar://test.phar/script.php or may: c:\PHP5>php.exe "test.phar/script.php" Could not open input file test.phar/script.php Expected result: PHARs works via command line Actual result: -- PHARs do not work via command line -- Edit bug report at http://bugs.php.net/bug.php?id=53638&edit=1 -- Try a snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=53638&r=trysnapshot52 Try a snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=53638&r=trysnapshot53 Try a snapshot (trunk): http://bugs.php.net/fix.php?id=53638&r=trysnapshottrunk Fixed in SVN: http://bugs.php.net/fix.php?id=53638&r=fixed Fixed in SVN and need be documented: http://bugs.php.net/fix.php?id=53638&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=53638&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=53638&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=53638&r=needscript Try newer version: http://bugs.php.net/fix.php?id=53638&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=53638&r=support Expected behavior: http://bugs.php.net/fix.php?id=53638&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=53638&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=53638&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=53638&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=53638&r=php4 Daylight Savings:http://bugs.php.net/fix.php?id=53638&r=dst IIS Stability: http://bugs.php.net/fix.php?id=53638&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=53638&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=53638&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=53638&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=53638&r=mysqlcfg
[PHP-BUG] Req #53639 [NEW]: command line PHAR
From: Operating system: win32 PHP version: 5.3.4 Package: PHAR related Bug Type: Feature/Change Request Bug description:command line PHAR Description: PHARs do not work via command line See http://docs.php.net/manual/en/phar.using.intro.php No posted anything here on how to run script in PHAR from the command line. Test script: --- Run cmd and go to PHP5 folder and try to run any PHAR file: c:\PHP5>php.exe "phar://test.phar/script.php" Could not open input file phar://test.phar/script.php or may: c:\PHP5>php.exe "test.phar/script.php" Could not open input file test.phar/script.php Expected result: PHARs works via command line Actual result: -- PHARs do not work via command line -- Edit bug report at http://bugs.php.net/bug.php?id=53639&edit=1 -- Try a snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=53639&r=trysnapshot52 Try a snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=53639&r=trysnapshot53 Try a snapshot (trunk): http://bugs.php.net/fix.php?id=53639&r=trysnapshottrunk Fixed in SVN: http://bugs.php.net/fix.php?id=53639&r=fixed Fixed in SVN and need be documented: http://bugs.php.net/fix.php?id=53639&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=53639&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=53639&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=53639&r=needscript Try newer version: http://bugs.php.net/fix.php?id=53639&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=53639&r=support Expected behavior: http://bugs.php.net/fix.php?id=53639&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=53639&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=53639&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=53639&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=53639&r=php4 Daylight Savings:http://bugs.php.net/fix.php?id=53639&r=dst IIS Stability: http://bugs.php.net/fix.php?id=53639&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=53639&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=53639&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=53639&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=53639&r=mysqlcfg
[PHP-BUG] Bug #53670 [NEW]: phar:// wrapper do not read empty files
From: Operating system: win7 32 PHP version: 5.3.4 Package: PHAR related Bug Type: Bug Bug description:phar:// wrapper do not read empty files Description: phar:// wrapper do not read empty files Test script: --- download and unzip testcase http://host0001.webd.pl/bugs/php/phar_empty_file.zip Step 1. To compress phar folder to phar.phar file run: step_1_compress_to_phar.php Step 2. require data from phar.phar/first.php step_2_read_phar_first.php Step 3. require data from phar.phar/second.php step_3_read_phar_second.php Expected result: no internal corruption of phar when reading empty files Actual result: -- failed to open stream: phar error: internal corruption of phar -- Edit bug report at http://bugs.php.net/bug.php?id=53670&edit=1 -- Try a snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=53670&r=trysnapshot52 Try a snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=53670&r=trysnapshot53 Try a snapshot (trunk): http://bugs.php.net/fix.php?id=53670&r=trysnapshottrunk Fixed in SVN: http://bugs.php.net/fix.php?id=53670&r=fixed Fixed in SVN and need be documented: http://bugs.php.net/fix.php?id=53670&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=53670&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=53670&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=53670&r=needscript Try newer version: http://bugs.php.net/fix.php?id=53670&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=53670&r=support Expected behavior: http://bugs.php.net/fix.php?id=53670&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=53670&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=53670&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=53670&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=53670&r=php4 Daylight Savings:http://bugs.php.net/fix.php?id=53670&r=dst IIS Stability: http://bugs.php.net/fix.php?id=53670&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=53670&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=53670&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=53670&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=53670&r=mysqlcfg
[PHP-BUG] Bug #53872 [NEW]: internal corruption of phar
From: Operating system: Windows 7 32-bit PHP version: 5.3.5 Package: PHAR related Bug Type: Bug Bug description:internal corruption of phar Description: internal corruption of phar, when reading file from phar archive has size equal to zero Test script: --- http://host0001.webd.pl/bugs/php/internal_corruption_of_phar.zip Expected result: testcase.php from internal_corruption_of_phar.zip should prints OK Actual result: -- testcase.php from internal_corruption_of_phar.zip prints OK internal corruption of phar -- Edit bug report at http://bugs.php.net/bug.php?id=53872&edit=1 -- Try a snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=53872&r=trysnapshot52 Try a snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=53872&r=trysnapshot53 Try a snapshot (trunk): http://bugs.php.net/fix.php?id=53872&r=trysnapshottrunk Fixed in SVN: http://bugs.php.net/fix.php?id=53872&r=fixed Fixed in SVN and need be documented: http://bugs.php.net/fix.php?id=53872&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=53872&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=53872&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=53872&r=needscript Try newer version: http://bugs.php.net/fix.php?id=53872&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=53872&r=support Expected behavior: http://bugs.php.net/fix.php?id=53872&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=53872&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=53872&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=53872&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=53872&r=php4 Daylight Savings:http://bugs.php.net/fix.php?id=53872&r=dst IIS Stability: http://bugs.php.net/fix.php?id=53872&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=53872&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=53872&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=53872&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=53872&r=mysqlcfg
[PHP-BUG] Bug #53876 [NEW]: phar stream - internal corruption
From: Operating system: Windows PHP version: 5.3.5 Package: Streams related Bug Type: Bug Bug description:phar stream - internal corruption Description: stream phar - internal corruption, when reading file from phar archive Test script: --- http://host0001.webd.pl/bugs/php/internal_corruption_of_phar.zip Expected result: testcase.php from internal_corruption_of_phar.zip should prints: OK Actual result: -- testcase.php from internal_corruption_of_phar.zip prints: OK internal corruption -- Edit bug report at http://bugs.php.net/bug.php?id=53876&edit=1 -- Try a snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=53876&r=trysnapshot52 Try a snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=53876&r=trysnapshot53 Try a snapshot (trunk): http://bugs.php.net/fix.php?id=53876&r=trysnapshottrunk Fixed in SVN: http://bugs.php.net/fix.php?id=53876&r=fixed Fixed in SVN and need be documented: http://bugs.php.net/fix.php?id=53876&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=53876&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=53876&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=53876&r=needscript Try newer version: http://bugs.php.net/fix.php?id=53876&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=53876&r=support Expected behavior: http://bugs.php.net/fix.php?id=53876&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=53876&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=53876&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=53876&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=53876&r=php4 Daylight Savings:http://bugs.php.net/fix.php?id=53876&r=dst IIS Stability: http://bugs.php.net/fix.php?id=53876&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=53876&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=53876&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=53876&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=53876&r=mysqlcfg
Bug #53670 [Opn->Csd]: phar:// wrapper do not read empty files
Edit report at http://bugs.php.net/bug.php?id=53670&edit=1 ID: 53670 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:phar:// wrapper do not read empty files -Status: Open +Status: Closed Type: Bug Package:PHAR related Operating System: win7 32 -PHP Version:5.3.4 +PHP Version:5.3.5 Block user comment: N Private report: N New Comment: Testcase link does not work. New, better description and new testcase at http://bugs.php.net/bug.php?id=53872 Previous Comments: [2011-01-06 15:27:48] bugzilla33 at gmail dot com Description: phar:// wrapper do not read empty files Test script: --- download and unzip testcase http://host0001.webd.pl/bugs/php/phar_empty_file.zip Step 1. To compress phar folder to phar.phar file run: step_1_compress_to_phar.php Step 2. require data from phar.phar/first.php step_2_read_phar_first.php Step 3. require data from phar.phar/second.php step_3_read_phar_second.php Expected result: no internal corruption of phar when reading empty files Actual result: -- failed to open stream: phar error: internal corruption of phar -- Edit this bug report at http://bugs.php.net/bug.php?id=53670&edit=1
Bug #53670 [Csd]: phar:// wrapper do not read empty files
Edit report at http://bugs.php.net/bug.php?id=53670&edit=1 ID: 53670 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:phar:// wrapper do not read empty files Status: Closed Type: Bug Package:PHAR related Operating System: win7 32 PHP Version:5.3.5 Block user comment: N Private report: N New Comment: dupe of bug #53872 Previous Comments: [2011-02-01 21:02:43] bugzilla33 at gmail dot com Testcase link does not work. New, better description and new testcase at http://bugs.php.net/bug.php?id=53872 [2011-01-06 15:27:48] bugzilla33 at gmail dot com Description: phar:// wrapper do not read empty files Test script: --- download and unzip testcase http://host0001.webd.pl/bugs/php/phar_empty_file.zip Step 1. To compress phar folder to phar.phar file run: step_1_compress_to_phar.php Step 2. require data from phar.phar/first.php step_2_read_phar_first.php Step 3. require data from phar.phar/second.php step_3_read_phar_second.php Expected result: no internal corruption of phar when reading empty files Actual result: -- failed to open stream: phar error: internal corruption of phar -- Edit this bug report at http://bugs.php.net/bug.php?id=53670&edit=1
[PHP-BUG] Bug #54744 [NEW]: ob_gzhandler does not work
From: Operating system: win32 PHP version: trunk-SVN-2011-05-16 (snap) Package: Output Control Bug Type: Bug Bug description:ob_gzhandler does not work Description: ob_gzhandler does not work Test script: --- Expected result: prints 'ok' like PHP 5.3.6 Actual result: -- PHP 5.3.99 prints empty buffer -- Edit bug report at http://bugs.php.net/bug.php?id=54744&edit=1 -- Try a snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=54744&r=trysnapshot52 Try a snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=54744&r=trysnapshot53 Try a snapshot (trunk): http://bugs.php.net/fix.php?id=54744&r=trysnapshottrunk Fixed in SVN: http://bugs.php.net/fix.php?id=54744&r=fixed Fixed in SVN and need be documented: http://bugs.php.net/fix.php?id=54744&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=54744&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=54744&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=54744&r=needscript Try newer version: http://bugs.php.net/fix.php?id=54744&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=54744&r=support Expected behavior: http://bugs.php.net/fix.php?id=54744&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=54744&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=54744&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=54744&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=54744&r=php4 Daylight Savings:http://bugs.php.net/fix.php?id=54744&r=dst IIS Stability: http://bugs.php.net/fix.php?id=54744&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=54744&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=54744&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=54744&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=54744&r=mysqlcfg
Bug #54744 [Bgs]: ob_gzhandler does not work
Edit report at http://bugs.php.net/bug.php?id=54744&edit=1 ID: 54744 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:ob_gzhandler does not work Status: Bogus Type: Bug Package:Output Control Operating System: win32 PHP Version:trunk-SVN-2011-05-16 (snap) Block user comment: N Private report: N New Comment: Felipe, please write about replacement of ob_gzhandler in PHP 5.4+. Previous Comments: [2011-06-12 02:37:07] fel...@php.net ob_gzhandler() is not a PHP function anymore (5.4+). So the execution is being aborted by the fatal error. [2011-05-16 10:26:17] bugzilla33 at gmail dot com Description: ob_gzhandler does not work Test script: --- Expected result: prints 'ok' like PHP 5.3.6 Actual result: -- PHP 5.3.99 prints empty buffer -- Edit this bug report at http://bugs.php.net/bug.php?id=54744&edit=1
[PHP-BUG] Bug #55728 [NEW]: ob_gzhandler problem
From: Operating system: Win7 32bit PHP version: 5.4.0beta1 Package: Output Control Bug Type: Bug Bug description:ob_gzhandler problem Description: ob_gzhandler do not work! Test script: --- OK Expected result: OK Actual result: -- invalid characters -- Edit bug report at https://bugs.php.net/bug.php?id=55728&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=55728&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=55728&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=55728&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=55728&r=fixed Fixed in SVN and need be documented: https://bugs.php.net/fix.php?id=55728&r=needdocs Fixed in release: https://bugs.php.net/fix.php?id=55728&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=55728&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=55728&r=needscript Try newer version: https://bugs.php.net/fix.php?id=55728&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=55728&r=support Expected behavior: https://bugs.php.net/fix.php?id=55728&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=55728&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=55728&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=55728&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=55728&r=php4 Daylight Savings:https://bugs.php.net/fix.php?id=55728&r=dst IIS Stability: https://bugs.php.net/fix.php?id=55728&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=55728&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=55728&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=55728&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=55728&r=mysqlcfg
[PHP-BUG] Bug #55733 [NEW]: problem: date + new version of SERVER['REQUEST_TIME']
From: Operating system: All PHP version: 5.4.0beta1 Package: Date/time related Bug Type: Bug Bug description:problem: date + new version of SERVER['REQUEST_TIME'] Description: problem: date + new version of SERVER['REQUEST_TIME'] Test script: --- Expected result: xxx000 : 423000 or 123000 or 234000 etc... Actual result: -- 00 -- Edit bug report at https://bugs.php.net/bug.php?id=55733&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=55733&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=55733&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=55733&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=55733&r=fixed Fixed in SVN and need be documented: https://bugs.php.net/fix.php?id=55733&r=needdocs Fixed in release: https://bugs.php.net/fix.php?id=55733&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=55733&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=55733&r=needscript Try newer version: https://bugs.php.net/fix.php?id=55733&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=55733&r=support Expected behavior: https://bugs.php.net/fix.php?id=55733&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=55733&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=55733&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=55733&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=55733&r=php4 Daylight Savings:https://bugs.php.net/fix.php?id=55733&r=dst IIS Stability: https://bugs.php.net/fix.php?id=55733&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=55733&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=55733&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=55733&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=55733&r=mysqlcfg
[PHP-BUG] Bug #55734 [NEW]: date - Microseconds problem
From: Operating system: All PHP version: 5.4.0beta1 Package: Date/time related Bug Type: Bug Bug description:date - Microseconds problem Description: Specification: u - Microseconds (added in PHP 5.2.2) - Example: 654321 Test script: --- Expected result: Example: 654321 Actual result: -- 00 -- Edit bug report at https://bugs.php.net/bug.php?id=55734&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=55734&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=55734&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=55734&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=55734&r=fixed Fixed in SVN and need be documented: https://bugs.php.net/fix.php?id=55734&r=needdocs Fixed in release: https://bugs.php.net/fix.php?id=55734&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=55734&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=55734&r=needscript Try newer version: https://bugs.php.net/fix.php?id=55734&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=55734&r=support Expected behavior: https://bugs.php.net/fix.php?id=55734&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=55734&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=55734&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=55734&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=55734&r=php4 Daylight Savings:https://bugs.php.net/fix.php?id=55734&r=dst IIS Stability: https://bugs.php.net/fix.php?id=55734&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=55734&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=55734&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=55734&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=55734&r=mysqlcfg
Bug #55733 [Bgs]: problem: date + new version of SERVER['REQUEST_TIME']
Edit report at https://bugs.php.net/bug.php?id=55733&edit=1 ID: 55733 User updated by:bugzilla33 at gmail dot com Reported by:bugzilla33 at gmail dot com Summary:problem: date + new version of SERVER['REQUEST_TIME'] Status: Bogus Type: Bug Package:Date/time related Operating System: All PHP Version:5.4.0beta1 Block user comment: N Private report: N New Comment: derick, are you asleep? SERVER['REQUEST_TIME'] includes microseconds in PHP 5.4 news.txt: - Changed $_SERVER['REQUEST_TIME'] to include microsecond precision. (Ilia) Previous Comments: [2011-09-20 08:08:08] der...@php.net Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php The SERVER['REQUEST_TIME'] doesn't include microseconds (it's an int) and does can't show anything else but "000" with date('u'). ---------------- [2011-09-20 07:39:07] bugzilla33 at gmail dot com Description: problem: date + new version of SERVER['REQUEST_TIME'] Test script: --- Expected result: xxx000 : 423000 or 123000 or 234000 etc... Actual result: -- 00 -- Edit this bug report at https://bugs.php.net/bug.php?id=55733&edit=1