]> granicus.if.org Git - php/log
php
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

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

24 years agoRead from /dev/u?random until the buffer is filled.
Sascha Schumann [Tue, 25 Jul 2000 22:17:20 +0000 (22:17 +0000)]
Read from /dev/u?random until the buffer is filled.

Submitted by: Derick Rethans <d.rethans@jdimedia.nl>

24 years agoTrivial change to add access to CURL version information for
Kristian Köhntopp [Tue, 25 Jul 2000 22:15:26 +0000 (22:15 +0000)]
Trivial change to add access to CURL version information for
user programs in order to have them react appropriately.

24 years agoadded several functions for manipulating wordlists:
Vlad Krupin [Tue, 25 Jul 2000 22:09:52 +0000 (22:09 +0000)]
added several functions for manipulating wordlists:
 pspell_store_replacement()
 pspell_add_to_personal()
 pspell_add_to_session()
 pspell_clear_session()

24 years ago- added several functions for manipulating wordlists - pspell_store_replacement(...
Vlad Krupin [Tue, 25 Jul 2000 22:06:38 +0000 (22:06 +0000)]
- added several functions for manipulating wordlists - pspell_store_replacement(), pspell_add_to_personal(), pspell_add_to_session(), pspell_clear_session().
- fixed a few confusing typos in comments

24 years agoThere is still something wrong with Sybase DB-Lib,
Joey Smith [Tue, 25 Jul 2000 20:35:50 +0000 (20:35 +0000)]
There is still something wrong with Sybase DB-Lib,
but CT-Lib works great.

24 years agoMake browscap parameter names lowercase
Stanislav Malyshev [Tue, 25 Jul 2000 18:50:50 +0000 (18:50 +0000)]
Make browscap parameter names lowercase
Fix . handling in browscap names

24 years agoFix more bugs in browscap
Stanislav Malyshev [Tue, 25 Jul 2000 18:50:02 +0000 (18:50 +0000)]
Fix more bugs in browscap
# now it shoudl work, but leaks like hell, so don't use it yet

24 years ago@- Fixed a bug in ldap_get_entries() and ldap_get_attributes. (Jani)
foobar [Tue, 25 Jul 2000 15:34:28 +0000 (15:34 +0000)]
@- Fixed a bug in ldap_get_entries() and ldap_get_attributes. (Jani)
Fixes bugs #5433 and #5603.

24 years agoFinally fixed so config.status can regenerate single files without
Stig Bakken [Tue, 25 Jul 2000 11:25:05 +0000 (11:25 +0000)]
Finally fixed so config.status can regenerate single files without
doing the whole fastgen and warning message whoopla again.  Whee!

24 years agoforgot to commit this one last night
Stig Bakken [Tue, 25 Jul 2000 10:57:57 +0000 (10:57 +0000)]
forgot to commit this one last night

24 years agoReport configuration path that is really used, not that is compiled in
Stanislav Malyshev [Tue, 25 Jul 2000 10:54:07 +0000 (10:54 +0000)]
Report configuration path that is really used, not that is compiled in
# it does matter when using -c option

24 years agoMerged MAINTAINERS and MODULES_STATUS into EXTENSIONS, added version
David Croft [Tue, 25 Jul 2000 10:50:06 +0000 (10:50 +0000)]
Merged MAINTAINERS and MODULES_STATUS into EXTENSIONS, added version
field, added the missing extensions, added comments, filled in some
maintainers.

# Please help fill in the unknowns in here, particularly in status.

24 years agohtmlspecialchars and htmlentities will now
Hartmut Holzgraefe [Tue, 25 Jul 2000 10:18:06 +0000 (10:18 +0000)]
htmlspecialchars and htmlentities will now
encode single quotes to &#39;
(due to feature request in BUG ID#5254)

24 years agoDefault section name should be uppercase, I guess
Stanislav Malyshev [Tue, 25 Jul 2000 08:09:00 +0000 (08:09 +0000)]
Default section name should be uppercase, I guess

24 years ago# removed stupid dollar Id dollar in changelog
David Croft [Tue, 25 Jul 2000 06:56:04 +0000 (06:56 +0000)]
# removed stupid dollar Id dollar in changelog

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

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

24 years ago* the beginning of a regression testing framework?
Stig Bakken [Tue, 25 Jul 2000 00:55:37 +0000 (00:55 +0000)]
* the beginning of a regression testing framework?

24 years agoremove comments for consistency.
Sterling Hughes [Tue, 25 Jul 2000 00:29:52 +0000 (00:29 +0000)]
remove comments for consistency.

24 years ago.
Sterling Hughes [Tue, 25 Jul 2000 00:29:07 +0000 (00:29 +0000)]
.

24 years ago* generate pear scripts properly with configure
Stig Bakken [Mon, 24 Jul 2000 23:55:34 +0000 (23:55 +0000)]
* generate pear scripts properly with configure

24 years ago* PEAR.php is now generated by configure
Stig Bakken [Mon, 24 Jul 2000 23:54:26 +0000 (23:54 +0000)]
* PEAR.php is now generated by configure

24 years ago1. Move from experimental -> production
Sterling Hughes [Mon, 24 Jul 2000 20:00:00 +0000 (20:00 +0000)]
1.  Move from experimental -> production
2.  Thread safety
3.  Set some initial options
4.  Redo the placement of some functions and options.

24 years ago@- Fix #4591. Register the appname as PHP 4.0, not 3.0
Joey Smith [Mon, 24 Jul 2000 19:12:32 +0000 (19:12 +0000)]
@- Fix #4591. Register the appname as PHP 4.0, not 3.0
@  Credit to andrew@digitalpulp.com. (Joey)

sybase.globals was still using PHP 3.0 as the appname.

24 years agoPatched to work for Solid/Linux libc5 and glibc2 without the need for renaming the...
Dan Kalowsky [Mon, 24 Jul 2000 18:01:42 +0000 (18:01 +0000)]
Patched to work for Solid/Linux libc5 and glibc2 without the need for renaming the lib files, thanks to Kevin Way... fixed typo from GLIHC to GLIBC

24 years ago# Added example entries for the pfpro extension to the php.ini templates
John Donagher [Mon, 24 Jul 2000 17:58:38 +0000 (17:58 +0000)]
# Added example entries for the pfpro extension to the php.ini templates

24 years ago# Added code to pfpro.c and php_pfpro.h to parse defaults out of php.ini
John Donagher [Mon, 24 Jul 2000 17:57:05 +0000 (17:57 +0000)]
# Added code to pfpro.c and php_pfpro.h to parse defaults out of php.ini
@- For the pfpro extension: defaulthost, defaultport, defaulttimeout, and
@  all of the default proxy settings can now be defined in php.ini

24 years agoPatched to work for Solid/Linux libc5 and glibc2 without the need for renaming the...
Dan Kalowsky [Mon, 24 Jul 2000 14:21:18 +0000 (14:21 +0000)]
Patched to work for Solid/Linux libc5 and glibc2 without the need for renaming the lib files, thanks to Kevin Way

24 years agoadded TODO file for PEAR
Stig Bakken [Mon, 24 Jul 2000 13:32:50 +0000 (13:32 +0000)]
added TODO file for PEAR

24 years agoupdated MODULES_STATUS file. Perhaps this should be renamed EXTENSIONS_STATUS?
David Croft [Mon, 24 Jul 2000 10:52:07 +0000 (10:52 +0000)]
updated MODULES_STATUS file. Perhaps this should be renamed EXTENSIONS_STATUS?

24 years agolicence versions -> 2.02 in pear files
David Croft [Mon, 24 Jul 2000 10:31:43 +0000 (10:31 +0000)]
licence versions -> 2.02 in pear files

24 years ago@Ported DB to new error reporting scheme
Stig Bakken [Mon, 24 Jul 2000 08:24:14 +0000 (08:24 +0000)]
@Ported DB to new error reporting scheme

24 years ago* new class: PEAR - can be used as a base class for others.
Stig Bakken [Mon, 24 Jul 2000 08:05:51 +0000 (08:05 +0000)]
* new class: PEAR - can be used as a base class for others.
* PEAR_Error moved into PEAR.php to reduce the number of files that are
  always included
* cleaned up the PEAR_Error API a bit and changed the two classes using it
* added PEAR_Installer - an administration class for installing packages
  and maintaining a "class/file cache"

24 years agovarious version 2.0 and 2.01 licenses -> 2.02
David Croft [Mon, 24 Jul 2000 05:41:02 +0000 (05:41 +0000)]
various version 2.0 and 2.01 licenses -> 2.02

24 years agoCorrect the value of request_uri
Sam Ruby [Mon, 24 Jul 2000 05:29:20 +0000 (05:29 +0000)]
Correct the value of request_uri

24 years agocorrections to NEWS file
David Croft [Mon, 24 Jul 2000 02:01:05 +0000 (02:01 +0000)]
corrections to NEWS file

24 years agoChanged lots of PHP 3 licence headers to PHP 4, mainly in .h files.
David Croft [Mon, 24 Jul 2000 01:40:02 +0000 (01:40 +0000)]
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
Added a few RCS $Id$ tags.

# Note: I have avoided changing any .h files if the corresponding .c file
# had not already been changed as I am not sure if there are any legal
# issues here. So some extensions still have PHP 3 headers.

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

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

24 years agoIt's better not touch those ldap->ld_* when they aren't given as parameters.
foobar [Sun, 23 Jul 2000 21:32:02 +0000 (21:32 +0000)]
It's better not touch those ldap->ld_* when they aren't given as parameters.
(Now using -1 the parameters not wanted can be omitted)
# Plus some source-polishing.

24 years agoRemove $file and $line.
Sterling Hughes [Sun, 23 Jul 2000 17:10:06 +0000 (17:10 +0000)]
Remove $file and $line.

24 years ago(getimagesize) fix FORCE_REF.
Thies C. Arntzen [Sun, 23 Jul 2000 16:49:42 +0000 (16:49 +0000)]
(getimagesize) fix FORCE_REF.

24 years agoAdd another check for broken browscap object
Stanislav Malyshev [Sun, 23 Jul 2000 11:32:18 +0000 (11:32 +0000)]
Add another check for broken browscap object
# I do not know how it could get broken, but just in case...

24 years agoMake browscap not to lowercase its arguments
Stanislav Malyshev [Sun, 23 Jul 2000 11:27:48 +0000 (11:27 +0000)]
Make browscap not to lowercase its arguments
# Why it is doing it? Parent matching doesn't work with lowercase
# If there was any reason to it, please tell

24 years agoTry to fix some get_browser crashes and clean it up
Stanislav Malyshev [Sun, 23 Jul 2000 11:11:35 +0000 (11:11 +0000)]
Try to fix some get_browser crashes and clean it up
# Probably needs more work, just what I could see immediately

24 years agoSetting "compatibility" parameter requires having a PDF structure that
Joey Smith [Sun, 23 Jul 2000 08:31:13 +0000 (08:31 +0000)]
Setting "compatibility" parameter requires having a PDF structure that
has NOT had PDF_open_*() called on it, according to the documentation.

There is not currently any way to obtain such from user-land in PHP.
@ Catch users trying to set "compatibility" parameter, which is not
@ supported from user-land.
#
# Not sure this is the best way to do this...
# Uwe, could you please double check this?

24 years agoBROKEN_SPRINTF should be PHP_BROKEN_SPRINTF
Joey Smith [Sun, 23 Jul 2000 08:25:27 +0000 (08:25 +0000)]
BROKEN_SPRINTF should be PHP_BROKEN_SPRINTF

24 years ago@ Fixed dbase_add_record. (Sterling)
Sterling Hughes [Sun, 23 Jul 2000 03:45:24 +0000 (03:45 +0000)]
@ Fixed dbase_add_record. (Sterling)

Fixed dbase_add_record

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

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