]>
granicus.if.org Git - php/log
Stanislav Malyshev [Tue, 27 Feb 2001 09:15:02 +0000 (09:15 +0000)]
ws fix
Sebastian Bergmann [Tue, 27 Feb 2001 09:11:56 +0000 (09:11 +0000)]
Daniel told me he is working on this one, and he is pretty close to finishing the job.
Stanislav Malyshev [Tue, 27 Feb 2001 09:07:01 +0000 (09:07 +0000)]
Add UNC in the "todo" list
Andrei Zmievski [Tue, 27 Feb 2001 05:18:34 +0000 (05:18 +0000)]
Don't overwrite existing handlers with parent ones.
<changelog@php.net> [Tue, 27 Feb 2001 02:09:11 +0000 (02:09 +0000)]
ChangeLog update
Zeev Suraski [Tue, 27 Feb 2001 00:09:14 +0000 (00:09 +0000)]
Fix chunked output buffering support
Sascha Schumann [Mon, 26 Feb 2001 20:26:07 +0000 (20:26 +0000)]
Provide proper function aliases, if the sendmail functions
don't exist.
Submitted by: Nadir Amra <amra@us.ibm.com>
Andi Gutmans [Mon, 26 Feb 2001 18:18:34 +0000 (18:18 +0000)]
- Rename modules.h to zend_modules.h
Andi Gutmans [Mon, 26 Feb 2001 18:14:50 +0000 (18:14 +0000)]
- Finally rename modules.h to zend_modules.h for consistency (first try
was 2000-03-11).
- Remove the first_arg_force_ref[]; and friends extern from php.h as they
are included via zend_API.h
Dan Kalowsky [Mon, 26 Feb 2001 16:36:08 +0000 (16:36 +0000)]
# Bad patch job on the last commit by me. I take the BAD_CODER award for
# the day.
Removes two unnecessary REGISTER_MAIN_LONG_CONSTANT's.
# what should be done about the PHP_MINFO_FUNCTION
Daniel Beulshausen [Mon, 26 Feb 2001 16:32:57 +0000 (16:32 +0000)]
nuke warnings
Andi Gutmans [Mon, 26 Feb 2001 15:49:38 +0000 (15:49 +0000)]
- Fix whitespace
Rui Hirokawa [Mon, 26 Feb 2001 15:41:38 +0000 (15:41 +0000)]
ob_iconv_handler changed to use for text data only.
Dan Kalowsky [Mon, 26 Feb 2001 15:20:53 +0000 (15:20 +0000)]
#Just adding in proper id (forgot to do it on the initial)
PR:
Submitted by:
Reviewed by:
Obtained from:
Dan Kalowsky [Mon, 26 Feb 2001 15:17:12 +0000 (15:17 +0000)]
Correctly checks for the proper header files, and excludes the QUOTA functions
from non-imap2000 systems (unavailable for testing at this time).
# anyone willing to test this out on non-imap2000?
PR:
Submitted by:
Reviewed by: Sascha Schumann
Obtained from:
James Moore [Mon, 26 Feb 2001 13:04:00 +0000 (13:04 +0000)]
Fix for bug #9449 to stop infinate loop in wordwrap.
Andi Gutmans [Mon, 26 Feb 2001 06:11:02 +0000 (06:11 +0000)]
- Fix copyright notices with 2001
Andi Gutmans [Mon, 26 Feb 2001 05:44:29 +0000 (05:44 +0000)]
- One more copyright year update
Andi Gutmans [Mon, 26 Feb 2001 05:43:27 +0000 (05:43 +0000)]
- Update copyright year
<changelog@php.net> [Mon, 26 Feb 2001 02:09:15 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Mon, 26 Feb 2001 02:09:11 +0000 (02:09 +0000)]
NEWS update
Andi Gutmans [Sun, 25 Feb 2001 05:21:31 +0000 (05:21 +0000)]
- Fix dll linkage warnings
Dan Kalowsky [Sun, 25 Feb 2001 04:41:18 +0000 (04:41 +0000)]
Updating the IMAP client to include quota support via the imap c-client2000 libraries.
# Y2K support is good...
Removes the SA_QUOTA and SA_QUOTA_ALL defines
# After speaking with Mark Crispin, it is believed these never existed.
Cleans up the imap_status() function to remove notion of quotas in a status message.
# There is no quota setting in a STATUS message from c-client.
Changes the config.m4 to support the client.h include
# This should include all the approriate headers for c-client (as defined by
# c-client maintainers) such as mail.h, and rfc822.h.
Changed the directory search order for the include files as well.
# Place the /usr/local/include last, and searched the
# /usr/local/include/{c-client|imap} directories first
(PHP imap_get_quota) Added
(PHP imap_set_quota) Added
@- IMAP quota support (imap_set_quota, imap_get_quota) enabled/added via
@ c-client2000
PR:
Submitted by:
Reviewed by:
Obtained from:
<changelog@php.net> [Sun, 25 Feb 2001 02:09:16 +0000 (02:09 +0000)]
ChangeLog update
Sascha Schumann [Sat, 24 Feb 2001 21:18:28 +0000 (21:18 +0000)]
Don't assume that tzname exists, if tm_zone does not exist.
PR: #9380
Andi Gutmans [Sat, 24 Feb 2001 21:16:58 +0000 (21:16 +0000)]
- Add exports from Daniel Beulshausen
Sascha Schumann [Sat, 24 Feb 2001 21:14:18 +0000 (21:14 +0000)]
Declare inet_aton properly, if the system lacks support for it.
PR: #9382
Sascha Schumann [Sat, 24 Feb 2001 21:08:15 +0000 (21:08 +0000)]
Actually compile on systems without syslog.
PR: #9412
Sascha Schumann [Sat, 24 Feb 2001 21:07:07 +0000 (21:07 +0000)]
php_register_command_line_global_vars only needs file scope.
Sascha Schumann [Sat, 24 Feb 2001 21:05:02 +0000 (21:05 +0000)]
Neither the CGI nor the Servlet SAPI module call syslog, so remove
references to the syslog include files.
Sascha Schumann [Sat, 24 Feb 2001 13:14:27 +0000 (13:14 +0000)]
Change the default to assumption that people don't use AOLserver 3.0 anymore.
<changelog@php.net> [Sat, 24 Feb 2001 02:09:12 +0000 (02:09 +0000)]
ChangeLog update
Sebastian Bergmann [Fri, 23 Feb 2001 22:55:28 +0000 (22:55 +0000)]
That should do the trick.
Sascha Schumann [Fri, 23 Feb 2001 22:07:16 +0000 (22:07 +0000)]
Finish fopen-wrappers rename.
Sascha Schumann [Fri, 23 Feb 2001 16:49:58 +0000 (16:49 +0000)]
Fix another instance of the == bug.
Sergey Kartashoff [Fri, 23 Feb 2001 10:53:07 +0000 (10:53 +0000)]
mnogosearch example updated.
Sergey Kartashoff [Fri, 23 Feb 2001 10:34:50 +0000 (10:34 +0000)]
Added ispell loading routines and date search limits in mnogosearch module.
André Langhorst [Fri, 23 Feb 2001 05:08:15 +0000 (05:08 +0000)]
fix stas' last commit, added additional ifdefs PHP_SIGCHILD to fix win32 build
<changelog@php.net> [Fri, 23 Feb 2001 02:09:14 +0000 (02:09 +0000)]
ChangeLog update
Hartmut Holzgraefe [Thu, 22 Feb 2001 18:35:22 +0000 (18:35 +0000)]
removed LC_* warnin
Chuck Hagenbuch [Thu, 22 Feb 2001 16:01:14 +0000 (16:01 +0000)]
factory-generated classes have lowercase subclass names by our (newly
revised) standards.
Sergey Kartashoff [Thu, 22 Feb 2001 13:02:38 +0000 (13:02 +0000)]
README for mnoGoSearch module updated.
Andi Gutmans [Thu, 22 Feb 2001 11:30:53 +0000 (11:30 +0000)]
- Fix indentation and remove comment.
Sergey Kartashoff [Thu, 22 Feb 2001 10:40:44 +0000 (10:40 +0000)]
Added Ispell routines to work with Ispell data loaded into sql tables.
Example updated.
Stanislav Malyshev [Thu, 22 Feb 2001 10:36:40 +0000 (10:36 +0000)]
Safer bin2hex
Stanislav Malyshev [Thu, 22 Feb 2001 10:15:52 +0000 (10:15 +0000)]
Fix #8992, patch by yasushi_takahashi@tsuken.co.jp
Uwe Steinmann [Thu, 22 Feb 2001 09:38:59 +0000 (09:38 +0000)]
- took out the HwSLS_FETCH to make it compile again on Unix
Is this really neccesary at this point?
Jon Parise [Thu, 22 Feb 2001 03:37:32 +0000 (03:37 +0000)]
The php_rand() and php_srand() functions added in the previous commit
require the inclusion of php_rand.h.
<changelog@php.net> [Thu, 22 Feb 2001 02:09:16 +0000 (02:09 +0000)]
ChangeLog update
James Moore [Thu, 22 Feb 2001 00:24:19 +0000 (00:24 +0000)]
Adding php_rand() and php_srand(seed) as a wrapper around random, lrand48 and rand.
Shane Caraveo [Wed, 21 Feb 2001 23:57:28 +0000 (23:57 +0000)]
Initalize some of the global vars. Crashed under ms debugger without having them initialized.
James Moore [Wed, 21 Feb 2001 23:52:57 +0000 (23:52 +0000)]
Adding crypt.c and php_crypt.h to win32 builds, they were missing..
Rainer Schaaf [Wed, 21 Feb 2001 23:30:21 +0000 (23:30 +0000)]
When using pdf_get_buffer() and doing a correct cleanup by calling pdf_delete()
this always resulted in a coredump (after everything was finished, so only
visible in the logfile).
So it seems to be neccesary to copy the contents of the result of get_buffer,
to avoid this coredump.
Shane Caraveo [Wed, 21 Feb 2001 20:50:49 +0000 (20:50 +0000)]
zend_compile_file returns a NULL on error, check for that before
calling destroy_op_array unless we like crashes :-)
Thies C. Arntzen [Wed, 21 Feb 2001 20:33:46 +0000 (20:33 +0000)]
fix possible leak.
Sascha Schumann [Wed, 21 Feb 2001 20:25:53 +0000 (20:25 +0000)]
If we cannot send the header, we don't need to continue with the page.
Stig Bakken [Wed, 21 Feb 2001 18:23:53 +0000 (18:23 +0000)]
* dbmaker fix, shared support
Andrei Zmievski [Wed, 21 Feb 2001 17:22:26 +0000 (17:22 +0000)]
Fix memory leak.
Stanislav Malyshev [Wed, 21 Feb 2001 15:20:29 +0000 (15:20 +0000)]
Add safety check
Hartmut Holzgraefe [Wed, 21 Feb 2001 11:16:16 +0000 (11:16 +0000)]
# make sebastian and compiler happy .)
Sascha Schumann [Wed, 21 Feb 2001 07:41:01 +0000 (07:41 +0000)]
There is no need to declare ap_php_(opterr|optopt) with external linkage
as they are not used outside of getopt.c.
PR: #9364
Sascha Schumann [Wed, 21 Feb 2001 07:39:13 +0000 (07:39 +0000)]
Instead of assuming that sendmail lives in /usr/lib, if we don't find it,
we also check /usr/lib now.
PR: #9362
Sascha Schumann [Wed, 21 Feb 2001 07:18:28 +0000 (07:18 +0000)]
Correctly check for the existence of the st_rdev field.
Note that this field is required to exist for SUSv3 conformance.
Submitted by: amra@us.ibm.com
PR: #9358
Sascha Schumann [Wed, 21 Feb 2001 07:09:22 +0000 (07:09 +0000)]
Preprocessor stuff should go into CPPFLAGS.
Sebastian Bergmann [Wed, 21 Feb 2001 06:22:41 +0000 (06:22 +0000)]
Added note about PCRE update.
Jason Greene [Wed, 21 Feb 2001 03:55:17 +0000 (03:55 +0000)]
Corrected News entry.
<changelog@php.net> [Wed, 21 Feb 2001 02:09:18 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Wed, 21 Feb 2001 02:09:15 +0000 (02:09 +0000)]
NEWS update
Hartmut Holzgraefe [Wed, 21 Feb 2001 01:43:15 +0000 (01:43 +0000)]
will now initialize dynamic extensions *after* static ones
Stig Bakken [Tue, 20 Feb 2001 23:00:08 +0000 (23:00 +0000)]
* allow empty passwords in dsn (for example "mysql://user:@database")
Zeev Suraski [Tue, 20 Feb 2001 22:32:29 +0000 (22:32 +0000)]
Fix Win32 build
Andrei Zmievski [Tue, 20 Feb 2001 22:21:06 +0000 (22:21 +0000)]
Enable UTF8 support (incomplete) by default.
Andrei Zmievski [Tue, 20 Feb 2001 22:20:47 +0000 (22:20 +0000)]
Include PHP compatibility header file.
Andrei Zmievski [Tue, 20 Feb 2001 22:00:33 +0000 (22:00 +0000)]
Upgrade PCRE to version 3.4.
Daniel Beulshausen [Tue, 20 Feb 2001 20:52:53 +0000 (20:52 +0000)]
proper prefix for lookup_hostname
Daniel Beulshausen [Tue, 20 Feb 2001 20:45:55 +0000 (20:45 +0000)]
make hyperwave build under win32
Daniel Beulshausen [Tue, 20 Feb 2001 20:34:14 +0000 (20:34 +0000)]
make socket functions available to the outside
Daniel Beulshausen [Tue, 20 Feb 2001 18:00:44 +0000 (18:00 +0000)]
make gd work again under win32
Daniel Beulshausen [Tue, 20 Feb 2001 17:11:25 +0000 (17:11 +0000)]
add configuration which links again libsasl.lib
Jason Greene [Tue, 20 Feb 2001 16:44:57 +0000 (16:44 +0000)]
Changed default behavior of array_search to match in_array
(strict was default on, and is now default off)
David Eriksson [Tue, 20 Feb 2001 15:35:56 +0000 (15:35 +0000)]
Patch for inherited interfaces by Daniel Stodden <stodden@in.tum.de>
Daniel Beulshausen [Tue, 20 Feb 2001 15:34:10 +0000 (15:34 +0000)]
added missing ELS_FETCH()
Daniel Beulshausen [Tue, 20 Feb 2001 15:19:38 +0000 (15:19 +0000)]
define HAVE_LIBICONV
David Eriksson [Tue, 20 Feb 2001 15:18:27 +0000 (15:18 +0000)]
Stop leaking ParameterType data
Daniel Beulshausen [Tue, 20 Feb 2001 15:15:10 +0000 (15:15 +0000)]
no swf under win32
David Eriksson [Tue, 20 Feb 2001 15:12:31 +0000 (15:12 +0000)]
Corrected typo in config.m4
Daniel Beulshausen [Tue, 20 Feb 2001 15:05:37 +0000 (15:05 +0000)]
changed zlibstat.lib -> zlib.lib, which is the correct name
Andrei Zmievski [Tue, 20 Feb 2001 14:23:03 +0000 (14:23 +0000)]
Rename to array_search().
Adam Dickmeiss [Tue, 20 Feb 2001 11:40:36 +0000 (11:40 +0000)]
Yet another bug fix regarding present.
Sergey Kartashoff [Tue, 20 Feb 2001 11:29:16 +0000 (11:29 +0000)]
Phrase search support has been added to mnogosearch extenstion.
Min_word_len and Max_word_len support has been added to mnogosearch
extension. Example updated.
Jason Greene [Tue, 20 Feb 2001 05:36:40 +0000 (05:36 +0000)]
Moved the core of in_array into the function php_search_array, which is called by
in_array and search_array (new)
@ Added search_array which works similar to in_array but returns
@ the key instead of a boolean. (jason@php.net)
Zeev Suraski [Tue, 20 Feb 2001 05:14:32 +0000 (05:14 +0000)]
Restore COM.c
<changelog@php.net> [Tue, 20 Feb 2001 02:09:13 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Tue, 20 Feb 2001 02:09:10 +0000 (02:09 +0000)]
NEWS update
Derick Rethans [Mon, 19 Feb 2001 19:20:47 +0000 (19:20 +0000)]
- Fix for bug 9277, two the same boundaries make sense in some cases
Adam Dickmeiss [Mon, 19 Feb 2001 17:06:40 +0000 (17:06 +0000)]
Bug fix: number of records in yaz_range wrongly set to zero.
Sascha Schumann [Mon, 19 Feb 2001 16:31:17 +0000 (16:31 +0000)]
Simpler fix for the InvalidOid thing by Tom Lane.
He assured me that InvalidOid has always expanded to (Oid) 0, so this
should be safe.
Sascha Schumann [Mon, 19 Feb 2001 10:28:08 +0000 (10:28 +0000)]
Include <sys/uio.h>. Apparently, the header cleanup in glibc 2.2.2
caused that file to be included by accident.
Sascha Schumann [Mon, 19 Feb 2001 08:14:45 +0000 (08:14 +0000)]
Fix incompatibility with PostgreSQL CVS.
We now perform a check whether we need to include <postgres.h> to
succesfully compile.
PR: #9328
Sascha Schumann [Mon, 19 Feb 2001 07:50:06 +0000 (07:50 +0000)]
Fix warning