はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    新内閣発足

『PHP :: Bugs homepage』

  • 人気
  • 新着
  • すべて
  • PHP :: Sec Bug #76582 :: XSS due to the header Transfer-Encoding: chunked

    3 users

    bugs.php.net

    Apache2 related Security Reported by varma.prashanth@... Thu, 05 Jul 2018 15:47:26 +0000 PHP: Any, OS: Any Description: ------------ Because of (Transfer-Encoding: Chunked) header php is echoing the body as response. This exploit doesn't need any authentication and can be exploited via POST request. XSS tested on current versions of Chrome and Firefox Quantum. > This vulnerability is tested on apa

    • テクノロジー
    • 2018/09/15 00:27
    • PHP :: Sec Bug #69364 :: PHP Multipart/form-data remote dos Vulnerability

      17 users

      bugs.php.net

      HTTP related Security Reported by liushusheng@... Fri, 03 Apr 2015 07:16:01 +0000 PHP: Irrelevant, OS: all Description: ------------ PHP Multipart/form-data remote dos Vulnerability Author: Shusheng Liu, The Department of Security Cloud, Baidu,China 1. Description: PHP is vulnerable to a remote denial of service, caused by repeatedly allocate memory、concatenate string、copy string and free memory w

      • テクノロジー
      • 2015/06/02 09:42
      • php
      • security
      • PHP :: Bugs :: Search

        3 users

        bugs.php.net

        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login go to bug id or search bugs for Showing 1-80 of 499 Show Next 80 Entries » ID# Date Last Modified Package Type Status PHP Version OS Summary Assigned 81746 (edit) 2023-01-20 22:19 UTC 2023-02-13 04:40 UTC *Directory/Filesystem functions Sec Bug Closed 8.0.27 Linux 1-byte array overru

        • テクノロジー
        • 2014/10/16 18:34
        • PHP :: Bug #50696 :: number_format when passed a 0 as first function argument, returns null

          3 users

          bugs.php.net

          Math related Bug Reported by endosquid@... Fri, 08 Jan 2010 19:13:41 +0000 PHP: 5.3.1, OS: Linux 32 bit Description: ------------ php -r 2>/dev/null 'print number_format("",0) . "\n";' on our old PHP 5.1.6 Solaris 8 box (that we are transitioning off of) returns 0. Now, we're testing our code, and we run into this behavior change: php -r 2>/dev/null 'print number_format("",0) . "\n";' on our new R

          • 学び
          • 2012/06/22 12:36
          • PHP :: Bug #54547 :: wrong equality of string numbers

            3 users

            bugs.php.net

            Unknown/Other Function Bug Reported by peter.ritt@... Sat, 16 Apr 2011 20:07:43 +0000 PHP: 5.3.6, OS: linux Description: ------------ comparison of strings using == shows wrong results when both strings are numbers (digits) around PHP_MAX_INT; the same comparison using === works correctly; tested on 64 bit systems only, affects also PHP 5.3.5 Test script: --------------- $a = '9223372036854775807'

            • 学び
            • 2012/04/12 22:16
            • PHP :: Bug #60723 :: error_log error time has changed to UTC ignoring default timezo

              4 users

              bugs.php.net

              Date/time related Bug Reported by olemarkus@... Thu, 12 Jan 2012 09:08:22 +0000 PHP: 5.3.9, OS: Gentoo Linux Description: ------------ PHP error log no longer respects timezone and always logs in UTC. Setting error_log to a filesystem path and date.default_timezone to e.g Europe/Oslo gives the following log lines in 5.3.8: [12-Jan-2012 10:02:38] PHP Notice: Undefined variable: foo in /home/htdocs/

              • テクノロジー
              • 2012/03/28 18:24
              • PHP
              • PHP :: Bug #61095 :: PHP can't add hex numbers

                11 users

                bugs.php.net

                Scripting Engine problem Bug Reported by tomek@... Wed, 15 Feb 2012 15:32:20 +0000 PHP: 5.3.10, OS: Windows XP Description: ------------ These echoes 4: echo (0x00+2); echo (0x00+0x02); but they should echo 2! This echoes 2 as expected: echo (0x00 + 2); Test script: --------------- echo (0x00+2); Expected result: ---------------- 2 Actual result: -------------- 4

                • テクノロジー
                • 2012/02/24 15:52
                • PHP
                • bug
                • -
                • これはひどい
                • ネタ
                • PHP :: Request #52832 :: unserialize() performance

                  4 users

                  bugs.php.net

                  [2010-09-14 02:46 UTC] galaxy dot mipt at gmail dot com Description: ------------ Performance of built-in unserializer degrades at unexpectedly high rate with the increase of unserialized data size (rather, with number of serialized items). Say, unserializing a plain array of ~1000000 integers might take somewhat 10 secs on average P4 machine, and the worst part is that the time raises quadratical

                  • テクノロジー
                  • 2012/01/28 17:45
                  • php
                  • PHP :: Bug #55439 :: crypt() returns only the salt for MD5

                    16 users

                    bugs.php.net

                    *Encryption and hash functions Bug Reported by jo@... Wed, 17 Aug 2011 13:03:20 +0000 PHP: 5.3.7RC5, OS: Linux Description: ------------ If crypt() is executed with MD5 salts, the return value conists of the salt only. DES and BLOWFISH salts work as expected. I tested with php from openSUSE PHP5 repository > php -v PHP 5.3.7RC6-dev (cli) > rpm -q php5 php5-5.3.6.201108112132-94.1.x86_64 Test scrip

                    • 暮らし
                    • 2011/08/22 18:42
                    • php
                    • bug
                    • share
                    • PHP :: Bug #53632 :: PHP hangs on numeric value 2.2250738585072011e-308

                      3 users

                      bugs.php.net

                      Math related Bug Reported by exploringbinary@... Thu, 30 Dec 2010 06:58:41 +0000 PHP: 5.3.4, OS: Description: ------------ If I assign the value 2.2250738585072011e-308 to a variable, e.g. $d = 2.2250738585072011e-308, PHP hangs (loops). I am using PHP 5.3.1 XAMPP 1.7.3 on Windows. 2.2250738585072011e-308 represents the largest subnormal double-precision floating-point number, 0.111111111111111111

                      • テクノロジー
                      • 2011/01/06 11:06
                      • PHP
                      • PHP :: Bug #52435 :: the bug has kept me from earning my bonus please fix and pay me my 1 million fa

                        3 users

                        bugs.php.net

                        *General Issues Bug Reported by dh123lh1@... Sun, 25 Jul 2010 06:21:01 +0000 PHP: Irrelevant, OS: windows 7 home premium Home thea Description: ------------ where its supposed to pay off the farmvill Iqtest and tell me my resultsI got this instead of my million farmville coins, i have done this Iq test please pay my million coins in facebooks farmville http://www.quizulous.com/toolbar/newaccount/c

                        • テクノロジー
                        • 2010/07/26 03:15
                        • PHP
                        • これはひどい
                        • ネタ
                        • neta
                        • PHP :: Bug #49785 :: htmlspecialchars() should check byte sequence more strictly

                          8 users

                          bugs.php.net

                          Strings related Bug Reported by hello@... Tue, 06 Oct 2009 11:40:05 +0000 PHP: 5.3.0, OS: * Description: ------------ Suppose htmlspecialchars() should check byte sequence more strictly for security reasons. An XSS exploit code has been unveiled. http://d.hatena.ne.jp/t_komura/20091004/1254665511 [ja] I wrote a primitive patch. http://iwamot.com/misc/html.c.patch.20091006 I don't know whether it i

                          • 暮らし
                          • 2009/10/09 00:00
                          • php
                          • security
                          • PHP :: Bug #49814 :: htmlentities/htmlspecialchars accept partial multibyte sequences still

                            4 users

                            bugs.php.net

                            Strings related Bug Reported by hello@... Thu, 08 Oct 2009 14:15:55 +0000 PHP: 5.3.2-dev, OS: * Description: ------------ PHP 5 ChangelLog says "Fixed htmlentities/htmlspecialchars not to accept partial multibyte sequences." http://www.php.net/ChangeLog-5.php#5.2.5 But it has not been fixed in reality. Please correct the log, or investigate my patch. http://iwamot.com/misc/html.c.patch.20091008 Re

                            • テクノロジー
                            • 2009/10/08 23:21
                            • PHP
                            • PHP :: Bug #48669 :: PHP now includes GOTO

                              13 users

                              bugs.php.net

                              Reproducible crash Bug Reported by iwannalive@... Tue, 23 Jun 2009 23:46:57 +0000 PHP: 5.3.0RC4, OS: All Description: ------------ PHP 5.3 includes goto. This is a problem. Seriously, PHP has made it this far without goto, why turn the language into a public menace? Reproduce code: --------------- <?php goto a; echo 'Foo'; a: echo 'Bar'; ?> Expected result: ---------------- The world will end. Act

                              • 暮らし
                              • 2009/08/22 15:26
                              • php
                              • ネタ
                              • neta
                              • PHP :: Generating a gdb backtrace

                                13 users

                                bugs.php.net

                                Noticing PHP crashes There's no absolute way to know that PHP is crashing, but there may be signs. Typically, if you access a page that is always supposed to generate output (has a leading HTML block, for example), and suddenly get "Document contains no data" from your browser, it may mean that PHP crashes somewhere along the execution of the script. Another way to tell that PHP is crashing is by

                                • テクノロジー
                                • 2006/07/12 11:28
                                • php
                                • debug
                                • gdb
                                • apache
                                • PHP :: Bugs homepage

                                  15 users

                                  bugs.php.net

                                  PHP Bug Tracking System Before you report a bug, please make sure you have completed the following steps: Used the form above or our advanced search page to make sure nobody has reported the bug already. Make sure you are using the latest stable version or a build from Git, if similar bugs have recently been fixed and committed. Read our tips on how to report a bug that someone will want to help f

                                  • エンタメ
                                  • 2005/11/07 16:25
                                  • PHP

                                  このページはまだ
                                  ブックマークされていません

                                  このページを最初にブックマークしてみませんか?

                                  『PHP :: Bugs homepage』の新着エントリーを見る

                                  キーボードショートカット一覧

                                  j次のブックマーク

                                  k前のブックマーク

                                  lあとで読む

                                  eコメント一覧を開く

                                  oページを開く

                                  はてなブックマーク

                                  • 総合
                                  • 一般
                                  • 世の中
                                  • 政治と経済
                                  • 暮らし
                                  • 学び
                                  • テクノロジー
                                  • エンタメ
                                  • アニメとゲーム
                                  • おもしろ
                                  • アプリ・拡張機能
                                  • 開発ブログ
                                  • ヘルプ
                                  • お問い合わせ
                                  • ガイドライン
                                  • 利用規約
                                  • プライバシーポリシー
                                  • 利用者情報の外部送信について
                                  • ガイドライン
                                  • 利用規約
                                  • プライバシーポリシー
                                  • 利用者情報の外部送信について

                                  公式Twitter

                                  • 公式アカウント
                                  • ホットエントリー

                                  はてなのサービス

                                  • はてなブログ
                                  • はてなブログPro
                                  • 人力検索はてな
                                  • はてなブログ タグ
                                  • はてなニュース
                                  • ソレドコ
                                  • App Storeからダウンロード
                                  • Google Playで手に入れよう
                                  Copyright © 2005-2025 Hatena. All Rights Reserved.
                                  設定を変更しましたx