]>
granicus.if.org Git - php/log
foobar [Sat, 17 Dec 2005 16:13:16 +0000 (16:13 +0000)]
nuke file that should not be here
Antony Dovgal [Sat, 17 Dec 2005 16:08:08 +0000 (16:08 +0000)]
MFB: int -> long
Marcus Boerger [Sat, 17 Dec 2005 15:50:24 +0000 (15:50 +0000)]
- Fix Bug #35720 A final constructor can be overwritten
Marcus Boerger [Sat, 17 Dec 2005 15:44:44 +0000 (15:44 +0000)]
- MFB Fix export
Marcus Boerger [Sat, 17 Dec 2005 15:41:18 +0000 (15:41 +0000)]
- MFB Add optional dependency to ext/dom
foobar [Sat, 17 Dec 2005 14:56:02 +0000 (14:56 +0000)]
fix test
<changelog@php.net> [Sat, 17 Dec 2005 06:31:58 +0000 (06:31 +0000)]
ChangeLog update
Marcus Boerger [Sat, 17 Dec 2005 00:09:06 +0000 (00:09 +0000)]
- MFB
Marcus Boerger [Fri, 16 Dec 2005 23:23:52 +0000 (23:23 +0000)]
- Add new const
Marcus Boerger [Fri, 16 Dec 2005 23:21:38 +0000 (23:21 +0000)]
- MFB
Marcus Boerger [Fri, 16 Dec 2005 23:13:24 +0000 (23:13 +0000)]
- WS
Marcus Boerger [Fri, 16 Dec 2005 23:11:00 +0000 (23:11 +0000)]
- MFB
Ilia Alshanetsky [Fri, 16 Dec 2005 22:40:09 +0000 (22:40 +0000)]
MFB51: Fixed bug #35705 (strtotime() fails to parse soap date format
without TZ).
Marcus Boerger [Fri, 16 Dec 2005 22:26:43 +0000 (22:26 +0000)]
- MFB Fix zend_is_callable() usage
Marcus Boerger [Fri, 16 Dec 2005 22:22:14 +0000 (22:22 +0000)]
- Add new tests
Antony Dovgal [Fri, 16 Dec 2005 20:50:38 +0000 (20:50 +0000)]
MF51: fix #35713 (getopt() returns array with numeric strings when passed options like '-1')
TODO:
make getopt() unicode aware
Pierre Joye [Fri, 16 Dec 2005 19:21:55 +0000 (19:21 +0000)]
- remove HAVE_LIBGD15, always set
Pierre Joye [Fri, 16 Dec 2005 19:02:07 +0000 (19:02 +0000)]
- fix leaks and wrong error when invalid/empty string are given to
imagecreatefromstring
- add test for imagecreatefromstring
- add test for palettecopy
Pierre Joye [Fri, 16 Dec 2005 17:02:30 +0000 (17:02 +0000)]
- adieu HAVE_LIBGD13
- add imagecolorat tests (truecolor and palette)
Antony Dovgal [Fri, 16 Dec 2005 15:52:54 +0000 (15:52 +0000)]
MF51: fix test, add new one
Antony Dovgal [Fri, 16 Dec 2005 14:57:13 +0000 (14:57 +0000)]
fix test
this linenumber may vary
Antony Dovgal [Fri, 16 Dec 2005 14:50:32 +0000 (14:50 +0000)]
MF51 Ilia's last fix
fix the test appropriately
<changelog@php.net> [Fri, 16 Dec 2005 06:31:42 +0000 (06:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Thu, 15 Dec 2005 22:54:29 +0000 (22:54 +0000)]
MFB51: Cleanup code and prevent usage of uninitialized variable.
Antony Dovgal [Thu, 15 Dec 2005 22:47:27 +0000 (22:47 +0000)]
fix #35692(iconv_mime_decode() segfault, with libiconv only)
Ilia Alshanetsky [Thu, 15 Dec 2005 22:35:18 +0000 (22:35 +0000)]
MFB51: Fixed bug #35694 (Improved error message for invalid fetch mode).
Antony Dovgal [Thu, 15 Dec 2005 22:14:25 +0000 (22:14 +0000)]
fix #35690 (pack() tries to allocate huge memory block when packing float values to strings)
Pierre Joye [Thu, 15 Dec 2005 13:57:14 +0000 (13:57 +0000)]
- #35681, non ansi comment
<changelog@php.net> [Thu, 15 Dec 2005 06:31:44 +0000 (06:31 +0000)]
ChangeLog update
Frank M. Kromann [Thu, 15 Dec 2005 02:26:14 +0000 (02:26 +0000)]
Export symbols needed by pecl/http
Andrei Zmievski [Thu, 15 Dec 2005 00:27:25 +0000 (00:27 +0000)]
I see no reason no reason to not support chunked encoding requests.
Let's ask Apache to decode these requests for us.
Pierre Joye [Wed, 14 Dec 2005 22:33:34 +0000 (22:33 +0000)]
- add wbmp read/write tests
- remove HAVE_GD_WBMP, always available
Pierre Joye [Wed, 14 Dec 2005 19:50:42 +0000 (19:50 +0000)]
- correct title
Pierre Joye [Wed, 14 Dec 2005 19:12:57 +0000 (19:12 +0000)]
- remove HAVE_GD_GD2 on windows as well
Pierre Joye [Wed, 14 Dec 2005 19:10:52 +0000 (19:10 +0000)]
- remove HAVE_GD_GD2, always valid now (2.0.33 or bundled)
Pierre Joye [Wed, 14 Dec 2005 19:00:28 +0000 (19:00 +0000)]
- tests for imagecreatefromgd2 and gd2part
Marcus Boerger [Wed, 14 Dec 2005 09:55:04 +0000 (09:55 +0000)]
- Fix issue spotted by Wez using ms vc 2005
<changelog@php.net> [Wed, 14 Dec 2005 06:31:49 +0000 (06:31 +0000)]
ChangeLog update
Greg Beaver [Wed, 14 Dec 2005 03:42:43 +0000 (03:42 +0000)]
streamline, add more phpinfo output
switch parameter order for PHP_Archive::mapPhar, will be better in the long run
Ilia Alshanetsky [Wed, 14 Dec 2005 03:36:58 +0000 (03:36 +0000)]
MFB51: Fixed bug #35571 (Fixed crash in Apache 2 SAPI when more then one php
script is loaded via SSI include). (Ilia)
Antony Dovgal [Wed, 14 Dec 2005 00:54:04 +0000 (00:54 +0000)]
fix spelling and #35665
Greg Beaver [Tue, 13 Dec 2005 23:40:25 +0000 (23:40 +0000)]
add package.xml
Antony Dovgal [Tue, 13 Dec 2005 22:32:04 +0000 (22:32 +0000)]
use default colors to prevent any problems with existing php.ini
Antony Dovgal [Tue, 13 Dec 2005 21:43:16 +0000 (21:43 +0000)]
new test
Marcus Boerger [Tue, 13 Dec 2005 21:09:18 +0000 (21:09 +0000)]
- MFB Fix zend*_str_tolower_copy()
Ilia Alshanetsky [Tue, 13 Dec 2005 21:00:49 +0000 (21:00 +0000)]
MFB51: Fixed bug #35655 (whitespace following end of heredoc is lost).
<changelog@php.net> [Tue, 13 Dec 2005 06:31:44 +0000 (06:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Tue, 13 Dec 2005 02:29:53 +0000 (02:29 +0000)]
MFB51: Fixed bug #35630 (strtotime() crashes on certain relative
identifiers).
Antony Dovgal [Mon, 12 Dec 2005 21:21:36 +0000 (21:21 +0000)]
MF51: fix tests and their skip conditions
foobar [Mon, 12 Dec 2005 19:44:27 +0000 (19:44 +0000)]
- Fix build failure under win32
foobar [Mon, 12 Dec 2005 12:20:45 +0000 (12:20 +0000)]
- added missing configure help line
foobar [Mon, 12 Dec 2005 11:51:18 +0000 (11:51 +0000)]
more test output files
foobar [Mon, 12 Dec 2005 11:49:30 +0000 (11:49 +0000)]
- Cleanup test output files too
foobar [Mon, 12 Dec 2005 11:00:18 +0000 (11:00 +0000)]
- Include timestamp for the leaks. (to make possible matching leaks with access_log entries)
Dmitry Stogov [Mon, 12 Dec 2005 09:25:07 +0000 (09:25 +0000)]
Fixed bug #35570 (segfault when re-using soap client object)
<changelog@php.net> [Mon, 12 Dec 2005 06:31:40 +0000 (06:31 +0000)]
ChangeLog update
Greg Beaver [Mon, 12 Dec 2005 06:17:16 +0000 (06:17 +0000)]
complete unit tests (woohoo!)
add stream seek (mistakenly never enabled)
Ilia Alshanetsky [Mon, 12 Dec 2005 05:04:43 +0000 (05:04 +0000)]
MFB51: Fixed bug #35629 (crash in http:// wrapper on multiple redirects).
foobar [Sun, 11 Dec 2005 22:38:24 +0000 (22:38 +0000)]
- Added missing fold tags
Ilia Alshanetsky [Sun, 11 Dec 2005 22:37:20 +0000 (22:37 +0000)]
MFB51:
Fixed bug #35624 (strtotime() does not handle 3 character weekdays).
Improved fix for bug #35414.
Edin Kadribasic [Sun, 11 Dec 2005 21:55:00 +0000 (21:55 +0000)]
MFB: Updated to libxml2 to 2.6.22, thanks to rrichards
Greg Beaver [Sun, 11 Dec 2005 21:44:44 +0000 (21:44 +0000)]
slightly clearer error message
Edin Kadribasic [Sun, 11 Dec 2005 21:23:35 +0000 (21:23 +0000)]
Use php5 built-in zlib. Unfortunatelly we don't export zError() there
so I habe generic "compression error" will suffice.
Marcus Boerger [Sun, 11 Dec 2005 16:43:00 +0000 (16:43 +0000)]
- Change to use sane default flags fro RecursiveDirectoryIterator
- Drop 2nd parameter from DirectoryIterator::__construct()
Marcus Boerger [Sun, 11 Dec 2005 15:28:52 +0000 (15:28 +0000)]
- MFB
Marcus Boerger [Sun, 11 Dec 2005 15:24:38 +0000 (15:24 +0000)]
- Show an error if no pdo object can be created
Marcus Boerger [Sun, 11 Dec 2005 14:49:19 +0000 (14:49 +0000)]
- Fix tests
Edin Kadribasic [Sun, 11 Dec 2005 13:19:43 +0000 (13:19 +0000)]
Fixed ZTS build
Marcus Boerger [Sun, 11 Dec 2005 12:46:51 +0000 (12:46 +0000)]
- Revert accidential 'drop in' from 1.227
Greg Beaver [Sun, 11 Dec 2005 08:14:44 +0000 (08:14 +0000)]
fix opendir, add test for subdirectory, revert stupid addition to 018.phpt
Greg Beaver [Sun, 11 Dec 2005 07:26:46 +0000 (07:26 +0000)]
make sure it doesn't pick up non-entries
Greg Beaver [Sun, 11 Dec 2005 07:25:30 +0000 (07:25 +0000)]
add opendir/readdir test for root dir, fix dir stat
Omar Kilani [Sun, 11 Dec 2005 05:13:35 +0000 (05:13 +0000)]
Remove config.m4 reference to json_c/config.h.
Add package.xml.
Wez Furlong [Sun, 11 Dec 2005 04:50:47 +0000 (04:50 +0000)]
test commit
Wez Furlong [Sun, 11 Dec 2005 04:27:30 +0000 (04:27 +0000)]
test commit
Marcus Boerger [Sun, 11 Dec 2005 02:40:49 +0000 (02:40 +0000)]
- Add method support to --rfunction
Marcus Boerger [Sun, 11 Dec 2005 02:16:24 +0000 (02:16 +0000)]
- Add docu
Greg Beaver [Sun, 11 Dec 2005 00:00:31 +0000 (00:00 +0000)]
switch to php_stream_wrapper_log_error from php_error_docref (should be documented somewhere...), add test for failing stream open
Greg Beaver [Sat, 10 Dec 2005 23:19:32 +0000 (23:19 +0000)]
fix minor leak on zlib error, new test for gzipped internal file
foobar [Sat, 10 Dec 2005 18:26:08 +0000 (18:26 +0000)]
use right tag here
Marcus Boerger [Sat, 10 Dec 2005 17:37:29 +0000 (17:37 +0000)]
- Make -U mode play nicely with redirected tests
Marcus Boerger [Sat, 10 Dec 2005 16:58:35 +0000 (16:58 +0000)]
- Add missing global variable
Marcus Boerger [Sat, 10 Dec 2005 13:43:51 +0000 (13:43 +0000)]
- Rewrite --r* and add --rfunction
<changelog@php.net> [Sat, 10 Dec 2005 06:53:20 +0000 (06:53 +0000)]
ChangeLog update
Greg Beaver [Sat, 10 Dec 2005 02:33:35 +0000 (02:33 +0000)]
add missing tests
Greg Beaver [Sat, 10 Dec 2005 02:33:09 +0000 (02:33 +0000)]
crc32 mismatch test
Greg Beaver [Sat, 10 Dec 2005 00:00:00 +0000 (00:00 +0000)]
add crc checked flag, for slight speedup on multiple access to the same file
Greg Beaver [Fri, 9 Dec 2005 23:55:52 +0000 (23:55 +0000)]
new test, better naming of tests
Greg Beaver [Fri, 9 Dec 2005 23:37:03 +0000 (23:37 +0000)]
fix leaks, mem corruption, and add test for successful phar
Antony Dovgal [Fri, 9 Dec 2005 22:26:39 +0000 (22:26 +0000)]
fix #35617
no need to separate zvals twice
Ilia Alshanetsky [Fri, 9 Dec 2005 21:40:55 +0000 (21:40 +0000)]
MFB51: Fixed typo in gcov output filename
Rob Richards [Fri, 9 Dec 2005 20:51:23 +0000 (20:51 +0000)]
allow NULL prefix to create default namespace
fix tests
Greg Beaver [Fri, 9 Dec 2005 19:55:29 +0000 (19:55 +0000)]
add constraint check for number of manifest entries, and test
Antony Dovgal [Fri, 9 Dec 2005 18:53:54 +0000 (18:53 +0000)]
MF51: fix wrong macro usage
Pierre Joye [Fri, 9 Dec 2005 18:16:21 +0000 (18:16 +0000)]
- no need to test if jpeg support exists
Pierre Joye [Fri, 9 Dec 2005 18:14:12 +0000 (18:14 +0000)]
- MFB: test for compression mode in imagepng
Dmitry Stogov [Fri, 9 Dec 2005 18:09:08 +0000 (18:09 +0000)]
Fixed bug #35612 (iis6 Access Violation crash)
Marcus Boerger [Fri, 9 Dec 2005 17:59:50 +0000 (17:59 +0000)]
- Readd -u and -U
# Removed those accidentially, the diff was obviously too big
Dmitry Stogov [Fri, 9 Dec 2005 16:58:02 +0000 (16:58 +0000)]
Bug #34429 (Output buffering cannot be turned off with FastCGI)
Dmitry Stogov [Fri, 9 Dec 2005 15:28:57 +0000 (15:28 +0000)]
Fixed possible SIGSEGV (Rob Richards)