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