History log of /php-src/NEWS (Results 14876 – 14900 of 14907)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-4.0b3_RC5
# 2b08dfec 14-Nov-1999 Thies C. Arntzen

(PHP k[r]sort) now use compare_function from libzend to be consistent with the language-core.

# 6755a85a 14-Nov-1999 Thies C. Arntzen

clearify

# 64070d94 13-Nov-1999

NEWS update

# ea3d47b8 12-Nov-1999

NEWS update

# f3fb4419 10-Nov-1999 Andrei Zmievski

Remove duplicates.

# ab5c4e22 10-Nov-1999

NEWS update

Revision tags: php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2
# e95fe291 09-Nov-1999

NEWS update

# c2e062c8 07-Nov-1999

NEWS update

# 0700ad34 06-Nov-1999 Zeev Suraski

- Win32 fixes
- COM module improvements from Boris Wedl

# abac416b 06-Nov-1999

NEWS update

# 1746a301 03-Nov-1999 Frank M. Kromann

Added MS SQL server module

# a79bdcc2 03-Nov-1999 Andi Gutmans

#- Added support for forcing a variable number of internal function arguments
# by reference.
#- This is done by using BYREF_FORCE_REST as the last arg_types value.

# 1e0bc249 03-Nov-1999

NEWS update

# 81c24791 02-Nov-1999

NEWS update

# 1fe76945 01-Nov-1999 Andrei Zmievski

*** empty log message ***

# ce63a5b6 01-Nov-1999

NEWS update

# a3a7413b 29-Oct-1999 Rasmus Lerdorf

Looked like this was done by RedHat the way I wrote it.

# 5d291c8e 29-Oct-1999

NEWS update

# 10fa640f 28-Oct-1999 Andrei Zmievski

New function.

# e8bccbdc 28-Oct-1999

NEWS update

# 23882d31 22-Oct-1999 Sascha Schumann

Add session.use_cookies option

# 1747a5e5 21-Oct-1999

NEWS update

# 1e2bf396 20-Oct-1999

NEWS update

# 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

1...<<591592593594595596597