]> granicus.if.org Git - php/log
php
24 years agoadd a Crypt_HCEMD5 class. This implements the same algorithm as the perl
Chuck Hagenbuch [Mon, 6 Nov 2000 22:33:09 +0000 (22:33 +0000)]
add a Crypt_HCEMD5 class. This implements the same algorithm as the perl
Crypt::HCE_MD5 package, and should be cross-compatible with it. It provides
a secret-key based encryption algorithm possibly suitable for those who
don't have mcrypt enabled.

24 years agoNoted that setting of multiple headers with the same name is fixed.
David Hedbor [Mon, 6 Nov 2000 22:12:11 +0000 (22:12 +0000)]
Noted that setting of multiple headers with the same name is fixed.

24 years ago(php_caudium_set_header): Allow for multiple headers with the same name.
David Hedbor [Mon, 6 Nov 2000 22:11:10 +0000 (22:11 +0000)]
(php_caudium_set_header): Allow for multiple headers with the same name.

24 years ago(ImageCreateFromString) Added forgotten GDLS_FETCH() needed for ZTS.
David Hedbor [Mon, 6 Nov 2000 22:00:07 +0000 (22:00 +0000)]
(ImageCreateFromString) Added forgotten GDLS_FETCH() needed for ZTS.

24 years agoFix bug #7667.
Andrei Zmievski [Mon, 6 Nov 2000 19:41:30 +0000 (19:41 +0000)]
Fix bug #7667.

24 years agoAnd now the right fix - should add it still
Stanislav Malyshev [Mon, 6 Nov 2000 18:19:05 +0000 (18:19 +0000)]
And now the right fix - should add it still

24 years agoSerialize as reference only if it's a true reference
Stanislav Malyshev [Mon, 6 Nov 2000 18:09:51 +0000 (18:09 +0000)]
Serialize as reference only if it's a true reference

24 years agoFixed a bug in $argv and $argc not being properly defined in command-line mode
Zeev Suraski [Mon, 6 Nov 2000 09:55:53 +0000 (09:55 +0000)]
Fixed a bug in $argv and $argc not being properly defined in command-line mode
@- Fixed a bug that prevented $argv and $argc from being defined in the command
@  line version of PHP (Stas)

24 years agoI guess SG(request_info).argv0 and not !SG(request_info).argv0 was an intent, otherwi...
Stanislav Malyshev [Mon, 6 Nov 2000 09:31:48 +0000 (09:31 +0000)]
I guess SG(request_info).argv0 and not !SG(request_info).argv0 was an intent, otherwise it doesn't make much sense.

24 years agoAdd support to ukrainian characters (by serhiy@society.kiev.ua)
Stanislav Malyshev [Mon, 6 Nov 2000 08:46:12 +0000 (08:46 +0000)]
Add support to ukrainian characters (by serhiy@society.kiev.ua)

24 years agoFixed windows build.
Sebastian Bergmann [Mon, 6 Nov 2000 06:31:00 +0000 (06:31 +0000)]
Fixed windows build.

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

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

24 years agoAdd apache_sub_req()
Sascha Schumann [Mon, 6 Nov 2000 01:46:28 +0000 (01:46 +0000)]
Add apache_sub_req()

24 years agoMake sure these are initialized to NULL
Rasmus Lerdorf [Mon, 6 Nov 2000 01:07:53 +0000 (01:07 +0000)]
Make sure these are initialized to NULL

24 years agoBring phpcredits() up to date
John Donagher [Sun, 5 Nov 2000 23:34:49 +0000 (23:34 +0000)]
Bring phpcredits() up to date

24 years agoRemove apache2 sapi module in favour of Sascha's apach2filter
Rasmus Lerdorf [Sun, 5 Nov 2000 17:41:03 +0000 (17:41 +0000)]
Remove apache2 sapi module in favour of Sascha's apach2filter

24 years agoWe need a space after 'dnl' to comment stuff out. Why not just delete
Rasmus Lerdorf [Sun, 5 Nov 2000 17:31:17 +0000 (17:31 +0000)]
We need a space after 'dnl' to comment stuff out.  Why not just delete
this stuff now?

24 years agodnldnl won't work
Rasmus Lerdorf [Sun, 5 Nov 2000 17:29:04 +0000 (17:29 +0000)]
dnldnl won't work

24 years agoFix the other part...
Sterling Hughes [Sun, 5 Nov 2000 17:22:05 +0000 (17:22 +0000)]
Fix the other part...

24 years agoThis should fix the garbage.
Sterling Hughes [Sun, 5 Nov 2000 17:14:16 +0000 (17:14 +0000)]
This should fix the garbage.

24 years agoFix crash from #7577 (torben@php.net)
Stanislav Malyshev [Sun, 5 Nov 2000 16:25:26 +0000 (16:25 +0000)]
Fix crash from #7577 (torben@php.net)

24 years agoOutcomment everything. Since this is an exact duplicate of apache/config.m4,
Sascha Schumann [Sun, 5 Nov 2000 15:59:58 +0000 (15:59 +0000)]
Outcomment everything. Since this is an exact duplicate of apache/config.m4,
it might cause conflicts.

24 years agoPHP_EXTENSION_DIR is defined in build-defs.h
Sascha Schumann [Sun, 5 Nov 2000 15:10:47 +0000 (15:10 +0000)]
PHP_EXTENSION_DIR is defined in build-defs.h

24 years agoFix the problem Sascha reported, about extension_dir
Zeev Suraski [Sun, 5 Nov 2000 15:03:41 +0000 (15:03 +0000)]
Fix the problem Sascha reported, about extension_dir
@- Fixed a bug that prevented a changed compile-time extension_dir from
@  affecting modules that were loaded via php.ini (Zeev)

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

24 years ago- ImageCreateFromString(): Fixed segfault that occured if an image was tried to be
Mathieu Kooiman [Sat, 4 Nov 2000 20:43:53 +0000 (20:43 +0000)]
- ImageCreateFromString(): Fixed segfault that occured if an image was tried to be
  generate while there was no support for such an image type.

24 years ago- Fix build
Andi Gutmans [Sat, 4 Nov 2000 17:15:00 +0000 (17:15 +0000)]
- Fix build

24 years agofix #7573
Thies C. Arntzen [Sat, 4 Nov 2000 14:58:50 +0000 (14:58 +0000)]
fix #7573
closedir() now really close the directory - used to stay open 'cause the
default-directory resource was "remembered" for arg-less calls.

24 years agoNow make it work too (thanks for noticing that Andi :)
Zeev Suraski [Sat, 4 Nov 2000 10:45:31 +0000 (10:45 +0000)]
Now make it work too (thanks for noticing that Andi :)

24 years agoFix build
Zeev Suraski [Sat, 4 Nov 2000 10:36:13 +0000 (10:36 +0000)]
Fix build

24 years agoForgot to add one note. Plus some beutifying.
foobar [Sat, 4 Nov 2000 06:25:13 +0000 (06:25 +0000)]
Forgot to add one note. Plus some beutifying.

24 years agoShould be ok to use CC here
Rasmus Lerdorf [Sat, 4 Nov 2000 02:42:10 +0000 (02:42 +0000)]
Should be ok to use CC here

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

24 years agoNEWS update
<changelog@php.net> [Sat, 4 Nov 2000 02:09:09 +0000 (02:09 +0000)]
NEWS update

24 years agoUpdated proto for highlight_file/highlight_string
Jesus M. Castagnetto [Sat, 4 Nov 2000 01:18:10 +0000 (01:18 +0000)]
Updated proto for highlight_file/highlight_string

24 years agoFixed incorrect logic. And NSLDAP does not have LDAP_OPT_MATCHED_DN.
foobar [Fri, 3 Nov 2000 22:53:49 +0000 (22:53 +0000)]
Fixed incorrect logic. And NSLDAP does not have LDAP_OPT_MATCHED_DN.

24 years agoFixed ftp_mkdir(). It return the dirname passed to it in case of
foobar [Fri, 3 Nov 2000 21:53:24 +0000 (21:53 +0000)]
Fixed ftp_mkdir(). It return the dirname passed to it in case of
braindead ftp server which doesn't put the real path into reply.
PR: 7216

24 years ago- Fixed gd by adding a define
Derick Rethans [Fri, 3 Nov 2000 20:44:04 +0000 (20:44 +0000)]
- Fixed gd by adding a define

24 years ago- Fixing Mathieu's indentation problems
Derick Rethans [Fri, 3 Nov 2000 20:31:36 +0000 (20:31 +0000)]
- Fixing Mathieu's indentation problems
# It does not build, undefined references to getmbi and skipheader

24 years agoInclude header file for phpi_get_le_gd()
Joey Smith [Fri, 3 Nov 2000 20:13:46 +0000 (20:13 +0000)]
Include header file for phpi_get_le_gd()

24 years agoInclude header file for php_file_le_fopen()
Joey Smith [Fri, 3 Nov 2000 20:11:38 +0000 (20:11 +0000)]
Include header file for php_file_le_fopen()

24 years ago- Introduced ImageCreateFromString() function,
Mathieu Kooiman [Fri, 3 Nov 2000 19:53:42 +0000 (19:53 +0000)]
- Introduced ImageCreateFromString() function,
  works for GIF/JPEG/PNG and WBMP ..
  (Note: This built with the latest snapshot I grabbed
   tonight; Derick seemed to have trouble though..)
@-Introduced ImageCreateFromString(), creates an image
@ stream out of eg a MySQL blob. (Mathieu)

24 years agoFix build.
foobar [Fri, 3 Nov 2000 16:30:55 +0000 (16:30 +0000)]
Fix build.
# next time: CHECK that things WORK before committing..

24 years agoAdd some additional checks
Sascha Schumann [Fri, 3 Nov 2000 12:00:49 +0000 (12:00 +0000)]
Add some additional checks

Submitted by: mookid@sigent.ru (Mikhail Zabaluev)

24 years agoFix implementation of hash algorithm
Sascha Schumann [Fri, 3 Nov 2000 11:59:41 +0000 (11:59 +0000)]
Fix implementation of hash algorithm

24 years agoinstall instructions for more webservers
Daniel Beulshausen [Fri, 3 Nov 2000 11:43:45 +0000 (11:43 +0000)]
install instructions for more webservers

24 years agouse argv[1] if it's given, thanks to Bob Denny <rdenny@dc3.com>
Daniel Beulshausen [Fri, 3 Nov 2000 09:55:54 +0000 (09:55 +0000)]
use argv[1] if it's given, thanks to Bob Denny <rdenny@dc3.com>

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