History log of /PHP-5.4/NEWS (Results 6251 – 6275 of 6633)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 3977f638 02-Aug-2000

NEWS update


# c30d5a8d 31-Jul-2000

NEWS update


# 9789895f 30-Jul-2000 foobar

#Damn. It still crashes in some situations. So this was bogus. =(


# 0ca80059 30-Jul-2000

NEWS update


# 52ff887d 29-Jul-2000 Zeev Suraski

Made ob_start() and friends reentrant. It's now possible to implement this
long-requested functionality, now that output buffering is re-entrant:

function eval_ret($code)
{

Made ob_start() and friends reentrant. It's now possible to implement this
long-requested functionality, now that output buffering is re-entrant:

function eval_ret($code)
{
ob_start();
eval($code);
$retval = ob_get_contents();
ob_end_clean();
return $retval;
}

show more ...


# 90c1689c 29-Jul-2000 foobar

Just cleaning up.


# 7f41a6c7 29-Jul-2000

NEWS update


# 53738cf4 28-Jul-2000

NEWS update


# 29585f98 27-Jul-2000 Stanislav Malyshev

Add news of recent fixes


# fde20cea 27-Jul-2000

NEWS update


# 718b7308 26-Jul-2000 David Croft

tidy up news


# cc077fd8 26-Jul-2000 foobar

Just a little beutifuing.


# 56b7b7a8 26-Jul-2000 Sterling Hughes

* EXTENSIONS -- update status on CURL & SWF
* NEWS --
1. Change wording for the ibase and sybase DB announcement.
2. Remove second pfpro announcement, if pfpro is being released wit

* EXTENSIONS -- update status on CURL & SWF
* NEWS --
1. Change wording for the ibase and sybase DB announcement.
2. Remove second pfpro announcement, if pfpro is being released with 4.0.2
entries about new features before 4.0.2 shouldn't be in there.
3. Joey, that entry just doesn't seem incredibly relevant to the NEWS file,
I'll backport it if you want (or add a new entry).
* ext/standard/info.c -- Add a CREDIT_LINE() for CURL.

show more ...


# e1615b18 26-Jul-2000

NEWS update


# c045d7a5 25-Jul-2000

NEWS update


# f338d8af 25-Jul-2000 Sterling Hughes

.


# c3fb9680 24-Jul-2000 David Croft

corrections to NEWS file


# 3af34135 24-Jul-2000

NEWS update


# 51bbc2b4 23-Jul-2000

NEWS update


# 1ca60087 22-Jul-2000

NEWS update


# 86a36cbd 21-Jul-2000

NEWS update


# c7801827 20-Jul-2000

NEWS update


# 7453e3c8 19-Jul-2000

NEWS update


# 42df8a74 18-Jul-2000

NEWS update


# 8f96ea6b 17-Jul-2000 Andrei Zmievski

*** empty log message ***


1...<<251252253254255256257258259260>>...266