]>
granicus.if.org Git - php/log
Antony Dovgal [Wed, 21 Dec 2005 10:18:32 +0000 (10:18 +0000)]
fix #35760 (sybase_ct doesn't compile on Solaris)
Pierre Joye [Wed, 21 Dec 2005 03:58:59 +0000 (03:58 +0000)]
- MFH: add tests, ~70% coverage
Pierre Joye [Wed, 21 Dec 2005 02:59:50 +0000 (02:59 +0000)]
- MFH: typo in error msg
Pierre Joye [Wed, 21 Dec 2005 01:12:24 +0000 (01:12 +0000)]
- fix {{{
Marcus Boerger [Tue, 20 Dec 2005 21:38:28 +0000 (21:38 +0000)]
- Apply workaround only when neccessary
Marcus Boerger [Tue, 20 Dec 2005 21:37:52 +0000 (21:37 +0000)]
- MFH move zend_object_Value definition to zend_types.h
Marcus Boerger [Tue, 20 Dec 2005 21:37:19 +0000 (21:37 +0000)]
- MFH add Z_OBJVAL*() macros
Marcus Boerger [Tue, 20 Dec 2005 21:10:43 +0000 (21:10 +0000)]
- Get rid of compiler warnings (both postgres an dphp use these defines)
Derick Rethans [Tue, 20 Dec 2005 19:58:44 +0000 (19:58 +0000)]
- This check is unnecessary, as it can only be set through the
date_default_timezone_set() function which checks the value already.
Derick Rethans [Tue, 20 Dec 2005 19:54:10 +0000 (19:54 +0000)]
- MFH: Fixed bug #35660 (AIX TZ variable format not understood, yields UTC
timezone).
Antony Dovgal [Tue, 20 Dec 2005 17:00:24 +0000 (17:00 +0000)]
fix test description
Antony Dovgal [Tue, 20 Dec 2005 16:17:30 +0000 (16:17 +0000)]
fix notice
Derick Rethans [Tue, 20 Dec 2005 15:58:01 +0000 (15:58 +0000)]
- Fixed bug #35699 (date() can't handle leap years before 1970).
Ilia Alshanetsky [Tue, 20 Dec 2005 15:33:03 +0000 (15:33 +0000)]
Updated libsqlite in ext/pdo_sqlite to 3.2.8.
Ilia Alshanetsky [Tue, 20 Dec 2005 15:26:26 +0000 (15:26 +0000)]
Updated libsqlite in ext/sqlite to 2.8.17.
Use in-memory database for tests.
Ilia Alshanetsky [Tue, 20 Dec 2005 14:50:12 +0000 (14:50 +0000)]
Proper error handling for persistent connections.
Ilia Alshanetsky [Tue, 20 Dec 2005 14:24:24 +0000 (14:24 +0000)]
Fixed bug #31347 (is_dir and is_file (incorrectly) return true for any
string greater then 255 characters).
Ilia Alshanetsky [Tue, 20 Dec 2005 14:24:14 +0000 (14:24 +0000)]
Fixed bug #31347 (is_dir and is_file (incorrectly) return true for any string
greater then 255 characters).
Antony Dovgal [Tue, 20 Dec 2005 12:41:24 +0000 (12:41 +0000)]
more SPL leak fixes
Antony Dovgal [Tue, 20 Dec 2005 11:25:34 +0000 (11:25 +0000)]
fix leak appearing when __autoload() throws an exception
Antony Dovgal [Tue, 20 Dec 2005 09:51:53 +0000 (09:51 +0000)]
add test for #35740
Antony Dovgal [Tue, 20 Dec 2005 09:47:57 +0000 (09:47 +0000)]
fix #35740 (memory leak when including a directory)
Ilia Alshanetsky [Mon, 19 Dec 2005 16:33:46 +0000 (16:33 +0000)]
Fixed possible memory corruption.
Rob Richards [Mon, 19 Dec 2005 14:18:05 +0000 (14:18 +0000)]
BFN
Rob Richards [Mon, 19 Dec 2005 14:17:30 +0000 (14:17 +0000)]
MFH: Fixed bug #35447 (xml_parse_into_struct() chokes on the UTF-8 BOM)
add test
Antony Dovgal [Mon, 19 Dec 2005 13:53:06 +0000 (13:53 +0000)]
fix possible reads of uninitialized memory (reproducible only on 64bit platforms)
Derick Rethans [Mon, 19 Dec 2005 13:31:08 +0000 (13:31 +0000)]
- Upgraded timezone database to 2005.17.
Derick Rethans [Mon, 19 Dec 2005 13:00:37 +0000 (13:00 +0000)]
- MFH: Merged new timelib, which is a bit more cleverer
- MFH: Support "UTC" in strtotime() properly.
- MFH: Added astro code, which is going to form the base for the new sunfuncs.
Marcus Boerger [Mon, 19 Dec 2005 00:45:28 +0000 (00:45 +0000)]
- Check for result of getIterator() call
Marcus Boerger [Mon, 19 Dec 2005 00:32:51 +0000 (00:32 +0000)]
- Fix reference counting
foobar [Sun, 18 Dec 2005 22:59:57 +0000 (22:59 +0000)]
MFH: - Fixed bug #35723 (xmlrpc_introspection.c fails compile per C99 std)
Antony Dovgal [Sun, 18 Dec 2005 22:52:24 +0000 (22:52 +0000)]
fix leak in SPL iterators
Antony Dovgal [Sun, 18 Dec 2005 21:17:07 +0000 (21:17 +0000)]
tix fypo
Antony Dovgal [Sun, 18 Dec 2005 21:01:27 +0000 (21:01 +0000)]
MFH: more spelling fixes
Antony Dovgal [Sun, 18 Dec 2005 20:57:27 +0000 (20:57 +0000)]
MFH: fix spelling
foobar [Sun, 18 Dec 2005 20:01:22 +0000 (20:01 +0000)]
touch with re2c 0.9.11
Ilia Alshanetsky [Sun, 18 Dec 2005 16:15:45 +0000 (16:15 +0000)]
Fixed UTC handling problem stemming from an earlier fix for bug #35422.
Derick Rethans [Sun, 18 Dec 2005 16:06:57 +0000 (16:06 +0000)]
- Those should be lower case only.
Zeev Suraski [Sun, 18 Dec 2005 15:58:51 +0000 (15:58 +0000)]
Fix prototypes
Marcus Boerger [Sun, 18 Dec 2005 15:47:07 +0000 (15:47 +0000)]
- MFH Fix --version
Zeev Suraski [Sun, 18 Dec 2005 15:46:46 +0000 (15:46 +0000)]
prototype fix
Zeev Suraski [Sun, 18 Dec 2005 15:40:34 +0000 (15:40 +0000)]
Fix protos
Zeev Suraski [Sun, 18 Dec 2005 15:38:08 +0000 (15:38 +0000)]
Fix prototype
Marcus Boerger [Sun, 18 Dec 2005 14:50:33 +0000 (14:50 +0000)]
- MFH End test script when detecting '===DONE===' that way showing memleaks
Ilia Alshanetsky [Sun, 18 Dec 2005 14:22:48 +0000 (14:22 +0000)]
fixed test for ZTS
Ilia Alshanetsky [Sun, 18 Dec 2005 14:21:27 +0000 (14:21 +0000)]
Test fixes
Zeev Suraski [Sun, 18 Dec 2005 14:00:23 +0000 (14:00 +0000)]
Fix prototype
Marcus Boerger [Sun, 18 Dec 2005 13:01:20 +0000 (13:01 +0000)]
- MFH Add missing prefixes
Marcus Boerger [Sun, 18 Dec 2005 12:54:41 +0000 (12:54 +0000)]
- MFH Speling
Antony Dovgal [Sun, 18 Dec 2005 12:50:28 +0000 (12:50 +0000)]
MFH: fix possible usage of uninitialized variable
Marcus Boerger [Sun, 18 Dec 2005 12:08:18 +0000 (12:08 +0000)]
- MFH Increase timeut for -m testing
foobar [Sun, 18 Dec 2005 00:07:40 +0000 (00:07 +0000)]
it is easier to spot fixes when you know what and where something was fixed
foobar [Sun, 18 Dec 2005 00:02:35 +0000 (00:02 +0000)]
fix news
Ilia Alshanetsky [Sat, 17 Dec 2005 20:09:08 +0000 (20:09 +0000)]
bug fixing news
Ilia Alshanetsky [Sat, 17 Dec 2005 20:04:57 +0000 (20:04 +0000)]
Fixed parameter parsing for setIndent() method.
Ilia Alshanetsky [Sat, 17 Dec 2005 20:00:00 +0000 (20:00 +0000)]
Fixed memory corruption when FETCH_LAZY mode is being used.
Ilia Alshanetsky [Sat, 17 Dec 2005 19:57:37 +0000 (19:57 +0000)]
Fixed uninitialized variable in a test.
Ilia Alshanetsky [Sat, 17 Dec 2005 18:26:15 +0000 (18:26 +0000)]
Fixed compiler warning
Ilia Alshanetsky [Sat, 17 Dec 2005 17:59:05 +0000 (17:59 +0000)]
Retry on failed prepare resulting from duplicate statement name.
Pierre Joye [Sat, 17 Dec 2005 17:52:44 +0000 (17:52 +0000)]
- add leaks fix in imagecreatefromstring
Pierre Joye [Sat, 17 Dec 2005 17:46:59 +0000 (17:46 +0000)]
- MFH:
- fix leaks and wrong error when invalid/empty string are given to
imagecreatefromstring
- add test for imagecreatefromstring
- add test for palettecopy
Ilia Alshanetsky [Sat, 17 Dec 2005 16:33:38 +0000 (16:33 +0000)]
Added token for capturing arbitrary whitespace blocks inside text.
Antony Dovgal [Sat, 17 Dec 2005 16:07:47 +0000 (16:07 +0000)]
change int to long and fix valgrind warnings
Marcus Boerger [Sat, 17 Dec 2005 15:53:40 +0000 (15:53 +0000)]
- BFN
Marcus Boerger [Sat, 17 Dec 2005 15:51:52 +0000 (15:51 +0000)]
- MFH Fix Bug #35720 A final constructor can be overwritten
Marcus Boerger [Sat, 17 Dec 2005 15:41:56 +0000 (15:41 +0000)]
- Fix export
Marcus Boerger [Sat, 17 Dec 2005 15:40:37 +0000 (15:40 +0000)]
- Add optional dependency to ext/dom
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).