]>
granicus.if.org Git - php/log
foobar [Tue, 11 Oct 2005 18:58:27 +0000 (18:58 +0000)]
- Removed confusing dot.
foobar [Tue, 11 Oct 2005 18:12:01 +0000 (18:12 +0000)]
fix test
Ilia Alshanetsky [Tue, 11 Oct 2005 16:18:40 +0000 (16:18 +0000)]
Fixed bug #33167 (Possible crash inside pg_fetch_array()).
Ilia Alshanetsky [Tue, 11 Oct 2005 14:33:14 +0000 (14:33 +0000)]
Fixed bug #34742 (ftp wrapper failures caused from segmented command transfer).
Antony Dovgal [Tue, 11 Oct 2005 13:59:18 +0000 (13:59 +0000)]
MF51: fix #34757 (iconv_substr() gives "Unknown error" when offset > string length)
Dmitry Stogov [Tue, 11 Oct 2005 11:39:01 +0000 (11:39 +0000)]
Fixed compilation on Windows
Dmitry Stogov [Tue, 11 Oct 2005 10:16:03 +0000 (10:16 +0000)]
Fixed bug #32455 (wrong setting property to unset value)
Dmitry Stogov [Tue, 11 Oct 2005 06:46:18 +0000 (06:46 +0000)]
Fixed bug #34790 (preg_match_all(), named capturing groups, variable assignment/return => crash)
<changelog@php.net> [Tue, 11 Oct 2005 05:45:37 +0000 (05:45 +0000)]
ChangeLog update
Marcus Boerger [Tue, 11 Oct 2005 00:18:32 +0000 (00:18 +0000)]
- Provide const RegExIterator::USE_KEY and actually use it in the test
Marcus Boerger [Mon, 10 Oct 2005 23:58:42 +0000 (23:58 +0000)]
- Add (Recursive)RegExIterator
Marcus Boerger [Mon, 10 Oct 2005 21:45:09 +0000 (21:45 +0000)]
- Register new class
Marcus Boerger [Mon, 10 Oct 2005 21:06:54 +0000 (21:06 +0000)]
- Finalize work on SplFileInfo and derived for now (add missing get*Info())
- Update docu
Antony Dovgal [Mon, 10 Oct 2005 20:16:35 +0000 (20:16 +0000)]
MF51: use proper macros and vars instead of strlen()
Antony Dovgal [Mon, 10 Oct 2005 20:14:31 +0000 (20:14 +0000)]
MF51: fix #34818
Derick Rethans [Mon, 10 Oct 2005 16:41:40 +0000 (16:41 +0000)]
- Make sure the tzcache' dtor doesn't cleanup cached misses in the lookup
tables.
George Schlossnagle [Mon, 10 Oct 2005 16:02:20 +0000 (16:02 +0000)]
remove potentially bogus test
Dmitry Stogov [Mon, 10 Oct 2005 15:40:43 +0000 (15:40 +0000)]
Fixed XML Schema error
Ilia Alshanetsky [Mon, 10 Oct 2005 14:43:51 +0000 (14:43 +0000)]
Fixed bug #34809 (FETCH_INTO in PDO crashes without a destination object).
Ilia Alshanetsky [Mon, 10 Oct 2005 14:30:05 +0000 (14:30 +0000)]
Fixed bug #34802 (Fixed crash on object instantiation failure).
Antony Dovgal [Mon, 10 Oct 2005 12:59:47 +0000 (12:59 +0000)]
MF51: fix #34810 (mysqli::init() and others use wrong $this pointer without checks)
Dmitry Stogov [Mon, 10 Oct 2005 10:54:45 +0000 (10:54 +0000)]
Fixed bug #34786 (2 @ results in change to error_reporting() to random value)
Dmitry Stogov [Mon, 10 Oct 2005 10:50:35 +0000 (10:50 +0000)]
MFH
Antony Dovgal [Mon, 10 Oct 2005 10:48:38 +0000 (10:48 +0000)]
update changelog
foobar [Mon, 10 Oct 2005 10:28:21 +0000 (10:28 +0000)]
Fix copypastetypo
foobar [Mon, 10 Oct 2005 10:27:27 +0000 (10:27 +0000)]
Fix copypastetypo
Antony Dovgal [Mon, 10 Oct 2005 10:16:58 +0000 (10:16 +0000)]
fix #33383 (crash when retrieving empty BLOBs)
foobar [Mon, 10 Oct 2005 09:50:24 +0000 (09:50 +0000)]
- Fix build for distros where the header files are under */include/freetds/
Dmitry Stogov [Mon, 10 Oct 2005 09:50:20 +0000 (09:50 +0000)]
Fixed bug #34467 (foreach + __get + __set incosistency)
Marcus Boerger [Mon, 10 Oct 2005 06:06:12 +0000 (06:06 +0000)]
- Fix logic
foobar [Mon, 10 Oct 2005 05:56:53 +0000 (05:56 +0000)]
fix test
<changelog@php.net> [Mon, 10 Oct 2005 05:36:24 +0000 (05:36 +0000)]
ChangeLog update
Rob Richards [Mon, 10 Oct 2005 02:26:13 +0000 (02:26 +0000)]
PHP_CONFIG_FILE_PATH needs to use strlen() due to Win build
foobar [Sun, 9 Oct 2005 20:44:26 +0000 (20:44 +0000)]
MFB
foobar [Sun, 9 Oct 2005 20:38:28 +0000 (20:38 +0000)]
Fix properly
foobar [Sun, 9 Oct 2005 20:33:09 +0000 (20:33 +0000)]
- Fixed bug #34796 (missing SSL linking in ext/ftp when configured as shared)
Ilia Alshanetsky [Sun, 9 Oct 2005 18:59:27 +0000 (18:59 +0000)]
Fixed bug #34777 (Crash in dblib when fetching non-existent error info).
Andrey Hristov [Sun, 9 Oct 2005 17:57:37 +0000 (17:57 +0000)]
MFB
Marcus Boerger [Sun, 9 Oct 2005 17:14:15 +0000 (17:14 +0000)]
- Add 'overwrites' info to method dump
# Right now we have to compute that information because it is not available
Marcus Boerger [Sun, 9 Oct 2005 16:05:01 +0000 (16:05 +0000)]
- Apply workaround for test until someone fixes the issue (which is unrelated to pg_*())
Marcus Boerger [Sun, 9 Oct 2005 15:57:40 +0000 (15:57 +0000)]
- Make test check for PlPgSQL before using it
Marcus Boerger [Sun, 9 Oct 2005 15:13:25 +0000 (15:13 +0000)]
- Add new test
Marcus Boerger [Sun, 9 Oct 2005 14:11:44 +0000 (14:11 +0000)]
Bugfix #34704 (Infinite recursion due to corrupt JPEG) (Tim Starling)
Dmitry Stogov [Sun, 9 Oct 2005 12:42:06 +0000 (12:42 +0000)]
Fixed bug #34788 (SOAP Client not applying correct namespace to generated values)
Dmitry Stogov [Sun, 9 Oct 2005 11:31:51 +0000 (11:31 +0000)]
Fixed fault message formatting
Dmitry Stogov [Sun, 9 Oct 2005 11:06:09 +0000 (11:06 +0000)]
Fixed bug #34787 (SOAP Client not handling boolean types correctly)
Marcus Boerger [Sun, 9 Oct 2005 09:55:30 +0000 (09:55 +0000)]
- Fix potential SEGV with overloaded objects
<changelog@php.net> [Sun, 9 Oct 2005 05:41:35 +0000 (05:41 +0000)]
ChangeLog update
Marcus Boerger [Sat, 8 Oct 2005 23:37:31 +0000 (23:37 +0000)]
- Add ReflectionMethod::getPrototype()
- Add some usefull information to the method dump
. From where it was inherited
. The prototype
Pierre Joye [Sat, 8 Oct 2005 19:29:04 +0000 (19:29 +0000)]
- add compression mode argument to imagepng
(MFH to 5.1?)
Marcus Boerger [Sat, 8 Oct 2005 18:57:17 +0000 (18:57 +0000)]
- Add new example directorytree_size.php
- Improve SplFileInfo:
. add function getFilename()
. add function getPath()
-Improve RecursiveTreeIterator
. add const BYPASS_CURRENT to bypass current instead of getting its
string representation
. make key() return the parent key() which calls inner iterators key()
- Improve RecursiveDirectoryIterator
. add consts CURRENT_AS_FILEINFO, KEY_AS_FILENAME, NEW_CURRENT_AND_KEY
. make current() return getFilename() or getFileInfo() depending on flags
. make key() return getPathname() or getFilename() depending on flags
- Improve DirectoryIterator
. make __construct() accept flags as second parameter
- Update docu
Marcus Boerger [Sat, 8 Oct 2005 15:55:04 +0000 (15:55 +0000)]
- Add new class SplFileInfo
. Make DirectoryIterator inherit it
. Make SplFileObject inherit it
Derick Rethans [Sat, 8 Oct 2005 14:30:15 +0000 (14:30 +0000)]
- Fixed bug #34676: missing support for strtotime("midnight") and
strtotime("noon").
<changelog@php.net> [Sat, 8 Oct 2005 05:34:18 +0000 (05:34 +0000)]
ChangeLog update
Marcus Boerger [Fri, 7 Oct 2005 23:23:00 +0000 (23:23 +0000)]
- Add new test
Marcus Boerger [Fri, 7 Oct 2005 23:14:49 +0000 (23:14 +0000)]
- Prevent notices from showing up if inner's current() does not return a string
Derick Rethans [Fri, 7 Oct 2005 20:31:57 +0000 (20:31 +0000)]
- Make the Windows guessing routines actually return the guessed timezone.
George Schlossnagle [Fri, 7 Oct 2005 15:06:09 +0000 (15:06 +0000)]
Test simple derivation via restriction
Derick Rethans [Fri, 7 Oct 2005 13:33:13 +0000 (13:33 +0000)]
- Change parameter name because NetWare expands "tzname" as a macro to
something else.
Rob Richards [Fri, 7 Oct 2005 13:26:11 +0000 (13:26 +0000)]
maintain BC for PECL
Dmitry Stogov [Fri, 7 Oct 2005 11:55:53 +0000 (11:55 +0000)]
Fixed bug #34766 (possible crash on HTTP redirection)
Dmitry Stogov [Fri, 7 Oct 2005 10:06:45 +0000 (10:06 +0000)]
Fixed memory leak
Dmitry Stogov [Fri, 7 Oct 2005 08:21:37 +0000 (08:21 +0000)]
Reverted last George patches
Derick Rethans [Fri, 7 Oct 2005 08:05:10 +0000 (08:05 +0000)]
- Fixed bug #34771 (strtotime() fails with 1-12am/pm).
Derick Rethans [Fri, 7 Oct 2005 07:57:43 +0000 (07:57 +0000)]
- Synced timezonemap with latest data.
Marcus Boerger [Fri, 7 Oct 2005 07:37:37 +0000 (07:37 +0000)]
- C vs. C++ fix
# I do too much C++ and too much languages anyway, right now actively:
# C, C++, Java, PHP, Peral
<changelog@php.net> [Fri, 7 Oct 2005 05:40:21 +0000 (05:40 +0000)]
ChangeLog update
George Schlossnagle [Fri, 7 Oct 2005 05:14:31 +0000 (05:14 +0000)]
Permit correct usage of inherited encoders (from restriction/extension
"base" directives) for xml response decoding.
George Schlossnagle [Thu, 6 Oct 2005 22:30:08 +0000 (22:30 +0000)]
support complex types in restrictions and extensions
Frank M. Kromann [Thu, 6 Oct 2005 21:40:30 +0000 (21:40 +0000)]
Fix Win32 build by adding missing function declaration.
Marcus Boerger [Thu, 6 Oct 2005 21:30:56 +0000 (21:30 +0000)]
- Fix issue (endless loop) with temp/memory streams
Ilia Alshanetsky [Thu, 6 Oct 2005 20:37:25 +0000 (20:37 +0000)]
Added missing safe_mode checks.
Johannes Schlüter [Thu, 6 Oct 2005 20:29:13 +0000 (20:29 +0000)]
- Fix #34557 php -m exits with "error" 1
Marcus Boerger [Thu, 6 Oct 2005 20:17:11 +0000 (20:17 +0000)]
- Fix test in unicode mode
Marcus Boerger [Thu, 6 Oct 2005 19:51:47 +0000 (19:51 +0000)]
- Use run-tests.ph -u rather then defining the ini settings one by one
Marcus Boerger [Thu, 6 Oct 2005 19:51:03 +0000 (19:51 +0000)]
- Show whether we execute unicode or native tests
Marcus Boerger [Thu, 6 Oct 2005 19:32:27 +0000 (19:32 +0000)]
- MFB dynamic lookup of PDOException base
Marcus Boerger [Thu, 6 Oct 2005 19:11:01 +0000 (19:11 +0000)]
- BC: php objects convert to int/double 1 with notice
Marcus Boerger [Thu, 6 Oct 2005 19:05:10 +0000 (19:05 +0000)]
- Show the test finishes/dos2unix
Marcus Boerger [Thu, 6 Oct 2005 19:02:20 +0000 (19:02 +0000)]
- Fix test
Marcus Boerger [Thu, 6 Oct 2005 19:01:40 +0000 (19:01 +0000)]
- Fix test
Marcus Boerger [Thu, 6 Oct 2005 18:52:51 +0000 (18:52 +0000)]
- Fix test
- Convert to unicode
Rob Richards [Thu, 6 Oct 2005 18:47:47 +0000 (18:47 +0000)]
use sizeof instead of define
Marcus Boerger [Thu, 6 Oct 2005 18:46:01 +0000 (18:46 +0000)]
- Any php object converts to boolean as true
Marcus Boerger [Thu, 6 Oct 2005 18:41:01 +0000 (18:41 +0000)]
- Add new test
Marcus Boerger [Thu, 6 Oct 2005 18:37:19 +0000 (18:37 +0000)]
- Fix test
Marcus Boerger [Thu, 6 Oct 2005 18:32:28 +0000 (18:32 +0000)]
- Add new test
Derick Rethans [Thu, 6 Oct 2005 13:03:31 +0000 (13:03 +0000)]
- Fixed Windows build (patch by Mike)
Marcus Boerger [Thu, 6 Oct 2005 09:39:32 +0000 (09:39 +0000)]
- WS
Marcus Boerger [Thu, 6 Oct 2005 09:29:32 +0000 (09:29 +0000)]
- Fix redir tests, test count, faillog
# Everything should work again now
Dmitry Stogov [Thu, 6 Oct 2005 08:18:20 +0000 (08:18 +0000)]
Cleanup
Dmitry Stogov [Thu, 6 Oct 2005 06:27:27 +0000 (06:27 +0000)]
Fixed compilation error
<changelog@php.net> [Thu, 6 Oct 2005 05:34:43 +0000 (05:34 +0000)]
ChangeLog update
Marcus Boerger [Thu, 6 Oct 2005 00:38:55 +0000 (00:38 +0000)]
- MFB use new functions
Marcus Boerger [Thu, 6 Oct 2005 00:35:08 +0000 (00:35 +0000)]
- Fix faillog and make it understand/handle redirected tests
Rob Richards [Wed, 5 Oct 2005 22:35:11 +0000 (22:35 +0000)]
fix buffer lengths passed to snprintf
Marcus Boerger [Wed, 5 Oct 2005 21:57:45 +0000 (21:57 +0000)]
- MFB Missing constants
Antony Dovgal [Wed, 5 Oct 2005 21:46:28 +0000 (21:46 +0000)]
fix fwrite() and fgets() in unicode mode
Rob Richards [Wed, 5 Oct 2005 19:52:58 +0000 (19:52 +0000)]
these should have remained ints
Rob Richards [Wed, 5 Oct 2005 19:41:57 +0000 (19:41 +0000)]
- speed and memory usage optimizations
- implement readInnerXml, readOuterXml and readString: requires libxml 2.6.20
- add encoding and options paramters to open and XML methods
options from libxml extension may be passed
i.e. LIBXML_XINCLUDE to perform xinclude during read