]>
granicus.if.org Git - php/log
Christian Stocker [Fri, 1 Nov 2002 10:06:10 +0000 (10:06 +0000)]
fix for bug #20209 (appending text nodes leads to segfaults sometimes)
Andi Gutmans [Fri, 1 Nov 2002 07:59:42 +0000 (07:59 +0000)]
- Fix unset($this->foo)
Wez Furlong [Fri, 1 Nov 2002 04:58:23 +0000 (04:58 +0000)]
Probable fix for #20180.
Ilia Alshanetsky [Fri, 1 Nov 2002 03:25:21 +0000 (03:25 +0000)]
Reverting previous OpenSSL patch.
Melvyn Sopacua [Fri, 1 Nov 2002 02:27:43 +0000 (02:27 +0000)]
Segfault test, currently unsolved
Melvyn Sopacua [Fri, 1 Nov 2002 02:21:58 +0000 (02:21 +0000)]
Testcase for new Sablotron option
Melvyn Sopacua [Fri, 1 Nov 2002 02:05:36 +0000 (02:05 +0000)]
- Fix registration of XSLT_SABOPT_FILES_TO_HANDLER
<changelog@php.net> [Fri, 1 Nov 2002 01:35:49 +0000 (01:35 +0000)]
NEWS update
<changelog@php.net> [Fri, 1 Nov 2002 01:34:47 +0000 (01:34 +0000)]
ChangeLog update
Ilia Alshanetsky [Fri, 1 Nov 2002 01:20:05 +0000 (01:20 +0000)]
Fixed win32 build (hopefuly).
Ilia Alshanetsky [Fri, 1 Nov 2002 00:57:54 +0000 (00:57 +0000)]
Possible fix for #20014. Suggested by wez@php.net
Ilia Alshanetsky [Fri, 1 Nov 2002 00:53:27 +0000 (00:53 +0000)]
Fixed bug #18710. dirname() now returns consistent output when dealing with
\ directory separators on Windows.
John Coggeshall [Fri, 1 Nov 2002 00:22:02 +0000 (00:22 +0000)]
Modified the experimental new test class to make it easier to port to the
web. Pushed all echo statements through a function that can be
overwritten, changed the way pass/skip/fail is handled (separate function)
that of course can also be overwritten. To begin testing of a web-based
test script also created a webHarness class which will output HTML. To
use, just $a = new webHarness(); instead of $a = new testHarness(); A few
modifications still must be made to remove the CLI reliance completely.
Also modified a test script description.
Melvyn Sopacua [Thu, 31 Oct 2002 21:27:00 +0000 (21:27 +0000)]
copy/waste error
Melvyn Sopacua [Thu, 31 Oct 2002 21:21:01 +0000 (21:21 +0000)]
- Add constant XSLT_SABOPT_FILES_TO_HANDLER overriding the default
behavior of Sablotron to handle files itself, even if a scheme-handler
is registered.
- Implement xslt_getopt
- Modify behavior of xslt_setopt, so that it returns the previous value.
# All these need Sab CVS version > 2002/10/31
Melvyn Sopacua [Thu, 31 Oct 2002 21:11:57 +0000 (21:11 +0000)]
Fix typo
Melvyn Sopacua [Thu, 31 Oct 2002 21:09:05 +0000 (21:09 +0000)]
Add test for xslt_getopt
# see next commit
Moriyoshi Koizumi [Thu, 31 Oct 2002 20:23:53 +0000 (20:23 +0000)]
Fixed library capability detection behaviour.
# Whew! I've fixed all the known problems.
# And should I become a maintainer of this module?
Christian Stocker [Thu, 31 Oct 2002 19:52:45 +0000 (19:52 +0000)]
fix proto for clone_node
foobar [Thu, 31 Oct 2002 17:34:10 +0000 (17:34 +0000)]
Added built date and time to -v output.
Moriyoshi Koizumi [Thu, 31 Oct 2002 15:28:21 +0000 (15:28 +0000)]
Moved the test into the suitable place
Derick Rethans [Thu, 31 Oct 2002 15:06:18 +0000 (15:06 +0000)]
- Bah, Jani needs to be clearer next time ;P
Derick Rethans [Thu, 31 Oct 2002 14:55:51 +0000 (14:55 +0000)]
- Make Jani happy
foobar [Thu, 31 Oct 2002 14:49:24 +0000 (14:49 +0000)]
jaws
Derick Rethans [Thu, 31 Oct 2002 14:01:58 +0000 (14:01 +0000)]
Discuss first!
Yasuo Ohgaki [Thu, 31 Oct 2002 13:52:58 +0000 (13:52 +0000)]
Fixed more ini settings.
# Derick. Be responsible to your change and opinion.
# These are settings I know that should be set.
# There may be other settingis must be set to make
# run-tests.php work as expected.
Derick Rethans [Thu, 31 Oct 2002 09:16:23 +0000 (09:16 +0000)]
- Added an aditional parameter to the jdtojewish() function which makes
the function return the symbolic hebrew name. (Patch by Moshe Doron
<mosdoron@netvision.net.il>)
@- Added an aditional parameter to the jdtojewish() function which makes
@ the function return the symbolic hebrew name. (Moshe Doron, Derick)
Wez Furlong [Thu, 31 Oct 2002 08:23:55 +0000 (08:23 +0000)]
Correct a copy-n-paste bug. Spotted by Michael Sisolak <msisolak@yahoo.com>
Derick Rethans [Thu, 31 Oct 2002 06:37:18 +0000 (06:37 +0000)]
- Fix test, in some cases the first significant number in the time
was a 3
Dan Kalowsky [Thu, 31 Oct 2002 02:57:06 +0000 (02:57 +0000)]
Patch for windows DSN less connection #20086 (by john@johnandlouise.com)
<changelog@php.net> [Thu, 31 Oct 2002 01:33:10 +0000 (01:33 +0000)]
ChangeLog update
Moriyoshi Koizumi [Wed, 30 Oct 2002 19:21:56 +0000 (19:21 +0000)]
Prevent unnecessary notices on success
Sascha Schumann [Wed, 30 Oct 2002 19:09:49 +0000 (19:09 +0000)]
first step towards asynchronous content body processing
Ilia Alshanetsky [Wed, 30 Oct 2002 18:36:39 +0000 (18:36 +0000)]
Corrected my email address.
Shane Caraveo [Wed, 30 Oct 2002 18:22:57 +0000 (18:22 +0000)]
initial reorganization of run-tests, commiting so both John and
I can work on it.
Moriyoshi Koizumi [Wed, 30 Oct 2002 18:19:55 +0000 (18:19 +0000)]
Bug fix news
Ilia Alshanetsky [Wed, 30 Oct 2002 18:12:34 +0000 (18:12 +0000)]
Fixed a memory leak on ldap_connect() failure.
Marcus Boerger [Wed, 30 Oct 2002 17:54:36 +0000 (17:54 +0000)]
fix warnings
Marcus Boerger [Wed, 30 Oct 2002 17:42:36 +0000 (17:42 +0000)]
that was not good :-(
#failure was in my installation
Hartmut Holzgraefe [Wed, 30 Oct 2002 15:11:11 +0000 (15:11 +0000)]
getopt with long options reverted to configure problems
(may find the wrong getopt.h so needed structures are not defined :( )
Marc Boeren [Wed, 30 Oct 2002 15:03:01 +0000 (15:03 +0000)]
Coding style.
# not my style :-)
Marcus Boerger [Wed, 30 Oct 2002 14:57:59 +0000 (14:57 +0000)]
added default library path
Marc Boeren [Wed, 30 Oct 2002 14:57:55 +0000 (14:57 +0000)]
Fixed weird membug in oci8 support.
Marcus Boerger [Wed, 30 Oct 2002 14:15:16 +0000 (14:15 +0000)]
php_error -> php_error_docref
Christian Stocker [Wed, 30 Oct 2002 13:14:23 +0000 (13:14 +0000)]
Added 2 more items
Marcus Boerger [Wed, 30 Oct 2002 12:18:48 +0000 (12:18 +0000)]
Enough discussion on display_erros it seems
Marc Boeren [Wed, 30 Oct 2002 12:02:51 +0000 (12:02 +0000)]
escape_string functions will now return empty string directly.
Moriyoshi Koizumi [Wed, 30 Oct 2002 11:57:29 +0000 (11:57 +0000)]
Fixed typo
Moriyoshi Koizumi [Wed, 30 Oct 2002 11:48:51 +0000 (11:48 +0000)]
Added a test case for bug #20169
Moriyoshi Koizumi [Wed, 30 Oct 2002 11:42:51 +0000 (11:42 +0000)]
Fixed bug #20169
Sascha Schumann [Wed, 30 Oct 2002 11:42:22 +0000 (11:42 +0000)]
Remove overzealous bison check
1. bison is not invoked during buildconf, so why the heck was the check
embedded here.
2. bison 1.35 works fine for ze1. if there is a problem with ze2, the
check should be limited to that ze version. don't inconvenience people
who are using a perfectly fine combination.
Marcus Boerger [Wed, 30 Oct 2002 10:42:55 +0000 (10:42 +0000)]
Get infos from php running tests not from php running run-test.php
Moriyoshi Koizumi [Wed, 30 Oct 2002 10:35:55 +0000 (10:35 +0000)]
Fixed mb_ereg_replace() bug
Moriyoshi Koizumi [Wed, 30 Oct 2002 08:06:52 +0000 (08:06 +0000)]
Clean up.
Moriyoshi Koizumi [Wed, 30 Oct 2002 07:54:33 +0000 (07:54 +0000)]
Removed dl() code
Moriyoshi Koizumi [Wed, 30 Oct 2002 07:53:15 +0000 (07:53 +0000)]
Shortened comments. I also think they were too long.
Wez Furlong [Wed, 30 Oct 2002 02:54:48 +0000 (02:54 +0000)]
And some more ncurses functions.
<changelog@php.net> [Wed, 30 Oct 2002 01:35:35 +0000 (01:35 +0000)]
NEWS update
<changelog@php.net> [Wed, 30 Oct 2002 01:34:21 +0000 (01:34 +0000)]
ChangeLog update
Brad House [Wed, 30 Oct 2002 01:08:19 +0000 (01:08 +0000)]
constant MC_TRAN_CHNGPWD typo
Ilia Alshanetsky [Wed, 30 Oct 2002 01:05:16 +0000 (01:05 +0000)]
This patch allows compilation of gd against non-bundled gd library older
then 2.0.4.
Marcus Boerger [Tue, 29 Oct 2002 23:35:49 +0000 (23:35 +0000)]
make microtime and gettimeofday unavailable instead of return false return
false in case needed library function is unavailable.
Rasmus Lerdorf [Tue, 29 Oct 2002 23:08:01 +0000 (23:08 +0000)]
Update bundled gd library with relevant changes from gd-2.0.4
I still need to add a configure check for the gdIOCtx struct
changes so building against older external gd libs will work again.
Marcus Boerger [Tue, 29 Oct 2002 21:57:51 +0000 (21:57 +0000)]
-add reason to --SKIPIF--
-add magic_quotes_runtime to --INI--
--use var_dump()
Marcus Boerger [Tue, 29 Oct 2002 21:51:32 +0000 (21:51 +0000)]
-do not dl() load
-magic_quotes_runtime
Marcus Boerger [Tue, 29 Oct 2002 20:25:09 +0000 (20:25 +0000)]
rewrite paragraph 9
No instances yet. And it does not work with #if 0_FOO but with #if FOO_0
Ilia Alshanetsky [Tue, 29 Oct 2002 20:19:38 +0000 (20:19 +0000)]
Corrected un-initialized variable usage.
Moriyoshi Koizumi [Tue, 29 Oct 2002 19:09:27 +0000 (19:09 +0000)]
It's better to know the version is "unknown", rather than ""
Moriyoshi Koizumi [Tue, 29 Oct 2002 19:01:10 +0000 (19:01 +0000)]
Added test cases to check the compatibility with standard ereg functions.
Melvyn Sopacua [Tue, 29 Oct 2002 17:43:08 +0000 (17:43 +0000)]
Add locale for BSDi
# Allthough these characters are used in germany, that doesn't mean, that
# they're not part of the latin-1 character set.
Marcus Boerger [Tue, 29 Oct 2002 16:57:52 +0000 (16:57 +0000)]
fix warnings
Marcus Boerger [Tue, 29 Oct 2002 16:45:19 +0000 (16:45 +0000)]
-php_error => php_error_docref
-two warnings
Moriyoshi Koizumi [Tue, 29 Oct 2002 16:28:12 +0000 (16:28 +0000)]
Removed dl() stuff
Wez Furlong [Tue, 29 Oct 2002 16:21:53 +0000 (16:21 +0000)]
Don't use autoconf 2.52 macros.
Moriyoshi Koizumi [Tue, 29 Oct 2002 16:18:12 +0000 (16:18 +0000)]
Improved library identification
Marcus Boerger [Tue, 29 Oct 2002 16:09:03 +0000 (16:09 +0000)]
corrected output
Marcus Boerger [Tue, 29 Oct 2002 16:06:51 +0000 (16:06 +0000)]
-Use skipif.inc
-split into two tests
-domxml001.phpt should work
-domxml002.phpt contains the part that fails
Marcus Boerger [Tue, 29 Oct 2002 16:04:42 +0000 (16:04 +0000)]
Add simple parsing test
Ilia Alshanetsky [Tue, 29 Oct 2002 15:59:19 +0000 (15:59 +0000)]
Allows pear installer to run un-harassed by safe_mode & open_basedir.
Ilia Alshanetsky [Tue, 29 Oct 2002 15:36:47 +0000 (15:36 +0000)]
Added a skip condition for situations where the TZ variable could not be
set (safe_mode).
Ilia Alshanetsky [Tue, 29 Oct 2002 15:22:41 +0000 (15:22 +0000)]
Allows 'make test' to run without being harassed by open_basedir & safe_mode.
Moriyoshi Koizumi [Tue, 29 Oct 2002 15:05:07 +0000 (15:05 +0000)]
WS fix
Wez Furlong [Tue, 29 Oct 2002 14:57:12 +0000 (14:57 +0000)]
Fix for #19508 by poleson@verio.net.
Wez Furlong [Tue, 29 Oct 2002 14:36:49 +0000 (14:36 +0000)]
I like my C comments, thanks very much.
Wez Furlong [Tue, 29 Oct 2002 14:31:54 +0000 (14:31 +0000)]
length of lyrics is not part of the test.
Marcus Boerger [Tue, 29 Oct 2002 14:13:11 +0000 (14:13 +0000)]
better use array_diff_assoc
the old way resulted in erroneus .diff
Marc Boeren [Tue, 29 Oct 2002 14:08:40 +0000 (14:08 +0000)]
Added dbx_escape_string function
# tested on odbc, oci8 and mysql
@Added dbx_escape_string function to dbx module. (Marc)
Marcus Boerger [Tue, 29 Oct 2002 14:05:55 +0000 (14:05 +0000)]
-WS
-Use "//" instead of "/* ... */" comments
#this test fails for me. Very weired...
Marcus Boerger [Tue, 29 Oct 2002 14:03:37 +0000 (14:03 +0000)]
-Only accept one single message which is expected.
-Move error related settings to --INI-- section
#Now see we can do it correct
Marc Boeren [Tue, 29 Oct 2002 14:01:27 +0000 (14:01 +0000)]
Added test for dbx_escape_string
Marcus Boerger [Tue, 29 Oct 2002 13:51:44 +0000 (13:51 +0000)]
Rewrite: Taken from ZE2 RFC + a little textual modification
Marcus Boerger [Tue, 29 Oct 2002 13:30:22 +0000 (13:30 +0000)]
no notices here
Marcus Boerger [Tue, 29 Oct 2002 13:26:44 +0000 (13:26 +0000)]
no C++ comments
#args sorry on that & thx jani
Marcus Boerger [Tue, 29 Oct 2002 12:53:58 +0000 (12:53 +0000)]
fix overrun
Marcus Boerger [Tue, 29 Oct 2002 12:18:23 +0000 (12:18 +0000)]
add reason
Marcus Boerger [Tue, 29 Oct 2002 12:12:19 +0000 (12:12 +0000)]
Fix tests
#Why do i need to define the class infront of its usage in ZE2?
Marcus Boerger [Tue, 29 Oct 2002 11:59:24 +0000 (11:59 +0000)]
rename and WS fixes
Marcus Boerger [Tue, 29 Oct 2002 11:56:46 +0000 (11:56 +0000)]
-php_error => php_error_docref
Marcus Boerger [Tue, 29 Oct 2002 11:43:46 +0000 (11:43 +0000)]
do not dl() load in skipif.inc
Marcus Boerger [Tue, 29 Oct 2002 11:43:00 +0000 (11:43 +0000)]
update dba changes