]>
granicus.if.org Git - php/log
foobar [Sat, 17 Dec 2005 14:54:41 +0000 (14:54 +0000)]
- Fix test
Marcus Boerger [Fri, 16 Dec 2005 23:58:38 +0000 (23:58 +0000)]
- Simplify (+fix memleak)
Andrei Zmievski [Fri, 16 Dec 2005 22:45:12 +0000 (22:45 +0000)]
MFH
Marcus Boerger [Fri, 16 Dec 2005 22:38:17 +0000 (22:38 +0000)]
- Drop superflous param
Ilia Alshanetsky [Fri, 16 Dec 2005 22:36:46 +0000 (22:36 +0000)]
Fixed bug #35705 (strtotime() fails to parse soap date format without TZ).
Antony Dovgal [Fri, 16 Dec 2005 22:29:34 +0000 (22:29 +0000)]
fix compile warning with Apache2 and Zend VM disabled
(someone forgot to do MFH)
Marcus Boerger [Fri, 16 Dec 2005 22:29:02 +0000 (22:29 +0000)]
- Add SplTempFileObject to output
Marcus Boerger [Fri, 16 Dec 2005 22:19:02 +0000 (22:19 +0000)]
- Add/fix tests
Marcus Boerger [Fri, 16 Dec 2005 22:18:11 +0000 (22:18 +0000)]
- Fix is_callable usage
Marcus Boerger [Fri, 16 Dec 2005 22:17:32 +0000 (22:17 +0000)]
- Provide better error message when using illegal function 'pointers'
Marcus Boerger [Fri, 16 Dec 2005 22:15:41 +0000 (22:15 +0000)]
- Simplify and synch is_callable_ex() with actual execution code
. Allow array($this, 'parent::method') for function 'pointers'
. Spit out E_STRICT in case of erroneous use of function 'pointers'
Antony Dovgal [Fri, 16 Dec 2005 20:09:16 +0000 (20:09 +0000)]
fix #35713 (getopt() returns array with numeric strings when passed options like '-1')
Antony Dovgal [Fri, 16 Dec 2005 15:52:09 +0000 (15:52 +0000)]
fix test
add new one for 64bit only
Antony Dovgal [Fri, 16 Dec 2005 14:57:29 +0000 (14:57 +0000)]
fix test
Antony Dovgal [Fri, 16 Dec 2005 14:50:47 +0000 (14:50 +0000)]
fix test
Ilia Alshanetsky [Thu, 15 Dec 2005 22:54:15 +0000 (22:54 +0000)]
Cleanup code and prevent usage of uninitialized variable.
Antony Dovgal [Thu, 15 Dec 2005 22:49:22 +0000 (22:49 +0000)]
MFH: fix #35692(iconv_mime_decode() segfault, with libiconv only)
Ilia Alshanetsky [Thu, 15 Dec 2005 22:33:02 +0000 (22:33 +0000)]
Fixed bug #35694 (Improved error message for invalid fetch mode).
Antony Dovgal [Thu, 15 Dec 2005 22:15:01 +0000 (22:15 +0000)]
MFH: fix #35690 (pack() tries to allocate huge memory block when packing float values to strings)
Antony Dovgal [Thu, 15 Dec 2005 13:58:10 +0000 (13:58 +0000)]
MFH: fix C++ comments in C code
Ilia Alshanetsky [Thu, 15 Dec 2005 03:36:53 +0000 (03:36 +0000)]
Fixed possible memory corruption inside mb_strcut().
Frank M. Kromann [Thu, 15 Dec 2005 02:25:58 +0000 (02:25 +0000)]
Export symbols needed by pecl/http
Marcus Boerger [Wed, 14 Dec 2005 09:55:11 +0000 (09:55 +0000)]
- MFH Fix issue spotted by Wez using ms vc 2005
Wez Furlong [Wed, 14 Dec 2005 04:56:22 +0000 (04:56 +0000)]
Possible fixes for #35552, #35592 and #35620.
Ilia Alshanetsky [Wed, 14 Dec 2005 03:36:44 +0000 (03:36 +0000)]
Fixed bug #35571 (Fixed crash in Apache 2 SAPI when more then one php
script is loaded via SSI include).
Wez Furlong [Wed, 14 Dec 2005 02:01:13 +0000 (02:01 +0000)]
Fixes for building with vs.net 2005.
Antony Dovgal [Wed, 14 Dec 2005 00:54:29 +0000 (00:54 +0000)]
MFH: fix spelling and #35665
Marcus Boerger [Wed, 14 Dec 2005 00:06:09 +0000 (00:06 +0000)]
- Fix temp/memory stream modes
Antony Dovgal [Tue, 13 Dec 2005 22:32:30 +0000 (22:32 +0000)]
MFH: use default colors to prevent any problems with existing php.ini
Antony Dovgal [Tue, 13 Dec 2005 21:43:36 +0000 (21:43 +0000)]
add new test
Ilia Alshanetsky [Tue, 13 Dec 2005 20:55:42 +0000 (20:55 +0000)]
Fixed bug #35655 (whitespace following end of heredoc is lost).
Antony Dovgal [Tue, 13 Dec 2005 20:18:50 +0000 (20:18 +0000)]
add missing .cvsignore files
Ilia Alshanetsky [Tue, 13 Dec 2005 02:28:39 +0000 (02:28 +0000)]
Fixed bug #35630 (strtotime() crashes on certain relative identifiers).
Antony Dovgal [Mon, 12 Dec 2005 21:21:11 +0000 (21:21 +0000)]
fix tests and their skip conditions
foobar [Mon, 12 Dec 2005 19:45:01 +0000 (19:45 +0000)]
MFH
Marcus Boerger [Mon, 12 Dec 2005 19:10:12 +0000 (19:10 +0000)]
- Enforce termination to prevent possible SEGVs
foobar [Mon, 12 Dec 2005 12:39:50 +0000 (12:39 +0000)]
- Always use the builddir!
foobar [Mon, 12 Dec 2005 12:20:55 +0000 (12:20 +0000)]
MFH: - added missing configure help line
foobar [Mon, 12 Dec 2005 11:51:45 +0000 (11:51 +0000)]
MFH
foobar [Mon, 12 Dec 2005 11:49:45 +0000 (11:49 +0000)]
MFH: cleanup test outputs
foobar [Mon, 12 Dec 2005 11:00:57 +0000 (11:00 +0000)]
MFH:- Include timestamp for the leaks. (to make possible matching leaks with access_log entries)
Dmitry Stogov [Mon, 12 Dec 2005 09:25:23 +0000 (09:25 +0000)]
Fixed bug #35570 (segfault when re-using soap client object)
Ilia Alshanetsky [Mon, 12 Dec 2005 05:04:15 +0000 (05:04 +0000)]
Fixed bug #35629 (crash in http:// wrapper on multiple redirects).
foobar [Sun, 11 Dec 2005 22:38:38 +0000 (22:38 +0000)]
MFH: - Added missing fold tags
Ilia Alshanetsky [Sun, 11 Dec 2005 22:35:40 +0000 (22:35 +0000)]
Fixed bug #35624 (strtotime() does not handle 3 character weekdays).
Improved fix for bug #35414.
foobar [Sun, 11 Dec 2005 22:08:43 +0000 (22:08 +0000)]
fix news
Edin Kadribasic [Sun, 11 Dec 2005 22:03:19 +0000 (22:03 +0000)]
Bundle update news
Edin Kadribasic [Sun, 11 Dec 2005 21:54:32 +0000 (21:54 +0000)]
Updated to libxml2 to 2.6.22, thanks to rrichards
Marcus Boerger [Sun, 11 Dec 2005 16:43:29 +0000 (16:43 +0000)]
MFH:
. Change to use sane default flags fro RecursiveDirectoryIterator
. Drop 2nd parameter from DirectoryIterator::__construct()
Marcus Boerger [Sun, 11 Dec 2005 15:29:14 +0000 (15:29 +0000)]
- MFH
Marcus Boerger [Sun, 11 Dec 2005 14:50:29 +0000 (14:50 +0000)]
- MFH Fix tests
Marcus Boerger [Sun, 11 Dec 2005 12:47:46 +0000 (12:47 +0000)]
- MFH Revert accidential 'drop in' from 1.227
Marcus Boerger [Sun, 11 Dec 2005 12:37:39 +0000 (12:37 +0000)]
- Fix MFH (oversight problem)
Marcus Boerger [Sun, 11 Dec 2005 02:41:04 +0000 (02:41 +0000)]
- MFH Add method support to --rfunction
Marcus Boerger [Sun, 11 Dec 2005 02:17:34 +0000 (02:17 +0000)]
- MFH --r* switches
foobar [Sat, 10 Dec 2005 18:29:29 +0000 (18:29 +0000)]
fix news
foobar [Sat, 10 Dec 2005 18:26:52 +0000 (18:26 +0000)]
MFH
Ilia Alshanetsky [Fri, 9 Dec 2005 21:40:24 +0000 (21:40 +0000)]
Fixed typo in gcov output filename
Rob Richards [Fri, 9 Dec 2005 20:52:15 +0000 (20:52 +0000)]
MFH: allow NULL prefix to create default namespace
fix tests
Antony Dovgal [Fri, 9 Dec 2005 18:53:09 +0000 (18:53 +0000)]
php_stream_get_line() is a macro and it already has TSRMLS_CC
Pierre Joye [Fri, 9 Dec 2005 18:17:02 +0000 (18:17 +0000)]
- MFH: no need to test if jpeg support exists
Dmitry Stogov [Fri, 9 Dec 2005 18:10:45 +0000 (18:10 +0000)]
Fixed bug #35612 (iis6 Access Violation crash)
Pierre Joye [Fri, 9 Dec 2005 18:07:57 +0000 (18:07 +0000)]
- MFH, PNG compression support exposed
Dmitry Stogov [Fri, 9 Dec 2005 17:01:50 +0000 (17:01 +0000)]
Fixed bug #34429 (Output buffering cannot be turned off with FastCGI)
Dmitry Stogov [Fri, 9 Dec 2005 15:29:15 +0000 (15:29 +0000)]
Fixed possible SIGSEGV (Rob Richards)
Antony Dovgal [Fri, 9 Dec 2005 13:28:10 +0000 (13:28 +0000)]
fix C++ comment
Marcus Boerger [Fri, 9 Dec 2005 09:50:30 +0000 (09:50 +0000)]
- MFH Section FILE does not exist for redirection tests
Rob Richards [Fri, 9 Dec 2005 04:57:20 +0000 (04:57 +0000)]
MFH: enable a few additional functions
- add tests
Marcus Boerger [Fri, 9 Dec 2005 00:30:41 +0000 (00:30 +0000)]
- MFH Add missing newline
Marcus Boerger [Fri, 9 Dec 2005 00:22:21 +0000 (00:22 +0000)]
- Revert piece of MFH that shows an inconsistency - actually we should fix
this fread() issue.
Marcus Boerger [Thu, 8 Dec 2005 22:51:01 +0000 (22:51 +0000)]
- MFH
. Add ability to create temp files in separate dir and keep them.
. Add ability to create links in html results as table.
Antony Dovgal [Thu, 8 Dec 2005 22:30:23 +0000 (22:30 +0000)]
new tests
Antony Dovgal [Thu, 8 Dec 2005 22:07:30 +0000 (22:07 +0000)]
MFH: improve error message
Antony Dovgal [Thu, 8 Dec 2005 21:22:52 +0000 (21:22 +0000)]
MFH: add 1 to the max_length to keep \0 at its place
Ilia Alshanetsky [Thu, 8 Dec 2005 21:12:03 +0000 (21:12 +0000)]
Include a legend in the gcov report (suggestion by Tony).
Antony Dovgal [Thu, 8 Dec 2005 19:55:13 +0000 (19:55 +0000)]
MFH: fix segfault in SplFileObject when file doesn't exist or cannot be read
Marcus Boerger [Thu, 8 Dec 2005 19:35:05 +0000 (19:35 +0000)]
- MFH Change dba/db4 to use its own locking
Ilia Alshanetsky [Thu, 8 Dec 2005 17:06:59 +0000 (17:06 +0000)]
Added myself to a list of extensions/sapis I try to maintain.
Ilia Alshanetsky [Thu, 8 Dec 2005 16:00:28 +0000 (16:00 +0000)]
Final fix for gcov generation.
Ilia Alshanetsky [Thu, 8 Dec 2005 03:25:22 +0000 (03:25 +0000)]
Fixed bug #35594 (Multiple calls to getopt() may result in a crash).
Ilia Alshanetsky [Thu, 8 Dec 2005 03:09:14 +0000 (03:09 +0000)]
Improve fix for bug #35382
Ilia Alshanetsky [Thu, 8 Dec 2005 02:53:08 +0000 (02:53 +0000)]
Fixed bug #34359 (Possible crash inside fopen http wrapper).
Michael Wallner [Wed, 7 Dec 2005 19:53:34 +0000 (19:53 +0000)]
- release 1.1
Michael Wallner [Wed, 7 Dec 2005 18:41:14 +0000 (18:41 +0000)]
- fix PECL bug #6283 - haval source file entries are missing in package.xml
Marcus Boerger [Wed, 7 Dec 2005 17:44:43 +0000 (17:44 +0000)]
- Readd the file in this branch
Ilia Alshanetsky [Wed, 7 Dec 2005 17:36:17 +0000 (17:36 +0000)]
Undo accidental revert of patch for bug #34729
Dmitry Stogov [Wed, 7 Dec 2005 13:56:18 +0000 (13:56 +0000)]
Fixed bug #33394 (Socket Timeout on SOAP request causes general exception in Apache process).
foobar [Wed, 7 Dec 2005 11:28:58 +0000 (11:28 +0000)]
MFH:- Made tests that require CGI skipped if it is not available
foobar [Wed, 7 Dec 2005 11:12:52 +0000 (11:12 +0000)]
MFH: fixed wrong logic
foobar [Wed, 7 Dec 2005 10:08:42 +0000 (10:08 +0000)]
MFH: fixed error messages
Rob Richards [Wed, 7 Dec 2005 05:09:33 +0000 (05:09 +0000)]
MFH: fix res parameter typos
- add test
Ilia Alshanetsky [Wed, 7 Dec 2005 02:37:05 +0000 (02:37 +0000)]
Better critical error handling (fix for previous html encoding patch).
Ilia Alshanetsky [Wed, 7 Dec 2005 02:01:58 +0000 (02:01 +0000)]
Fixed filename picker.
Various modernizations of the script.
Ilia Alshanetsky [Wed, 7 Dec 2005 01:29:14 +0000 (01:29 +0000)]
Fixed memory leak
Marcus Boerger [Wed, 7 Dec 2005 00:03:46 +0000 (00:03 +0000)]
- MFH
. Support for '--' style switches
. Modularize output
. Better valgrind integration (valgrind 3.0.0+ required now) (-m)
. Ability to generate an additional html style output log (--html)
. Ability to test unicode + native tests in one go (-U)
. Show list of leaked files in summary if any
. Use basename correct
Ilia Alshanetsky [Tue, 6 Dec 2005 23:32:06 +0000 (23:32 +0000)]
Fixed bug #30760 (Remove MessageBox on win32 for E_CORE errors if
display_startup_error is off).
Marcus Boerger [Tue, 6 Dec 2005 21:44:15 +0000 (21:44 +0000)]
- Fix TSRM
Antony Dovgal [Tue, 6 Dec 2005 19:28:25 +0000 (19:28 +0000)]
add 4 new tests
remove ENV tag from the old ones
Sara Golemon [Tue, 6 Dec 2005 19:15:41 +0000 (19:15 +0000)]
MFH: (r-1.104)
Antony Dovgal [Tue, 6 Dec 2005 18:53:35 +0000 (18:53 +0000)]
use strlen() to get correct element length