]>
granicus.if.org Git - php/log
Moriyoshi Koizumi [Fri, 25 Oct 2002 13:12:05 +0000 (13:12 +0000)]
Fix build if mbstring is enabled as shared extension.
Marcus Boerger [Fri, 25 Oct 2002 11:50:35 +0000 (11:50 +0000)]
fix ZTS build
Derick Rethans [Fri, 25 Oct 2002 11:20:45 +0000 (11:20 +0000)]
- Naming style
Marcus Boerger [Fri, 25 Oct 2002 11:17:45 +0000 (11:17 +0000)]
update
Marcus Boerger [Fri, 25 Oct 2002 11:10:08 +0000 (11:10 +0000)]
README.TESTING examples
Marcus Boerger [Fri, 25 Oct 2002 11:09:01 +0000 (11:09 +0000)]
New naming scheme
Marcus Boerger [Fri, 25 Oct 2002 10:59:52 +0000 (10:59 +0000)]
New naming scheme
Marcus Boerger [Fri, 25 Oct 2002 10:46:19 +0000 (10:46 +0000)]
README.TESTING examples
Marcus Boerger [Fri, 25 Oct 2002 10:28:37 +0000 (10:28 +0000)]
remove unnecessary sections
#becomes an example
Marcus Boerger [Fri, 25 Oct 2002 10:06:35 +0000 (10:06 +0000)]
Implemented dba_list() that returns an array rsrcid=>filename and a test.
Marcus Boerger [Fri, 25 Oct 2002 09:42:29 +0000 (09:42 +0000)]
Added some tests for dba extension
Moriyoshi Koizumi [Fri, 25 Oct 2002 09:36:36 +0000 (09:36 +0000)]
Fixed null value check in php_mb_mbchar_bytes_ex() as it should be
Jan Lehnardt [Fri, 25 Oct 2002 09:32:32 +0000 (09:32 +0000)]
- alphabetical output for php -h (cli)
Jan Lehnardt [Fri, 25 Oct 2002 09:28:55 +0000 (09:28 +0000)]
- alphabetcial output for php -h (cgi)
- cosmetics
Moriyoshi Koizumi [Fri, 25 Oct 2002 08:51:59 +0000 (08:51 +0000)]
Added two new rows to MINFO that describes iconv library info.
Moriyoshi Koizumi [Fri, 25 Oct 2002 08:31:27 +0000 (08:31 +0000)]
Adjusted MINFO table style
foobar [Fri, 25 Oct 2002 06:24:53 +0000 (06:24 +0000)]
style
Sascha Schumann [Fri, 25 Oct 2002 01:10:50 +0000 (01:10 +0000)]
thttpd initializes contentlength to -1, so we need to transfer that to 0
for SAPI/PHP. Otherwise, SAPI will try to read (unsigned long) -1 bytes
from the connection.
Ilia Alshanetsky [Fri, 25 Oct 2002 01:06:46 +0000 (01:06 +0000)]
Added a mechanism allowing the disabling of the ability to change
certain INI options when safe_mode is enabled.
ATM three options are limited:
max_execution_time
memory_limit
child_terminate
This patch also fixes bug #17287.
<changelog@php.net> [Fri, 25 Oct 2002 00:34:26 +0000 (00:34 +0000)]
NEWS update
<changelog@php.net> [Fri, 25 Oct 2002 00:33:42 +0000 (00:33 +0000)]
ChangeLog update
Moriyoshi Koizumi [Thu, 24 Oct 2002 22:21:03 +0000 (22:21 +0000)]
Added some cases which test if charset determination with
SG(default_charset) works.
Moriyoshi Koizumi [Thu, 24 Oct 2002 22:04:28 +0000 (22:04 +0000)]
Improved determine_charset() to look up SG(default_charset) value
Moriyoshi Koizumi [Thu, 24 Oct 2002 21:11:41 +0000 (21:11 +0000)]
Added new test cases for htmlentities
Moriyoshi Koizumi [Thu, 24 Oct 2002 21:10:45 +0000 (21:10 +0000)]
Fixed ISO-8859-1 handling.
Marcus Boerger [Thu, 24 Oct 2002 20:43:03 +0000 (20:43 +0000)]
implemented dba_handlers()
@Added dba_handlers() that lists all installed handlers in an array. (marcus)
Hartmut Holzgraefe [Thu, 24 Oct 2002 20:04:16 +0000 (20:04 +0000)]
trying to fix #20063
Moriyoshi Koizumi [Thu, 24 Oct 2002 19:52:30 +0000 (19:52 +0000)]
Added € support to cp1252 table
Marcus Boerger [Thu, 24 Oct 2002 19:34:18 +0000 (19:34 +0000)]
-specify reason if connection is not specified
-remove unnecessary sections
Melvyn Sopacua [Thu, 24 Oct 2002 19:17:11 +0000 (19:17 +0000)]
- Add locale string for FreeBSD
ATTN: Test nog longer skips, but fails. So whatever has changed since 4.2.3
affects BSD systems.
Marcus Boerger [Thu, 24 Oct 2002 19:17:08 +0000 (19:17 +0000)]
fix compiler warning?: implement default mentioned by manual
Marcus Boerger [Thu, 24 Oct 2002 19:15:40 +0000 (19:15 +0000)]
fix compiler warning
Derick Rethans [Thu, 24 Oct 2002 18:49:57 +0000 (18:49 +0000)]
- Protect function definitions with #ifdef's too
foobar [Thu, 24 Oct 2002 18:31:11 +0000 (18:31 +0000)]
- If functions are not available on OS, they're not available in PHP.
Andi Gutmans [Thu, 24 Oct 2002 18:24:55 +0000 (18:24 +0000)]
- Also tune jmpz_ex
Marcus Boerger [Thu, 24 Oct 2002 18:18:44 +0000 (18:18 +0000)]
one version for php<4.2.3 and one for php>=4.2.3
Marcus Boerger [Thu, 24 Oct 2002 18:14:39 +0000 (18:14 +0000)]
-improoved number detection
-display every error/warning only once
Andi Gutmans [Thu, 24 Oct 2002 18:04:12 +0000 (18:04 +0000)]
- Improve performance of part of the jmps. More to follow.
Ilia Alshanetsky [Thu, 24 Oct 2002 17:02:44 +0000 (17:02 +0000)]
Added an ini option to hide the expected memory leak. This is done for
compatibility with systems where report_memleak is turned off or running
PHP with --disable-debug.
Derick Rethans [Thu, 24 Oct 2002 16:56:59 +0000 (16:56 +0000)]
- Allow the report_memleak setting to be set everywhere
Sascha Schumann [Thu, 24 Oct 2002 16:04:31 +0000 (16:04 +0000)]
add missing {}
Marc Boeren [Thu, 24 Oct 2002 14:26:14 +0000 (14:26 +0000)]
Changed the dbx_oci8 behaviour to return lowercase column-names,
which is a hack but at least it makes it easier for users
to create portable apps.
# Perhaps this should be controlled by a (.ini?) directive or define
# which determines the change (toupper, tolower, nochange)?
Marc Boeren [Thu, 24 Oct 2002 14:16:28 +0000 (14:16 +0000)]
Not happy with the hack to handle the uppercase fieldnames that oracle
returns. Changed the dbx_oci8 behaviour to return lowercase instead,
which is also a hack but at least it makes it much easier for users
to create portable apps (Mc).
# also, I prefer lowercase :-)
Moriyoshi Koizumi [Thu, 24 Oct 2002 14:12:06 +0000 (14:12 +0000)]
Reverted because my patch doesn't make sense: it was just my problem.
Moriyoshi Koizumi [Thu, 24 Oct 2002 14:01:45 +0000 (14:01 +0000)]
Fix build
Derick Rethans [Thu, 24 Oct 2002 14:01:39 +0000 (14:01 +0000)]
- whitespace
Sascha Schumann [Thu, 24 Oct 2002 13:25:57 +0000 (13:25 +0000)]
Improve shutdown-behaviour
Noticed by: Anantha Kesari H Y
Derick Rethans [Thu, 24 Oct 2002 13:18:27 +0000 (13:18 +0000)]
*** empty log message ***
Sascha Schumann [Thu, 24 Oct 2002 13:15:49 +0000 (13:15 +0000)]
centralize #include "build-defs.h" and drop (sometimes inconsistent) other
instances
Ilia Alshanetsky [Thu, 24 Oct 2002 13:13:23 +0000 (13:13 +0000)]
Added failed test summary.
Derick Rethans [Thu, 24 Oct 2002 12:52:13 +0000 (12:52 +0000)]
- True and false are not always defined, used numbers now
Sascha Schumann [Thu, 24 Oct 2002 12:21:07 +0000 (12:21 +0000)]
Make PHP compile out-of-the-box with uClibc
Sascha Schumann [Thu, 24 Oct 2002 10:41:36 +0000 (10:41 +0000)]
Quote macro names in AC_DEFUN() and prefix the internal macros using
a single underscore. Also rename AC_PHP_ONCE as PHP_RUN_ONCE.
Sascha Schumann [Thu, 24 Oct 2002 10:40:48 +0000 (10:40 +0000)]
improved warning message
# this should really link to an external page which explains the issue deeply
Jan Lehnardt [Thu, 24 Oct 2002 09:06:31 +0000 (09:06 +0000)]
- gcc prints -v information on stderr, make sure that we catch it anyway.
- I hope this does not cause problems with other compilers or shells. IMHO we
- already rely on /bin/sh anyway, right?
Jan Lehnardt [Thu, 24 Oct 2002 08:46:21 +0000 (08:46 +0000)]
- fix segfault in proc_open
#no bugreports found
foobar [Thu, 24 Oct 2002 03:56:40 +0000 (03:56 +0000)]
style is everything
Moriyoshi Koizumi [Thu, 24 Oct 2002 02:59:01 +0000 (02:59 +0000)]
Fixed build when mbstring is not used - my previous patch is insufficient.
Moriyoshi Koizumi [Thu, 24 Oct 2002 02:56:28 +0000 (02:56 +0000)]
MFH; we would see a nasty problem again if it was not fixed...
Ilia Alshanetsky [Thu, 24 Oct 2002 02:40:03 +0000 (02:40 +0000)]
Various corrections aimed at making the test's results consistent across
all enviroments.
Marcus Boerger [Thu, 24 Oct 2002 00:49:38 +0000 (00:49 +0000)]
use german characters for a test with german locale
<changelog@php.net> [Thu, 24 Oct 2002 00:34:33 +0000 (00:34 +0000)]
NEWS update
<changelog@php.net> [Thu, 24 Oct 2002 00:34:01 +0000 (00:34 +0000)]
ChangeLog update
Marcus Boerger [Thu, 24 Oct 2002 00:00:26 +0000 (00:00 +0000)]
additions
Marcus Boerger [Wed, 23 Oct 2002 23:51:15 +0000 (23:51 +0000)]
better use var_dump and EXPECTF
#seems i waited for EXPECTF
Moriyoshi Koizumi [Wed, 23 Oct 2002 23:25:27 +0000 (23:25 +0000)]
Make php_mb_is_mb_leadbyte() obsolete. It only works with double-byte chars.
# Sorry Marcus, it seems we were working simultaneously :)
Marcus Boerger [Wed, 23 Oct 2002 23:20:01 +0000 (23:20 +0000)]
allow php here for the moment
#hope someone will remove those php files here
Marcus Boerger [Wed, 23 Oct 2002 23:09:08 +0000 (23:09 +0000)]
fix warning
Marcus Boerger [Wed, 23 Oct 2002 23:08:20 +0000 (23:08 +0000)]
fix warning: used in rfc1867.c
Marcus Boerger [Wed, 23 Oct 2002 23:07:14 +0000 (23:07 +0000)]
fix style and warnings
Ilia Alshanetsky [Wed, 23 Oct 2002 23:04:43 +0000 (23:04 +0000)]
Added 'skip logic' to the test on platforms where the locale required by
this test is not avaliable.
Melvyn Sopacua [Wed, 23 Oct 2002 22:21:40 +0000 (22:21 +0000)]
suddenly, there was a newline
Jon Parise [Wed, 23 Oct 2002 21:46:40 +0000 (21:46 +0000)]
Correct spelling.
Jon Parise [Wed, 23 Oct 2002 21:44:43 +0000 (21:44 +0000)]
Correct mispellings and some word misuse.
Jon Parise [Wed, 23 Oct 2002 21:41:40 +0000 (21:41 +0000)]
Capitalize PHP and spell "web server" using two words.
Jon Parise [Wed, 23 Oct 2002 21:39:32 +0000 (21:39 +0000)]
- Apply proper capitalization to PHP and MySQL.
- Correct some spelling errors.
Jon Parise [Wed, 23 Oct 2002 21:35:17 +0000 (21:35 +0000)]
Improve the wording in this paragraph.
Jon Parise [Wed, 23 Oct 2002 21:32:39 +0000 (21:32 +0000)]
Formatting nit: "autoconverted" to "auto-converted"
Melvyn Sopacua [Wed, 23 Oct 2002 21:32:09 +0000 (21:32 +0000)]
Provide an example cron script, to invite people to test.
Jon Parise [Wed, 23 Oct 2002 21:31:12 +0000 (21:31 +0000)]
- Spell out "cd" as "change directory".
- Replace "ie" with "e.g.", which is more appropriate in this context.
Melvyn Sopacua [Wed, 23 Oct 2002 21:21:07 +0000 (21:21 +0000)]
no more looking
Melvyn Sopacua [Wed, 23 Oct 2002 21:15:08 +0000 (21:15 +0000)]
statis->status
clarity on the exit status
Melvyn Sopacua [Wed, 23 Oct 2002 20:56:09 +0000 (20:56 +0000)]
Some english fixes
Added docs for automated testing.
Now telling the current version of the truth about ini settings :)
Be more verbose about QA goals intentions and the tester's part in the
process.
Melvyn Sopacua [Wed, 23 Oct 2002 20:53:20 +0000 (20:53 +0000)]
Implement 'no interaction' for automated tests
Implement exit status 1 to make actions for automated testing selectable
# Sorry Derick, was already working on this and the docs, see next commit
# and forthcoming email
Andi Gutmans [Wed, 23 Oct 2002 20:40:07 +0000 (20:40 +0000)]
- This might improve performance. Commiting it so that I can check it on
- Linux
Moriyoshi Koizumi [Wed, 23 Oct 2002 20:38:18 +0000 (20:38 +0000)]
Updated the test case
Derick Rethans [Wed, 23 Oct 2002 20:35:16 +0000 (20:35 +0000)]
- Use new setlocal semantics
Moriyoshi Koizumi [Wed, 23 Oct 2002 20:32:51 +0000 (20:32 +0000)]
Modified mb_convert_case() to handle cased characters properly when MB_CASE_TITLE is specified.
Andi Gutmans [Wed, 23 Oct 2002 20:26:28 +0000 (20:26 +0000)]
- Make Ts access a macro. I need this for my next patch which should
- improve performance but not sure yet if it will.
Derick Rethans [Wed, 23 Oct 2002 20:13:42 +0000 (20:13 +0000)]
[0.05]
- Disable html_errors in info sent
Moriyoshi Koizumi [Wed, 23 Oct 2002 19:58:37 +0000 (19:58 +0000)]
Fixed comment position.
# Sorry for repetitive commit logs :)
Melvyn Sopacua [Wed, 23 Oct 2002 19:52:26 +0000 (19:52 +0000)]
Make it work without .php files
Moriyoshi Koizumi [Wed, 23 Oct 2002 19:51:50 +0000 (19:51 +0000)]
Function renaming.
Moriyoshi Koizumi [Wed, 23 Oct 2002 19:38:46 +0000 (19:38 +0000)]
Added folding markers for happier hacking
Andrey Hristov [Wed, 23 Oct 2002 19:33:12 +0000 (19:33 +0000)]
Test case regarding randomization of shuffle() and str_shuffle().
The code was provided by Adam Trachtenberg : adam trachtenberg com
Moriyoshi Koizumi [Wed, 23 Oct 2002 19:20:27 +0000 (19:20 +0000)]
Style keisatsu
Moriyoshi Koizumi [Wed, 23 Oct 2002 18:34:57 +0000 (18:34 +0000)]
Forgot this one.
Moriyoshi Koizumi [Wed, 23 Oct 2002 18:32:55 +0000 (18:32 +0000)]
Renaming the functions.
Jan Lehnardt [Wed, 23 Oct 2002 17:56:42 +0000 (17:56 +0000)]
- use the cc that was detected by ./configure when determining version
information in run-tests.php
Moriyoshi Koizumi [Wed, 23 Oct 2002 16:54:31 +0000 (16:54 +0000)]
Remaned the functions for consistency