]> granicus.if.org Git - php/log
php
24 years agoadded dsp for openssl win32
Daniel Beulshausen [Mon, 13 Nov 2000 20:24:23 +0000 (20:24 +0000)]
added dsp for openssl win32

24 years ago@- Modified preg_replace() to ignore backreferences that refer to
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)

24 years agoOpenSSL extension. So far it implements assymetric encryption functions.
Stig Venaas [Mon, 13 Nov 2000 19:47:20 +0000 (19:47 +0000)]
OpenSSL extension. So far it implements assymetric encryption functions.

24 years agoOpenSSL checking didn't work well, should be better now. Removed check
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.

24 years agoHandle unable-to-add-new-headers error nicely
Zeev Suraski [Mon, 13 Nov 2000 19:05:25 +0000 (19:05 +0000)]
Handle unable-to-add-new-headers error nicely

24 years ago- Import Jade Nicoletti's transparent gzip encoding support as an output
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

24 years ago- Remove unused function
Andi Gutmans [Mon, 13 Nov 2000 18:14:16 +0000 (18:14 +0000)]
- Remove unused function

24 years ago@- Fixed column-title buffer-overflow in OCIFetchStatement(). (Thies)
Thies C. Arntzen [Mon, 13 Nov 2000 17:30:52 +0000 (17:30 +0000)]
@- Fixed column-title buffer-overflow in OCIFetchStatement(). (Thies)
fix #7784

24 years ago- Use typedef's for function pointers so that we can easily define arrays
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.

24 years agoinitial - ONn
Onn Ben-Zvi [Mon, 13 Nov 2000 16:01:05 +0000 (16:01 +0000)]
initial - ONn

24 years agoFix zend_llist_apply_with_del - it should remove from list,
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

24 years agoUpdate patch and add persistent connection handling
Sascha Schumann [Mon, 13 Nov 2000 13:33:12 +0000 (13:33 +0000)]
Update patch and add persistent connection handling

24 years ago- fixed serveral prototypes
Uwe Steinmann [Mon, 13 Nov 2000 13:27:19 +0000 (13:27 +0000)]
- fixed serveral prototypes
- replaced C++ style comments

24 years agoAdd thttpd-dependent interface for maintaining persistent connections on
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.

24 years agoMore verbose error message for non-working apxs case
Sascha Schumann [Mon, 13 Nov 2000 12:43:44 +0000 (12:43 +0000)]
More verbose error message for non-working apxs case

24 years agoAdd note about serialized requests and their impact
Sascha Schumann [Mon, 13 Nov 2000 12:39:15 +0000 (12:39 +0000)]
Add note about serialized requests and their impact

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

24 years agoFixed bug: #7768. Some cleaning up too.
foobar [Mon, 13 Nov 2000 02:02:40 +0000 (02:02 +0000)]
Fixed bug: #7768. Some cleaning up too.

24 years agoPrototype corrected.
Kristian Köhntopp [Sun, 12 Nov 2000 22:13:35 +0000 (22:13 +0000)]
Prototype corrected.

24 years agoFix aborted connection handling and stop modifying thttpd data
Sascha Schumann [Sun, 12 Nov 2000 21:10:09 +0000 (21:10 +0000)]
Fix aborted connection handling and stop modifying thttpd data

24 years agoTest, ignore
Zeev Suraski [Sun, 12 Nov 2000 17:21:14 +0000 (17:21 +0000)]
Test, ignore

24 years agoPHP_FDFTK is always != no. $PHP_FDFTK is not.
Sascha Schumann [Sun, 12 Nov 2000 12:01:05 +0000 (12:01 +0000)]
PHP_FDFTK is always != no. $PHP_FDFTK is not.

24 years agoenabled shared module.
Rui Hirokawa [Sun, 12 Nov 2000 05:59:34 +0000 (05:59 +0000)]
enabled shared module.

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

24 years agoFix for #7758. Plus some cleaning.
foobar [Sat, 11 Nov 2000 19:27:46 +0000 (19:27 +0000)]
Fix for #7758. Plus some cleaning.

24 years agoAdd Apache 2.0 sapi module and sort alphabetically.
Sascha Schumann [Sat, 11 Nov 2000 18:38:26 +0000 (18:38 +0000)]
Add Apache 2.0 sapi module and sort alphabetically.

24 years agostrdup private AOLserver data before inserting it into SAPI's request_info.
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.

24 years agoUpdate README
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

24 years ago- Move SET_UNUSED() to header
Andi Gutmans [Sat, 11 Nov 2000 17:59:47 +0000 (17:59 +0000)]
- Move SET_UNUSED() to header

24 years ago- Beautify by using the standard #define.
Andi Gutmans [Sat, 11 Nov 2000 17:41:28 +0000 (17:41 +0000)]
- Beautify by using the standard #define.

24 years agoRFC822 does specify two digit years, but practically every decent mail
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.

24 years agofix for #7756 and #6743 : fatal error on 'include("")' instead of warning
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)

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

24 years agoFurther updates to README.Zeus
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.

24 years ago- Remove this damn thing once again.
Andi Gutmans [Fri, 10 Nov 2000 11:48:12 +0000 (11:48 +0000)]
- Remove this damn thing once again.

24 years ago- new function set_content() which is a workaround for bug #6457
Uwe Steinmann [Fri, 10 Nov 2000 11:40:03 +0000 (11:40 +0000)]
- new function set_content() which is a workaround for bug #6457

24 years ago- Note about improved domxml
Uwe Steinmann [Fri, 10 Nov 2000 10:37:43 +0000 (10:37 +0000)]
- Note about improved domxml

24 years ago- add testing for xpath
Uwe Steinmann [Fri, 10 Nov 2000 10:28:30 +0000 (10:28 +0000)]
- add testing for xpath

24 years ago- Fixed many problems to make xpath working
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

24 years ago- Some more
Andi Gutmans [Fri, 10 Nov 2000 08:15:44 +0000 (08:15 +0000)]
- Some more

24 years ago- Add files to .cvsignore thanks to Jon Parise
Andi Gutmans [Fri, 10 Nov 2000 08:15:00 +0000 (08:15 +0000)]
- Add files to .cvsignore thanks to Jon Parise

24 years ago- Fixed several error including segm fault (but still one left :-(
Uwe Steinmann [Fri, 10 Nov 2000 06:09:41 +0000 (06:09 +0000)]
- Fixed several error including segm fault (but still one left :-(

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

24 years ago- Maybe it's OK now? :)
Andi Gutmans [Thu, 9 Nov 2000 23:54:18 +0000 (23:54 +0000)]
- Maybe it's OK now? :)

24 years ago- Undo the previous commit for fixing $obj = new foo().
Andi Gutmans [Thu, 9 Nov 2000 23:43:21 +0000 (23:43 +0000)]
- Undo the previous commit for fixing $obj = new foo().

24 years ago- Commit experimental patch to fix the problem when doing $a = 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.

24 years agooops, forgot to document it :)
Colin Viebrock [Thu, 9 Nov 2000 21:33:16 +0000 (21:33 +0000)]
oops, forgot to document it :)

24 years agosome changes, and added 'r' flag which generates an RFC822 compatible date string.
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.

24 years ago- fix crash when using blob_in_file mode (danny).
Danny Heijl [Thu, 9 Nov 2000 19:34:31 +0000 (19:34 +0000)]
- fix crash when using blob_in_file mode (danny).

24 years ago- Some more comments
Uwe Steinmann [Thu, 9 Nov 2000 13:36:54 +0000 (13:36 +0000)]
- Some more comments
- Initial support to just include anchors into documents

24 years ago- Started support for XPath/XPtr (completely untested)
Uwe Steinmann [Thu, 9 Nov 2000 08:42:20 +0000 (08:42 +0000)]
- Started support for XPath/XPtr (completely untested)

24 years agoBeutifying the output of configure a bit.
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. =)

24 years agoRemove duplicate check for xpm support.
foobar [Thu, 9 Nov 2000 02:31:56 +0000 (02:31 +0000)]
Remove duplicate check for xpm support.

24 years agoFix to get jpeg/xpm support everytime.
foobar [Thu, 9 Nov 2000 02:29:15 +0000 (02:29 +0000)]
Fix to get jpeg/xpm support everytime.

24 years agoRemove duplicates (when curl-7.4.1 is used).
foobar [Thu, 9 Nov 2000 02:11:45 +0000 (02:11 +0000)]
Remove duplicates (when curl-7.4.1 is used).

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

24 years agoFixed bug: #5460
foobar [Thu, 9 Nov 2000 00:16:28 +0000 (00:16 +0000)]
Fixed bug: #5460

24 years agoadd gzdeflate() and gzinflate() for handling of pure gzip-datastreams
Marc Pohl [Wed, 8 Nov 2000 21:40:34 +0000 (21:40 +0000)]
add gzdeflate() and gzinflate() for handling of pure gzip-datastreams

24 years agoE_WARNING into E_ERROR, Last commit (today)! I PROMISE! :-)
Mathieu Kooiman [Wed, 8 Nov 2000 18:41:22 +0000 (18:41 +0000)]
E_WARNING into E_ERROR, Last commit (today)! I PROMISE! :-)

24 years agoAdded license
Nikos Mavroyanopoulos [Wed, 8 Nov 2000 16:16:49 +0000 (16:16 +0000)]
Added license

24 years agoAlert user if they're trying to use
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.

24 years ago- Made gd extension build when using gd version < 1.5
Mathieu Kooiman [Wed, 8 Nov 2000 14:56:09 +0000 (14:56 +0000)]
- Made gd extension build when using gd version < 1.5

24 years agoAdd ability to find extensions by name
Zeev Suraski [Wed, 8 Nov 2000 14:25:42 +0000 (14:25 +0000)]
Add ability to find extensions by name

24 years agoWill work on a more thorough implementation for mysql_store_result() after 4.0.4
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

24 years agoMake this compile with libxml2.2.7.
foobar [Wed, 8 Nov 2000 02:17:36 +0000 (02:17 +0000)]
Make this compile with libxml2.2.7.

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

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

24 years agoCleaned up a bit.
foobar [Wed, 8 Nov 2000 01:53:51 +0000 (01:53 +0000)]
Cleaned up a bit.

24 years agoconfig.m4
foobar [Wed, 8 Nov 2000 00:18:49 +0000 (00:18 +0000)]
config.m4

24 years agoForgot to commit it...
Zeev Suraski [Tue, 7 Nov 2000 21:32:41 +0000 (21:32 +0000)]
Forgot to commit it...

24 years agowin32 sapi symbol export fixes
Daniel Beulshausen [Tue, 7 Nov 2000 21:13:26 +0000 (21:13 +0000)]
win32 sapi symbol export fixes

24 years ago@- In CGI mode, $HTTP_SERVER_VARS now includes all of the environment variables
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)

24 years agocookie_data may also be modified...
Zeev Suraski [Tue, 7 Nov 2000 18:12:06 +0000 (18:12 +0000)]
cookie_data may also be modified...

24 years agoEnable to use mysql_use_result in query functions.
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)

24 years agoAndi says it should be zval_ptr_dtor
Stanislav Malyshev [Tue, 7 Nov 2000 15:06:43 +0000 (15:06 +0000)]
Andi says it should be zval_ptr_dtor

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

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

24 years agoKill a misleading warning which is intended for old code
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 *).

24 years agoUse socklen_t for getsockopt
Sascha Schumann [Mon, 6 Nov 2000 23:38:15 +0000 (23:38 +0000)]
Use socklen_t for getsockopt

24 years agozend_hash_find() treats this argument as const, but fails to declare
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.

24 years agosizeof(size_t) != sizeof(int) on 64-bit platforms.
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.

24 years ago- Added myself to the credits...
Derick Rethans [Mon, 6 Nov 2000 22:53:11 +0000 (22:53 +0000)]
- Added myself to the credits...

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?