]>
granicus.if.org Git - php/log
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)
Dmitry Stogov [Fri, 9 Dec 2005 13:41:06 +0000 (13:41 +0000)]
Support for 64-bit platforms
Antony Dovgal [Fri, 9 Dec 2005 13:32:07 +0000 (13:32 +0000)]
MF51: nuke C++ comment
Marcus Boerger [Fri, 9 Dec 2005 09:49:58 +0000 (09:49 +0000)]
- Section FILE does not exist for redirection tests
<changelog@php.net> [Fri, 9 Dec 2005 06:51:50 +0000 (06:51 +0000)]
ChangeLog update
Rob Richards [Fri, 9 Dec 2005 06:43:35 +0000 (06:43 +0000)]
update TODO
Pierre Joye [Fri, 9 Dec 2005 06:31:21 +0000 (06:31 +0000)]
- dtd added, remove from todo
Rob Richards [Fri, 9 Dec 2005 04:56:21 +0000 (04:56 +0000)]
- enable a few additional functions
- add tests
Marcus Boerger [Fri, 9 Dec 2005 00:30:05 +0000 (00:30 +0000)]
- Add missing newline
Marcus Boerger [Thu, 8 Dec 2005 22:48:42 +0000 (22:48 +0000)]
- MFH (Ilia's changes)
- Add ability to create temp files in separate dir and keep them.
- Add ability to generate html file with results as table and links to
generated files.
Antony Dovgal [Thu, 8 Dec 2005 22:31:55 +0000 (22:31 +0000)]
add new tests
Antony Dovgal [Thu, 8 Dec 2005 22:05:44 +0000 (22:05 +0000)]
improve error message
Antony Dovgal [Thu, 8 Dec 2005 21:22:38 +0000 (21:22 +0000)]
add 1 to the max_length to keep \0 at its place
Ilia Alshanetsky [Thu, 8 Dec 2005 21:12:31 +0000 (21:12 +0000)]
MFB51: Include a legend in the gcov report
Antony Dovgal [Thu, 8 Dec 2005 19:53:43 +0000 (19:53 +0000)]
fix segfault in SplFileObject when file doesn't exist or cannot be read
Frank M. Kromann [Thu, 8 Dec 2005 19:43:53 +0000 (19:43 +0000)]
Allow the extension to be compiled as shared object on win32
Ilia Alshanetsky [Thu, 8 Dec 2005 17:07:16 +0000 (17:07 +0000)]
MFB51: Added myself to a list of extensions/sapis I try to maintain.
Ilia Alshanetsky [Thu, 8 Dec 2005 16:00:47 +0000 (16:00 +0000)]
MFB51: Final fix for gcov generation.
Dmitry Stogov [Thu, 8 Dec 2005 08:10:00 +0000 (08:10 +0000)]
Fixed test
Greg Beaver [Thu, 8 Dec 2005 07:59:18 +0000 (07:59 +0000)]
improve error messages to state overrun when it exists. Also, catch overrun before we attempt to write beyond the buffer's end
Greg Beaver [Thu, 8 Dec 2005 07:49:47 +0000 (07:49 +0000)]
new test for truncated manifest
Greg Beaver [Thu, 8 Dec 2005 07:38:44 +0000 (07:38 +0000)]
CS // -> /* */
Greg Beaver [Thu, 8 Dec 2005 07:34:16 +0000 (07:34 +0000)]
rework errors slightly. Add buffer overflow check for manifest, so we don't create a memory monster by accident
Greg Beaver [Thu, 8 Dec 2005 07:08:49 +0000 (07:08 +0000)]
add next truncation test, tweak error messages
<changelog@php.net> [Thu, 8 Dec 2005 06:46:37 +0000 (06:46 +0000)]
ChangeLog update
Greg Beaver [Thu, 8 Dec 2005 06:46:02 +0000 (06:46 +0000)]
add error if seeking fails on self, add test 1 for truncated phar
Greg Beaver [Thu, 8 Dec 2005 06:38:26 +0000 (06:38 +0000)]
add error if __HALT_COMPILER(); is not declared and new test
Greg Beaver [Thu, 8 Dec 2005 06:23:21 +0000 (06:23 +0000)]
test for no zlib error message
Ilia Alshanetsky [Thu, 8 Dec 2005 03:25:42 +0000 (03:25 +0000)]
MFB51: Fixed bug #35594 (Multiple calls to getopt() may result in a crash).
Ilia Alshanetsky [Thu, 8 Dec 2005 03:12:34 +0000 (03:12 +0000)]
MFB51:
fix for bug #35382
fix for bug #35411
Ilia Alshanetsky [Thu, 8 Dec 2005 02:53:34 +0000 (02:53 +0000)]
MFB51: Fixed bug #34359 (Possible crash inside fopen http wrapper).
Michael Wallner [Wed, 7 Dec 2005 19:51:38 +0000 (19:51 +0000)]
- release 1.1
Michael Wallner [Wed, 7 Dec 2005 18:39:54 +0000 (18:39 +0000)]
- fix PECL bug #6283 - haval source file entries are missing in package.xml
Dmitry Stogov [Wed, 7 Dec 2005 16:52:13 +0000 (16:52 +0000)]
Unicode support
Dmitry Stogov [Wed, 7 Dec 2005 15:19:30 +0000 (15:19 +0000)]
Fixed tests
Dmitry Stogov [Wed, 7 Dec 2005 14:54:04 +0000 (14:54 +0000)]
Fixed test
Dmitry Stogov [Wed, 7 Dec 2005 14:39:07 +0000 (14:39 +0000)]
Fixed tests
Dmitry Stogov [Wed, 7 Dec 2005 14:32:42 +0000 (14:32 +0000)]
Fixed test
Dmitry Stogov [Wed, 7 Dec 2005 14:18:12 +0000 (14:18 +0000)]
Fixed test
Dmitry Stogov [Wed, 7 Dec 2005 13:55:52 +0000 (13:55 +0000)]
Fixed bug #33394 (Socket Timeout on SOAP request causes general exception in Apache process).
foobar [Wed, 7 Dec 2005 11:53:28 +0000 (11:53 +0000)]
fix tests
foobar [Wed, 7 Dec 2005 11:28:20 +0000 (11:28 +0000)]
- Made tests that require CGI skipped if it is not available
foobar [Wed, 7 Dec 2005 11:11:01 +0000 (11:11 +0000)]
- Fix file_put_contents() usage: it returns bytes written and it can be 0.
foobar [Wed, 7 Dec 2005 10:08:07 +0000 (10:08 +0000)]
- Fixed error messages
Dmitry Stogov [Wed, 7 Dec 2005 09:41:22 +0000 (09:41 +0000)]
Fixed sleep() magic method with private and protected members
Dmitry Stogov [Wed, 7 Dec 2005 09:34:34 +0000 (09:34 +0000)]
Fixed test
Rasmus Lerdorf [Wed, 7 Dec 2005 09:12:39 +0000 (09:12 +0000)]
A few cleanups. I hope you don't mind Omar.
Dmitry Stogov [Wed, 7 Dec 2005 09:06:30 +0000 (09:06 +0000)]
Fixed incorrect basename() usage
Dmitry Stogov [Wed, 7 Dec 2005 09:00:29 +0000 (09:00 +0000)]
Fixed memory overflow, because usage of initialized value
Pierre Joye [Wed, 7 Dec 2005 06:58:14 +0000 (06:58 +0000)]
- add latest changes to package.xml
<changelog@php.net> [Wed, 7 Dec 2005 06:41:41 +0000 (06:41 +0000)]
ChangeLog update
Greg Beaver [Wed, 7 Dec 2005 06:39:03 +0000 (06:39 +0000)]
add PHP_Archive::canCompress() which determines whether zlib decompression is available
clean up code slightly
add lots of error notification
add .cvsignore for tests/
update 002 to handle new testing behavior
Rob Richards [Wed, 7 Dec 2005 04:59:41 +0000 (04:59 +0000)]
- fix remaining parameter typo
- add test
Pierre Joye [Wed, 7 Dec 2005 03:20:13 +0000 (03:20 +0000)]
- copy/paste error in startDtd, we do not need the res here
Ilia Alshanetsky [Wed, 7 Dec 2005 02:37:35 +0000 (02:37 +0000)]
MFB51: Better critical error handling (fix for previous html encoding patch).
Greg Beaver [Wed, 7 Dec 2005 01:47:49 +0000 (01:47 +0000)]
parameter count test
Greg Beaver [Wed, 7 Dec 2005 01:44:24 +0000 (01:44 +0000)]
first simple test
Frank M. Kromann [Wed, 7 Dec 2005 01:18:54 +0000 (01:18 +0000)]
Fix ZTS and Win32 builds
Greg Beaver [Wed, 7 Dec 2005 00:49:46 +0000 (00:49 +0000)]
apparently no email here
Marcus Boerger [Wed, 7 Dec 2005 00:01:51 +0000 (00:01 +0000)]
- Show list of leaked files in summary if any
- Use basename correct
Ilia Alshanetsky [Tue, 6 Dec 2005 23:32:27 +0000 (23:32 +0000)]
MFB51: Fixed bug #30760 (Remove MessageBox on win32 for E_CORE errors if
display_startup_error is off).
Marcus Boerger [Tue, 6 Dec 2005 23:24:38 +0000 (23:24 +0000)]
- Do not show leak summary if not tested
Antony Dovgal [Tue, 6 Dec 2005 19:26:57 +0000 (19:26 +0000)]
fix typo
Antony Dovgal [Tue, 6 Dec 2005 19:15:02 +0000 (19:15 +0000)]
nuke erroneous --ENV-- tag
add new tests for oci_bind_array_by_name()
Sara Golemon [Tue, 6 Dec 2005 19:13:27 +0000 (19:13 +0000)]
Block potential segfault.
Context option type not checked for "user_agent","header", and "content"
Antony Dovgal [Tue, 6 Dec 2005 18:54:33 +0000 (18:54 +0000)]
MF51: use strlen() to get correct element length
Sara Golemon [Tue, 6 Dec 2005 17:56:56 +0000 (17:56 +0000)]
MFB: Prep for PECL release
Antony Dovgal [Tue, 6 Dec 2005 15:20:53 +0000 (15:20 +0000)]
fix CS
Antony Dovgal [Tue, 6 Dec 2005 15:18:56 +0000 (15:18 +0000)]
add tests
Code covered: 91.3 %
Antony Dovgal [Tue, 6 Dec 2005 15:17:38 +0000 (15:17 +0000)]
reimplement php_filter_callback() as exception-safe and without memleaks
Antony Dovgal [Tue, 6 Dec 2005 15:16:33 +0000 (15:16 +0000)]
accept strings and arrays as callback name
Antony Dovgal [Tue, 6 Dec 2005 13:46:56 +0000 (13:46 +0000)]
don't try to encode empty strings
Antony Dovgal [Tue, 6 Dec 2005 10:23:28 +0000 (10:23 +0000)]
fix tests
Antony Dovgal [Tue, 6 Dec 2005 10:21:52 +0000 (10:21 +0000)]
plug multiple leaks
(you need to destroy the zval before changing its type manually)
Marcus Boerger [Tue, 6 Dec 2005 09:34:44 +0000 (09:34 +0000)]
- Fix summaries again
<changelog@php.net> [Tue, 6 Dec 2005 06:46:50 +0000 (06:46 +0000)]
ChangeLog update
Omar Kilani [Tue, 6 Dec 2005 06:23:24 +0000 (06:23 +0000)]
Add json extension to PECL.
Ilia Alshanetsky [Tue, 6 Dec 2005 03:39:26 +0000 (03:39 +0000)]
Prevent header injection by limiting each header to a single line.
Ilia Alshanetsky [Tue, 6 Dec 2005 03:13:53 +0000 (03:13 +0000)]
MFB51: Fixed possible XSS inside error reporting functionality.
foobar [Tue, 6 Dec 2005 02:30:04 +0000 (02:30 +0000)]
- Fix docs
foobar [Tue, 6 Dec 2005 02:28:26 +0000 (02:28 +0000)]
- Nuke php3 legacy