Commit Graph

425 Commits

Author SHA1 Message Date
89e6de2308 NEWS update 2000-09-05 01:09:12 +00:00
Zeev Suraski
925f7854bb update NEWS 2000-09-04 20:33:33 +00:00
c33ddea610 NEWS update 2000-09-04 01:09:09 +00:00
459052572f NEWS update 2000-09-03 01:09:06 +00:00
8d5fe920a5 NEWS update 2000-09-02 01:09:08 +00:00
0a004934d4 NEWS update 2000-09-01 01:09:06 +00:00
Andi Gutmans
27de50012b - Use emalloc() for opened_path now. This was a potential leak before.
- This patch has potential to break stuff but I tested it as much as I
- could. Fixes should be easy.
2000-08-31 22:24:20 +00:00
Stig Bakken
1bb90f5805 * all tests should pass now (expect for the interbase stuff that I haven't
had the chance to test)
2000-08-31 22:21:47 +00:00
Andi Gutmans
88979a11c1 *** empty log message *** 2000-08-31 19:52:34 +00:00
Andrei Zmievski
af71ec7915 Removing placeholder. 2000-08-30 13:09:08 +00:00
7e86b6b305 NEWS update 2000-08-30 01:09:07 +00:00
Andrei Zmievski
ee222667e3 Start on 4.0.3-dev. [placeholder] in NEWS is for automated nightly NEWS
file update script, it'll be removed after the first entry is there.
2000-08-29 19:44:44 +00:00
Andi Gutmans
a15887434d - Close NEWS file for release. 2000-08-29 15:49:47 +00:00
b75610a9f3 NEWS update 2000-08-28 01:09:05 +00:00
Stig Venaas
d584491ddf News about ldap.c change to allow building with OpenLDAP 2.0 2000-08-26 17:02:24 +00:00
4f343428d1 NEWS update 2000-08-26 01:09:07 +00:00
f6e38a2e95 NEWS update 2000-08-25 08:15:05 +00:00
Sascha Schumann
4694c419cf Add note about --with-kerberos 2000-08-23 16:15:08 +00:00
Andrei Zmievski
25b9ee5a74 formatting. 2000-08-23 13:07:51 +00:00
4ee0040869 NEWS update 2000-08-23 01:09:16 +00:00
Torben Wilson
c8443dc1b9 NEWS update for file-function segfault fix. 2000-08-21 19:45:26 +00:00
5ab6783471 NEWS update 2000-08-21 01:09:16 +00:00
Stig Venaas
48b5c6d900 Note about Oracle LDAP SDK support. Should I not say experimental? 2000-08-19 18:09:21 +00:00
Zeev Suraski
7a45e3cb89 - Update NEWS
- Fix non ZTS Windows build
2000-08-19 18:01:04 +00:00
Zeev Suraski
3f4c8e665a Update NEWS 2000-08-19 16:40:23 +00:00
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