|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-02-17 17:09 UTC] sbergmann@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 19:00:01 2025 UTC |
When you have a php-site with the following function, PHP always brakes down with an system error on the webserver: ========== function: --------- date("T"); ========== Error description: ------------------ PHP verursachte einen Fehler durch eine ung?ltige Seite in Modul MSVCRT.DLL bei 0177:7800d269. Register: EAX=00650078 CS=0177 EIP=7800d269 EFLGS=00010206 EBX=00798b80 SS=017f ESP=0063fca8 EBP=0063fcc4 ECX=00000030 DS=017f ESI=007989fc FS=9487 EDX=0065e154 ES=017f EDI=00000007 GS=0000 Bytes bei CS:EIP: 89 5a 04 8b 55 0c 89 4d fc 8b 5a 04 8b 52 08 89 Stapelwerte: 00654a78 00798a00 00656e50 00650fd8 00000000 00000051 00000030 0063fd08 7800cc3f 0075000c 00798a2c 00654a78 0000000c 00656e50 100ec9f0 780010ed ============= But The output of the script is ok.