[PHP-BUG] Bug #62265 [NEW]: crash with static member followed by 2+ non-static members
From: lomo74 at gmail dot com Operating system: Windows PHP version: 5.4.3 Package: Reproducible crash Bug Type: Bug Bug description:crash with static member followed by 2+ non-static members Description: using IIS + FastCGI PHP 5.4.3 on a Win7 machine. declaring a class that contains a static var followed by two or more non-static vars, the engine crashes when you try to instantiate the class. my Linux machine (Apache + PHP 5.4.3) is not affected by this issue. Test script: --- Expected result: the string "Still alive." Actual result: -- no output at all. -- Edit bug report at https://bugs.php.net/bug.php?id=62265&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=62265&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=62265&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=62265&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=62265&r=fixed Fixed in SVN and need be documented: https://bugs.php.net/fix.php?id=62265&r=needdocs Fixed in release: https://bugs.php.net/fix.php?id=62265&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=62265&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=62265&r=needscript Try newer version: https://bugs.php.net/fix.php?id=62265&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=62265&r=support Expected behavior: https://bugs.php.net/fix.php?id=62265&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=62265&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=62265&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=62265&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=62265&r=php4 Daylight Savings:https://bugs.php.net/fix.php?id=62265&r=dst IIS Stability: https://bugs.php.net/fix.php?id=62265&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=62265&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=62265&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=62265&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=62265&r=mysqlcfg
Bug #62265 [Opn]: crash with static member followed by 2+ non-static members
Edit report at https://bugs.php.net/bug.php?id=62265&edit=1 ID: 62265 User updated by:lomo74 at gmail dot com Reported by:lomo74 at gmail dot com Summary:crash with static member followed by 2+ non-static members Status: Open Type: Bug Package:Reproducible crash -Operating System: Windows +Operating System: Windows 7 PHP Version:5.4.3 Block user comment: N Private report: N New Comment: just tested on a Windows 2003 machine + IIS + PHP FastCGI 5.4.3, it is not affected. will test on another Windows 7 machine ASAP. Previous Comments: [2012-06-08 15:55:27] lomo74 at gmail dot com Description: using IIS + FastCGI PHP 5.4.3 on a Win7 machine. declaring a class that contains a static var followed by two or more non-static vars, the engine crashes when you try to instantiate the class. my Linux machine (Apache + PHP 5.4.3) is not affected by this issue. Test script: --- Expected result: the string "Still alive." Actual result: -- no output at all. -- Edit this bug report at https://bugs.php.net/bug.php?id=62265&edit=1
Bug #62265 [Opn]: crash with static member followed by 2+ non-static members
Edit report at https://bugs.php.net/bug.php?id=62265&edit=1 ID: 62265 User updated by:lomo74 at gmail dot com Reported by:lomo74 at gmail dot com Summary:crash with static member followed by 2+ non-static members Status: Open Type: Bug Package:Reproducible crash Operating System: Windows 7 PHP Version:5.4.3 Block user comment: N Private report: N New Comment: I apologize. I further tracked down the problem and it seems it is due to XDebug: http://bugs.xdebug.org/view.php?id=824 If noone has objections, I'm closing this report -- Previous Comments: [2012-06-08 23:24:05] ni...@php.net Could you check whether the issue also exists when running PHP from the commandline (cli)? This way one could exclude the IIS and FastCGI parts of the chain. [2012-06-08 17:17:18] lomo74 at gmail dot com just tested on a Windows 2003 machine + IIS + PHP FastCGI 5.4.3, it is not affected. will test on another Windows 7 machine ASAP. [2012-06-08 15:55:27] lomo74 at gmail dot com Description: using IIS + FastCGI PHP 5.4.3 on a Win7 machine. declaring a class that contains a static var followed by two or more non-static vars, the engine crashes when you try to instantiate the class. my Linux machine (Apache + PHP 5.4.3) is not affected by this issue. Test script: --- Expected result: the string "Still alive." Actual result: -- no output at all. -- Edit this bug report at https://bugs.php.net/bug.php?id=62265&edit=1
#48132 [NEW]: configure fails to test curl ssl support if --disable-rpath is set
From: lomo74 at gmail dot com Operating system: debian etch PHP version: 5.2.9 PHP Bug Type: Compile Failure Bug description: configure fails to test curl ssl support if --disable-rpath is set Description: in configure script: since $ld_runpath_switch can be = "" if --disable-rpath was set, this line: LDFLAGS="`$CURL_CONFIG --libs` $ld_runpath_switch$CURL_DIR/$PHP_LIBDIR" from "configure:25277: checking for SSL support in libcurl", should read: LDFLAGS="`$CURL_CONFIG --libs`" test -n "$ld_runpath_switch" && LDFLAGS="$LDFLAGS $ld_runpath_switch$CURL_DIR/$PHP_LIBDIR" cheers - Lorenzo - -- Edit bug report at http://bugs.php.net/?id=48132&edit=1 -- Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=48132&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=48132&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=48132&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=48132&r=fixedcvs Fixed in CVS and need be documented: http://bugs.php.net/fix.php?id=48132&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=48132&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=48132&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=48132&r=needscript Try newer version: http://bugs.php.net/fix.php?id=48132&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=48132&r=support Expected behavior: http://bugs.php.net/fix.php?id=48132&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=48132&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=48132&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=48132&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=48132&r=php4 Daylight Savings:http://bugs.php.net/fix.php?id=48132&r=dst IIS Stability: http://bugs.php.net/fix.php?id=48132&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=48132&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=48132&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=48132&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=48132&r=mysqlcfg