History log of /PHP-5.3/NEWS (Results 5551 – 5559 of 5559)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 65b15294 19-Oct-1999 Thies C. Arntzen

added === operator support (type *and* value match) . samples:
(1 == "1") is true
(1 === "1") is false (integer != string)
(0 == false) is true
(0 === false) is false (integer != bool

added === operator support (type *and* value match) . samples:
(1 == "1") is true
(1 === "1") is false (integer != string)
(0 == false) is true
(0 === false) is false (integer != boolean)

show more ...


# a3f5afb1 19-Oct-1999

NEWS update


# 1d66fd7a 18-Oct-1999

NEWS update


# 8819b58a 13-Oct-1999

NEWS update


# ff4a3a6a 12-Oct-1999

*** empty log message ***


# d070e7e5 12-Oct-1999

NEWS update


# 200052b5 09-Oct-1999

NEWS update


# 02795f99 07-Oct-1999 Andrei Zmievski

NEWS update


# 017aff4f 07-Oct-1999 Andrei Zmievski

Renaming ChangeLog to NEWS. All future entries intended for public should
go into NEWS.


1...<<221222223