]>
granicus.if.org Git - php/log
foobar [Fri, 3 Nov 2000 01:56:58 +0000 (01:56 +0000)]
fix configure..
Zeev Suraski [Fri, 3 Nov 2000 01:56:47 +0000 (01:56 +0000)]
Fixed mysql_close() - A bit more complicated than I originally thought
Sterling Hughes [Fri, 3 Nov 2000 01:10:11 +0000 (01:10 +0000)]
Changed as per discussion with Sablotron folks.
@ Changed the sablot configuration file so that if you use any version of
@ Sablotron below 0.44 you must use Sablotron's built-in Expat libraries.
@ (Sterling)
Andi Gutmans [Fri, 3 Nov 2000 00:57:05 +0000 (00:57 +0000)]
*** empty log message ***
Zeev Suraski [Fri, 3 Nov 2000 00:52:54 +0000 (00:52 +0000)]
Fix msql_close()
Andi Gutmans [Fri, 3 Nov 2000 00:52:20 +0000 (00:52 +0000)]
- Fix dependency.
Zeev Suraski [Fri, 3 Nov 2000 00:51:53 +0000 (00:51 +0000)]
Fix pg_close()
Andi Gutmans [Fri, 3 Nov 2000 00:45:24 +0000 (00:45 +0000)]
- Make the random generator work again. This patch seems to work.
Zeev Suraski [Fri, 3 Nov 2000 00:41:29 +0000 (00:41 +0000)]
Fix mysql_close()
Zeev Suraski [Fri, 3 Nov 2000 00:38:33 +0000 (00:38 +0000)]
Fix build
Zeev Suraski [Fri, 3 Nov 2000 00:35:12 +0000 (00:35 +0000)]
Add RESVAL macros
David Hedbor [Fri, 3 Nov 2000 00:29:05 +0000 (00:29 +0000)]
Use V_CHDIR_FILE instead of doing the job of that function myself and
added a define to disable the use of threads for debugging purposes.
@Support for the Caudium webserver (http://caudium.net/) added. It's based
@on the Roxen SAPI module. Many bugs have been identified and fixed. (David)
Sascha Schumann [Fri, 3 Nov 2000 00:11:42 +0000 (00:11 +0000)]
Setting no_cache causes Expires: to be send, which is not what we want.
Also disable ETag. It does not serve any purpose for dynamic pages.
Finally, disable keep-alive connections again, since we don't know
the content-length for sure.
Andi Gutmans [Thu, 2 Nov 2000 23:30:48 +0000 (23:30 +0000)]
- When mode is specified the flag is a don't care
Andi Gutmans [Thu, 2 Nov 2000 23:19:48 +0000 (23:19 +0000)]
- Missed one of the php_checkuid() places
Zeev Suraski [Thu, 2 Nov 2000 23:18:08 +0000 (23:18 +0000)]
Update NEWS
Zeev Suraski [Thu, 2 Nov 2000 23:17:55 +0000 (23:17 +0000)]
Fix bug #7599
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.
Zeev Suraski [Thu, 2 Nov 2000 23:05:32 +0000 (23:05 +0000)]
Update to reflect the changes in the parsers/scanners
Chuck Hagenbuch [Thu, 2 Nov 2000 21:40:38 +0000 (21:40 +0000)]
spelling. bad chuck.
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.
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.
Zeev Suraski [Thu, 2 Nov 2000 19:31:21 +0000 (19:31 +0000)]
Missed those
Zeev Suraski [Thu, 2 Nov 2000 19:27:55 +0000 (19:27 +0000)]
Maintain consistency
David Hedbor [Thu, 2 Nov 2000 19:07:15 +0000 (19:07 +0000)]
Added Caudium to credit line.
David Hedbor [Thu, 2 Nov 2000 18:56:42 +0000 (18:56 +0000)]
Changed contact information.
David Hedbor [Thu, 2 Nov 2000 18:54:21 +0000 (18:54 +0000)]
Added notice about Caudium websites.
David Hedbor [Thu, 2 Nov 2000 18:53:47 +0000 (18:53 +0000)]
Initial caudium support.
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>
Stanislav Malyshev [Thu, 2 Nov 2000 18:24:43 +0000 (18:24 +0000)]
Revert the patch - people don't like it
Sascha Schumann [Thu, 2 Nov 2000 17:18:21 +0000 (17:18 +0000)]
Add note
Sascha Schumann [Thu, 2 Nov 2000 17:07:19 +0000 (17:07 +0000)]
.
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
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
Sascha Schumann [Thu, 2 Nov 2000 16:15:03 +0000 (16:15 +0000)]
Update. Someone should really write better docs. =)
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.
Sascha Schumann [Thu, 2 Nov 2000 15:32:52 +0000 (15:32 +0000)]
Namespace protect mergesort (caused conflict on Darwin).
Sascha Schumann [Thu, 2 Nov 2000 15:19:54 +0000 (15:19 +0000)]
Namespace protect dir_cmds and kill some warnings
Sascha Schumann [Thu, 2 Nov 2000 15:01:25 +0000 (15:01 +0000)]
Restrict php_admin_value to *.conf files.
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
Sterling Hughes [Thu, 2 Nov 2000 14:39:16 +0000 (14:39 +0000)]
Das war nicht gut.
Zeev Suraski [Thu, 2 Nov 2000 14:18:34 +0000 (14:18 +0000)]
Fix a few warnings
Zeev Suraski [Thu, 2 Nov 2000 12:14:49 +0000 (12:14 +0000)]
update NEWS
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.
Zeev Suraski [Thu, 2 Nov 2000 11:33:34 +0000 (11:33 +0000)]
Remove unnecessary variables
Zeev Suraski [Thu, 2 Nov 2000 10:28:17 +0000 (10:28 +0000)]
explicit declaration here too - sigh, way too early in the morning
Zeev Suraski [Thu, 2 Nov 2000 10:26:03 +0000 (10:26 +0000)]
oops
Zeev Suraski [Thu, 2 Nov 2000 10:24:34 +0000 (10:24 +0000)]
explicit declaration
<changelog@php.net> [Thu, 2 Nov 2000 02:09:09 +0000 (02:09 +0000)]
ChangeLog update
foobar [Wed, 1 Nov 2000 22:53:42 +0000 (22:53 +0000)]
Validators are happy now.
Adam Dickmeiss [Wed, 1 Nov 2000 22:10:55 +0000 (22:10 +0000)]
Updated for ZTS mode.
Andi Gutmans [Wed, 1 Nov 2000 19:55:13 +0000 (19:55 +0000)]
- Beautify
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.
Sascha Schumann [Wed, 1 Nov 2000 19:19:46 +0000 (19:19 +0000)]
Use Input filters for handling POST data
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
Andi Gutmans [Wed, 1 Nov 2000 17:31:53 +0000 (17:31 +0000)]
- In function declerations the opening { should be on a new line
Andi Gutmans [Wed, 1 Nov 2000 14:48:00 +0000 (14:48 +0000)]
- Change some estrdup()'s to estrndup()'s
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.
foobar [Wed, 1 Nov 2000 05:05:33 +0000 (05:05 +0000)]
No more segfaults.
foobar [Wed, 1 Nov 2000 04:38:28 +0000 (04:38 +0000)]
Add line of possible XBM support to the phpinfo()
foobar [Wed, 1 Nov 2000 02:30:37 +0000 (02:30 +0000)]
Fixed some compile warnings and removed useless code.
<changelog@php.net> [Wed, 1 Nov 2000 02:09:22 +0000 (02:09 +0000)]
ChangeLog update
Zeev Suraski [Tue, 31 Oct 2000 18:28:04 +0000 (18:28 +0000)]
Fix Apache build
Zeev Suraski [Tue, 31 Oct 2000 18:05:28 +0000 (18:05 +0000)]
mode_t should be an unsigned_int
Zeev Suraski [Tue, 31 Oct 2000 18:05:19 +0000 (18:05 +0000)]
mode_t fixes
Hartmut Holzgraefe [Tue, 31 Oct 2000 17:21:52 +0000 (17:21 +0000)]
generalization of image handling in phpinfo
Stanislav Malyshev [Tue, 31 Oct 2000 16:16:57 +0000 (16:16 +0000)]
Fix -d functionality
Zeev Suraski [Tue, 31 Oct 2000 16:06:46 +0000 (16:06 +0000)]
- Fix phpinfo()
- Fix non-thread-safe build
Zeev Suraski [Tue, 31 Oct 2000 16:06:30 +0000 (16:06 +0000)]
Remove unnecessary code, fix phpinfo()
Zeev Suraski [Tue, 31 Oct 2000 14:54:16 +0000 (14:54 +0000)]
Require bison 1.28
Zeev Suraski [Tue, 31 Oct 2000 12:46:07 +0000 (12:46 +0000)]
Fix memory_limit build problem
Hartmut Holzgraefe [Tue, 31 Oct 2000 11:32:05 +0000 (11:32 +0000)]
removed some bogus code
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
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)
<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 @...