]> granicus.if.org Git - php/log
php
24 years agoFix for bug #9449 to stop infinate loop in wordwrap.
James Moore [Mon, 26 Feb 2001 13:04:00 +0000 (13:04 +0000)]
Fix for bug #9449 to stop infinate loop in wordwrap.

24 years ago- Fix copyright notices with 2001
Andi Gutmans [Mon, 26 Feb 2001 06:11:02 +0000 (06:11 +0000)]
- Fix copyright notices with 2001

24 years ago- One more copyright year update
Andi Gutmans [Mon, 26 Feb 2001 05:44:29 +0000 (05:44 +0000)]
- One more copyright year update

24 years ago- Update copyright year
Andi Gutmans [Mon, 26 Feb 2001 05:43:27 +0000 (05:43 +0000)]
- Update copyright year

24 years agoChangeLog update
<changelog@php.net> [Mon, 26 Feb 2001 02:09:15 +0000 (02:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Mon, 26 Feb 2001 02:09:11 +0000 (02:09 +0000)]
NEWS update

24 years ago- Fix dll linkage warnings
Andi Gutmans [Sun, 25 Feb 2001 05:21:31 +0000 (05:21 +0000)]
- Fix dll linkage warnings

24 years agoUpdating the IMAP client to include quota support via the imap c-client2000 libraries.
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:

24 years agoChangeLog update
<changelog@php.net> [Sun, 25 Feb 2001 02:09:16 +0000 (02:09 +0000)]
ChangeLog update

24 years agoDon't assume that tzname exists, if tm_zone does not exist.
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

24 years ago- Add exports from Daniel Beulshausen
Andi Gutmans [Sat, 24 Feb 2001 21:16:58 +0000 (21:16 +0000)]
- Add exports from Daniel Beulshausen

24 years agoDeclare inet_aton properly, if the system lacks support for it.
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

24 years agoActually compile on systems without syslog.
Sascha Schumann [Sat, 24 Feb 2001 21:08:15 +0000 (21:08 +0000)]
Actually compile on systems without syslog.

PR: #9412

24 years agophp_register_command_line_global_vars only needs file scope.
Sascha Schumann [Sat, 24 Feb 2001 21:07:07 +0000 (21:07 +0000)]
php_register_command_line_global_vars only needs file scope.

24 years agoNeither the CGI nor the Servlet SAPI module call syslog, so remove
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.

24 years agoChange the default to assumption that people don't use AOLserver 3.0 anymore.
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.

24 years agoChangeLog update
<changelog@php.net> [Sat, 24 Feb 2001 02:09:12 +0000 (02:09 +0000)]
ChangeLog update

24 years agoThat should do the trick.
Sebastian Bergmann [Fri, 23 Feb 2001 22:55:28 +0000 (22:55 +0000)]
That should do the trick.

24 years agoFinish fopen-wrappers rename.
Sascha Schumann [Fri, 23 Feb 2001 22:07:16 +0000 (22:07 +0000)]
Finish fopen-wrappers rename.

24 years agoFix another instance of the == bug.
Sascha Schumann [Fri, 23 Feb 2001 16:49:58 +0000 (16:49 +0000)]
Fix another instance of the == bug.

24 years agomnogosearch example updated.
Sergey Kartashoff [Fri, 23 Feb 2001 10:53:07 +0000 (10:53 +0000)]
mnogosearch example updated.

24 years agoAdded ispell loading routines and date search limits in mnogosearch module.
Sergey Kartashoff [Fri, 23 Feb 2001 10:34:50 +0000 (10:34 +0000)]
Added ispell loading routines and date search limits in mnogosearch module.

24 years agofix stas' last commit, added additional ifdefs PHP_SIGCHILD to fix win32 build
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

24 years agoChangeLog update
<changelog@php.net> [Fri, 23 Feb 2001 02:09:14 +0000 (02:09 +0000)]
ChangeLog update

24 years agoremoved LC_* warnin
Hartmut Holzgraefe [Thu, 22 Feb 2001 18:35:22 +0000 (18:35 +0000)]
removed LC_* warnin

24 years agofactory-generated classes have lowercase subclass names by our (newly
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.

24 years agoREADME for mnoGoSearch module updated.
Sergey Kartashoff [Thu, 22 Feb 2001 13:02:38 +0000 (13:02 +0000)]
README for mnoGoSearch module updated.

24 years ago- Fix indentation and remove comment.
Andi Gutmans [Thu, 22 Feb 2001 11:30:53 +0000 (11:30 +0000)]
- Fix indentation and remove comment.

24 years agoAdded Ispell routines to work with Ispell data loaded into sql tables.
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.

24 years agoSafer bin2hex
Stanislav Malyshev [Thu, 22 Feb 2001 10:36:40 +0000 (10:36 +0000)]
Safer bin2hex

24 years agoFix #8992, patch by yasushi_takahashi@tsuken.co.jp
Stanislav Malyshev [Thu, 22 Feb 2001 10:15:52 +0000 (10:15 +0000)]
Fix #8992, patch by yasushi_takahashi@tsuken.co.jp

24 years ago- took out the HwSLS_FETCH to make it compile again on Unix
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?

24 years agoThe php_rand() and php_srand() functions added in the previous commit
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.

24 years agoChangeLog update
<changelog@php.net> [Thu, 22 Feb 2001 02:09:16 +0000 (02:09 +0000)]
ChangeLog update

24 years agoAdding php_rand() and php_srand(seed) as a wrapper around random, lrand48 and rand.
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.

24 years agoInitalize some of the global vars. Crashed under ms debugger without having them...
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.

24 years agoAdding crypt.c and php_crypt.h to win32 builds, they were missing..
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..

24 years agoWhen using pdf_get_buffer() and doing a correct cleanup by calling pdf_delete()
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.

24 years agozend_compile_file returns a NULL on error, check for that before
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 :-)

24 years agofix possible leak.
Thies C. Arntzen [Wed, 21 Feb 2001 20:33:46 +0000 (20:33 +0000)]
fix possible leak.

24 years agoIf we cannot send the header, we don't need to continue with the page.
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.

24 years ago* dbmaker fix, shared support
Stig Bakken [Wed, 21 Feb 2001 18:23:53 +0000 (18:23 +0000)]
* dbmaker fix, shared support

24 years agoFix memory leak.
Andrei Zmievski [Wed, 21 Feb 2001 17:22:26 +0000 (17:22 +0000)]
Fix memory leak.

24 years agoAdd safety check
Stanislav Malyshev [Wed, 21 Feb 2001 15:20:29 +0000 (15:20 +0000)]
Add safety check

24 years ago# make sebastian and compiler happy .)
Hartmut Holzgraefe [Wed, 21 Feb 2001 11:16:16 +0000 (11:16 +0000)]
# make sebastian and compiler happy .)

24 years agoThere is no need to declare ap_php_(opterr|optopt) with external linkage
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

24 years agoInstead of assuming that sendmail lives in /usr/lib, if we don't find it,
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

24 years agoCorrectly check for the existence of the st_rdev field.
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

24 years agoPreprocessor stuff should go into CPPFLAGS.
Sascha Schumann [Wed, 21 Feb 2001 07:09:22 +0000 (07:09 +0000)]
Preprocessor stuff should go into CPPFLAGS.

24 years agoAdded note about PCRE update.
Sebastian Bergmann [Wed, 21 Feb 2001 06:22:41 +0000 (06:22 +0000)]
Added note about PCRE update.

24 years agoCorrected News entry.
Jason Greene [Wed, 21 Feb 2001 03:55:17 +0000 (03:55 +0000)]
Corrected News entry.

24 years agoChangeLog update
<changelog@php.net> [Wed, 21 Feb 2001 02:09:18 +0000 (02:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Wed, 21 Feb 2001 02:09:15 +0000 (02:09 +0000)]
NEWS update

24 years agowill now initialize dynamic extensions *after* static ones
Hartmut Holzgraefe [Wed, 21 Feb 2001 01:43:15 +0000 (01:43 +0000)]
will now initialize dynamic extensions *after* static ones

24 years ago* allow empty passwords in dsn (for example "mysql://user:@database")
Stig Bakken [Tue, 20 Feb 2001 23:00:08 +0000 (23:00 +0000)]
* allow empty passwords in dsn (for example "mysql://user:@database")

24 years agoFix Win32 build
Zeev Suraski [Tue, 20 Feb 2001 22:32:29 +0000 (22:32 +0000)]
Fix Win32 build

24 years agoEnable UTF8 support (incomplete) by default.
Andrei Zmievski [Tue, 20 Feb 2001 22:21:06 +0000 (22:21 +0000)]
Enable UTF8 support (incomplete) by default.

24 years agoInclude PHP compatibility header file.
Andrei Zmievski [Tue, 20 Feb 2001 22:20:47 +0000 (22:20 +0000)]
Include PHP compatibility header file.

24 years agoUpgrade PCRE to version 3.4.
Andrei Zmievski [Tue, 20 Feb 2001 22:00:33 +0000 (22:00 +0000)]
Upgrade PCRE to version 3.4.

24 years agoproper prefix for lookup_hostname
Daniel Beulshausen [Tue, 20 Feb 2001 20:52:53 +0000 (20:52 +0000)]
proper prefix for lookup_hostname

24 years agomake hyperwave build under win32
Daniel Beulshausen [Tue, 20 Feb 2001 20:45:55 +0000 (20:45 +0000)]
make hyperwave build under win32

24 years agomake socket functions available to the outside
Daniel Beulshausen [Tue, 20 Feb 2001 20:34:14 +0000 (20:34 +0000)]
make socket functions available to the outside

24 years agomake gd work again under win32
Daniel Beulshausen [Tue, 20 Feb 2001 18:00:44 +0000 (18:00 +0000)]
make gd work again under win32

24 years agoadd configuration which links again libsasl.lib
Daniel Beulshausen [Tue, 20 Feb 2001 17:11:25 +0000 (17:11 +0000)]
add configuration which links again libsasl.lib

24 years agoChanged default behavior of array_search to match in_array
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)

24 years agoPatch for inherited interfaces by Daniel Stodden <stodden@in.tum.de>
David Eriksson [Tue, 20 Feb 2001 15:35:56 +0000 (15:35 +0000)]
Patch for inherited interfaces by Daniel Stodden <stodden@in.tum.de>

24 years agoadded missing ELS_FETCH()
Daniel Beulshausen [Tue, 20 Feb 2001 15:34:10 +0000 (15:34 +0000)]
added missing ELS_FETCH()

24 years agodefine HAVE_LIBICONV
Daniel Beulshausen [Tue, 20 Feb 2001 15:19:38 +0000 (15:19 +0000)]
define HAVE_LIBICONV

24 years agoStop leaking ParameterType data
David Eriksson [Tue, 20 Feb 2001 15:18:27 +0000 (15:18 +0000)]
Stop leaking ParameterType data

24 years agono swf under win32
Daniel Beulshausen [Tue, 20 Feb 2001 15:15:10 +0000 (15:15 +0000)]
no swf under win32

24 years agoCorrected typo in config.m4
David Eriksson [Tue, 20 Feb 2001 15:12:31 +0000 (15:12 +0000)]
Corrected typo in config.m4

24 years agochanged zlibstat.lib -> zlib.lib, which is the correct name
Daniel Beulshausen [Tue, 20 Feb 2001 15:05:37 +0000 (15:05 +0000)]
changed zlibstat.lib -> zlib.lib, which is the correct name

24 years agoRename to array_search().
Andrei Zmievski [Tue, 20 Feb 2001 14:23:03 +0000 (14:23 +0000)]
Rename to array_search().

24 years agoYet another bug fix regarding present.
Adam Dickmeiss [Tue, 20 Feb 2001 11:40:36 +0000 (11:40 +0000)]
Yet another bug fix regarding present.

24 years agoPhrase search support has been added to mnogosearch extenstion.
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.

24 years agoMoved the core of in_array into the function php_search_array, which is called by
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)

24 years agoRestore COM.c
Zeev Suraski [Tue, 20 Feb 2001 05:14:32 +0000 (05:14 +0000)]
Restore COM.c

24 years agoChangeLog update
<changelog@php.net> [Tue, 20 Feb 2001 02:09:13 +0000 (02:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Tue, 20 Feb 2001 02:09:10 +0000 (02:09 +0000)]
NEWS update

24 years ago- Fix for bug 9277, two the same boundaries make sense in some cases
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

24 years agoBug fix: number of records in yaz_range wrongly set to zero.
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.

24 years agoSimpler fix for the InvalidOid thing by Tom Lane.
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.

24 years agoInclude <sys/uio.h>. Apparently, the header cleanup in glibc 2.2.2
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.

24 years agoFix incompatibility with PostgreSQL CVS.
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

24 years agoFix warning
Sascha Schumann [Mon, 19 Feb 2001 07:50:06 +0000 (07:50 +0000)]
Fix warning

24 years agoAllow passing relative paths to --with-pgsql
Sascha Schumann [Mon, 19 Feb 2001 07:49:16 +0000 (07:49 +0000)]
Allow passing relative paths to --with-pgsql

24 years agoChangeLog update
<changelog@php.net> [Mon, 19 Feb 2001 02:09:19 +0000 (02:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Mon, 19 Feb 2001 02:09:16 +0000 (02:09 +0000)]
NEWS update

24 years agoSave 50% of the syscalls when writing the HTTP header.
Sascha Schumann [Sun, 18 Feb 2001 19:03:36 +0000 (19:03 +0000)]
Save 50% of the syscalls when writing the HTTP header.

24 years ago[p]fsockopen: fixed possible leak
Thies C. Arntzen [Sun, 18 Feb 2001 18:54:41 +0000 (18:54 +0000)]
[p]fsockopen: fixed possible leak

24 years agofixed buffer-overwrite
Thies C. Arntzen [Sun, 18 Feb 2001 18:31:31 +0000 (18:31 +0000)]
fixed buffer-overwrite

24 years agofixed a possible double-free
Thies C. Arntzen [Sun, 18 Feb 2001 18:15:01 +0000 (18:15 +0000)]
fixed a possible double-free

24 years agoGo back to listing the copyright years explicitly (instead of using a
Jon Parise [Sun, 18 Feb 2001 17:47:43 +0000 (17:47 +0000)]
Go back to listing the copyright years explicitly (instead of using a
range).

24 years agoTypos in protos.
Egon Schmid [Sun, 18 Feb 2001 16:59:18 +0000 (16:59 +0000)]
Typos in protos.

24 years agoexport global constants for codepage and variant type
Harald Radi [Sun, 18 Feb 2001 16:51:27 +0000 (16:51 +0000)]
export global constants for codepage and variant type
VT_* and CP_*

24 years agoadded a few more variant types for zval <-> variant conversion
Harald Radi [Sun, 18 Feb 2001 16:49:59 +0000 (16:49 +0000)]
added a few more variant types for zval <-> variant conversion

24 years ago@- Added new object VARIANT() to encapsulate values for use with
Harald Radi [Sun, 18 Feb 2001 16:49:06 +0000 (16:49 +0000)]
@- Added new object VARIANT() to encapsulate values for use with
@  the COM and DOTNET module. Therefore it is now possible to pass
@  values by reference, convert php values to extended variant types (currency,
@  date, idispatch, iunknown, ...) and define the codepage that should
@  be used for unicode - conversion.

24 years agoadded myself to CREDITS
Harald Radi [Sun, 18 Feb 2001 16:40:28 +0000 (16:40 +0000)]
added myself to CREDITS

24 years ago- Fixed crash in OCI8 when using unitialized LOBs. (Thies)
Thies C. Arntzen [Sun, 18 Feb 2001 11:10:30 +0000 (11:10 +0000)]
- Fixed crash in OCI8 when using unitialized LOBs. (Thies)

24 years agoadd year 2001 to header
David Croft [Sun, 18 Feb 2001 09:21:57 +0000 (09:21 +0000)]
add year 2001 to header