|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2011-03-11 09:22 UTC] carsten_sttgt at gmx dot de
-PHP Version: 5.3.6RC2
+PHP Version: 5.3.6RC3
[2011-03-11 09:22 UTC] carsten_sttgt at gmx dot de
[2011-06-13 02:58 UTC] felipe@php.net
-Status: Open
+Status: Feedback
[2011-06-13 02:58 UTC] felipe@php.net
[2013-02-18 00:34 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 06:00:02 2025 UTC |
Description: ------------ Only TS builds are affected. Assuming this in my "php.ini: | extension = "nonexistent.dll" is resulting in a crash. (6cc.1260): Access violation - code c0000005 (first chance) First chance exceptions are reported before any exception handling. This exception may be expected and handled. eax=01b810c0 ebx=584f9674 ecx=00000000 edx=0802fb7c esi=01cf2858 edi=01cf2858 eip=58207620 esp=00b4f5b0 ebp=01cf2858 iopl=0 nv up ei pl nz na pe nc cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00010206 php5ts!guess_timezone+0x20: 58207620 8b4204 mov eax,dword ptr [edx+4] ds:0023:0802fb80=???????? BTW: Using "dl('nonexistent.dll');" in a script is working as expected. Also with NTS builds there is no problem. Test script: --------------- in the shell: php -v Expected result: ---------------- | Warning: PHP Startup: Unable to load dynamic library | 'C:\Program Files\PHP\php-current\ext\nonexistent.dll' Or no error with "display_startup_errors = Off" Actual result: -------------- CLI has stopped working