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

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

24 years agomake oci work again.
Thies C. Arntzen [Sat, 17 Feb 2001 15:54:40 +0000 (15:54 +0000)]
make oci work again.

24 years agomultiple codepage support
Harald Radi [Sat, 17 Feb 2001 02:16:29 +0000 (02:16 +0000)]
multiple codepage support
export global constants

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

24 years agoAdd some old and some recent news
Sascha Schumann [Fri, 16 Feb 2001 23:10:12 +0000 (23:10 +0000)]
Add some old and some recent news

24 years agoimport notes modules from Brad Atkins
Zeev Suraski [Fri, 16 Feb 2001 21:36:30 +0000 (21:36 +0000)]
import notes modules from Brad Atkins

24 years agoAdd all necessary includes for these header files.
Sascha Schumann [Fri, 16 Feb 2001 18:55:58 +0000 (18:55 +0000)]
Add all necessary includes for these header files.

24 years agoAll DB modules should return NULL from fetchRow() now if there are no more
Chuck Hagenbuch [Fri, 16 Feb 2001 17:14:39 +0000 (17:14 +0000)]
All DB modules should return NULL from fetchRow() now if there are no more
results, and a DB_Error object only on an error.

DB::isError() return false when passed null now.

24 years agoFixed non-threadsafe code: 'isapi_special_server_variables' was a static
Ben Mansell [Fri, 16 Feb 2001 16:01:34 +0000 (16:01 +0000)]
Fixed non-threadsafe code: 'isapi_special_server_variables' was a static
buffer, and not allocated per-connection. Bad bad bad!

24 years agoFixed a typo in constant definitions and a possible crash in curl_setopt().
foobar [Fri, 16 Feb 2001 14:31:37 +0000 (14:31 +0000)]
Fixed a typo in constant definitions and a possible crash in curl_setopt().
# pr: #9181

24 years agoWrong return type.
Egon Schmid [Fri, 16 Feb 2001 13:13:52 +0000 (13:13 +0000)]
Wrong return type.

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

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

24 years agoSmall typo.
Egon Schmid [Thu, 15 Feb 2001 20:33:09 +0000 (20:33 +0000)]
Small typo.

24 years agoChange e-mail address
Sterling Hughes [Thu, 15 Feb 2001 16:20:13 +0000 (16:20 +0000)]
Change e-mail address

# Can I get someone to change my cvsusers e-mail address to
# sterling@designmultimedia.com?

24 years ago@- Fixed some modules to allow using output-buffering. (Thies)
Thies C. Arntzen [Thu, 15 Feb 2001 14:49:01 +0000 (14:49 +0000)]
@- Fixed some modules to allow using output-buffering. (Thies)

i nuked all unneded calls to php_header() - i'm not too sure how we do
handle HEAD Requests as they were only detected via php_header(). but calling
php_header from a module makes output-buffering unusable.

NOTICE: there is some EBSDIC stuff in gd.c - i think it's obsolete.

24 years ago0..255
Thies C. Arntzen [Thu, 15 Feb 2001 14:01:18 +0000 (14:01 +0000)]
0..255

24 years agofixed SEGFAULT when using xml_set_object. Zend does not yes support
Thies C. Arntzen [Thu, 15 Feb 2001 13:41:04 +0000 (13:41 +0000)]
fixed SEGFAULT when using xml_set_object. Zend does not yes support
cyclic references!