]>
granicus.if.org Git - php/log
Hartmut Holzgraefe [Tue, 1 Aug 2000 11:16:20 +0000 (11:16 +0000)]
protect datetime() against all zero inputs ...
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)
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)
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)
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
<changelog@php.net> [Tue, 1 Aug 2000 01:09:15 +0000 (01:09 +0000)]
ChangeLog update
Zeev Suraski [Tue, 1 Aug 2000 00:41:35 +0000 (00:41 +0000)]
- Get rid of whitespace.
Rasmus Lerdorf [Mon, 31 Jul 2000 15:07:58 +0000 (15:07 +0000)]
Missed a symbol
Sascha Schumann [Mon, 31 Jul 2000 13:44:06 +0000 (13:44 +0000)]
Add note about software requirements
<changelog@php.net> [Mon, 31 Jul 2000 01:09:08 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Mon, 31 Jul 2000 01:09:05 +0000 (01:09 +0000)]
NEWS update
Hartmut Holzgraefe [Sun, 30 Jul 2000 21:55:27 +0000 (21:55 +0000)]
fix for bug #5672
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 :-)
foobar [Sun, 30 Jul 2000 15:48:09 +0000 (15:48 +0000)]
#Damn. It still crashes in some situations. So this was bogus. =(
Stanislav Malyshev [Sun, 30 Jul 2000 11:22:18 +0000 (11:22 +0000)]
Fix file upload types array handling (#5836)
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)
Sam Ruby [Sun, 30 Jul 2000 04:50:31 +0000 (04:50 +0000)]
Refactor in support of subclassing
<changelog@php.net> [Sun, 30 Jul 2000 01:09:10 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Sun, 30 Jul 2000 01:09:07 +0000 (01:09 +0000)]
NEWS update
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.
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.
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)
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.
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;
}
Zeev Suraski [Sat, 29 Jul 2000 10:48:57 +0000 (10:48 +0000)]
- Update .dsp's
- Make non ZTS Win32 build again
Zeev Suraski [Sat, 29 Jul 2000 10:44:13 +0000 (10:44 +0000)]
Fix filename issues
Jouni Ahto [Sat, 29 Jul 2000 06:07:26 +0000 (06:07 +0000)]
Fix #5817 and really, really check what gets passed further...
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...
Jouni Ahto [Sat, 29 Jul 2000 04:24:11 +0000 (04:24 +0000)]
This should fix #5826.
foobar [Sat, 29 Jul 2000 03:59:05 +0000 (03:59 +0000)]
Just cleaning up.
<changelog@php.net> [Sat, 29 Jul 2000 01:09:15 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Sat, 29 Jul 2000 01:09:07 +0000 (01:09 +0000)]
NEWS update
foobar [Fri, 28 Jul 2000 22:39:22 +0000 (22:39 +0000)]
Fixes bug which caused crash, if result_entry wasn't valid.
foobar [Fri, 28 Jul 2000 21:48:16 +0000 (21:48 +0000)]
# Oops..where did those creep in? =(
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..?
Stig Bakken [Fri, 28 Jul 2000 21:05:00 +0000 (21:05 +0000)]
* PEAR now stands for "PHP Extension and Application Repository"
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?
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)
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.
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)
<changelog@php.net> [Fri, 28 Jul 2000 01:09:11 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Fri, 28 Jul 2000 01:09:08 +0000 (01:09 +0000)]
NEWS update
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().
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>
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)
James L. Pine [Thu, 27 Jul 2000 17:18:26 +0000 (17:18 +0000)]
added DB/oci8.php to PEAR_FILES
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)
Andi Gutmans [Thu, 27 Jul 2000 15:36:54 +0000 (15:36 +0000)]
Always store full filename as compiled file name
Stanislav Malyshev [Thu, 27 Jul 2000 14:34:40 +0000 (14:34 +0000)]
Add news of recent fixes
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
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.
Stanislav Malyshev [Thu, 27 Jul 2000 13:47:03 +0000 (13:47 +0000)]
Fix safe mode handling by touch
Stanislav Malyshev [Thu, 27 Jul 2000 13:28:21 +0000 (13:28 +0000)]
Fix memory leak in touch when safety check fails
<changelog@php.net> [Thu, 27 Jul 2000 01:09:24 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Thu, 27 Jul 2000 01:09:16 +0000 (01:09 +0000)]
NEWS update
Kristian Köhntopp [Wed, 26 Jul 2000 21:38:21 +0000 (21:38 +0000)]
Access to global variable safe_mode fixed.
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
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.
Vlad Krupin [Wed, 26 Jul 2000 21:24:17 +0000 (21:24 +0000)]
Removed pspell_mode() and pspell_runtogether()
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)
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
Sascha Schumann [Wed, 26 Jul 2000 16:42:04 +0000 (16:42 +0000)]
Get rid of unnecessary preprocessor constructs.
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().
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).
Egon Schmid [Wed, 26 Jul 2000 11:43:01 +0000 (11:43 +0000)]
Protos fixed.
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.
Stanislav Malyshev [Wed, 26 Jul 2000 11:32:15 +0000 (11:32 +0000)]
Add strncasecmp function
@ Added strncasecmp function (Andi)
Egon Schmid [Wed, 26 Jul 2000 11:28:14 +0000 (11:28 +0000)]
Proto fixed.
Stanislav Malyshev [Wed, 26 Jul 2000 11:21:03 +0000 (11:21 +0000)]
Make proper object initialization
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.
foobar [Wed, 26 Jul 2000 11:01:44 +0000 (11:01 +0000)]
@- Added new function: ldap_compare(). (Jani)
# Documentation is coming right after this.
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.
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.
David Croft [Wed, 26 Jul 2000 08:23:04 +0000 (08:23 +0000)]
tidy up news
foobar [Wed, 26 Jul 2000 07:37:25 +0000 (07:37 +0000)]
Just a little beutifuing.
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.
Sterling Hughes [Wed, 26 Jul 2000 05:25:37 +0000 (05:25 +0000)]
Add CURLOPT_TRANSFERTEXT option to curl_setopt().
Jon Parise [Wed, 26 Jul 2000 02:10:18 +0000 (02:10 +0000)]
MAINTAINERS has become EXTENSIONS
<changelog@php.net> [Wed, 26 Jul 2000 01:09:08 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Wed, 26 Jul 2000 01:09:05 +0000 (01:09 +0000)]
NEWS update
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>
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.
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()
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
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.
Stanislav Malyshev [Tue, 25 Jul 2000 18:50:50 +0000 (18:50 +0000)]
Make browscap parameter names lowercase
Fix . handling in browscap names
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
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.
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!
Stig Bakken [Tue, 25 Jul 2000 10:57:57 +0000 (10:57 +0000)]
forgot to commit this one last night
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
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.
Hartmut Holzgraefe [Tue, 25 Jul 2000 10:18:06 +0000 (10:18 +0000)]
htmlspecialchars and htmlentities will now
encode single quotes to '
(due to feature request in BUG ID#5254)
Stanislav Malyshev [Tue, 25 Jul 2000 08:09:00 +0000 (08:09 +0000)]
Default section name should be uppercase, I guess
David Croft [Tue, 25 Jul 2000 06:56:04 +0000 (06:56 +0000)]
# removed stupid dollar Id dollar in changelog
<changelog@php.net> [Tue, 25 Jul 2000 01:09:11 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Tue, 25 Jul 2000 01:09:08 +0000 (01:09 +0000)]
NEWS update
Stig Bakken [Tue, 25 Jul 2000 00:55:37 +0000 (00:55 +0000)]
* the beginning of a regression testing framework?
Sterling Hughes [Tue, 25 Jul 2000 00:29:52 +0000 (00:29 +0000)]
remove comments for consistency.
Sterling Hughes [Tue, 25 Jul 2000 00:29:07 +0000 (00:29 +0000)]
.