]> granicus.if.org Git - php/log
php
24 years ago- Beautify code. Try and use more macros for splitting instead of
Andi Gutmans [Fri, 4 Aug 2000 08:11:54 +0000 (08:11 +0000)]
- Beautify code. Try and use more macros for splitting instead of
- replicating the code everywhere.

24 years agoGeez, you'd think English wasn' tmy native tongue.
Joey Smith [Fri, 4 Aug 2000 04:49:45 +0000 (04:49 +0000)]
Geez, you'd think English wasn' tmy native tongue.

24 years agoOutdated URL, link to the master site instead.
Joey Smith [Fri, 4 Aug 2000 04:49:13 +0000 (04:49 +0000)]
Outdated URL, link to the master site instead.

24 years agoSmall portability fix
Rasmus Lerdorf [Fri, 4 Aug 2000 02:23:28 +0000 (02:23 +0000)]
Small portability fix

24 years agoChangeLog update
<changelog@php.net> [Fri, 4 Aug 2000 01:09:12 +0000 (01:09 +0000)]
ChangeLog update

24 years agoevaluate sendmail exit status, fixes unix side of bug #5630
Hartmut Holzgraefe [Thu, 3 Aug 2000 19:26:19 +0000 (19:26 +0000)]
evaluate sendmail exit status, fixes unix side of bug #5630

24 years agoFix fclose prototype (#5930)
Stanislav Malyshev [Thu, 3 Aug 2000 16:37:35 +0000 (16:37 +0000)]
Fix fclose prototype (#5930)

24 years agoIf we can't find a protocol in URL wrapper, try it as a filename (fix #5931)
Stanislav Malyshev [Thu, 3 Aug 2000 15:09:27 +0000 (15:09 +0000)]
If we can't find a protocol in URL wrapper, try it as a filename (fix #5931)

24 years agowill now work again on 1-character urls, spaces before and after '='
Hartmut Holzgraefe [Thu, 3 Aug 2000 11:42:39 +0000 (11:42 +0000)]
will now work again on 1-character urls, spaces before and after '='
and urls containing '#' scrolling info
# argh, this file's not even a week old and already needs
# a heavy cleanup rewrite, but at least it gets all my test cases right

24 years agoChangeLog update
<changelog@php.net> [Thu, 3 Aug 2000 01:09:18 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Thu, 3 Aug 2000 01:09:15 +0000 (01:09 +0000)]
NEWS update

24 years agoLeave this initialization in
Rasmus Lerdorf [Wed, 2 Aug 2000 22:53:55 +0000 (22:53 +0000)]
Leave this initialization in

24 years agoHeads up! I have moved the headers_only and response_code checks out of
Rasmus Lerdorf [Wed, 2 Aug 2000 22:48:45 +0000 (22:48 +0000)]
Heads up!  I have moved the headers_only and response_code checks out of
SAPI and down into the individual SAPI modules.  I have made the
appropriate changes in all the SAPI modules, but please verify these.
The reason for this change is that Apache sometimes will feed PHP
a request_method of GET but have r->header_only set to true.  This happens
in an ErrorDocument redirect.  In this same scenario we want to preserve
the status code as well instead of just overwriting it with a 200 and
losing this information.  For now the other sapi modules act exactly as
before since they probably do not make this distinction, and they may
not even have a valid response code this early in the request.
@ Fix HEAD request bug on an Apache ErrorDocument redirect and preserve
@ the status code across the redirect as well.  (Rasmus)

24 years agoFix library ordering here so static builds will work
Rasmus Lerdorf [Wed, 2 Aug 2000 19:49:04 +0000 (19:49 +0000)]
Fix library ordering here so static builds will work

24 years ago- Remove commented code
Andi Gutmans [Wed, 2 Aug 2000 17:51:42 +0000 (17:51 +0000)]
- Remove commented code

24 years ago- Added two new functions: ldap_t61_to_8859() and ldap_8859_to_t61().
foobar [Wed, 2 Aug 2000 13:11:46 +0000 (13:11 +0000)]
- Added two new functions: ldap_t61_to_8859() and ldap_8859_to_t61().
  These functions are available only when using openldap which is compiled
  with STR_TRANSLATION and LDAP_CHARSET_8859 defined in ldap_cdefs.h (Jani)

24 years agoChangeLog update
<changelog@php.net> [Wed, 2 Aug 2000 01:09:19 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Wed, 2 Aug 2000 01:09:16 +0000 (01:09 +0000)]
NEWS update

24 years agoAdd Olympus-specific tags to read_exif_data()
Rasmus Lerdorf [Tue, 1 Aug 2000 22:05:15 +0000 (22:05 +0000)]
Add Olympus-specific tags to read_exif_data()
@ Add Olympus-specific tags to read_exif_data() (Rasmus)

24 years agotypo fix
Hartmut Holzgraefe [Tue, 1 Aug 2000 20:21:35 +0000 (20:21 +0000)]
typo fix

24 years agoEnable building PHP against kerberized IMAP libraries
Sascha Schumann [Tue, 1 Aug 2000 15:24:56 +0000 (15:24 +0000)]
Enable building PHP against kerberized IMAP libraries

24 years agoprotect datetime() against all zero inputs ...
Hartmut Holzgraefe [Tue, 1 Aug 2000 11:16:20 +0000 (11:16 +0000)]
protect datetime() against all zero inputs ...

24 years ago@- Fixed bug in imap_fetchheader() where using FT_PREFETCHTEXT didn't return
foobar [Tue, 1 Aug 2000 09:11:46 +0000 (09:11 +0000)]
@- Fixed bug in imap_fetchheader() where using FT_PREFETCHTEXT didn't return
@  the body. Bug #4447. (Jani)

24 years ago"undefined function" error message will now suggest similar named
Hartmut Holzgraefe [Tue, 1 Aug 2000 07:57:19 +0000 (07:57 +0000)]
"undefined function" error message will now suggest similar named
functions as jikes compiler for java does (typo protection)

24 years agotrans-sid rewrite, is now state-aware (fix for bug #3411 and friends)
Hartmut Holzgraefe [Tue, 1 Aug 2000 07:45:14 +0000 (07:45 +0000)]
trans-sid rewrite, is now state-aware (fix for bug #3411 and friends)

24 years agoWhen output is empty, exec should return "", not "\0" (#5775)
Stanislav Malyshev [Tue, 1 Aug 2000 07:22:59 +0000 (07:22 +0000)]
When output is empty, exec should return "", not "\0" (#5775)
@- Fixed exec() returning "\0" when output is empty

24 years agoChangeLog update
<changelog@php.net> [Tue, 1 Aug 2000 01:09:15 +0000 (01:09 +0000)]
ChangeLog update

24 years ago- Get rid of whitespace.
Zeev Suraski [Tue, 1 Aug 2000 00:41:35 +0000 (00:41 +0000)]
- Get rid of whitespace.

24 years agoMissed a symbol
Rasmus Lerdorf [Mon, 31 Jul 2000 15:07:58 +0000 (15:07 +0000)]
Missed a symbol

24 years agoAdd note about software requirements
Sascha Schumann [Mon, 31 Jul 2000 13:44:06 +0000 (13:44 +0000)]
Add note about software requirements

24 years agoChangeLog update
<changelog@php.net> [Mon, 31 Jul 2000 01:09:08 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Mon, 31 Jul 2000 01:09:05 +0000 (01:09 +0000)]
NEWS update

24 years agofix for bug #5672
Hartmut Holzgraefe [Sun, 30 Jul 2000 21:55:27 +0000 (21:55 +0000)]
fix for bug #5672

24 years ago@Added XML_Parser class in PEAR (Stig)
Stig Bakken [Sun, 30 Jul 2000 17:41:31 +0000 (17:41 +0000)]
@Added XML_Parser class in PEAR (Stig)
@Added "make test" target in pear/ and added some regression tests (Stig)
Also fixed a bug in the PEAR class that was discovered when testing :-)

24 years ago#Damn. It still crashes in some situations. So this was bogus. =(
foobar [Sun, 30 Jul 2000 15:48:09 +0000 (15:48 +0000)]
#Damn. It still crashes in some situations. So this was bogus. =(

24 years agoFix file upload types array handling (#5836)
Stanislav Malyshev [Sun, 30 Jul 2000 11:22:18 +0000 (11:22 +0000)]
Fix file upload types array handling (#5836)

24 years agoFix bug in strip_tags function as per bug #5857
Rasmus Lerdorf [Sun, 30 Jul 2000 05:04:06 +0000 (05:04 +0000)]
Fix bug in strip_tags function as per bug #5857
@ Fix bug in strip_tags function as per bug #5857 (Rasmus)

24 years agoRefactor in support of subclassing
Sam Ruby [Sun, 30 Jul 2000 04:50:31 +0000 (04:50 +0000)]
Refactor in support of subclassing

24 years agoChangeLog update
<changelog@php.net> [Sun, 30 Jul 2000 01:09:10 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Sun, 30 Jul 2000 01:09:07 +0000 (01:09 +0000)]
NEWS update

24 years agoThis url symbol was a bit too generic. Change it to php_url instead.
Rasmus Lerdorf [Sat, 29 Jul 2000 22:32:21 +0000 (22:32 +0000)]
This url symbol was a bit too generic.  Change it to php_url instead.
It was clashing with a similar typedef in the UdmSearch integration I am
working on.

24 years ago@- Fixed bug in imap_compose_mail() which caused crashes. (Jani)
foobar [Sat, 29 Jul 2000 18:45:06 +0000 (18:45 +0000)]
@- Fixed bug in imap_compose_mail() which caused crashes. (Jani)
# This one was only partly ported from php3. As some user pointed it out,
# it was working in 3.0.x. But this needs further hacking. Some error
# handlers, at least. Fixes bugs #3337 and #5084.

24 years ago@- Fix reading of IPTC via GetImageInfo() for certain JPEG files. (Thies)
Thies C. Arntzen [Sat, 29 Jul 2000 15:29:35 +0000 (15:29 +0000)]
@- Fix reading of IPTC via GetImageInfo() for certain JPEG files. (Thies)

24 years agoAdd a couple of notes to the INSTALL file to hopefully cut down on a
Rasmus Lerdorf [Sat, 29 Jul 2000 15:02:23 +0000 (15:02 +0000)]
Add a couple of notes to the INSTALL file to hopefully cut down on a
couple of frequently asked questions.

24 years agoMade ob_start() and friends reentrant. It's now possible to implement this
Zeev Suraski [Sat, 29 Jul 2000 14:46:09 +0000 (14:46 +0000)]
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;
}

24 years ago- Update .dsp's
Zeev Suraski [Sat, 29 Jul 2000 10:48:57 +0000 (10:48 +0000)]
- Update .dsp's
- Make non ZTS Win32 build again

24 years agoFix filename issues
Zeev Suraski [Sat, 29 Jul 2000 10:44:13 +0000 (10:44 +0000)]
Fix filename issues

24 years agoFix #5817 and really, really check what gets passed further...
Jouni Ahto [Sat, 29 Jul 2000 06:07:26 +0000 (06:07 +0000)]
Fix #5817 and really, really check what gets passed further...

24 years agoRemoved an extra tab, it caused problems for Digital Unix' poor native make...
Jouni Ahto [Sat, 29 Jul 2000 04:45:38 +0000 (04:45 +0000)]
Removed an extra tab, it caused problems for Digital Unix' poor native make...

24 years agoThis should fix #5826.
Jouni Ahto [Sat, 29 Jul 2000 04:24:11 +0000 (04:24 +0000)]
This should fix #5826.

24 years agoJust cleaning up.
foobar [Sat, 29 Jul 2000 03:59:05 +0000 (03:59 +0000)]
Just cleaning up.

24 years agoChangeLog update
<changelog@php.net> [Sat, 29 Jul 2000 01:09:15 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Sat, 29 Jul 2000 01:09:07 +0000 (01:09 +0000)]
NEWS update

24 years agoFixes bug which caused crash, if result_entry wasn't valid.
foobar [Fri, 28 Jul 2000 22:39:22 +0000 (22:39 +0000)]
Fixes bug which caused crash, if result_entry wasn't valid.

24 years ago# Oops..where did those creep in? =(
foobar [Fri, 28 Jul 2000 21:48:16 +0000 (21:48 +0000)]
# Oops..where did those creep in? =(

24 years ago@- Made ldap_add(), ldap_modify(), ldap_mod_add(), ldap_mod_replace()
foobar [Fri, 28 Jul 2000 21:31:02 +0000 (21:31 +0000)]
@- Made ldap_add(), ldap_modify(), ldap_mod_add(), ldap_mod_replace()
@  binary-safe. Original patch: Terrence Miao <terrence_miao@email.com> (Jani)
#Thanks go to Terrence for making a patch correcting this bug in php3.0.12...
#A patch, which somehow wasn't included at all in it?-) I wonder why..?

24 years ago* PEAR now stands for "PHP Extension and Application Repository"
Stig Bakken [Fri, 28 Jul 2000 21:05:00 +0000 (21:05 +0000)]
* PEAR now stands for "PHP Extension and Application Repository"

24 years agoMoving the Socket class to Net/Socket.php, and basing it on code that Stig
Chuck Hagenbuch [Fri, 28 Jul 2000 15:27:18 +0000 (15:27 +0000)]
Moving the Socket class to Net/Socket.php, and basing it on code that Stig
wrote, with a few extra utility functions from my old class.

Stig, I mucked with the constructor a bit since it didn't quite make sense
exactly as it was - does it still do what was intended?

Also, are the emacs folding things (// {{{ functionname() ...) a PEAR
standard? How do they fit with the javadoc?

24 years agoadded '-l' option to command line / CGI version for 'syntax check only'
Hartmut Holzgraefe [Fri, 28 Jul 2000 15:21:20 +0000 (15:21 +0000)]
added '-l' option to command line / CGI version for 'syntax check only'
plus a little cleanup and rearranging in command line option parsing

@ CGI aka. command line version has now an option '-l' for syntax check
@   without execution (Hartmut)

24 years agoshould fix bug #5729
Hartmut Holzgraefe [Fri, 28 Jul 2000 12:21:44 +0000 (12:21 +0000)]
should fix bug #5729

# I'm unable to test, as I still haven't got working Windows
# Please check that it compiles.

24 years agoMake define return false and issue E_NOTICE when trying to redefine constant
Stanislav Malyshev [Fri, 28 Jul 2000 09:44:46 +0000 (09:44 +0000)]
Make define return false and issue E_NOTICE when trying to redefine constant
@- Make define return false and issue E_NOTICE when trying to redefine constant (Stas)

24 years agoChangeLog update
<changelog@php.net> [Fri, 28 Jul 2000 01:09:11 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Fri, 28 Jul 2000 01:09:08 +0000 (01:09 +0000)]
NEWS update

24 years ago@- Fixed bug in ldap_get_values_len() which makes it NULL-safe. (Jani)
foobar [Fri, 28 Jul 2000 00:09:33 +0000 (00:09 +0000)]
@- Fixed bug in ldap_get_values_len() which makes it NULL-safe. (Jani)
@  Bug-report and fix submitted by Michel Alexeline <alexel@dr15.cnrs.fr>
# Plus I added missing ldap_value_free_len().

24 years agoFix bug 5619 - explain how to add to the classpath on Win32 machines.
Sam Ruby [Thu, 27 Jul 2000 18:57:23 +0000 (18:57 +0000)]
Fix bug 5619 - explain how to add to the classpath on Win32 machines.

Reported by: "Carl S. in 't Veld" <cveld@bigfoot.com>

24 years agoMake ext_skel create a Makefile.in set up to handle shared extension
Rasmus Lerdorf [Thu, 27 Jul 2000 17:56:02 +0000 (17:56 +0000)]
Make ext_skel create a Makefile.in set up to handle shared extension
support automatically
@ Make ext_skel create a Makefile.in set up to handle shared extension
@ support automatically (Rasmus)

24 years agoadded DB/oci8.php to PEAR_FILES
James L. Pine [Thu, 27 Jul 2000 17:18:26 +0000 (17:18 +0000)]
added DB/oci8.php to PEAR_FILES

24 years agoReworded some of the php_error messages for grammar and clarity.
Jon Parise [Thu, 27 Jul 2000 16:43:38 +0000 (16:43 +0000)]
Reworded some of the php_error messages for grammar and clarity.
(For example, settled on "cannot" instead of "can't" in all case)

24 years agoAlways store full filename as compiled file name
Andi Gutmans [Thu, 27 Jul 2000 15:36:54 +0000 (15:36 +0000)]
Always store full filename as compiled file name

24 years agoAdd news of recent fixes
Stanislav Malyshev [Thu, 27 Jul 2000 14:34:40 +0000 (14:34 +0000)]
Add news of recent fixes

24 years agoFix realpath not to die on non-existing files (bug #5790)
Stanislav Malyshev [Thu, 27 Jul 2000 13:48:50 +0000 (13:48 +0000)]
Fix realpath not to die on non-existing files (bug #5790)
Thanks to china@thewrittenword.com

24 years agoAdd a Socket class. If this should be somewhere other than top-level, just
Chuck Hagenbuch [Thu, 27 Jul 2000 13:47:45 +0000 (13:47 +0000)]
Add a Socket class. If this should be somewhere other than top-level, just
let me know - none of the existing subdirectories made sense to me, and I
didn't want to add a new one just for this.

24 years agoFix safe mode handling by touch
Stanislav Malyshev [Thu, 27 Jul 2000 13:47:03 +0000 (13:47 +0000)]
Fix safe mode handling by touch

24 years agoFix memory leak in touch when safety check fails
Stanislav Malyshev [Thu, 27 Jul 2000 13:28:21 +0000 (13:28 +0000)]
Fix memory leak in touch when safety check fails

24 years agoChangeLog update
<changelog@php.net> [Thu, 27 Jul 2000 01:09:24 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Thu, 27 Jul 2000 01:09:16 +0000 (01:09 +0000)]
NEWS update

24 years agoAccess to global variable safe_mode fixed.
Kristian Köhntopp [Wed, 26 Jul 2000 21:38:21 +0000 (21:38 +0000)]
Access to global variable safe_mode fixed.

24 years agoChanged syntax of pspell_new() (one more parameter - mode)
Vlad Krupin [Wed, 26 Jul 2000 21:32:29 +0000 (21:32 +0000)]
Changed syntax of pspell_new() (one more parameter - mode)

pspell_new() parameters that are empty ("") are now ignored

Removed pspell_mode() and pspell_runtogether() - their
functionality moved to pspell_new() because the ability
to dynamically change those settings is not in ISPELL, and
is likely do disappear from ASPELL, according to ASPELL
author.

Created a new constant - PSPELL_RUN_TOGETHER for pspell_new()

fixed a bug in pspell_new() that caused non-English dictionaries
to be ignored

removed a bogus line from pspell_new() that could result in
a memory leak

24 years agoAdded seteuid and setegid functions on request by max@valkyrie.sscf.ucsb.edu.
Kristian Köhntopp [Wed, 26 Jul 2000 21:25:01 +0000 (21:25 +0000)]
Added seteuid and setegid functions on request by max@valkyrie.sscf.ucsb.edu.
Also fixed the function detection for the HAVE_ functions.

24 years agoRemoved pspell_mode() and pspell_runtogether()
Vlad Krupin [Wed, 26 Jul 2000 21:24:17 +0000 (21:24 +0000)]
Removed pspell_mode() and pspell_runtogether()

24 years agoFix symbol clash which caused a DSO problem on OpenBSD
Rasmus Lerdorf [Wed, 26 Jul 2000 20:39:59 +0000 (20:39 +0000)]
Fix symbol clash which caused a DSO problem on OpenBSD
@ Fix symbol clash which caused a DSO problem on OpenBSD (Rob Black and
@ anil@recoil.org)

24 years agoFix a possible issue with runtime inheritence under fairly rare circumstance
Zeev Suraski [Wed, 26 Jul 2000 18:23:30 +0000 (18:23 +0000)]
Fix a possible issue with runtime inheritence under fairly rare circumstance
and optimize a tiny bit

24 years agoGet rid of unnecessary preprocessor constructs.
Sascha Schumann [Wed, 26 Jul 2000 16:42:04 +0000 (16:42 +0000)]
Get rid of unnecessary preprocessor constructs.

24 years agoUse the lcg as another entropy source for seeding the PRNG when creating
Sascha Schumann [Wed, 26 Jul 2000 16:35:32 +0000 (16:35 +0000)]
Use the lcg as another entropy source for seeding the PRNG when creating
a salt for crypt().

24 years agoClean up the mess WRT rebuilding a limited set of files.
Sascha Schumann [Wed, 26 Jul 2000 14:53:54 +0000 (14:53 +0000)]
Clean up the mess WRT rebuilding a limited set of files.

Earlier changes were based upon a wrong assumption (that CONFIG_FILES
could be relied upon).

24 years agoProtos fixed.
Egon Schmid [Wed, 26 Jul 2000 11:43:01 +0000 (11:43 +0000)]
Protos fixed.

24 years agoOK, got ahead of myself. Go back to where we started this morning.
Joey Smith [Wed, 26 Jul 2000 11:33:56 +0000 (11:33 +0000)]
OK, got ahead of myself. Go back to where we started this morning.

24 years agoAdd strncasecmp function
Stanislav Malyshev [Wed, 26 Jul 2000 11:32:15 +0000 (11:32 +0000)]
Add strncasecmp function
@ Added strncasecmp function (Andi)

24 years agoProto fixed.
Egon Schmid [Wed, 26 Jul 2000 11:28:14 +0000 (11:28 +0000)]
Proto fixed.

24 years agoMake proper object initialization
Stanislav Malyshev [Wed, 26 Jul 2000 11:21:03 +0000 (11:21 +0000)]
Make proper object initialization

24 years agoOK, the fastgen stuff should be working OK, and normal configure should, too.
Joey Smith [Wed, 26 Jul 2000 11:04:07 +0000 (11:04 +0000)]
OK, the fastgen stuff should be working OK, and normal configure should, too.
There is an annoying warning being generated due to null 1st arg to AC_OUTPUT,
but I don't know what to do a/b that.

24 years ago@- Added new function: ldap_compare(). (Jani)
foobar [Wed, 26 Jul 2000 11:01:44 +0000 (11:01 +0000)]
@- Added new function: ldap_compare(). (Jani)
# Documentation is coming right after this.

24 years agoMake configure work again.
Joey Smith [Wed, 26 Jul 2000 10:43:40 +0000 (10:43 +0000)]
Make configure work again.
CONFIG_FILES is broken again, tho. (I think).
Will work with Stig to try and figure this out.

24 years agoMultiple DB::connect or DB::factory calls using the same backend
Stig Bakken [Wed, 26 Jul 2000 09:57:06 +0000 (09:57 +0000)]
Multiple DB::connect or DB::factory calls using the same backend
should work now.

24 years agotidy up news
David Croft [Wed, 26 Jul 2000 08:23:04 +0000 (08:23 +0000)]
tidy up news

24 years agoJust a little beutifuing.
foobar [Wed, 26 Jul 2000 07:37:25 +0000 (07:37 +0000)]
Just a little beutifuing.

24 years ago* EXTENSIONS -- update status on CURL & SWF
Sterling Hughes [Wed, 26 Jul 2000 05:41:38 +0000 (05:41 +0000)]
* 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.

24 years agoAdd CURLOPT_TRANSFERTEXT option to curl_setopt().
Sterling Hughes [Wed, 26 Jul 2000 05:25:37 +0000 (05:25 +0000)]
Add CURLOPT_TRANSFERTEXT option to curl_setopt().

24 years agoMAINTAINERS has become EXTENSIONS
Jon Parise [Wed, 26 Jul 2000 02:10:18 +0000 (02:10 +0000)]
MAINTAINERS has become EXTENSIONS

24 years agoChangeLog update
<changelog@php.net> [Wed, 26 Jul 2000 01:09:08 +0000 (01:09 +0000)]
ChangeLog update