]>
granicus.if.org Git - php/log
Daniel Beulshausen [Mon, 13 Nov 2000 22:28:58 +0000 (22:28 +0000)]
fix link object
# maybe it's too late already...
Daniel Beulshausen [Mon, 13 Nov 2000 22:24:06 +0000 (22:24 +0000)]
forgot to add...
Daniel Beulshausen [Mon, 13 Nov 2000 22:23:16 +0000 (22:23 +0000)]
make ingres compile under win32
# no cleanup...
Daniel Beulshausen [Mon, 13 Nov 2000 20:24:23 +0000 (20:24 +0000)]
added dsp for openssl win32
Andrei Zmievski [Mon, 13 Nov 2000 19:49:41 +0000 (19:49 +0000)]
@- Modified preg_replace() to ignore backreferences that refer to
@ non-existing subpatterns. (Andrei)
Stig Venaas [Mon, 13 Nov 2000 19:47:20 +0000 (19:47 +0000)]
OpenSSL extension. So far it implements assymetric encryption functions.
Stig Venaas [Mon, 13 Nov 2000 19:13:41 +0000 (19:13 +0000)]
OpenSSL checking didn't work well, should be better now. Removed check
for include/evp.h, are there versions around that put it there? Recent
versions have it in include/openssl.
Zeev Suraski [Mon, 13 Nov 2000 19:05:25 +0000 (19:05 +0000)]
Handle unable-to-add-new-headers error nicely
Zeev Suraski [Mon, 13 Nov 2000 18:54:37 +0000 (18:54 +0000)]
- Import Jade Nicoletti's transparent gzip encoding support as an output
handler. Works quite nicely!
- Fix buglets in output buffering
- Add output_handler INI directive
Andi Gutmans [Mon, 13 Nov 2000 18:14:16 +0000 (18:14 +0000)]
- Remove unused function
Thies C. Arntzen [Mon, 13 Nov 2000 17:30:52 +0000 (17:30 +0000)]
@- Fixed column-title buffer-overflow in OCIFetchStatement(). (Thies)
fix #7784
Andi Gutmans [Mon, 13 Nov 2000 17:30:42 +0000 (17:30 +0000)]
- Use typedef's for function pointers so that we can easily define arrays
- of these function pointers.
Onn Ben-Zvi [Mon, 13 Nov 2000 16:01:05 +0000 (16:01 +0000)]
initial - ONn
Stanislav Malyshev [Mon, 13 Nov 2000 14:55:28 +0000 (14:55 +0000)]
Fix zend_llist_apply_with_del - it should remove from list,
not only call dtor
Sascha Schumann [Mon, 13 Nov 2000 13:33:12 +0000 (13:33 +0000)]
Update patch and add persistent connection handling
Uwe Steinmann [Mon, 13 Nov 2000 13:27:19 +0000 (13:27 +0000)]
- fixed serveral prototypes
- replaced C++ style comments
Sascha Schumann [Mon, 13 Nov 2000 13:23:56 +0000 (13:23 +0000)]
Add thttpd-dependent interface for maintaining persistent connections on
an iterative web-server. This will be used by the IRCG extension.
Sascha Schumann [Mon, 13 Nov 2000 12:43:44 +0000 (12:43 +0000)]
More verbose error message for non-working apxs case
Sascha Schumann [Mon, 13 Nov 2000 12:39:15 +0000 (12:39 +0000)]
Add note about serialized requests and their impact
<changelog@php.net> [Mon, 13 Nov 2000 02:09:10 +0000 (02:09 +0000)]
ChangeLog update
foobar [Mon, 13 Nov 2000 02:02:40 +0000 (02:02 +0000)]
Fixed bug: #7768. Some cleaning up too.
Kristian Köhntopp [Sun, 12 Nov 2000 22:13:35 +0000 (22:13 +0000)]
Prototype corrected.
Sascha Schumann [Sun, 12 Nov 2000 21:10:09 +0000 (21:10 +0000)]
Fix aborted connection handling and stop modifying thttpd data
Zeev Suraski [Sun, 12 Nov 2000 17:21:14 +0000 (17:21 +0000)]
Test, ignore
Sascha Schumann [Sun, 12 Nov 2000 12:01:05 +0000 (12:01 +0000)]
PHP_FDFTK is always != no. $PHP_FDFTK is not.
Rui Hirokawa [Sun, 12 Nov 2000 05:59:34 +0000 (05:59 +0000)]
enabled shared module.
<changelog@php.net> [Sun, 12 Nov 2000 02:09:07 +0000 (02:09 +0000)]
ChangeLog update
foobar [Sat, 11 Nov 2000 19:27:46 +0000 (19:27 +0000)]
Fix for #7758. Plus some cleaning.
Sascha Schumann [Sat, 11 Nov 2000 18:38:26 +0000 (18:38 +0000)]
Add Apache 2.0 sapi module and sort alphabetically.
Sascha Schumann [Sat, 11 Nov 2000 18:35:15 +0000 (18:35 +0000)]
strdup private AOLserver data before inserting it into SAPI's request_info.
Sascha Schumann [Sat, 11 Nov 2000 18:24:27 +0000 (18:24 +0000)]
Update README
Make Apache-related functions build
Add get_all_headers()
Fix segfault when SAPI outputs strings of length 0
Move request ctor/dtor into their own functions
Andi Gutmans [Sat, 11 Nov 2000 17:59:47 +0000 (17:59 +0000)]
- Move SET_UNUSED() to header
Andi Gutmans [Sat, 11 Nov 2000 17:41:28 +0000 (17:41 +0000)]
- Beautify by using the standard #define.
Chuck Hagenbuch [Sat, 11 Nov 2000 17:28:20 +0000 (17:28 +0000)]
RFC822 does specify two digit years, but practically every decent mail
client I could check is using 4-digit years these days.
Hartmut Holzgraefe [Sat, 11 Nov 2000 10:15:59 +0000 (10:15 +0000)]
fix for #7756 and #6743 : fatal error on 'include("")' instead of warning
(+ some cleanup)
<changelog@php.net> [Sat, 11 Nov 2000 02:09:07 +0000 (02:09 +0000)]
ChangeLog update
Ben Mansell [Fri, 10 Nov 2000 16:14:00 +0000 (16:14 +0000)]
Further updates to README.Zeus
# Using LD_RUN_PATH to let the libphp4.so library find other libraries.
# Surely there should be a better way, using -rpath? However, libtool
# seems to swallow any extra -rpath options given to the compiler.
Andi Gutmans [Fri, 10 Nov 2000 11:48:12 +0000 (11:48 +0000)]
- Remove this damn thing once again.
Uwe Steinmann [Fri, 10 Nov 2000 11:40:03 +0000 (11:40 +0000)]
- new function set_content() which is a workaround for bug #6457
Uwe Steinmann [Fri, 10 Nov 2000 10:37:43 +0000 (10:37 +0000)]
- Note about improved domxml
Uwe Steinmann [Fri, 10 Nov 2000 10:28:30 +0000 (10:28 +0000)]
- add testing for xpath
Uwe Steinmann [Fri, 10 Nov 2000 10:27:57 +0000 (10:27 +0000)]
- Fixed many problems to make xpath working
- Each function now expects an object and not a resource anymore
I hope this makes it more straightforward for the PHP-Programmer
Andi Gutmans [Fri, 10 Nov 2000 08:15:44 +0000 (08:15 +0000)]
- Some more
Andi Gutmans [Fri, 10 Nov 2000 08:15:00 +0000 (08:15 +0000)]
- Add files to .cvsignore thanks to Jon Parise
Uwe Steinmann [Fri, 10 Nov 2000 06:09:41 +0000 (06:09 +0000)]
- Fixed several error including segm fault (but still one left :-(
<changelog@php.net> [Fri, 10 Nov 2000 02:09:15 +0000 (02:09 +0000)]
ChangeLog update
Andi Gutmans [Thu, 9 Nov 2000 23:54:18 +0000 (23:54 +0000)]
- Maybe it's OK now? :)
Andi Gutmans [Thu, 9 Nov 2000 23:43:21 +0000 (23:43 +0000)]
- Undo the previous commit for fixing $obj = new foo().
Andi Gutmans [Thu, 9 Nov 2000 22:11:14 +0000 (22:11 +0000)]
- Commit experimental patch to fix the problem when doing $a = new foo()
and the constructor assigns $this by reference to other symbol table
elements. Thanks to Daniel J. Rodriguez on this one.
Colin Viebrock [Thu, 9 Nov 2000 21:33:16 +0000 (21:33 +0000)]
oops, forgot to document it :)
Colin Viebrock [Thu, 9 Nov 2000 21:30:03 +0000 (21:30 +0000)]
some changes, and added 'r' flag which generates an RFC822 compatible date string.
Danny Heijl [Thu, 9 Nov 2000 19:34:31 +0000 (19:34 +0000)]
- fix crash when using blob_in_file mode (danny).
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