]>
granicus.if.org Git - php/log
Sascha Schumann [Fri, 17 Nov 2000 16:27:37 +0000 (16:27 +0000)]
Reset the state, if there is garbage in an HTML tag.
PR: #7854
Chuck Hagenbuch [Fri, 17 Nov 2000 16:10:43 +0000 (16:10 +0000)]
close bug 7851
Sascha Schumann [Fri, 17 Nov 2000 16:02:08 +0000 (16:02 +0000)]
PHP does not care about inline at all, so get rid of this block.
Dan Kalowsky [Fri, 17 Nov 2000 15:48:09 +0000 (15:48 +0000)]
Missed one section that required the addition of a new HAVE_SOLID_30
This should be correct now.
Jason Greene [Fri, 17 Nov 2000 15:41:02 +0000 (15:41 +0000)]
Decided not to clutter NEWS file with build fix, It is big enough already.
Dan Kalowsky [Fri, 17 Nov 2000 15:09:46 +0000 (15:09 +0000)]
Corrected the spelling of verion to version, and cleaned the configuration
code up a bit. Also added in much better (read: tested) support for
Solid 3.0. Credit for almost all of the patch goes to Eric Veldhuyzen,
minor modifications done (by me) to make it non-linux specific.
This commit also creates the HAVE_SOLID_30 define
@ Fixed/created support for Solid 3.0 databases (kalowsky)
@ Fixed support for Solid 2.3 databases (kalowsky)
Andrei Zmievski [Fri, 17 Nov 2000 14:21:31 +0000 (14:21 +0000)]
Fix.
Kirill Maximov [Fri, 17 Nov 2000 10:55:37 +0000 (10:55 +0000)]
@ quoted_printable_decode() function is made RFC-2045 compliant. (Kir)
This hopefully closes bugs #5321, #7138, #7855.
Test script for the function is added.
<changelog@php.net> [Fri, 17 Nov 2000 02:09:12 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Fri, 17 Nov 2000 02:09:09 +0000 (02:09 +0000)]
NEWS update
Jason Greene [Thu, 16 Nov 2000 23:58:39 +0000 (23:58 +0000)]
Added ext/java fix line - I should learn to use '@' correctly : )
Jason Greene [Thu, 16 Nov 2000 22:19:48 +0000 (22:19 +0000)]
SUN CC does not like like left side casting - see bug #6759
@Fixed ext/java so that it will compile with SUN CC
Thies C. Arntzen [Thu, 16 Nov 2000 12:37:35 +0000 (12:37 +0000)]
fix ora_fetch_into to allow_call_time_pass_reference = Off; (#7838)
foobar [Thu, 16 Nov 2000 11:16:25 +0000 (11:16 +0000)]
extname -> openssl
Thies C. Arntzen [Thu, 16 Nov 2000 10:16:22 +0000 (10:16 +0000)]
don't use TLS in MINIT function.
<changelog@php.net> [Thu, 16 Nov 2000 02:09:07 +0000 (02:09 +0000)]
ChangeLog update
Sascha Schumann [Wed, 15 Nov 2000 23:37:50 +0000 (23:37 +0000)]
Clear idle_read_timer
Jan Borsodi [Wed, 15 Nov 2000 19:09:44 +0000 (19:09 +0000)]
Removed an unneccesary #warning which was used for testing purposes only.
Jan Borsodi [Wed, 15 Nov 2000 19:02:14 +0000 (19:02 +0000)]
Initial import, PHP program for testing if the qtdom extension is available.
Jan Borsodi [Wed, 15 Nov 2000 19:01:44 +0000 (19:01 +0000)]
Initial import, since PHP cannot be compiled with a C++ compiler all C++ specific calls had to be moved to a separate file without any php includes.
It has several C functions which are used for initiating a QDomDocument and traversing it.
Jan Borsodi [Wed, 15 Nov 2000 18:59:59 +0000 (18:59 +0000)]
Initial import, contains PHP specific extensions, takes care of converting C++ QDom objects to PHP objects.
This version has only one function: qdom_tree() which returns a tree of a string containing an XML document.
Jan Borsodi [Wed, 15 Nov 2000 18:55:00 +0000 (18:55 +0000)]
Autoconf configure script for qt dom, needs some more checking in the future.
Jan Borsodi [Wed, 15 Nov 2000 18:54:05 +0000 (18:54 +0000)]
Makefile source, has a fix for compiling C++ files.
Jan Borsodi [Wed, 15 Nov 2000 18:52:55 +0000 (18:52 +0000)]
Initial import, ignores standard files.
Uwe Steinmann [Wed, 15 Nov 2000 17:07:56 +0000 (17:07 +0000)]
- fixed silly bug (did check for 5 arguments but expected only 4)
Stanislav Malyshev [Wed, 15 Nov 2000 09:36:21 +0000 (09:36 +0000)]
Fix crash (#7802)
Andrei Zmievski [Wed, 15 Nov 2000 05:09:55 +0000 (05:09 +0000)]
- Modified preg_replace() to take Perl-style $1 backreferences in addition
to \\n ones.
- Modified preg_grep() to always return the results with the keys
from the original array.
<changelog@php.net> [Wed, 15 Nov 2000 02:09:09 +0000 (02:09 +0000)]
ChangeLog update
Sascha Schumann [Tue, 14 Nov 2000 20:34:14 +0000 (20:34 +0000)]
Fix allocation
Stanislav Malyshev [Tue, 14 Nov 2000 18:33:58 +0000 (18:33 +0000)]
Restore compatibility with old broken way
Stanislav Malyshev [Tue, 14 Nov 2000 17:54:11 +0000 (17:54 +0000)]
Better 0x handling - not change non-0x number behaviour
David Eriksson [Tue, 14 Nov 2000 17:38:06 +0000 (17:38 +0000)]
# added .cvsignore file
Stig Venaas [Tue, 14 Nov 2000 17:05:39 +0000 (17:05 +0000)]
Changed to use Z_LVAL_PP, Z_STRVAL_PP and Z_STRLEN_PP.
Stanislav Malyshev [Tue, 14 Nov 2000 17:02:52 +0000 (17:02 +0000)]
Attempt at better handling long 0x-numbers, like 0xffffffff
Stig Venaas [Tue, 14 Nov 2000 16:06:38 +0000 (16:06 +0000)]
Not using automake here either
Onn Ben-Zvi [Tue, 14 Nov 2000 15:51:11 +0000 (15:51 +0000)]
initial - ONn
Sascha Schumann [Tue, 14 Nov 2000 15:36:18 +0000 (15:36 +0000)]
Add persistent memory handling to smart_str API
Sascha Schumann [Tue, 14 Nov 2000 14:32:58 +0000 (14:32 +0000)]
Automake is gone. No need to ignore a non-existing file.
Stig Venaas [Tue, 14 Nov 2000 14:25:23 +0000 (14:25 +0000)]
*** empty log message ***
Stig Venaas [Tue, 14 Nov 2000 09:54:25 +0000 (09:54 +0000)]
Made API simpler
<changelog@php.net> [Tue, 14 Nov 2000 02:09:13 +0000 (02:09 +0000)]
ChangeLog update
<changelog@php.net> [Tue, 14 Nov 2000 02:09:10 +0000 (02:09 +0000)]
NEWS update
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).