History log of /php-src/NEWS (Results 15476 – 15484 of 15484)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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...<<611612613614615616617618619620