Commit Graph

492 Commits

Author SHA1 Message Date
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
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
f54fca2cf6 NEWS update 2000-07-02 01:09:05 +00:00
73908c2804 NEWS update 2000-07-01 01:09:06 +00:00
Zeev Suraski
397df3ca87 - Revert bogus time.h commit
- Fixed a problem under some versions of Windows that could cause PHP to hang
  on startup if errors occured, e.g. in the php.ini file
2000-06-30 13:23:08 +00:00
Zeev Suraski
7fb72c1726 Fixed opendir() thoroughly 2000-06-29 21:51:40 +00:00
Andrei Zmievski
a1b07b6303 Starting 4.0.2 changes. 2000-06-29 13:16:46 +00:00
7f5c13db41 NEWS update 2000-06-29 01:09:05 +00:00
3f4e93f7d0 NEWS update 2000-06-28 01:09:04 +00:00
Jouni Ahto
e092c0c00c # Forgot this... 2000-06-27 22:25:51 +00:00
Jouni Ahto
1dfe76f5f6 - dba_[p]open accepts now a new parameter, which kind of database to create
(DBA_BTREE or DBA_HASH), if the handler is either 'db2' or 'db3' and
  mode 'c' or 'n'. It is ignored if mode is 'c' and the db already exists.
# Asked on the list 4 1/2 hours ago if anyone's got to say something to this,
# no response, so I'm assuming it's ok. And yes, I did test this.
2000-06-27 21:36:26 +00:00
Zeev Suraski
c860633741 Fixed a bug in opendir(), which prevented readdir() from working properly if
the $dir argument wasn't explicitly specified
2000-06-27 18:44:30 +00:00
Andi Gutmans
2a7b5f9190 - Made discard-path work again 2000-06-27 04:45:53 +00:00
Zeev Suraski
52dd20177c Removed 8KB limit on line length of the file() function 2000-06-26 20:52:04 +00:00
Zeev Suraski
33d4092590 - Disabled dl() when PHP is being used as a module inside a multithreaded web
server - it didn't work before, and caused weird results (Zeev)
2000-06-26 18:27:12 +00:00
Andrei Zmievski
bd41577eb9 Fix up news. 2000-06-26 13:22:19 +00:00
Sterling Hughes
ff127799e9 two too many. 2000-06-26 08:23:34 +00:00
86abde5497 NEWS update 2000-06-26 01:09:05 +00:00
Jouni Ahto
2eee0aa546 Another late one. 2000-06-25 18:39:12 +00:00
Sterling Hughes
00df6fd744 Add it manually for the release. 2000-06-25 18:32:32 +00:00
Andi Gutmans
2e9f657aaf - Get ready to package 2000-06-25 18:00:57 +00:00
Sascha Schumann
763e1f3a09 better description for recent serializer change 2000-06-25 15:53:44 +00:00
Zeev Suraski
515d7e7dae credit where credit's due 2000-06-24 16:32:25 +00:00
Andi Gutmans
b0c7ac2dc1 - Entries start with capital letters 2000-06-24 08:45:57 +00:00
50aec09e04 NEWS update 2000-06-24 01:09:05 +00:00
Rasmus Lerdorf
940f58c2de Fix UdmSearch spelling 2000-06-23 16:37:56 +00:00
Sascha Schumann
e708c0ba70 . 2000-06-23 16:29:46 +00:00
Andi Gutmans
22bb1fbe5f - Improve memory cache performance and increase cache size. (Stas, Zend Engine) 2000-06-22 18:30:10 +00:00
268a981c3a NEWS update 2000-06-22 01:09:06 +00:00
fe8f752946 NEWS update 2000-06-19 02:14:17 +00:00
Rasmus Lerdorf
fd50caf95a Slightly more accurate description here 2000-06-18 00:12:31 +00:00
Andrei Zmievski
0ffda3cc49 Relic from cvs conflict? 2000-06-17 18:32:53 +00:00
Zeev Suraski
66f1be08c8 Update news 2000-06-17 18:03:25 +00:00
Andi Gutmans
4b57e0e9f7 - Add notice about CGI fix 2000-06-17 17:43:11 +00:00
Holger Zimmermann
49b4ac0a1c Announced Pi3Web support 2000-06-17 13:02:00 +00:00
c141fcbf53 NEWS update 2000-06-17 02:14:17 +00:00
baad58df05 NEWS update 2000-06-16 02:14:16 +00:00
Andi Gutmans
fa02b85082 *** empty log message *** 2000-06-15 18:51:21 +00:00
Thies C. Arntzen
a99ca5a64a . 2000-06-15 18:15:44 +00:00
Andrei Zmievski
fbbbcdbaa7 Another entry. 2000-06-15 16:28:19 +00:00
a5f1a555f3 NEWS update 2000-06-15 02:14:26 +00:00
Sascha Schumann
177e77fdab . 2000-06-14 07:39:41 +00:00
Stig Venaas
b595b1f01a News of ldap_add() and ldap_modify() fix. 2000-06-13 19:57:15 +00:00
Andrei Zmievski
16b6a3f5e4 Damn. 2000-06-13 14:49:25 +00:00
Andrei Zmievski
598f9f52b7 Forgot to add this yesterday. 2000-06-13 14:47:10 +00:00
Jim Jagielski
981e1ae7b8 O_APPEND breaks 'c' for DBM files - this is handled
correctly by PHP3, so it's almost a forward'' port :)
2000-06-13 14:37:34 +00:00
ce826716d5 NEWS update 2000-06-13 02:14:49 +00:00
Zeev Suraski
53e19d5102 Fix verified, update news 2000-06-12 21:41:56 +00:00
Zeev Suraski
61c0f610dc news update 2000-06-12 20:30:52 +00:00
Zeev Suraski
5be482030e Killed <?php_track_vars?> 2000-06-12 16:07:25 +00:00
Andi Gutmans
cbc8b0f4b4 - Update NEWS 2000-06-11 17:27:00 +00:00
Stig Venaas
2ef880c048 Notice about adding array_unique, array_intersect and array_diff 2000-06-10 19:38:01 +00:00
Andi Gutmans
131dfb4a02 - Commit message says it all 2000-06-10 14:37:54 +00:00
0d714115ab NEWS update 2000-06-10 02:14:49 +00:00
Zeev Suraski
d1a9eca805 Update news 2000-06-09 15:44:49 +00:00
Zeev Suraski
cbd3f41ba8 Fix #4928
Be *CAREFUL* with the _ex API, guys!
2000-06-09 13:15:19 +00:00
Zeev Suraski
897bb1b572 - Parse errors in the php.ini files under Windows will no longer mess up the
HTTP headers in CGI mode and are now displayed in a message box
2000-06-09 02:18:50 +00:00
cf8545794b NEWS update 2000-06-09 02:14:55 +00:00
5dff860557 NEWS update 2000-06-08 02:15:06 +00:00
Andrei Zmievski
61fcaf564a Purely formatting. 2000-06-07 02:28:36 +00:00
962d39e86e NEWS update 2000-06-07 02:15:16 +00:00
Zeev Suraski
34c40031ca @- Made the short_tags, asp_tags and allow_call_time_pass_reference INI directives work
@  on a per-directory basis as well, e.g. from .htaccess files (Zeev)
2000-06-06 19:16:57 +00:00
32af54f62b NEWS update 2000-06-06 02:15:14 +00:00
fe0f40254f NEWS update 2000-06-05 02:15:14 +00:00
Zeev Suraski
4a1da8b6f9 Fix Win32 build 2000-06-04 22:00:17 +00:00
Zeev Suraski
675ce84475 *** empty log message *** 2000-06-04 21:34:56 +00:00
Zeev Suraski
e46a517ed6 *** empty log message *** 2000-06-03 16:49:26 +00:00
Zeev Suraski
1a8da63ca0 news update 2000-06-03 10:35:37 +00:00
Zeev Suraski
5673378ea6 - Allow all functions that receive user-defined function callbacks to accept
an array that contains an object and a method name, in place of a function
  name, e.g. usort($array, array($obj, "ObjSort"))
(I checked the code in array.c and basic_functions.c, other code which uses
call_user_function() may still force the function_name argument to be of type
IS_STRING, which prevents this feature from working - and is no longer necessary)
2000-06-03 04:16:46 +00:00
93d51636f7 NEWS update 2000-06-03 02:15:13 +00:00
Andi Gutmans
1f6c248909 - Update NEWS so that this is documented 2000-06-02 16:52:22 +00:00
Thies C. Arntzen
22e9ff476a - 2000-06-02 08:53:55 +00:00
110735c3bb NEWS update 2000-06-02 02:15:23 +00:00
cf10288201 NEWS update 2000-06-01 02:15:11 +00:00
c521aeda57 NEWS update 2000-05-31 02:15:11 +00:00
Zeev Suraski
950fb739f8 Fix bug #4678 2000-05-29 18:53:42 +00:00
Zeev Suraski
7213c743f0 - Added disable_functions php.ini support
- Fixed Win32 build
2000-05-29 17:22:35 +00:00
Andi Gutmans
8c82566b48 - Fix problem in sessions module under Win32. Need to use ; as an options
- delimiter in save_path instead of :.
2000-05-27 16:38:49 +00:00
73bd59943c NEWS update 2000-05-27 02:15:06 +00:00
Andi Gutmans
ac309e9696 - Update news file 2000-05-26 07:33:06 +00:00
ce3c002a16 NEWS update 2000-05-26 02:15:07 +00:00
Adam Dickmeiss
0399d94e35 Added extension YAZ. 2000-05-25 22:26:43 +00:00
Sascha Schumann
80db548369 Test commit 2000-05-25 20:29:55 +00:00
Sascha Schumann
bf913cc61d Test commit 2000-05-25 20:25:40 +00:00
Zeev Suraski
f78e1408c5 (about the removed line - we agreed that the NEWS file should only contain stuff
that would interest end users, removing warnings isn't such a thing in my opinion)
2000-05-25 15:21:54 +00:00
148a3396ec NEWS update 2000-05-25 01:09:08 +00:00
09d2f7e280 NEWS update 2000-05-24 01:09:14 +00:00
Zeev Suraski
1ea8d6afac - Update Windows project to include levensthein.c and update NEWS file 2000-05-23 17:45:05 +00:00
Thies C. Arntzen
61ceb9e5ab bump version to 4.0.1-dev 2000-05-23 07:49:23 +00:00
f9bc6ac04e NEWS update 2000-05-23 01:09:10 +00:00
Zeev Suraski
5e0dec4a40 Notify people that .phps is now fixed 2000-05-22 13:38:13 +00:00
Thies C. Arntzen
9ebc920044 22 May is my birthday! 2000-05-18 18:50:44 +00:00
Zeev Suraski
7e0a18d014 Package 4.0.0 2000-05-18 17:43:19 +00:00
aeb3476923 NEWS update 2000-05-18 01:09:08 +00:00
Andrei Zmievski
87fbbfa692 Tough to explain in two lines. 2000-05-18 00:52:32 +00:00
Sascha Schumann
f4e20147b5 . 2000-05-17 16:10:48 +00:00
7f008ae327 NEWS update 2000-05-16 01:09:10 +00:00