Archive for January, 2009
PHP 5.2.9-2 Released
The latest release available for Windows users that is designed to address security flaws in the integrated OPEN SSL libraries with subsequent updates to the Open SSL library (0.9.8k) patching the security vulnerability left by the said windows flaw. The update addresses errors to the ASN1_string function that releases security information upon a call to print. another error that was addressed was with concern to the CMS_verify function which was unable to handle error conditions involving malformed signed attributes. Another issue with the ASN1 structure concerned memory issues that sometimes caused crashes with some installations.
The security holes have long been a problem which the open-sourced community have always managed to release security bulletins and updates to address these issues. The systems which uses the OpenSSL standard is invalidated when the said flaws were discovered making dangerous loophpoles for access by hackers. The update is recommended for all users of the older version of PHP to address and avoid such security issues.
Phpによるタグ

イメージ提供: blog.bcwelt.de
まず、非常に基本的なPhpから始めましょう。 難解な原則をよく理解するために、まずタグとは何でしょう。 タグとはスクリプト言語に属するあるコードの小片の開始点と終了点です。 例を挙げると、HTMLにおいて通常HTMLコードは と .で完了します。ジャパスクリプとでも同様で、以下のように書かれます;。Aspとアクティブ・サーバー・ページスではこのように書かれます、 <% ‘aspコードそして%>で終了します。 ほとんどのプログラミング言語で類似の記号が使われます。なぜこれらのプログラミング言語はタグが必要なのかとお考えかもしれません。これを理解するためには、インターネット・エクスプローラーやモジラ・ファイアーフォックスなどのブラウザーでウェブページが表示される過程の基礎的な理解を必要とします。