]> granicus.if.org Git - php/log
php
24 years agoAdded extra help with library issues, and some performance tuning tips
Ben Mansell [Fri, 3 Nov 2000 09:49:25 +0000 (09:49 +0000)]
Added extra help with library issues, and some performance tuning tips

24 years ago- Add trailing \n?
Andi Gutmans [Fri, 3 Nov 2000 08:39:39 +0000 (08:39 +0000)]
- Add trailing \n?

24 years agoFixed memory leak in array_diff and array_intersect, was introduced with
Stig Venaas [Fri, 3 Nov 2000 07:20:35 +0000 (07:20 +0000)]
Fixed memory leak in array_diff and array_intersect, was introduced with
last change.

24 years agoFix msql_close(), pg_close() and sybase_close() (Sybase CT)
Zeev Suraski [Fri, 3 Nov 2000 02:46:49 +0000 (02:46 +0000)]
Fix msql_close(), pg_close() and sybase_close() (Sybase CT)

24 years agoFix for bug #5571 (by mookid@sigent.ru)
Zeev Suraski [Fri, 3 Nov 2000 02:45:55 +0000 (02:45 +0000)]
Fix for bug #5571 (by mookid@sigent.ru)

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

24 years agofix configure..
foobar [Fri, 3 Nov 2000 01:56:58 +0000 (01:56 +0000)]
fix configure..

24 years agoFixed mysql_close() - A bit more complicated than I originally thought
Zeev Suraski [Fri, 3 Nov 2000 01:56:47 +0000 (01:56 +0000)]
Fixed mysql_close()  - A bit more complicated than I originally thought

24 years agoChanged as per discussion with Sablotron folks.
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)

24 years ago*** empty log message ***
Andi Gutmans [Fri, 3 Nov 2000 00:57:05 +0000 (00:57 +0000)]
*** empty log message ***

24 years agoFix msql_close()
Zeev Suraski [Fri, 3 Nov 2000 00:52:54 +0000 (00:52 +0000)]
Fix msql_close()

24 years ago- Fix dependency.
Andi Gutmans [Fri, 3 Nov 2000 00:52:20 +0000 (00:52 +0000)]
- Fix dependency.

24 years agoFix pg_close()
Zeev Suraski [Fri, 3 Nov 2000 00:51:53 +0000 (00:51 +0000)]
Fix pg_close()

24 years ago- Make the random generator work again. This patch seems to work.
Andi Gutmans [Fri, 3 Nov 2000 00:45:24 +0000 (00:45 +0000)]
- Make the random generator work again. This patch seems to work.

24 years agoFix mysql_close()
Zeev Suraski [Fri, 3 Nov 2000 00:41:29 +0000 (00:41 +0000)]
Fix mysql_close()

24 years agoFix build
Zeev Suraski [Fri, 3 Nov 2000 00:38:33 +0000 (00:38 +0000)]
Fix build

24 years agoAdd RESVAL macros
Zeev Suraski [Fri, 3 Nov 2000 00:35:12 +0000 (00:35 +0000)]
Add RESVAL macros

24 years agoUse V_CHDIR_FILE instead of doing the job of that function myself and
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)

24 years agoSetting no_cache causes Expires: to be send, which is not what we want.
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.

24 years ago- When mode is specified the flag is a don't care
Andi Gutmans [Thu, 2 Nov 2000 23:30:48 +0000 (23:30 +0000)]
- When mode is specified the flag is a don't care

24 years ago- Missed one of the php_checkuid() places
Andi Gutmans [Thu, 2 Nov 2000 23:19:48 +0000 (23:19 +0000)]
- Missed one of the php_checkuid() places

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