#
48b5c6d9 |
| 19-Aug-2000 |
Stig Venaas |
Note about Oracle LDAP SDK support. Should I not say experimental? |
#
7a45e3cb |
| 19-Aug-2000 |
Zeev Suraski |
- Update NEWS - Fix non ZTS Windows build |
#
3f4c8e66 |
| 19-Aug-2000 |
Zeev Suraski |
Update NEWS |
#
9608acbe |
| 16-Aug-2000 |
|
NEWS update |
#
468b5097 |
| 14-Aug-2000 |
|
NEWS update |
#
20c007b2 |
| 13-Aug-2000 |
Derick Rethans |
- Now using the better way of using INI directives - Changed some warning/error messages to be more clear |
#
49924087 |
| 13-Aug-2000 |
Andi Gutmans |
*** empty log message *** |
#
fcb595e4 |
| 12-Aug-2000 |
|
NEWS update |
#
45ab04fa |
| 11-Aug-2000 |
David Croft |
Added news item for Andi's strncasecmp commit # Zend commits prefixed by @ don't seem to be linked to the PHP news file |
#
25c80098 |
| 11-Aug-2000 |
Andi Gutmans |
*** empty log message *** |
#
30005662 |
| 11-Aug-2000 |
|
NEWS update |
#
b47bb870 |
| 10-Aug-2000 |
Andi Gutmans |
- The commit messages didn't seem to update the news file |
#
5779f265 |
| 10-Aug-2000 |
Andrei Zmievski |
Formatting. |
#
0fac6f73 |
| 10-Aug-2000 |
|
NEWS update |
#
9c555fe9 |
| 09-Aug-2000 |
Zeev Suraski |
Update NEWS, including some stuff that somehow got forgotten on my home machine |
#
6f7eaa55 |
| 08-Aug-2000 |
|
NEWS update |
#
d9960867 |
| 07-Aug-2000 |
Sascha Schumann |
. |
#
8bd88aca |
| 07-Aug-2000 |
|
NEWS update |
Revision tags: PRE_FILE_COMPILE_API_CHANGE |
|
#
be9b8f06 |
| 06-Aug-2000 |
|
NEWS update |
#
a31dd36a |
| 03-Aug-2000 |
|
NEWS update |
#
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 ...
|