History log of /php-src/NEWS (Results 15176 – 15200 of 15453)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 34c40031 06-Jun-2000 Zeev Suraski

@- Made the short_tags, asp_tags and allow_call_time_pass_reference INI directives work
@ on a per-directory basis as well, e.g. from .htaccess files (Zeev)

# 32af54f6 06-Jun-2000

NEWS update

# fe0f4025 05-Jun-2000

NEWS update

# 4a1da8b6 04-Jun-2000 Zeev Suraski

Fix Win32 build

# 675ce844 04-Jun-2000 Zeev Suraski

*** empty log message ***

# e46a517e 03-Jun-2000 Zeev Suraski

*** empty log message ***

# 1a8da63c 03-Jun-2000 Zeev Suraski

news update

# 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

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