]> granicus.if.org Git - php/log
php
24 years agoUpdate NEWS
Zeev Suraski [Thu, 2 Nov 2000 23:18:08 +0000 (23:18 +0000)]
Update NEWS

24 years agoFix bug #7599
Zeev Suraski [Thu, 2 Nov 2000 23:17:55 +0000 (23:17 +0000)]
Fix bug #7599

24 years ago- Use CHECKUID_* #define's instead of cryptic numbers in php_checkuid()
Andi Gutmans [Thu, 2 Nov 2000 23:08:07 +0000 (23:08 +0000)]
- Use CHECKUID_* #define's instead of cryptic numbers in php_checkuid()
- I did not test for validity of the actual php_checkuid() calls and there
- might be mistakes in the previous code.

24 years agoUpdate to reflect the changes in the parsers/scanners
Zeev Suraski [Thu, 2 Nov 2000 23:05:32 +0000 (23:05 +0000)]
Update to reflect the changes in the parsers/scanners

24 years agospelling. bad chuck.
Chuck Hagenbuch [Thu, 2 Nov 2000 21:40:38 +0000 (21:40 +0000)]
spelling. bad chuck.

24 years agoalways prepend Receieved: headers to avoid generating mail that looks like
Chuck Hagenbuch [Thu, 2 Nov 2000 20:20:39 +0000 (20:20 +0000)]
always prepend Receieved: headers to avoid generating mail that looks like
spam, and remove a silly comment from the sendmail backend.

24 years agoNow correctly detects Pike 7.0 and use the alternative code. It also sends the
David Hedbor [Thu, 2 Nov 2000 20:05:24 +0000 (20:05 +0000)]
Now correctly detects Pike 7.0 and use the alternative code. It also sends the
number of written bytes to the done callback function.

24 years agoMissed those
Zeev Suraski [Thu, 2 Nov 2000 19:31:21 +0000 (19:31 +0000)]
Missed those

24 years agoMaintain consistency
Zeev Suraski [Thu, 2 Nov 2000 19:27:55 +0000 (19:27 +0000)]
Maintain consistency

24 years agoAdded Caudium to credit line.
David Hedbor [Thu, 2 Nov 2000 19:07:15 +0000 (19:07 +0000)]
Added Caudium to credit line.

24 years agoChanged contact information.
David Hedbor [Thu, 2 Nov 2000 18:56:42 +0000 (18:56 +0000)]
Changed contact information.

24 years agoAdded notice about Caudium websites.
David Hedbor [Thu, 2 Nov 2000 18:54:21 +0000 (18:54 +0000)]
Added notice about Caudium websites.

24 years agoInitial caudium support.
David Hedbor [Thu, 2 Nov 2000 18:53:47 +0000 (18:53 +0000)]
Initial caudium support.

24 years ago- Replace do_exit() with zend_do_exit().
Andi Gutmans [Thu, 2 Nov 2000 18:42:54 +0000 (18:42 +0000)]
- Replace do_exit() with zend_do_exit().
- Problem reported by David Hedbor <david@hedbor.org>

24 years agoRevert the patch - people don't like it
Stanislav Malyshev [Thu, 2 Nov 2000 18:24:43 +0000 (18:24 +0000)]
Revert the patch - people don't like it

24 years agoAdd note
Sascha Schumann [Thu, 2 Nov 2000 17:18:21 +0000 (17:18 +0000)]
Add note

24 years ago.
Sascha Schumann [Thu, 2 Nov 2000 17:07:19 +0000 (17:07 +0000)]
.

24 years agoFix issue with Sun CC not detecting readdir_r
Stanislav Malyshev [Thu, 2 Nov 2000 16:50:40 +0000 (16:50 +0000)]
Fix issue with Sun CC not detecting readdir_r
# This was once fixed in the code, but not in the configure

24 years ago- Fixed a bug that caused PHP not to properly flush its output buffer, if more
Zeev Suraski [Thu, 2 Nov 2000 16:46:30 +0000 (16:46 +0000)]
- Fixed a bug that caused PHP not to properly flush its output buffer, if more
  than one output buffer was used

24 years agoUpdate. Someone should really write better docs. =)
Sascha Schumann [Thu, 2 Nov 2000 16:15:03 +0000 (16:15 +0000)]
Update. Someone should really write better docs. =)

24 years agoConst'ify part of sapi_request_info.
Sascha Schumann [Thu, 2 Nov 2000 15:47:02 +0000 (15:47 +0000)]
Const'ify part of sapi_request_info.

query_string, post_data, path_translated, request_uri, auth_user,
auth_password and argv0 are modified, so they cannot become const.

24 years agoNamespace protect mergesort (caused conflict on Darwin).
Sascha Schumann [Thu, 2 Nov 2000 15:32:52 +0000 (15:32 +0000)]
Namespace protect mergesort (caused conflict on Darwin).

24 years agoNamespace protect dir_cmds and kill some warnings
Sascha Schumann [Thu, 2 Nov 2000 15:19:54 +0000 (15:19 +0000)]
Namespace protect dir_cmds and kill some warnings

24 years agoRestrict php_admin_value to *.conf files.
Sascha Schumann [Thu, 2 Nov 2000 15:01:25 +0000 (15:01 +0000)]
Restrict php_admin_value to *.conf files.

24 years ago- Fix Windows build
Zeev Suraski [Thu, 2 Nov 2000 14:53:10 +0000 (14:53 +0000)]
- Fix Windows build
- Changed the Apache .dsp to expect the Apache source code files under php_build

24 years agoDas war nicht gut.
Sterling Hughes [Thu, 2 Nov 2000 14:39:16 +0000 (14:39 +0000)]
Das war nicht gut.

24 years agoFix a few warnings
Zeev Suraski [Thu, 2 Nov 2000 14:18:34 +0000 (14:18 +0000)]
Fix a few warnings

24 years agoupdate NEWS
Zeev Suraski [Thu, 2 Nov 2000 12:14:49 +0000 (12:14 +0000)]
update NEWS

24 years agoFix a nasty bug in the shutdown sequence of PHP under Apache.
Zeev Suraski [Thu, 2 Nov 2000 12:05:54 +0000 (12:05 +0000)]
Fix a nasty bug in the shutdown sequence of PHP under Apache.

24 years agoRemove unnecessary variables
Zeev Suraski [Thu, 2 Nov 2000 11:33:34 +0000 (11:33 +0000)]
Remove unnecessary variables

24 years agoexplicit declaration here too - sigh, way too early in the morning
Zeev Suraski [Thu, 2 Nov 2000 10:28:17 +0000 (10:28 +0000)]
explicit declaration here too - sigh, way too early in the morning

24 years agooops
Zeev Suraski [Thu, 2 Nov 2000 10:26:03 +0000 (10:26 +0000)]
oops

24 years agoexplicit declaration
Zeev Suraski [Thu, 2 Nov 2000 10:24:34 +0000 (10:24 +0000)]
explicit declaration

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

24 years agoValidators are happy now.
foobar [Wed, 1 Nov 2000 22:53:42 +0000 (22:53 +0000)]
Validators are happy now.

24 years agoUpdated for ZTS mode.
Adam Dickmeiss [Wed, 1 Nov 2000 22:10:55 +0000 (22:10 +0000)]
Updated for ZTS mode.

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