]>
granicus.if.org Git - php/log
<changelog@php.net> [Tue, 31 Oct 2000 02:09:10 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Tue, 31 Oct 2000 02:09:07 +0000 (02:09 +0000)]
NEWS update
foobar [Tue, 31 Oct 2000 00:30:37 +0000 (00:30 +0000)]
Both RETR and STOR have also 250 as possible return value
foobar [Tue, 31 Oct 2000 00:00:26 +0000 (00:00 +0000)]
Fix the fix.
Zeev Suraski [Mon, 30 Oct 2000 23:39:14 +0000 (23:39 +0000)]
- Complete the move to the new INI parser. (Side effect: at last, people
can finally have spaces and tabs in their extension statements...)
Zeev Suraski [Mon, 30 Oct 2000 23:37:50 +0000 (23:37 +0000)]
Fix non-thread-safe Windows build
Zeev Suraski [Mon, 30 Oct 2000 23:19:48 +0000 (23:19 +0000)]
Final touches on the INI parser
Sascha Schumann [Mon, 30 Oct 2000 18:27:46 +0000 (18:27 +0000)]
PATH is not optional (we print that message, because php-config isn't in the
PATH).
Derick Rethans [Mon, 30 Oct 2000 18:00:58 +0000 (18:00 +0000)]
- Added the two constants mentioned in bug #6097
# I did not test it, because I don't have access to an Adabase RDBMS
Stanislav Malyshev [Mon, 30 Oct 2000 17:18:39 +0000 (17:18 +0000)]
Update to use reference-serializer too
Stanislav Malyshev [Mon, 30 Oct 2000 17:10:06 +0000 (17:10 +0000)]
Add support for serializing references.
@- Add support for serializing references (Stas)
# WDDX and shared memory functions not covered yet
Stanislav Malyshev [Mon, 30 Oct 2000 16:44:01 +0000 (16:44 +0000)]
Fix crash in sscanf in error handler (#7533)
Stanislav Malyshev [Mon, 30 Oct 2000 16:13:03 +0000 (16:13 +0000)]
Don't try to work with negative timestamps
# It returns the same day as for 0, which is wrong
Stanislav Malyshev [Mon, 30 Oct 2000 15:30:27 +0000 (15:30 +0000)]
Remove empty temp file on failed upload
Stanislav Malyshev [Mon, 30 Oct 2000 15:27:32 +0000 (15:27 +0000)]
Another attempt to make it build
Sascha Schumann [Mon, 30 Oct 2000 14:29:51 +0000 (14:29 +0000)]
LTLIBRARY_DEPENDENCIES might depend on variables defined in config_vars.mk,
so we force inclusion of that file before we use LTLIBRARY_DEPENDENCIES
in a rule.
Stanislav Malyshev [Mon, 30 Oct 2000 12:26:26 +0000 (12:26 +0000)]
Make "H*" work
Stanislav Malyshev [Mon, 30 Oct 2000 12:14:37 +0000 (12:14 +0000)]
Fix build
# At least, it compiles now...
Sascha Schumann [Mon, 30 Oct 2000 11:44:18 +0000 (11:44 +0000)]
Remove --with-aolserver-src directive.
AOLserver 3.1 and up install the include directory as per suggestion.
<changelog@php.net> [Mon, 30 Oct 2000 02:09:09 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Mon, 30 Oct 2000 02:09:06 +0000 (02:09 +0000)]
NEWS update
Chris Vandomelen [Mon, 30 Oct 2000 01:09:15 +0000 (01:09 +0000)]
Removed INI entry for read() function, made changes to read() so it will
take 4th parameter specifying whether to use the read() wrapper or the
system read() function, and modified the wrapper() so that it worked (mostly)
properly once again.
Zeev Suraski [Sun, 29 Oct 2000 23:34:33 +0000 (23:34 +0000)]
parse_ini_file() supports a new optional 2nd argument that instructs it
to divide the directives to arrays according to the sections in which they
reside
Zeev Suraski [Sun, 29 Oct 2000 23:10:22 +0000 (23:10 +0000)]
Move browscap code to the new modular INI parser
Zeev Suraski [Sun, 29 Oct 2000 23:10:04 +0000 (23:10 +0000)]
Fix leaks
Zeev Suraski [Sun, 29 Oct 2000 22:45:46 +0000 (22:45 +0000)]
Forgot the @...
Zeev Suraski [Sun, 29 Oct 2000 22:42:01 +0000 (22:42 +0000)]
Use the new INI parser for parse_ini_str()
- parse_ini_str() is now thread-safe, and supported under Windows (Zeev)
Zeev Suraski [Sun, 29 Oct 2000 22:40:01 +0000 (22:40 +0000)]
The new INI parser is showing some signs of life
Zeev Suraski [Sun, 29 Oct 2000 19:16:29 +0000 (19:16 +0000)]
Fix a corruption bug, when erroneously allowing to send non-variables by reference (several
bug-db reports seem to originate in this bug)
Zeev Suraski [Sun, 29 Oct 2000 18:30:00 +0000 (18:30 +0000)]
Fix build
Zeev Suraski [Sun, 29 Oct 2000 18:26:21 +0000 (18:26 +0000)]
Forgot this one
Zeev Suraski [Sun, 29 Oct 2000 18:23:51 +0000 (18:23 +0000)]
Generalization work
Sascha Schumann [Sun, 29 Oct 2000 17:48:13 +0000 (17:48 +0000)]
POSTs work fine
Sascha Schumann [Sun, 29 Oct 2000 17:43:23 +0000 (17:43 +0000)]
Add standard license
Stanislav Malyshev [Sun, 29 Oct 2000 16:25:16 +0000 (16:25 +0000)]
Allow module to proclaim compatibility with any Zend version
Sascha Schumann [Sun, 29 Oct 2000 16:19:09 +0000 (16:19 +0000)]
This is actually user-visible.
Sascha Schumann [Sun, 29 Oct 2000 16:14:27 +0000 (16:14 +0000)]
Unify handling of aborted connections
Sascha Schumann [Sun, 29 Oct 2000 16:02:40 +0000 (16:02 +0000)]
Unify aborted connection handling
Sascha Schumann [Sun, 29 Oct 2000 16:01:02 +0000 (16:01 +0000)]
Add/unify aborted connection handling
Sascha Schumann [Sun, 29 Oct 2000 16:00:42 +0000 (16:00 +0000)]
Add php_handle_aborted_connection()
Call this from your SAPI module to signal an aborted connection.
Sascha Schumann [Sun, 29 Oct 2000 15:13:23 +0000 (15:13 +0000)]
New directive AddRequestBodyFilters
Currently it requires this patch:
http://schumann.cx/request-body-filters
Zeev Suraski [Sun, 29 Oct 2000 15:13:20 +0000 (15:13 +0000)]
Some more work on the INI parser/scanner
Sascha Schumann [Sun, 29 Oct 2000 15:10:49 +0000 (15:10 +0000)]
Handle user aborts
Zeev Suraski [Sun, 29 Oct 2000 14:56:16 +0000 (14:56 +0000)]
Initial step in rewriting the INI parsing mechanism
Sascha Schumann [Sun, 29 Oct 2000 14:52:15 +0000 (14:52 +0000)]
Add Request Body filters. This is a much nicer concept than
ap_get_req_body, since it is much more flexible and does not
need to buffer everything in memory (PHP still does..).
Zeev Suraski [Sun, 29 Oct 2000 14:35:34 +0000 (14:35 +0000)]
Unify the names of these last 3 files...
Zeev Suraski [Sun, 29 Oct 2000 11:56:42 +0000 (11:56 +0000)]
Fix Windows build
Zeev Suraski [Sun, 29 Oct 2000 11:38:26 +0000 (11:38 +0000)]
Initial steps to move the INI mechanism to the Zend engine
Thies C. Arntzen [Sun, 29 Oct 2000 09:14:55 +0000 (09:14 +0000)]
update my email.
Stig Bakken [Sun, 29 Oct 2000 07:19:35 +0000 (07:19 +0000)]
Test descriptions showed up blank, fixed.
foobar [Sun, 29 Oct 2000 04:36:33 +0000 (04:36 +0000)]
Check also that the file isn't empty.
foobar [Sun, 29 Oct 2000 04:10:07 +0000 (04:10 +0000)]
@- Fixed conflict with OpenLDAP and Oracle 8.1.x (Jani)
# PR: 4257,4698,5527,6112,6650,7195
<changelog@php.net> [Sun, 29 Oct 2000 01:09:07 +0000 (01:09 +0000)]
ChangeLog update
foobar [Sat, 28 Oct 2000 19:22:46 +0000 (19:22 +0000)]
Fix for bug #7416. ldap_set|get_option() are also in NSLDAP SDKs.
Stig Venaas [Sat, 28 Oct 2000 18:26:45 +0000 (18:26 +0000)]
Moving --with-openssl to global configure, want OpenSSL for not just snmp
Stanislav Malyshev [Sat, 28 Oct 2000 17:13:28 +0000 (17:13 +0000)]
Allow to send secure cookies
Andi Gutmans [Sat, 28 Oct 2000 10:48:32 +0000 (10:48 +0000)]
- Fix from Sascha. It fixes errorneous inclusion of bz2
Zeev Suraski [Sat, 28 Oct 2000 01:31:56 +0000 (01:31 +0000)]
- URL-opened files now store the HTTP response header in $http_response_header
- Some layout updates
<changelog@php.net> [Sat, 28 Oct 2000 01:09:11 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Sat, 28 Oct 2000 01:09:08 +0000 (01:09 +0000)]
NEWS update
Sascha Schumann [Fri, 27 Oct 2000 23:02:20 +0000 (23:02 +0000)]
POST handler for my ubercool new Apache 2.0 function ap_get_req_body.
foobar [Fri, 27 Oct 2000 20:53:04 +0000 (20:53 +0000)]
Fixed PR: 6730. And it is mentioned also in RFC 959 to be this way.
foobar [Fri, 27 Oct 2000 20:47:36 +0000 (20:47 +0000)]
Fixes PR: 7245
Frank M. Kromann [Fri, 27 Oct 2000 20:26:16 +0000 (20:26 +0000)]
Making _php_math_longtobase() and _php_math_basetolong() callable from DLL and SO modules
Daniel Beulshausen [Fri, 27 Oct 2000 19:27:21 +0000 (19:27 +0000)]
added "printer" extension, to access printers under win32
Sterling Hughes [Fri, 27 Oct 2000 19:10:23 +0000 (19:10 +0000)]
New e-mail address.
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