Commit Graph

400 Commits

Author SHA1 Message Date
9608acbe19 NEWS update 2000-08-16 01:09:15 +00:00
468b509759 NEWS update 2000-08-14 01:09:13 +00:00
Derick Rethans
20c007b229 - Now using the better way of using INI directives
- Changed some warning/error messages to be more clear
2000-08-13 11:53:04 +00:00
Andi Gutmans
4992408771 *** empty log message *** 2000-08-13 04:20:15 +00:00
fcb595e4d2 NEWS update 2000-08-12 01:09:15 +00:00
David Croft
45ab04fa40 Added news item for Andi's strncasecmp commit
# Zend commits prefixed by @ don't seem to be linked to the PHP news file
2000-08-11 18:23:31 +00:00
Andi Gutmans
25c8009825 *** empty log message *** 2000-08-11 09:58:04 +00:00
3000566259 NEWS update 2000-08-11 01:09:13 +00:00
Andi Gutmans
b47bb87004 - The commit messages didn't seem to update the news file 2000-08-10 22:16:15 +00:00
Andrei Zmievski
5779f26561 Formatting. 2000-08-10 13:22:07 +00:00
0fac6f738f NEWS update 2000-08-10 01:09:13 +00:00
Zeev Suraski
9c555fe96a Update NEWS, including some stuff that somehow got forgotten on my home machine 2000-08-09 20:50:54 +00:00
6f7eaa5531 NEWS update 2000-08-08 01:09:15 +00:00
Sascha Schumann
d9960867fd . 2000-08-07 13:57:49 +00:00
8bd88acada NEWS update 2000-08-07 01:09:09 +00:00
be9b8f0613 NEWS update 2000-08-06 01:09:06 +00:00
a31dd36ab9 NEWS update 2000-08-03 01:09:15 +00:00
3977f6380f NEWS update 2000-08-02 01:09:16 +00:00
c30d5a8d27 NEWS update 2000-07-31 01:09:05 +00:00
foobar
9789895f30 #Damn. It still crashes in some situations. So this was bogus. =( 2000-07-30 15:48:09 +00:00
0ca80059c8 NEWS update 2000-07-30 01:09:07 +00:00
Zeev Suraski
52ff887db5 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;
}
2000-07-29 14:46:09 +00:00
foobar
90c1689cf0 Just cleaning up. 2000-07-29 03:59:05 +00:00
7f41a6c77c NEWS update 2000-07-29 01:09:07 +00:00
53738cf408 NEWS update 2000-07-28 01:09:08 +00:00
Stanislav Malyshev
29585f985e Add news of recent fixes 2000-07-27 14:34:40 +00:00
fde20cea27 NEWS update 2000-07-27 01:09:16 +00:00
David Croft
718b7308c3 tidy up news 2000-07-26 08:23:04 +00:00
foobar
cc077fd8d0 Just a little beutifuing. 2000-07-26 07:37:25 +00:00
Sterling Hughes
56b7b7a8a9 * 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.
2000-07-26 05:41:38 +00:00
e1615b1882 NEWS update 2000-07-26 01:09:05 +00:00
c045d7a581 NEWS update 2000-07-25 01:09:08 +00:00
Sterling Hughes
f338d8af5f . 2000-07-25 00:29:07 +00:00
David Croft
c3fb9680ec corrections to NEWS file 2000-07-24 02:01:05 +00:00
3af341356b NEWS update 2000-07-24 01:09:05 +00:00
51bbc2b4a8 NEWS update 2000-07-23 01:10:07 +00:00
1ca6008767 NEWS update 2000-07-22 01:09:04 +00:00
86a36cbd59 NEWS update 2000-07-21 01:09:04 +00:00
c7801827e5 NEWS update 2000-07-20 01:09:06 +00:00
7453e3c898 NEWS update 2000-07-19 01:09:05 +00:00
42df8a7401 NEWS update 2000-07-18 01:09:06 +00:00
Andrei Zmievski
8f96ea6b20 *** empty log message *** 2000-07-17 13:37:26 +00:00
Zeev Suraski
90ca5c4747 Update news 2000-07-16 20:08:26 +00:00
bb871497b7 NEWS update 2000-07-16 01:09:05 +00:00
Rasmus Lerdorf
c1877a3a30 . 2000-07-15 01:54:59 +00:00
3fad10919f NEWS update 2000-07-15 01:09:04 +00:00
85cb7a2986 NEWS update 2000-07-14 01:09:06 +00:00
Zeev Suraski
155cac35d8 *** empty log message *** 2000-07-13 17:29:59 +00:00
Andi Gutmans
e1df83e8e0 - By mistake recommited bad entry 2000-07-12 03:57:26 +00:00
Andi Gutmans
f47760cbb6 - Add some Zend Engine changes to the NEWS file 2000-07-12 03:55:28 +00:00