]>
granicus.if.org Git - php/log
Uwe Steinmann [Thu, 9 Nov 2000 13:36:54 +0000 (13:36 +0000)]
- Some more comments
- Initial support to just include anchors into documents
Uwe Steinmann [Thu, 9 Nov 2000 08:42:20 +0000 (08:42 +0000)]
- Started support for XPath/XPtr (completely untested)
foobar [Thu, 9 Nov 2000 02:59:17 +0000 (02:59 +0000)]
Beutifying the output of configure a bit.
# I promise, this is the last commit for today. =)
foobar [Thu, 9 Nov 2000 02:31:56 +0000 (02:31 +0000)]
Remove duplicate check for xpm support.
foobar [Thu, 9 Nov 2000 02:29:15 +0000 (02:29 +0000)]
Fix to get jpeg/xpm support everytime.
foobar [Thu, 9 Nov 2000 02:11:45 +0000 (02:11 +0000)]
Remove duplicates (when curl-7.4.1 is used).
<changelog@php.net> [Thu, 9 Nov 2000 02:09:34 +0000 (02:09 +0000)]
ChangeLog update
foobar [Thu, 9 Nov 2000 00:16:28 +0000 (00:16 +0000)]
Fixed bug: #5460
Marc Pohl [Wed, 8 Nov 2000 21:40:34 +0000 (21:40 +0000)]
add gzdeflate() and gzinflate() for handling of pure gzip-datastreams
Mathieu Kooiman [Wed, 8 Nov 2000 18:41:22 +0000 (18:41 +0000)]
E_WARNING into E_ERROR, Last commit (today)! I PROMISE! :-)
Nikos Mavroyanopoulos [Wed, 8 Nov 2000 16:16:49 +0000 (16:16 +0000)]
Added license
Mathieu Kooiman [Wed, 8 Nov 2000 16:08:42 +0000 (16:08 +0000)]
Alert user if they're trying to use
ImageCreateFromString() with GD < 1.5..
Sorry, should've added this last commit.
Mathieu Kooiman [Wed, 8 Nov 2000 14:56:09 +0000 (14:56 +0000)]
- Made gd extension build when using gd version < 1.5
Zeev Suraski [Wed, 8 Nov 2000 14:25:42 +0000 (14:25 +0000)]
Add ability to find extensions by name
Zeev Suraski [Wed, 8 Nov 2000 08:27:27 +0000 (08:27 +0000)]
Will work on a more thorough implementation for mysql_store_result() after 4.0.4
foobar [Wed, 8 Nov 2000 02:17:36 +0000 (02:17 +0000)]
Make this compile with libxml2.2.7.
<changelog@php.net> [Wed, 8 Nov 2000 02:09:14 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Wed, 8 Nov 2000 02:09:11 +0000 (02:09 +0000)]
NEWS update
foobar [Wed, 8 Nov 2000 01:53:51 +0000 (01:53 +0000)]
Cleaned up a bit.
foobar [Wed, 8 Nov 2000 00:18:49 +0000 (00:18 +0000)]
config.m4
Zeev Suraski [Tue, 7 Nov 2000 21:32:41 +0000 (21:32 +0000)]
Forgot to commit it...
Daniel Beulshausen [Tue, 7 Nov 2000 21:13:26 +0000 (21:13 +0000)]
win32 sapi symbol export fixes
Zeev Suraski [Tue, 7 Nov 2000 18:25:29 +0000 (18:25 +0000)]
@- In CGI mode, $HTTP_SERVER_VARS now includes all of the environment variables
@ as well (Zeev)
Zeev Suraski [Tue, 7 Nov 2000 18:12:06 +0000 (18:12 +0000)]
cookie_data may also be modified...
Stanislav Malyshev [Tue, 7 Nov 2000 15:46:15 +0000 (15:46 +0000)]
Enable to use mysql_use_result in query functions.
You may need this if you use real big queries.
@- Allow user to use mysql_use_result in mysql queries (Stas)
Stanislav Malyshev [Tue, 7 Nov 2000 15:06:43 +0000 (15:06 +0000)]
Andi says it should be zval_ptr_dtor
<changelog@php.net> [Tue, 7 Nov 2000 02:09:17 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Tue, 7 Nov 2000 02:09:08 +0000 (02:09 +0000)]
NEWS update
Sascha Schumann [Mon, 6 Nov 2000 23:40:48 +0000 (23:40 +0000)]
Kill a misleading warning which is intended for old code
which assumes sizeof(int) == sizeof(void *).
Sascha Schumann [Mon, 6 Nov 2000 23:38:15 +0000 (23:38 +0000)]
Use socklen_t for getsockopt
Sascha Schumann [Mon, 6 Nov 2000 23:36:15 +0000 (23:36 +0000)]
zend_hash_find() treats this argument as const, but fails to declare
the function properly.
Sascha Schumann [Mon, 6 Nov 2000 23:35:33 +0000 (23:35 +0000)]
sizeof(size_t) != sizeof(int) on 64-bit platforms.
This also makes the API more consistent.
Derick Rethans [Mon, 6 Nov 2000 22:53:11 +0000 (22:53 +0000)]
- Added myself to the credits...
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.
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.
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.
David Hedbor [Mon, 6 Nov 2000 22:00:07 +0000 (22:00 +0000)]
(ImageCreateFromString) Added forgotten GDLS_FETCH() needed for ZTS.
Andrei Zmievski [Mon, 6 Nov 2000 19:41:30 +0000 (19:41 +0000)]
Fix bug #7667.
Stanislav Malyshev [Mon, 6 Nov 2000 18:19:05 +0000 (18:19 +0000)]
And now the right fix - should add it still
Stanislav Malyshev [Mon, 6 Nov 2000 18:09:51 +0000 (18:09 +0000)]
Serialize as reference only if it's a true reference
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)
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.
Stanislav Malyshev [Mon, 6 Nov 2000 08:46:12 +0000 (08:46 +0000)]
Add support to ukrainian characters (by serhiy@society.kiev.ua)
Sebastian Bergmann [Mon, 6 Nov 2000 06:31:00 +0000 (06:31 +0000)]
Fixed windows build.
<changelog@php.net> [Mon, 6 Nov 2000 02:09:10 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Mon, 6 Nov 2000 02:09:07 +0000 (02:09 +0000)]
NEWS update
Sascha Schumann [Mon, 6 Nov 2000 01:46:28 +0000 (01:46 +0000)]
Add apache_sub_req()
Rasmus Lerdorf [Mon, 6 Nov 2000 01:07:53 +0000 (01:07 +0000)]
Make sure these are initialized to NULL
John Donagher [Sun, 5 Nov 2000 23:34:49 +0000 (23:34 +0000)]
Bring phpcredits() up to date
Rasmus Lerdorf [Sun, 5 Nov 2000 17:41:03 +0000 (17:41 +0000)]
Remove apache2 sapi module in favour of Sascha's apach2filter
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?
Rasmus Lerdorf [Sun, 5 Nov 2000 17:29:04 +0000 (17:29 +0000)]
dnldnl won't work
Sterling Hughes [Sun, 5 Nov 2000 17:22:05 +0000 (17:22 +0000)]
Fix the other part...
Sterling Hughes [Sun, 5 Nov 2000 17:14:16 +0000 (17:14 +0000)]
This should fix the garbage.
Stanislav Malyshev [Sun, 5 Nov 2000 16:25:26 +0000 (16:25 +0000)]
Fix crash from #7577 (torben@php.net)
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.
Sascha Schumann [Sun, 5 Nov 2000 15:10:47 +0000 (15:10 +0000)]
PHP_EXTENSION_DIR is defined in build-defs.h
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)
<changelog@php.net> [Sun, 5 Nov 2000 02:09:09 +0000 (02:09 +0000)]
ChangeLog update
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.
Andi Gutmans [Sat, 4 Nov 2000 17:15:00 +0000 (17:15 +0000)]
- Fix build
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.
Zeev Suraski [Sat, 4 Nov 2000 10:45:31 +0000 (10:45 +0000)]
Now make it work too (thanks for noticing that Andi :)
Zeev Suraski [Sat, 4 Nov 2000 10:36:13 +0000 (10:36 +0000)]
Fix build
foobar [Sat, 4 Nov 2000 06:25:13 +0000 (06:25 +0000)]
Forgot to add one note. Plus some beutifying.
Rasmus Lerdorf [Sat, 4 Nov 2000 02:42:10 +0000 (02:42 +0000)]
Should be ok to use CC here
<changelog@php.net> [Sat, 4 Nov 2000 02:09:12 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Sat, 4 Nov 2000 02:09:09 +0000 (02:09 +0000)]
NEWS update
Jesus M. Castagnetto [Sat, 4 Nov 2000 01:18:10 +0000 (01:18 +0000)]
Updated proto for highlight_file/highlight_string
foobar [Fri, 3 Nov 2000 22:53:49 +0000 (22:53 +0000)]
Fixed incorrect logic. And NSLDAP does not have LDAP_OPT_MATCHED_DN.
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
Derick Rethans [Fri, 3 Nov 2000 20:44:04 +0000 (20:44 +0000)]
- Fixed gd by adding a define
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
Joey Smith [Fri, 3 Nov 2000 20:13:46 +0000 (20:13 +0000)]
Include header file for phpi_get_le_gd()
Joey Smith [Fri, 3 Nov 2000 20:11:38 +0000 (20:11 +0000)]
Include header file for php_file_le_fopen()
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)
foobar [Fri, 3 Nov 2000 16:30:55 +0000 (16:30 +0000)]
Fix build.
# next time: CHECK that things WORK before committing..
Sascha Schumann [Fri, 3 Nov 2000 12:00:49 +0000 (12:00 +0000)]
Add some additional checks
Submitted by: mookid@sigent.ru (Mikhail Zabaluev)
Sascha Schumann [Fri, 3 Nov 2000 11:59:41 +0000 (11:59 +0000)]
Fix implementation of hash algorithm
Daniel Beulshausen [Fri, 3 Nov 2000 11:43:45 +0000 (11:43 +0000)]
install instructions for more webservers
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>
Ben Mansell [Fri, 3 Nov 2000 09:49:25 +0000 (09:49 +0000)]
Added extra help with library issues, and some performance tuning tips
Andi Gutmans [Fri, 3 Nov 2000 08:39:39 +0000 (08:39 +0000)]
- Add trailing \n?
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.
Zeev Suraski [Fri, 3 Nov 2000 02:46:49 +0000 (02:46 +0000)]
Fix msql_close(), pg_close() and sybase_close() (Sybase CT)
Zeev Suraski [Fri, 3 Nov 2000 02:45:55 +0000 (02:45 +0000)]
Fix for bug #5571 (by mookid@sigent.ru)
<changelog@php.net> [Fri, 3 Nov 2000 02:09:09 +0000 (02:09 +0000)]
ChangeLog update
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.