Commit Graph

387 Commits

Author SHA1 Message Date
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
789897eb66 NEWS update 2000-07-12 01:09:05 +00:00
Andrei Zmievski
45c024c7dc Thies, finish your news entries next time. :) 2000-07-11 13:19:24 +00:00
87efadc76c NEWS update 2000-07-11 01:09:09 +00:00
Thies C. Arntzen
4f1a593ac8 masquarading as sascha;-) 2000-07-10 08:01:45 +00:00
Sascha Schumann
fb8de6eec1 . 2000-07-09 13:41:12 +00:00
f3f5820c46 NEWS update 2000-07-09 01:09:05 +00:00
1e32fddb44 NEWS update 2000-07-07 01:09:05 +00:00
7f62f74b85 NEWS update 2000-07-06 01:09:08 +00:00
Andrei Zmievski
057264d6ed Fix attribution on NEWS. 2000-07-05 15:18:26 +00:00
Uwe Steinmann
055c523702 - Support for pdflib 3.01 2000-07-05 14:30:51 +00:00
Uwe Steinmann
8a2788a5c8 - Note about FDF working again 2000-07-05 08:59:19 +00:00
b784f02c0b NEWS update 2000-07-05 01:09:05 +00:00
02e636f4c0 NEWS update 2000-07-04 01:09:05 +00:00