]>
granicus.if.org Git - php/log
Frank M. Kromann [Fri, 27 Oct 2000 16:16:55 +0000 (16:16 +0000)]
Kill compiler warning.
Sascha Schumann [Fri, 27 Oct 2000 15:40:16 +0000 (15:40 +0000)]
use puts instead of fprintf in log handler. no need for a format string.
Sascha Schumann [Fri, 27 Oct 2000 15:03:53 +0000 (15:03 +0000)]
Some information about this handler
Andrei Zmievski [Fri, 27 Oct 2000 14:13:03 +0000 (14:13 +0000)]
Added macros for object properties and class entry.
Andrei Zmievski [Fri, 27 Oct 2000 14:08:33 +0000 (14:08 +0000)]
@- Fixed array_rand() to shuffle results when the number of requested
@ elements is the same as the number of elements in the array. (Andrei)
Sascha Schumann [Fri, 27 Oct 2000 13:30:41 +0000 (13:30 +0000)]
Looks like transient buckets are limited to 4096 bytes, so split up writes.
Sascha Schumann [Fri, 27 Oct 2000 13:19:23 +0000 (13:19 +0000)]
Add log message sapi handler.
Reenable pipelining requests. Looks like the problems are caused by the
cache, not pipelining.
Sascha Schumann [Fri, 27 Oct 2000 12:52:38 +0000 (12:52 +0000)]
Apache 2.0 does some funky internal caching which works for static
content, but fails miserably in our context.
Sascha Schumann [Fri, 27 Oct 2000 12:37:05 +0000 (12:37 +0000)]
speling
Hartmut Holzgraefe [Fri, 27 Oct 2000 10:48:07 +0000 (10:48 +0000)]
type fixes to make compilers happy
Sascha Schumann [Fri, 27 Oct 2000 10:41:24 +0000 (10:41 +0000)]
Add some comments
Sascha Schumann [Fri, 27 Oct 2000 10:31:10 +0000 (10:31 +0000)]
Leave initializing of auth_(user|password) to php_handle_auth_data().
Sascha Schumann [Fri, 27 Oct 2000 10:28:57 +0000 (10:28 +0000)]
Initialize auth_(user|password) to NULL, if data was not suitable.
Sam Ruby [Fri, 27 Oct 2000 10:27:19 +0000 (10:27 +0000)]
Allow strings to be passed to methods expecting primitive types.
Sascha Schumann [Fri, 27 Oct 2000 10:26:57 +0000 (10:26 +0000)]
The CGI RFC allows servers to pass Authorization data to the script,
if the server did not use the information contained therein.
See 6.1.5 and 11.2 of the proposed spec.
Sascha Schumann [Fri, 27 Oct 2000 10:19:40 +0000 (10:19 +0000)]
Handle cookies and make use of php_handle_auth_data.
Sascha Schumann [Fri, 27 Oct 2000 10:19:06 +0000 (10:19 +0000)]
Use php_handle_auth_data
Sascha Schumann [Fri, 27 Oct 2000 10:16:54 +0000 (10:16 +0000)]
Utility function for sapi modules (it is not in SAPI.c, because it
relies on php_base64_encode).
Sascha Schumann [Fri, 27 Oct 2000 09:47:28 +0000 (09:47 +0000)]
bunch of changes
Sascha Schumann [Fri, 27 Oct 2000 09:43:06 +0000 (09:43 +0000)]
Allow users to specify whether they want to replace existing header fields.
Uwe Steinmann [Fri, 27 Oct 2000 09:29:40 +0000 (09:29 +0000)]
- added four functions to do fulltext query
Andi Gutmans [Thu, 26 Oct 2000 23:50:17 +0000 (23:50 +0000)]
- Fix new -m on Windows
Mathieu Kooiman [Thu, 26 Oct 2000 22:31:06 +0000 (22:31 +0000)]
Added -m (Shows list of modules) to commandline..
Sascha Schumann [Thu, 26 Oct 2000 21:23:20 +0000 (21:23 +0000)]
Handle special queries.
Apache's default handler does not seem to handle flushes correctly yet.
One more project..
Sascha Schumann [Thu, 26 Oct 2000 21:16:12 +0000 (21:16 +0000)]
Move some code to php_handle_special_queries().
Stig Venaas [Thu, 26 Oct 2000 20:39:57 +0000 (20:39 +0000)]
Removed a warning in getaddrinfo check, not really needed
Daniel Beulshausen [Thu, 26 Oct 2000 18:51:12 +0000 (18:51 +0000)]
it won't work otherwise
# http://support.microsoft.com/support/kb/articles/Q115/8/57.asp
Sascha Schumann [Thu, 26 Oct 2000 18:32:38 +0000 (18:32 +0000)]
Move some initialization code from php_execute_script() to
php_request_startup() where it should be. AFAICT, it does not
cause any problems, but please it test it with your favorite SAPI
module.
Daniel Beulshausen [Thu, 26 Oct 2000 18:29:10 +0000 (18:29 +0000)]
added dba extension for win32, currently the dsp is
only configured with db3, adding other configurations
shouldn't be hard
Daniel Beulshausen [Thu, 26 Oct 2000 18:23:51 +0000 (18:23 +0000)]
update
Sascha Schumann [Thu, 26 Oct 2000 18:18:21 +0000 (18:18 +0000)]
Add sapi_add_header_ex, which lets you specify whether you want
to add or replace a header.
Daniel Beulshausen [Thu, 26 Oct 2000 18:17:45 +0000 (18:17 +0000)]
use V_RENAME makro instead
Sascha Schumann [Thu, 26 Oct 2000 18:15:56 +0000 (18:15 +0000)]
Protect us from Apache 2.0's pcre-posix stuff
Sascha Schumann [Thu, 26 Oct 2000 18:15:18 +0000 (18:15 +0000)]
Remove second_arg_force_ref, defined in Zend
Submitted by: Bill Stoddard
Sascha Schumann [Thu, 26 Oct 2000 18:10:57 +0000 (18:10 +0000)]
The type has changed to size_t.
Sascha Schumann [Thu, 26 Oct 2000 18:10:43 +0000 (18:10 +0000)]
Add session_adapt_url().
Sascha Schumann [Thu, 26 Oct 2000 18:05:47 +0000 (18:05 +0000)]
Reinstantiate single quotes properly.
Add url_adapt_single_url() API which modifies a single URL. Might be used
to modify the Location: URL.
Sascha Schumann [Thu, 26 Oct 2000 18:01:51 +0000 (18:01 +0000)]
Make the API more leaner (sp?) and get rid of *copy*.
Sascha Schumann [Thu, 26 Oct 2000 18:00:30 +0000 (18:00 +0000)]
Provide name of libtool archive.
Apache 2.0's apxs prefers that.
Sascha Schumann [Thu, 26 Oct 2000 17:58:11 +0000 (17:58 +0000)]
Temporary fix for mac os x stuff.
It lets me build/run a DSO on darwin, but according to Fred Sanchez, the
libtool 1.3.5 way is wrong..
Sascha Schumann [Thu, 26 Oct 2000 17:55:05 +0000 (17:55 +0000)]
An Apache 2.0 Filter for PHP, completely from scratch.
TODO:
POST, cookies, "flushing", finalizing config framework (it works),
http auth, PHP Hooks (apache_sub_req is there).
Note that this code depends on some other commits which are pending.
Andrei Zmievski [Thu, 26 Oct 2000 17:38:01 +0000 (17:38 +0000)]
Fix dba after resources patch.
Andrei Zmievski [Thu, 26 Oct 2000 17:37:47 +0000 (17:37 +0000)]
session_unset() now cleans up $HTTP_SESSION_VARS as well.
Andi Gutmans [Thu, 26 Oct 2000 05:21:52 +0000 (05:21 +0000)]
- Add V_RENAME() by "Daniel Beulshausen" <daniel@php4win.de>.
- It is untested and all places which use rename() in PHP should now use
- V_RENAME().
Nikos Mavroyanopoulos [Wed, 25 Oct 2000 18:27:55 +0000 (18:27 +0000)]
Corrected some checks for errors.
Nikos Mavroyanopoulos [Wed, 25 Oct 2000 18:09:23 +0000 (18:09 +0000)]
Added keygen_s2k function. Function which generates keys from passwords.
Andrei Zmievski [Wed, 25 Oct 2000 17:44:02 +0000 (17:44 +0000)]
Use zend_register_list_destructors_ex() instead.
Andrei Zmievski [Wed, 25 Oct 2000 17:41:34 +0000 (17:41 +0000)]
Remove the patch to register_list_destructors().
Andrei Zmievski [Wed, 25 Oct 2000 17:40:11 +0000 (17:40 +0000)]
Added array_sum() function.
foobar [Wed, 25 Oct 2000 17:35:29 +0000 (17:35 +0000)]
gdImageWBMP has some bug in it. Using the php-internal one works.
Chuck Hagenbuch [Wed, 25 Oct 2000 17:23:34 +0000 (17:23 +0000)]
Install the new Mail classes.
Chuck Hagenbuch [Wed, 25 Oct 2000 17:16:08 +0000 (17:16 +0000)]
add Mail:: interface and supporting classes.
Sascha Schumann [Mon, 23 Oct 2000 14:04:54 +0000 (14:04 +0000)]
__USE_GNU shall not be defined by application
Daniel Beulshausen [Mon, 23 Oct 2000 13:56:22 +0000 (13:56 +0000)]
it's n.a. on win32 :)
Stanislav Malyshev [Mon, 23 Oct 2000 13:19:07 +0000 (13:19 +0000)]
Make zlib compile again
Andrei Zmievski [Mon, 23 Oct 2000 13:15:48 +0000 (13:15 +0000)]
Cleaned up.
Alexander Feldman [Mon, 23 Oct 2000 13:10:01 +0000 (13:10 +0000)]
Fixed a bug in session.c. If the user calls session_module_name with a
parameter, then the mod_data pointer is initialized to NULL and then
php_session_save_current_state did not check this value before referencing
the pointer. Added a check in php_session_save_current_state.
Hartmut Holzgraefe [Mon, 23 Oct 2000 07:40:05 +0000 (07:40 +0000)]
have you ever tried to run the regression tests with error_reporting=E_ALL ?
now it will run smoothly without all theese 'undefined ...' warnings
Hartmut Holzgraefe [Mon, 23 Oct 2000 07:31:31 +0000 (07:31 +0000)]
added a regression test skeleton file
plus a partintro in xml documentation template
Andrei Zmievski [Mon, 23 Oct 2000 02:01:19 +0000 (02:01 +0000)]
Fix bug #7397
<changelog@php.net> [Mon, 23 Oct 2000 01:09:12 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Mon, 23 Oct 2000 01:09:09 +0000 (01:09 +0000)]
NEWS update
Rasmus Lerdorf [Mon, 23 Oct 2000 00:52:11 +0000 (00:52 +0000)]
Move server_filter to an extension-specific global
Frank M. Kromann [Mon, 23 Oct 2000 00:45:23 +0000 (00:45 +0000)]
Adding textlimit and textsize parameters to MSSQL sections
Chris Vandomelen [Sun, 22 Oct 2000 23:49:57 +0000 (23:49 +0000)]
Added new INI entries to default php.ini files.
Chris Vandomelen [Sun, 22 Oct 2000 23:43:48 +0000 (23:43 +0000)]
Added ini entry for choosing whether to use the read() wrapper or directly
calling the read() system call.
# Some people were commenting about "oddities" in the wrapper that I hadn't
# noticed before, though I've used it in many places before now..
Frank M. Kromann [Sun, 22 Oct 2000 23:15:28 +0000 (23:15 +0000)]
Adding iisfunc to modules workspace
Rasmus Lerdorf [Sun, 22 Oct 2000 19:50:05 +0000 (19:50 +0000)]
Need a global server filter for the Apache 2.0 module
Thies C. Arntzen [Sun, 22 Oct 2000 19:33:59 +0000 (19:33 +0000)]
@- OCIBindByName() now does better parameter-checking. (Thies)
foobar [Sun, 22 Oct 2000 17:29:33 +0000 (17:29 +0000)]
Makes curl extension compile again plus some typo fixes.
Rasmus Lerdorf [Sun, 22 Oct 2000 16:56:08 +0000 (16:56 +0000)]
Output function now passes the data onto the next filter in the chain
Clean up some variables - bb = bucket brigade, b = bucket
Rasmus Lerdorf [Sun, 22 Oct 2000 16:03:53 +0000 (16:03 +0000)]
Code to flatten Apache 2.0 bucket brigades
Sascha Schumann [Sun, 22 Oct 2000 14:42:55 +0000 (14:42 +0000)]
We don't need to store NUL of the key which simplifies the lookup
significantly.
Sascha Schumann [Sun, 22 Oct 2000 14:41:02 +0000 (14:41 +0000)]
Fix php://* being handled by the ftp handler
Rasmus Lerdorf [Sun, 22 Oct 2000 14:05:29 +0000 (14:05 +0000)]
Woops, get rid of some crap
Rasmus Lerdorf [Sun, 22 Oct 2000 14:01:18 +0000 (14:01 +0000)]
The start of an Apache 2.0 module
Daniel Beulshausen [Sun, 22 Oct 2000 13:50:42 +0000 (13:50 +0000)]
added reg. files for the pws, thanks to phil
Daniel Beulshausen [Sun, 22 Oct 2000 13:48:43 +0000 (13:48 +0000)]
i'll place the reg file in the win32 folder
cause it doesn't really fit in this folder
Stig Venaas [Sun, 22 Oct 2000 11:25:47 +0000 (11:25 +0000)]
Corrected prototype comments for ldap_get_option and ldap_set_option
Stig Venaas [Sun, 22 Oct 2000 11:18:21 +0000 (11:18 +0000)]
Fixed array_type_data_compare(). I want strings to always differ from
numbers, but not say 7 and 7.0 to differ.
Chris Vandomelen [Sun, 22 Oct 2000 07:54:49 +0000 (07:54 +0000)]
Hopefully made some compile fixes for Solaris ("sun" is an already defined
symbol on Solaris.. s_un isn't...), and corrected bugs with checking for a
string by checking if Z_STRVAL_PP(ptr) == NULL instead of
Z_STRLEN_PP == 0, causing segfaults when uninitialized values were passed
into certain functions.
@- Attempted to make compile fixes for Solaris in ext/sockets/sockets.c (Chris Vandomelen)
# OK, so I have a tendency to make lots and lots of bug fixes in big spurts..
Chris Vandomelen [Sun, 22 Oct 2000 06:46:43 +0000 (06:46 +0000)]
Oops, forgot to remove those .. thought I had..
Chris Vandomelen [Sun, 22 Oct 2000 06:45:03 +0000 (06:45 +0000)]
Corrected some bugs dealing with compile failures (should now compile
on most varieties of Linux, and should hopefully fix at least 3 of the
compile errors that were discovered). Also modified read() slightly
to take an optional parameter as to whether the data was binary or
text so it wouldn't stop reading on a newline or null byte received.
@- Made read() binary-safe in sockets.c (Chris Vandomelen)
@- Attempted fixing some compile failures (Chris Vandomelen)
# Hopefully someone will attempt to compile this on other systems, I
# have no access to other platforms to compile it on ....
<changelog@php.net> [Sun, 22 Oct 2000 01:09:11 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Sun, 22 Oct 2000 01:09:08 +0000 (01:09 +0000)]
NEWS update
Daniel Beulshausen [Sat, 21 Oct 2000 21:17:31 +0000 (21:17 +0000)]
added missing def.
Andi Gutmans [Sat, 21 Oct 2000 19:18:55 +0000 (19:18 +0000)]
- including php.h automatically includes the PHP config file.
Stig Venaas [Sat, 21 Oct 2000 18:12:30 +0000 (18:12 +0000)]
Made array_unique use array_type_data_compare instead of array_data_compare
Stig Venaas [Sat, 21 Oct 2000 17:48:11 +0000 (17:48 +0000)]
Added array_type_data_compare which is like array_data_compare but
compares type first. Also rewrote array_intersect and array_diff,
so that the order is not changed.
@- Made array_intersect and array_diff not alter order (Stig Venaas)
Daniel Beulshausen [Sat, 21 Oct 2000 17:38:08 +0000 (17:38 +0000)]
i'm sure this should be ibase_query :)
Daniel Beulshausen [Sat, 21 Oct 2000 17:19:23 +0000 (17:19 +0000)]
i can find no php_config.h on win32 :)
Sascha Schumann [Sat, 21 Oct 2000 17:06:05 +0000 (17:06 +0000)]
Save url_scanner_ex.c and don't require re2c to be installed on
the release/snapshot machine.
Daniel Beulshausen [Sat, 21 Oct 2000 14:18:28 +0000 (14:18 +0000)]
made yaz compile under windows
Rasmus Lerdorf [Sat, 21 Oct 2000 12:03:52 +0000 (12:03 +0000)]
Fix annoying $withval interaction in GD configure stuff
Rasmus Lerdorf [Sat, 21 Oct 2000 12:03:09 +0000 (12:03 +0000)]
Gremlins?
Andreas Karajannis [Sat, 21 Oct 2000 11:11:11 +0000 (11:11 +0000)]
Config Patch for DBMaker
Daniel Beulshausen [Sat, 21 Oct 2000 10:43:17 +0000 (10:43 +0000)]
added bz2 and removed ZendTS (not really nedded here)
Daniel Beulshausen [Sat, 21 Oct 2000 10:14:09 +0000 (10:14 +0000)]
make libmysql compile under win
Sebastian Bergmann [Sat, 21 Oct 2000 06:55:08 +0000 (06:55 +0000)]
Removed files from Win32 workspace that were removed in libmysql 3.23
Nikos Mavroyanopoulos [Sat, 21 Oct 2000 05:41:42 +0000 (05:41 +0000)]
more news