]> granicus.if.org Git - php/log
php
22 years agoFix ZTS build.
Sebastian Bergmann [Mon, 18 Nov 2002 06:04:06 +0000 (06:04 +0000)]
Fix ZTS build.

22 years ago- MFZE1
Andi Gutmans [Mon, 18 Nov 2002 05:27:46 +0000 (05:27 +0000)]
- MFZE1

22 years agoFixed bug: #20458 (--with-qtdom=shared broken)
foobar [Mon, 18 Nov 2002 05:06:02 +0000 (05:06 +0000)]
Fixed bug: #20458 (--with-qtdom=shared broken)

22 years agoAdded error message if browscap location is not set in php.ini
foobar [Mon, 18 Nov 2002 03:23:51 +0000 (03:23 +0000)]
Added error message if browscap location is not set in php.ini

22 years agoFixed bug #20462.
Ilia Alshanetsky [Mon, 18 Nov 2002 03:16:13 +0000 (03:16 +0000)]
Fixed bug #20462.

22 years agoRemoved duplicate php_compat.h include.
Ilia Alshanetsky [Mon, 18 Nov 2002 02:30:27 +0000 (02:30 +0000)]
Removed duplicate php_compat.h include.

22 years agoinitial import of all these files. This was previously the apache_hooks
George Schlossnagle [Mon, 18 Nov 2002 01:01:21 +0000 (01:01 +0000)]
initial import of all these files.  This was previously the apache_hooks
branch of the apache sapi.  Now it lives on its own.  General functionality
seems to be working, though there may be a problem with some
output buffering, most likely due to the way that sapi_deactivate needs
to be mangled with here.

22 years agoadded support functions for the apache_hooks SAPI
George Schlossnagle [Mon, 18 Nov 2002 00:59:23 +0000 (00:59 +0000)]
added support functions for the apache_hooks SAPI

22 years agoFix the test. (and indented it for easier bug spotting :)
foobar [Mon, 18 Nov 2002 00:41:27 +0000 (00:41 +0000)]
Fix the test. (and indented it for easier bug spotting :)

22 years agoFixed bug #20466.
Ilia Alshanetsky [Sun, 17 Nov 2002 22:52:47 +0000 (22:52 +0000)]
Fixed bug #20466.

22 years agoFixed gd 2.0.4 check
Ilia Alshanetsky [Sun, 17 Nov 2002 21:57:43 +0000 (21:57 +0000)]
Fixed gd 2.0.4 check

22 years agoFix warning. HAVE_MEMMOVE is already defined in config.w32.h.
Sebastian Bergmann [Sun, 17 Nov 2002 21:50:00 +0000 (21:50 +0000)]
Fix warning. HAVE_MEMMOVE is already defined in config.w32.h.

22 years agoFix Win32 build. (Lots of linkage warnings remain!)
Sebastian Bergmann [Sun, 17 Nov 2002 21:29:16 +0000 (21:29 +0000)]
Fix Win32 build. (Lots of linkage warnings remain!)

22 years agoA better gd >=2.0.4 version check for non-bundled gd library.
Ilia Alshanetsky [Sun, 17 Nov 2002 20:18:44 +0000 (20:18 +0000)]
A better gd >=2.0.4 version check for non-bundled gd library.

22 years ago- MFB
Derick Rethans [Sun, 17 Nov 2002 19:45:10 +0000 (19:45 +0000)]
- MFB

22 years agoExpat upgrade news.
Ilia Alshanetsky [Sun, 17 Nov 2002 18:57:21 +0000 (18:57 +0000)]
Expat upgrade news.

22 years agoUpgraded the bundled expat library to 1.95.5 (latest stable, atm).
Ilia Alshanetsky [Sun, 17 Nov 2002 18:37:48 +0000 (18:37 +0000)]
Upgraded the bundled expat library to 1.95.5 (latest stable, atm).
Fixed bug #20442.

22 years agofix the leak
Stanislav Malyshev [Sun, 17 Nov 2002 17:57:57 +0000 (17:57 +0000)]
fix the leak

22 years ago- Fix compile problems for mips pro
Derick Rethans [Sun, 17 Nov 2002 14:25:50 +0000 (14:25 +0000)]
- Fix compile problems for mips pro

22 years agoUnify handling of error_reporting - fix bug #16137
Zeev Suraski [Sun, 17 Nov 2002 13:26:38 +0000 (13:26 +0000)]
Unify handling of error_reporting - fix bug #16137

22 years ago- MFB: Fix memory allocation problem in bundled GD (reported by Brian Havard)
Derick Rethans [Sun, 17 Nov 2002 13:11:46 +0000 (13:11 +0000)]
- MFB: Fix memory allocation problem in bundled GD (reported by Brian Havard)

22 years agoConversion fix by Michael Mauch
Marcus Boerger [Sun, 17 Nov 2002 09:27:48 +0000 (09:27 +0000)]
Conversion fix by Michael Mauch

22 years agoFixed a problem that would cause include/require("/dir/file") to fail on
Ilia Alshanetsky [Sun, 17 Nov 2002 00:06:50 +0000 (00:06 +0000)]
Fixed a problem that would cause include/require("/dir/file") to fail on
Windows.

22 years agoForce float for the float test
Marcus Boerger [Sat, 16 Nov 2002 23:45:58 +0000 (23:45 +0000)]
Force float for the float test

22 years agoShow module used in test
Marcus Boerger [Sat, 16 Nov 2002 19:43:53 +0000 (19:43 +0000)]
Show module used in test

22 years ago-Do not rely on a side effect of 32bit platforms (patch by Michael Mauch)
Marcus Boerger [Sat, 16 Nov 2002 17:28:04 +0000 (17:28 +0000)]
-Do not rely on a side effect of 32bit platforms (patch by Michael Mauch)
-remove unused sections

22 years agoremoved unused sections
Marcus Boerger [Sat, 16 Nov 2002 17:26:52 +0000 (17:26 +0000)]
removed unused sections

22 years agoFixed the test so it works properly on both 32 and 64 bit platforms.
Ilia Alshanetsky [Sat, 16 Nov 2002 17:26:26 +0000 (17:26 +0000)]
Fixed the test so it works properly on both 32 and 64 bit platforms.

22 years agoMake getimagesize more robust against corrupt files
Marcus Boerger [Sat, 16 Nov 2002 17:02:07 +0000 (17:02 +0000)]
Make getimagesize more robust against corrupt files

22 years agoforgot to decrement result_allocated :(
Georg Richter [Sat, 16 Nov 2002 16:07:54 +0000 (16:07 +0000)]
forgot to decrement result_allocated :(

22 years agoFix Win32 build.
Sebastian Bergmann [Sat, 16 Nov 2002 08:30:31 +0000 (08:30 +0000)]
Fix Win32 build.

22 years ago- MFZE1
Andi Gutmans [Sat, 16 Nov 2002 07:37:03 +0000 (07:37 +0000)]
- MFZE1

22 years ago- MFZE1
Andi Gutmans [Sat, 16 Nov 2002 07:32:53 +0000 (07:32 +0000)]
- MFZE1

22 years agono longer in use
Stig Bakken [Fri, 15 Nov 2002 23:19:41 +0000 (23:19 +0000)]
no longer in use

22 years agoWhen --enable-dba is used then include builtin modules unless --without-xxx
Marcus Boerger [Fri, 15 Nov 2002 21:28:42 +0000 (21:28 +0000)]
When --enable-dba is used then include builtin modules unless --without-xxx
is not used.

22 years agoRemoved the md5 checks since the files may be slightly different due to
Ilia Alshanetsky [Fri, 15 Nov 2002 18:53:07 +0000 (18:53 +0000)]
Removed the md5 checks since the files may be slightly different due to
float -> int conversion inconsistencies on various architectures.

22 years agoWS
Maxim Maletsky [Fri, 15 Nov 2002 18:20:59 +0000 (18:20 +0000)]
WS

22 years agoTons of WS fixes all over the file
Maxim Maletsky [Fri, 15 Nov 2002 17:59:19 +0000 (17:59 +0000)]
Tons of WS fixes all over the file

22 years agoRevert of previous patch ad requested by Andi.
Ilia Alshanetsky [Fri, 15 Nov 2002 16:36:55 +0000 (16:36 +0000)]
Revert of previous patch ad requested by Andi.

22 years agoWith ZTS on, we need to resolve the full paths before making symlinks.
Ilia Alshanetsky [Fri, 15 Nov 2002 16:34:16 +0000 (16:34 +0000)]
With ZTS on, we need to resolve the full paths before making symlinks.
If a chdir() call occurs before the symlink operation, the symlink is
created in the current directory rather then directory we've chdired to
because in ZTS we don't actually chdir but store the new path internally.

For an example of this problem consider the ext/standard/tests/file/001.phpt
test under ZTS.

22 years agoUse eregi is better (noticed by Jon)
Marcus Boerger [Fri, 15 Nov 2002 16:33:05 +0000 (16:33 +0000)]
Use eregi is better (noticed by Jon)

22 years agoAlways use binary mode for magic files
Moriyoshi Koizumi [Fri, 15 Nov 2002 16:25:31 +0000 (16:25 +0000)]
Always use binary mode for magic files

22 years agoInclude php_config.h for HAVE_MBSTRING
Moriyoshi Koizumi [Fri, 15 Nov 2002 16:13:36 +0000 (16:13 +0000)]
Include php_config.h for HAVE_MBSTRING

22 years agoUse flatfile if available.
Marcus Boerger [Fri, 15 Nov 2002 16:11:51 +0000 (16:11 +0000)]
Use flatfile if available.
# This way we are using the internal library which we know about most.

22 years agoDivided the overload test into two so as to handle the case mbregex is
Moriyoshi Koizumi [Fri, 15 Nov 2002 15:59:07 +0000 (15:59 +0000)]
Divided the overload test into two so as to handle the case mbregex is
not enabled

22 years agoShow which handler was used in the test
Marcus Boerger [Fri, 15 Nov 2002 15:58:09 +0000 (15:58 +0000)]
Show which handler was used in the test

22 years ago-Allow skip in upper letters.
Marcus Boerger [Fri, 15 Nov 2002 15:57:00 +0000 (15:57 +0000)]
-Allow skip in upper letters.
-Add 'info' result to --SKIPIF-- -> see following dba commits

22 years agoSpeling (found by Andi)
Marcus Boerger [Fri, 15 Nov 2002 15:35:11 +0000 (15:35 +0000)]
Speling (found by Andi)

22 years ago%s/SKIP/skip/g
Moriyoshi Koizumi [Fri, 15 Nov 2002 15:34:57 +0000 (15:34 +0000)]
%s/SKIP/skip/g

22 years agoSimplify and show skip reason
Marcus Boerger [Fri, 15 Nov 2002 15:22:07 +0000 (15:22 +0000)]
Simplify and show skip reason

22 years agoUpdate to new syntax suggestion
Marcus Boerger [Fri, 15 Nov 2002 15:19:02 +0000 (15:19 +0000)]
Update to new syntax suggestion

22 years agoShow correct result
Marcus Boerger [Fri, 15 Nov 2002 15:17:39 +0000 (15:17 +0000)]
Show correct result

22 years agoFixed segfault in case the specified magic file cannot be read.
Moriyoshi Koizumi [Fri, 15 Nov 2002 15:13:30 +0000 (15:13 +0000)]
Fixed segfault in case the specified magic file cannot be read.

22 years agoBug fixing news
Moriyoshi Koizumi [Fri, 15 Nov 2002 15:07:24 +0000 (15:07 +0000)]
Bug fixing news

22 years agoRemoved unnecessary ?>
Moriyoshi Koizumi [Fri, 15 Nov 2002 14:53:58 +0000 (14:53 +0000)]
Removed unnecessary ?>

22 years agoFixed bogus SKIPIF conditions.
Moriyoshi Koizumi [Fri, 15 Nov 2002 14:49:57 +0000 (14:49 +0000)]
Fixed bogus SKIPIF conditions.

22 years agoOnly show the first results
Marcus Boerger [Fri, 15 Nov 2002 14:46:52 +0000 (14:46 +0000)]
Only show the first results

22 years ago- MFZE1
Andi Gutmans [Fri, 15 Nov 2002 14:30:40 +0000 (14:30 +0000)]
- MFZE1

22 years agoAdded some skipif conditions to handle the case mbstring is enabled but mbregex is...
Moriyoshi Koizumi [Fri, 15 Nov 2002 14:26:33 +0000 (14:26 +0000)]
Added some skipif conditions to handle the case mbstring is enabled but mbregex is disabled.

22 years ago- Commit fix for bug #19566 (I think it's by Marcus :)
Andi Gutmans [Fri, 15 Nov 2002 14:25:44 +0000 (14:25 +0000)]
- Commit fix for bug #19566 (I think it's by Marcus :)

22 years agoShow Zend version
Marcus Boerger [Fri, 15 Nov 2002 14:23:40 +0000 (14:23 +0000)]
Show Zend version

22 years agoBug fixing news
Moriyoshi Koizumi [Fri, 15 Nov 2002 13:36:49 +0000 (13:36 +0000)]
Bug fixing news

22 years agoShowing memleaks for a memleak test is a good idea
Marcus Boerger [Fri, 15 Nov 2002 11:55:57 +0000 (11:55 +0000)]
Showing memleaks for a memleak test is a good idea

22 years agodb is deprecated now
Marcus Boerger [Fri, 15 Nov 2002 11:49:58 +0000 (11:49 +0000)]
db is deprecated now

22 years agoFix segfaults (check ext/domxml/tests/domxml002.phpt)
Marcus Boerger [Fri, 15 Nov 2002 11:06:13 +0000 (11:06 +0000)]
Fix segfaults (check ext/domxml/tests/domxml002.phpt)

22 years agoMove the build-environment stuff down or the test results up, so you
Sander Roobol [Fri, 15 Nov 2002 10:37:41 +0000 (10:37 +0000)]
Move the build-environment stuff down or the test results up, so you
don't need to scroll down to see the failed tests.

22 years agoremoved restore_connection_defaults for pconnects (discussed on php-dev@)
Georg Richter [Fri, 15 Nov 2002 10:35:10 +0000 (10:35 +0000)]
removed restore_connection_defaults for pconnects (discussed on php-dev@)
bug #19529 closed
bug #12513 reopened

22 years agows fix
foobar [Fri, 15 Nov 2002 07:21:33 +0000 (07:21 +0000)]
ws fix

22 years agoFixed bug #20381
Moriyoshi Koizumi [Fri, 15 Nov 2002 02:16:41 +0000 (02:16 +0000)]
Fixed bug #20381

22 years agoAdded a test case for bug #20381
Moriyoshi Koizumi [Fri, 15 Nov 2002 02:11:23 +0000 (02:11 +0000)]
Added a test case for bug #20381

22 years agoI mean - todo typo :)
Maxim Maletsky [Fri, 15 Nov 2002 02:06:11 +0000 (02:06 +0000)]
I mean - todo typo :)

22 years agotodo typo
Maxim Maletsky [Fri, 15 Nov 2002 02:05:06 +0000 (02:05 +0000)]
todo typo

22 years agoUse C comments
Moriyoshi Koizumi [Fri, 15 Nov 2002 01:45:23 +0000 (01:45 +0000)]
Use C comments

22 years agoOops.
Andrei Zmievski [Fri, 15 Nov 2002 00:32:42 +0000 (00:32 +0000)]
Oops.

22 years agoFix function prototype.
Andrei Zmievski [Fri, 15 Nov 2002 00:31:10 +0000 (00:31 +0000)]
Fix function prototype.

22 years agouse grep -E instead of egrep. the latter is not defined by POSIX anymore
Sascha Schumann [Fri, 15 Nov 2002 00:20:17 +0000 (00:20 +0000)]
use grep -E instead of egrep. the latter is not defined by POSIX anymore

22 years agoAdded error codes for the PEAR_Dependency class
Stig Bakken [Thu, 14 Nov 2002 23:23:21 +0000 (23:23 +0000)]
Added error codes for the PEAR_Dependency class
Changed the dependency API to have a reference to an error message
string as first arg to all check methods

22 years agoFixed a problem that ICONV_IMPL doesn't give a correct value in win32 build.
Moriyoshi Koizumi [Thu, 14 Nov 2002 23:07:53 +0000 (23:07 +0000)]
Fixed a problem that ICONV_IMPL doesn't give a correct value in win32 build.

22 years agoAdded PATH_SEPARATOR constant
Stig Bakken [Thu, 14 Nov 2002 22:50:01 +0000 (22:50 +0000)]
Added PATH_SEPARATOR constant

22 years ago* a little bit of internal refactoring
Stig Bakken [Thu, 14 Nov 2002 22:41:56 +0000 (22:41 +0000)]
* a little bit of internal refactoring

22 years agoAdded a test for zend-multibyte extension
Moriyoshi Koizumi [Thu, 14 Nov 2002 22:38:43 +0000 (22:38 +0000)]
Added a test for zend-multibyte extension

22 years agoMinor test corrections
Marcus Boerger [Thu, 14 Nov 2002 21:45:01 +0000 (21:45 +0000)]
Minor test corrections

22 years agoTest is affected by mbstring
Marcus Boerger [Thu, 14 Nov 2002 21:43:49 +0000 (21:43 +0000)]
Test is affected by mbstring

22 years agoMFZE1
Andrei Zmievski [Thu, 14 Nov 2002 21:36:07 +0000 (21:36 +0000)]
MFZE1

22 years agoFixed possible buffer over run in php_mb_safe_strrchr_ex()
Moriyoshi Koizumi [Thu, 14 Nov 2002 21:33:36 +0000 (21:33 +0000)]
Fixed possible buffer over run in php_mb_safe_strrchr_ex()

22 years agoAdded function OCIPasswordChange() that allows renewal of an expired Oracle password.
Maxim Maletsky [Thu, 14 Nov 2002 21:26:57 +0000 (21:26 +0000)]
Added function OCIPasswordChange() that allows renewal of an expired Oracle password.
# Tested, but still considered experimental...

22 years agoSort the modules for info output as well.
Andrei Zmievski [Thu, 14 Nov 2002 21:15:42 +0000 (21:15 +0000)]
Sort the modules for info output as well.

22 years agofile() is affected by magic_quotes_runtime
Marcus Boerger [Thu, 14 Nov 2002 21:15:31 +0000 (21:15 +0000)]
file() is affected by magic_quotes_runtime

22 years agoAdd info: Add magic_quotes_runtime support
Marcus Boerger [Thu, 14 Nov 2002 21:11:40 +0000 (21:11 +0000)]
Add info: Add magic_quotes_runtime support

22 years agoAdd magic_quotes_runtime support
Marcus Boerger [Thu, 14 Nov 2002 21:09:41 +0000 (21:09 +0000)]
Add magic_quotes_runtime support

22 years agoAdd magic_quotes_runtime which affects several tests
Marcus Boerger [Thu, 14 Nov 2002 21:02:24 +0000 (21:02 +0000)]
Add magic_quotes_runtime which affects several tests

22 years agotypo
Melvyn Sopacua [Thu, 14 Nov 2002 20:57:48 +0000 (20:57 +0000)]
typo

22 years agoSort the modules and extensions before printing them when -m switch is used.
Andrei Zmievski [Thu, 14 Nov 2002 20:32:28 +0000 (20:32 +0000)]
Sort the modules and extensions before printing them when -m switch is used.

22 years agoTest for bug #14383
Marcus Boerger [Thu, 14 Nov 2002 20:30:53 +0000 (20:30 +0000)]
Test for bug #14383

22 years agoOnly set the overwrites once
Marcus Boerger [Thu, 14 Nov 2002 20:12:36 +0000 (20:12 +0000)]
Only set the overwrites once

22 years agoAdd a note about the mime-type
Melvyn Sopacua [Thu, 14 Nov 2002 19:44:26 +0000 (19:44 +0000)]
Add a note about the mime-type

22 years agoFix build
Moriyoshi Koizumi [Thu, 14 Nov 2002 19:04:29 +0000 (19:04 +0000)]
Fix build

22 years agoMoved some mbregex related portions from mbstring.c to php_mbregex.c
Moriyoshi Koizumi [Thu, 14 Nov 2002 18:54:42 +0000 (18:54 +0000)]
Moved some mbregex related portions from mbstring.c to php_mbregex.c
# No need to merge this change to PHP_4_3 branch

22 years agoPrevent warnings under safe mode
Moriyoshi Koizumi [Thu, 14 Nov 2002 18:38:38 +0000 (18:38 +0000)]
Prevent warnings under safe mode

22 years agoDisable safe_mode as it interferes with just about every test that needs
Ilia Alshanetsky [Thu, 14 Nov 2002 18:38:19 +0000 (18:38 +0000)]
Disable safe_mode as it interferes with just about every test that needs
to access the file system, set enviroment variables or execute commands.