]> granicus.if.org Git - php/log
php
24 years ago- Beautify
Andi Gutmans [Wed, 1 Nov 2000 19:55:13 +0000 (19:55 +0000)]
- Beautify

24 years agoOur context's lifetime differs from the lifetime of a filter's context,
Sascha Schumann [Wed, 1 Nov 2000 19:26:57 +0000 (19:26 +0000)]
Our context's lifetime differs from the lifetime of a filter's context,
so don't set the filter's context in the INIT_CTX macro.

24 years agoUse Input filters for handling POST data
Sascha Schumann [Wed, 1 Nov 2000 19:19:46 +0000 (19:19 +0000)]
Use Input filters for handling POST data

24 years ago- Define the different possible modes for readibility and use in the rest
Andi Gutmans [Wed, 1 Nov 2000 18:05:27 +0000 (18:05 +0000)]
- Define the different possible modes for readibility and use in the rest
- of PHP

24 years ago- In function declerations the opening { should be on a new line
Andi Gutmans [Wed, 1 Nov 2000 17:31:53 +0000 (17:31 +0000)]
- In function declerations the opening { should be on a new line

24 years ago- Change some estrdup()'s to estrndup()'s
Andi Gutmans [Wed, 1 Nov 2000 14:48:00 +0000 (14:48 +0000)]
- Change some estrdup()'s to estrndup()'s

24 years ago- Revert patch which seems to have caused the STOP mechanism not to work.
Andi Gutmans [Wed, 1 Nov 2000 11:23:52 +0000 (11:23 +0000)]
- Revert patch which seems to have caused the STOP mechanism not to work.
- I'm not quite sure why this should have caused harm even if not completey
- the right way of doing it.

24 years agoNo more segfaults.
foobar [Wed, 1 Nov 2000 05:05:33 +0000 (05:05 +0000)]
No more segfaults.

24 years agoAdd line of possible XBM support to the phpinfo()
foobar [Wed, 1 Nov 2000 04:38:28 +0000 (04:38 +0000)]
Add line of possible XBM support to the phpinfo()

24 years agoFixed some compile warnings and removed useless code.
foobar [Wed, 1 Nov 2000 02:30:37 +0000 (02:30 +0000)]
Fixed some compile warnings and removed useless code.

24 years agoChangeLog update
<changelog@php.net> [Wed, 1 Nov 2000 02:09:22 +0000 (02:09 +0000)]
ChangeLog update

24 years agoFix Apache build
Zeev Suraski [Tue, 31 Oct 2000 18:28:04 +0000 (18:28 +0000)]
Fix Apache build

24 years agomode_t should be an unsigned_int
Zeev Suraski [Tue, 31 Oct 2000 18:05:28 +0000 (18:05 +0000)]
mode_t should be an unsigned_int

24 years agomode_t fixes
Zeev Suraski [Tue, 31 Oct 2000 18:05:19 +0000 (18:05 +0000)]
mode_t fixes

24 years agogeneralization of image handling in phpinfo
Hartmut Holzgraefe [Tue, 31 Oct 2000 17:21:52 +0000 (17:21 +0000)]
generalization of image handling in phpinfo

24 years agoFix -d functionality
Stanislav Malyshev [Tue, 31 Oct 2000 16:16:57 +0000 (16:16 +0000)]
Fix -d functionality

24 years ago- Fix phpinfo()
Zeev Suraski [Tue, 31 Oct 2000 16:06:46 +0000 (16:06 +0000)]
- Fix phpinfo()
- Fix non-thread-safe build

24 years agoRemove unnecessary code, fix phpinfo()
Zeev Suraski [Tue, 31 Oct 2000 16:06:30 +0000 (16:06 +0000)]
Remove unnecessary code, fix phpinfo()

24 years agoRequire bison 1.28
Zeev Suraski [Tue, 31 Oct 2000 14:54:16 +0000 (14:54 +0000)]
Require bison 1.28

24 years agoFix memory_limit build problem
Zeev Suraski [Tue, 31 Oct 2000 12:46:07 +0000 (12:46 +0000)]
Fix memory_limit build problem

24 years agoremoved some bogus code
Hartmut Holzgraefe [Tue, 31 Oct 2000 11:32:05 +0000 (11:32 +0000)]
removed some bogus code

24 years agosupport for short comments was added to ext_skel proto files
Hartmut Holzgraefe [Tue, 31 Oct 2000 11:30:11 +0000 (11:30 +0000)]
support for short comments was added to ext_skel proto files
theese will be used in proto comments in the source
and as <refpurpose> information in the XML docs

24 years agocosmetic changes (added some "proto"s missing in the function documentations)
Jesus M. Castagnetto [Tue, 31 Oct 2000 06:33:07 +0000 (06:33 +0000)]
cosmetic changes (added some "proto"s missing in the function documentations)

24 years agoChangeLog update
<changelog@php.net> [Tue, 31 Oct 2000 02:09:10 +0000 (02:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Tue, 31 Oct 2000 02:09:07 +0000 (02:09 +0000)]
NEWS update

24 years agoBoth RETR and STOR have also 250 as possible return value
foobar [Tue, 31 Oct 2000 00:30:37 +0000 (00:30 +0000)]
Both RETR and STOR have also 250 as possible return value

24 years agoFix the fix.
foobar [Tue, 31 Oct 2000 00:00:26 +0000 (00:00 +0000)]
Fix the fix.

24 years ago- Complete the move to the new INI parser. (Side effect: at last, people
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...)

24 years agoFix non-thread-safe Windows build
Zeev Suraski [Mon, 30 Oct 2000 23:37:50 +0000 (23:37 +0000)]
Fix non-thread-safe Windows build

24 years agoFinal touches on the INI parser
Zeev Suraski [Mon, 30 Oct 2000 23:19:48 +0000 (23:19 +0000)]
Final touches on the INI parser

24 years agoPATH is not optional (we print that message, because php-config isn't in the
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).

24 years ago- Added the two constants mentioned in bug #6097
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

24 years agoUpdate to use reference-serializer too
Stanislav Malyshev [Mon, 30 Oct 2000 17:18:39 +0000 (17:18 +0000)]
Update to use reference-serializer too

24 years agoAdd support for serializing references.
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

24 years agoFix crash in sscanf in error handler (#7533)
Stanislav Malyshev [Mon, 30 Oct 2000 16:44:01 +0000 (16:44 +0000)]
Fix crash in sscanf in error handler (#7533)

24 years agoDon't try to work with negative timestamps
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

24 years agoRemove empty temp file on failed upload
Stanislav Malyshev [Mon, 30 Oct 2000 15:30:27 +0000 (15:30 +0000)]
Remove empty temp file on failed upload

24 years agoAnother attempt to make it build
Stanislav Malyshev [Mon, 30 Oct 2000 15:27:32 +0000 (15:27 +0000)]
Another attempt to make it build

24 years agoLTLIBRARY_DEPENDENCIES might depend on variables defined in config_vars.mk,
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.

24 years agoMake "H*" work
Stanislav Malyshev [Mon, 30 Oct 2000 12:26:26 +0000 (12:26 +0000)]
Make "H*" work

24 years agoFix build
Stanislav Malyshev [Mon, 30 Oct 2000 12:14:37 +0000 (12:14 +0000)]
Fix build
# At least, it compiles now...

24 years agoRemove --with-aolserver-src directive.
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.

24 years agoChangeLog update
<changelog@php.net> [Mon, 30 Oct 2000 02:09:09 +0000 (02:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Mon, 30 Oct 2000 02:09:06 +0000 (02:09 +0000)]
NEWS update

24 years agoRemoved INI entry for read() function, made changes to read() so it will
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.

24 years agoparse_ini_file() supports a new optional 2nd argument that instructs it
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

24 years agoMove browscap code to the new modular INI parser
Zeev Suraski [Sun, 29 Oct 2000 23:10:22 +0000 (23:10 +0000)]
Move browscap code to the new modular INI parser

24 years agoFix leaks
Zeev Suraski [Sun, 29 Oct 2000 23:10:04 +0000 (23:10 +0000)]
Fix leaks

24 years agoForgot the @...
Zeev Suraski [Sun, 29 Oct 2000 22:45:46 +0000 (22:45 +0000)]
Forgot the @...

24 years agoUse the new INI parser for parse_ini_str()
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)

24 years agoThe new INI parser is showing some signs of life
Zeev Suraski [Sun, 29 Oct 2000 22:40:01 +0000 (22:40 +0000)]
The new INI parser is showing some signs of life

24 years agoFix a corruption bug, when erroneously allowing to send non-variables by reference...
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)

24 years agoFix build
Zeev Suraski [Sun, 29 Oct 2000 18:30:00 +0000 (18:30 +0000)]
Fix build

24 years agoForgot this one
Zeev Suraski [Sun, 29 Oct 2000 18:26:21 +0000 (18:26 +0000)]
Forgot this one

24 years agoGeneralization work
Zeev Suraski [Sun, 29 Oct 2000 18:23:51 +0000 (18:23 +0000)]
Generalization work

24 years agoPOSTs work fine
Sascha Schumann [Sun, 29 Oct 2000 17:48:13 +0000 (17:48 +0000)]
POSTs work fine

24 years agoAdd standard license
Sascha Schumann [Sun, 29 Oct 2000 17:43:23 +0000 (17:43 +0000)]
Add standard license

24 years agoAllow module to proclaim compatibility with any Zend version
Stanislav Malyshev [Sun, 29 Oct 2000 16:25:16 +0000 (16:25 +0000)]
Allow module to proclaim compatibility with any Zend version

24 years agoThis is actually user-visible.
Sascha Schumann [Sun, 29 Oct 2000 16:19:09 +0000 (16:19 +0000)]
This is actually user-visible.

24 years agoUnify handling of aborted connections
Sascha Schumann [Sun, 29 Oct 2000 16:14:27 +0000 (16:14 +0000)]
Unify handling of aborted connections

24 years agoUnify aborted connection handling
Sascha Schumann [Sun, 29 Oct 2000 16:02:40 +0000 (16:02 +0000)]
Unify aborted connection handling

24 years agoAdd/unify aborted connection handling
Sascha Schumann [Sun, 29 Oct 2000 16:01:02 +0000 (16:01 +0000)]
Add/unify aborted connection handling

24 years agoAdd php_handle_aborted_connection()
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.

24 years agoNew directive AddRequestBodyFilters
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

24 years agoSome more work on the INI parser/scanner
Zeev Suraski [Sun, 29 Oct 2000 15:13:20 +0000 (15:13 +0000)]
Some more work on the INI parser/scanner

24 years agoHandle user aborts
Sascha Schumann [Sun, 29 Oct 2000 15:10:49 +0000 (15:10 +0000)]
Handle user aborts

24 years agoInitial step in rewriting the INI parsing mechanism
Zeev Suraski [Sun, 29 Oct 2000 14:56:16 +0000 (14:56 +0000)]
Initial step in rewriting the INI parsing mechanism

24 years agoAdd Request Body filters. This is a much nicer concept than
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..).

24 years agoUnify the names of these last 3 files...
Zeev Suraski [Sun, 29 Oct 2000 14:35:34 +0000 (14:35 +0000)]
Unify the names of these last 3 files...

24 years agoFix Windows build
Zeev Suraski [Sun, 29 Oct 2000 11:56:42 +0000 (11:56 +0000)]
Fix Windows build

24 years agoInitial steps to move the INI mechanism to the Zend engine
Zeev Suraski [Sun, 29 Oct 2000 11:38:26 +0000 (11:38 +0000)]
Initial steps to move the INI mechanism to the Zend engine

24 years agoupdate my email.
Thies C. Arntzen [Sun, 29 Oct 2000 09:14:55 +0000 (09:14 +0000)]
update my email.

24 years agoTest descriptions showed up blank, fixed.
Stig Bakken [Sun, 29 Oct 2000 07:19:35 +0000 (07:19 +0000)]
Test descriptions showed up blank, fixed.

24 years agoCheck also that the file isn't empty.
foobar [Sun, 29 Oct 2000 04:36:33 +0000 (04:36 +0000)]
Check also that the file isn't empty.

24 years ago@- Fixed conflict with OpenLDAP and Oracle 8.1.x (Jani)
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

24 years agoChangeLog update
<changelog@php.net> [Sun, 29 Oct 2000 01:09:07 +0000 (01:09 +0000)]
ChangeLog update

24 years agoFix for bug #7416. ldap_set|get_option() are also in NSLDAP SDKs.
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.

24 years agoMoving --with-openssl to global configure, want OpenSSL for not just snmp
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

24 years agoAllow to send secure cookies
Stanislav Malyshev [Sat, 28 Oct 2000 17:13:28 +0000 (17:13 +0000)]
Allow to send secure cookies

24 years ago- Fix from Sascha. It fixes errorneous inclusion of bz2
Andi Gutmans [Sat, 28 Oct 2000 10:48:32 +0000 (10:48 +0000)]
- Fix from Sascha. It fixes errorneous inclusion of bz2

24 years ago- URL-opened files now store the HTTP response header in $http_response_header
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

24 years agoChangeLog update
<changelog@php.net> [Sat, 28 Oct 2000 01:09:11 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Sat, 28 Oct 2000 01:09:08 +0000 (01:09 +0000)]
NEWS update

24 years agoPOST handler for my ubercool new Apache 2.0 function ap_get_req_body.
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.

24 years agoFixed PR: 6730. And it is mentioned also in RFC 959 to be this way.
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.

24 years agoFixes PR: 7245
foobar [Fri, 27 Oct 2000 20:47:36 +0000 (20:47 +0000)]
Fixes PR: 7245

24 years agoMaking _php_math_longtobase() and _php_math_basetolong() callable from DLL and SO...
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

24 years agoadded "printer" extension, to access printers under win32
Daniel Beulshausen [Fri, 27 Oct 2000 19:27:21 +0000 (19:27 +0000)]
added "printer" extension, to access printers under win32

24 years agoNew e-mail address.
Sterling Hughes [Fri, 27 Oct 2000 19:10:23 +0000 (19:10 +0000)]
New e-mail address.

24 years agoKill compiler warning.
Frank M. Kromann [Fri, 27 Oct 2000 16:16:55 +0000 (16:16 +0000)]
Kill compiler warning.

24 years agouse puts instead of fprintf in log handler. no need for a format string.
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.

24 years agoSome information about this handler
Sascha Schumann [Fri, 27 Oct 2000 15:03:53 +0000 (15:03 +0000)]
Some information about this handler

24 years agoAdded macros for object properties and class entry.
Andrei Zmievski [Fri, 27 Oct 2000 14:13:03 +0000 (14:13 +0000)]
Added macros for object properties and class entry.

24 years ago@- Fixed array_rand() to shuffle results when the number of requested
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)

24 years agoLooks like transient buckets are limited to 4096 bytes, so split up writes.
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.

24 years agoAdd log message sapi handler.
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.

24 years agoApache 2.0 does some funky internal caching which works for static
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.

24 years agospeling
Sascha Schumann [Fri, 27 Oct 2000 12:37:05 +0000 (12:37 +0000)]
speling

24 years agotype fixes to make compilers happy
Hartmut Holzgraefe [Fri, 27 Oct 2000 10:48:07 +0000 (10:48 +0000)]
type fixes to make compilers happy

24 years agoAdd some comments
Sascha Schumann [Fri, 27 Oct 2000 10:41:24 +0000 (10:41 +0000)]
Add some comments