History log of /php-src/NEWS (Results 15201 – 15225 of 15471)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 5673378e 03-Jun-2000 Zeev Suraski

- Allow all functions that receive user-defined function callbacks to accept
an array that contains an object and a method name, in place of a function
name, e.g. usort($array, array($obj

- Allow all functions that receive user-defined function callbacks to accept
an array that contains an object and a method name, in place of a function
name, e.g. usort($array, array($obj, "ObjSort"))
(I checked the code in array.c and basic_functions.c, other code which uses
call_user_function() may still force the function_name argument to be of type
IS_STRING, which prevents this feature from working - and is no longer necessary)

show more ...

# 93d51636 03-Jun-2000

NEWS update

# 1f6c2489 02-Jun-2000 Andi Gutmans

- Update NEWS so that this is documented

# 22e9ff47 02-Jun-2000 Thies C. Arntzen

-

# 110735c3 02-Jun-2000

NEWS update

# cf102882 01-Jun-2000

NEWS update

# c521aeda 31-May-2000

NEWS update

# 950fb739 29-May-2000 Zeev Suraski

Fix bug #4678

# 7213c743 29-May-2000 Zeev Suraski

- Added disable_functions php.ini support
- Fixed Win32 build

# 8c82566b 27-May-2000 Andi Gutmans

- Fix problem in sessions module under Win32. Need to use ; as an options
- delimiter in save_path instead of :.

# 73bd5994 27-May-2000

NEWS update

# ac309e96 26-May-2000 Andi Gutmans

- Update news file

# ce3c002a 26-May-2000

NEWS update

# 0399d94e 25-May-2000 Adam Dickmeiss

Added extension YAZ.

# 80db5483 25-May-2000 Sascha Schumann

Test commit

# bf913cc6 25-May-2000 Sascha Schumann

Test commit

# f78e1408 25-May-2000 Zeev Suraski

(about the removed line - we agreed that the NEWS file should only contain stuff
that would interest end users, removing warnings isn't such a thing in my opinion)

# 148a3396 25-May-2000

NEWS update

# 09d2f7e2 24-May-2000

NEWS update

# 1ea8d6af 23-May-2000 Zeev Suraski

- Update Windows project to include levensthein.c and update NEWS file

# 61ceb9e5 23-May-2000 Thies C. Arntzen

bump version to 4.0.1-dev

# f9bc6ac0 23-May-2000

NEWS update

Revision tags: php-4.0.0
# 5e0dec4a 22-May-2000 Zeev Suraski

Notify people that .phps is now fixed

# 9ebc9200 18-May-2000 Thies C. Arntzen

22 May is my birthday!

# 7e0a18d0 18-May-2000 Zeev Suraski

Package 4.0.0

1...<<601602603604605606607608609610>>...619