]>
granicus.if.org Git - php/log
Derick Rethans [Mon, 28 Jan 2008 21:00:14 +0000 (21:00 +0000)]
- Fixed test case.
Derick Rethans [Mon, 28 Jan 2008 20:35:17 +0000 (20:35 +0000)]
- Add missing folding tags.
Derick Rethans [Mon, 28 Jan 2008 20:34:02 +0000 (20:34 +0000)]
- MFH: Send the debug info to stderr instead of stdout.
Derick Rethans [Mon, 28 Jan 2008 20:30:51 +0000 (20:30 +0000)]
- MFH: Added date_timestamp_get() / DateTime::getTimestamp() to retrieve the
Unix timestamp belonging to a date object.
Andrey Hristov [Mon, 28 Jan 2008 18:25:50 +0000 (18:25 +0000)]
More optimizations - less MM calls
Clearly separated fetching (physical reading) from decoding phases (data
interpretation). Threaded fetching added but disabled as needs more work for
Windows. For Linux needs some touches to add pthreads if this is enabled,
probably with a compile-time switch.
The code reorganisation makes it easy to add also async API, similar to
cURL's one.
Scott MacVicar [Mon, 28 Jan 2008 16:09:08 +0000 (16:09 +0000)]
MFH: Fixed bug #43954 (Memory leak when sending the same HTTP status code more than once.)
Nuno Lopes [Mon, 28 Jan 2008 11:16:00 +0000 (11:16 +0000)]
remove unused PHP_MYSQL_API macro
Dmitry Stogov [Mon, 28 Jan 2008 08:55:19 +0000 (08:55 +0000)]
Better message
Derick Rethans [Sun, 27 Jan 2008 22:16:48 +0000 (22:16 +0000)]
- MFH: Fixed parsing of timezones
Hannes Magnusson [Sun, 27 Jan 2008 19:10:41 +0000 (19:10 +0000)]
Fix test
Marcus Boerger [Sun, 27 Jan 2008 18:07:20 +0000 (18:07 +0000)]
MFH:
[DOC] Add ability to store associative infor with objects in SplObjectStorage
- Add second parameter to SplObjectStorage::attach()
- Add SplObjectStorage::setInfo()
- Add SplObjectStorage::getInfo()
Derick Rethans [Sun, 27 Jan 2008 17:44:29 +0000 (17:44 +0000)]
- MFH: Update proto
Derick Rethans [Sun, 27 Jan 2008 17:29:14 +0000 (17:29 +0000)]
- MFH: Added support for selectively listing timezone identifiers through
timezone_identifiers_list() / DateTimezone::listIdentifiers().
Nuno Lopes [Sun, 27 Jan 2008 17:01:11 +0000 (17:01 +0000)]
fix test
Ilia Alshanetsky [Sun, 27 Jan 2008 17:00:37 +0000 (17:00 +0000)]
WS
Nuno Lopes [Sun, 27 Jan 2008 16:54:22 +0000 (16:54 +0000)]
be more strict in the skipif
Nuno Lopes [Sun, 27 Jan 2008 16:45:43 +0000 (16:45 +0000)]
fix a bunch of SKIPIF (check for non available locales)
Rob Richards [Sun, 27 Jan 2008 16:33:01 +0000 (16:33 +0000)]
MFH: add missing export
Marcus Boerger [Sun, 27 Jan 2008 15:23:14 +0000 (15:23 +0000)]
- Minor rearrange and fix potential issue with double adding
Marcus Boerger [Sun, 27 Jan 2008 15:04:41 +0000 (15:04 +0000)]
- MFH revert over constfying
Etienne Kneuss [Sun, 27 Jan 2008 14:08:06 +0000 (14:08 +0000)]
MFH: Typo
Etienne Kneuss [Sun, 27 Jan 2008 13:59:51 +0000 (13:59 +0000)]
MFH: -Pointer doesn't move if we're moving forward and shifting at the same time
-Userland implementation
-Doxygen doc
Etienne Kneuss [Sat, 26 Jan 2008 23:04:43 +0000 (23:04 +0000)]
MFH: Iterator implementation in SplDoublyLinkedList, SplStack, SplQueue
Nuno Lopes [Fri, 25 Jan 2008 20:29:48 +0000 (20:29 +0000)]
more const kewywording
remove spl_functions_none var (wast used anywhere
Nuno Lopes [Fri, 25 Jan 2008 20:20:07 +0000 (20:20 +0000)]
const more 216 bytes (on a 32-bits host)
Nuno Lopes [Fri, 25 Jan 2008 20:11:53 +0000 (20:11 +0000)]
const'ify more 372 bytes
Nuno Lopes [Fri, 25 Jan 2008 20:04:10 +0000 (20:04 +0000)]
const'ify more 768 bytes
Nuno Lopes [Fri, 25 Jan 2008 19:57:57 +0000 (19:57 +0000)]
move about 3K of data to the const area. also reduce memory usage (~ -266 bytes :P)
Nuno Lopes [Fri, 25 Jan 2008 19:38:26 +0000 (19:38 +0000)]
spread some static keywords
Scott MacVicar [Fri, 25 Jan 2008 18:10:45 +0000 (18:10 +0000)]
Fix html_entity_decode when converting numeric html entities, the numeric values for the extended characters don't correspond to that of windows-1251 and cp866.
Rob Richards [Fri, 25 Jan 2008 16:13:04 +0000 (16:13 +0000)]
backport functionality to call user functions within XPath
add test
Rob Richards [Fri, 25 Jan 2008 15:54:58 +0000 (15:54 +0000)]
MFH: fix win32 compile
Rob Richards [Fri, 25 Jan 2008 15:52:48 +0000 (15:52 +0000)]
MFH: fix zts build
Antony Dovgal [Fri, 25 Jan 2008 13:42:36 +0000 (13:42 +0000)]
MFH: endless loop (and stack overflow) protection in compact()
Ilia Alshanetsky [Fri, 25 Jan 2008 01:31:10 +0000 (01:31 +0000)]
Adjust new chr() param handling to address chr("") calls
Robert Nicholson [Fri, 25 Jan 2008 00:32:22 +0000 (00:32 +0000)]
- Add a basic test for array_shuffle()
Robert Nicholson [Fri, 25 Jan 2008 00:13:49 +0000 (00:13 +0000)]
- add some basic tests for array diff and intersection functions
Antony Dovgal [Thu, 24 Jan 2008 23:02:07 +0000 (23:02 +0000)]
MFH
Dmitry Stogov [Thu, 24 Jan 2008 18:07:45 +0000 (18:07 +0000)]
Fixed comilation warnings
Robert Nicholson [Thu, 24 Jan 2008 14:51:20 +0000 (14:51 +0000)]
- New tests for compact()
Rob Richards [Thu, 24 Jan 2008 14:09:36 +0000 (14:09 +0000)]
MFH: fix zts build
Dmitry Stogov [Thu, 24 Jan 2008 12:21:32 +0000 (12:21 +0000)]
Increased Zend MM cache size
Dmitry Stogov [Thu, 24 Jan 2008 11:48:54 +0000 (11:48 +0000)]
Fixed possible GC failure because of EG(object_store).object_buckets reallocation
Dmitry Stogov [Thu, 24 Jan 2008 10:49:26 +0000 (10:49 +0000)]
Fixed GC bug
Derick Rethans [Thu, 24 Jan 2008 10:42:12 +0000 (10:42 +0000)]
- MFH: Show GC statistics if GC benchmarking is enabled.
#- Discussed this with Dmitry.
Dmitry Stogov [Thu, 24 Jan 2008 09:47:00 +0000 (09:47 +0000)]
Fixed bug #43426 (crash on nested call_user_func() calls)
Dmitry Stogov [Thu, 24 Jan 2008 09:41:39 +0000 (09:41 +0000)]
Changed EG(argument_stack) implementation.
Dmitry Stogov [Thu, 24 Jan 2008 08:51:38 +0000 (08:51 +0000)]
Fixed error message
Ilia Alshanetsky [Wed, 23 Jan 2008 23:08:27 +0000 (23:08 +0000)]
Added myself as pdo_mysql & pdo_pgsql maintainer
Stanislav Malyshev [Wed, 23 Jan 2008 19:55:37 +0000 (19:55 +0000)]
fix build
Andrey Hristov [Wed, 23 Jan 2008 19:11:28 +0000 (19:11 +0000)]
Merge with internal version
Dmitry Stogov [Wed, 23 Jan 2008 17:55:55 +0000 (17:55 +0000)]
Additional executor specialization
Antony Dovgal [Wed, 23 Jan 2008 12:13:40 +0000 (12:13 +0000)]
BFN
Antony Dovgal [Wed, 23 Jan 2008 12:09:52 +0000 (12:09 +0000)]
MFH: fix #43559 (array_merge_recursive() doesn't behave as expected with duplicate NULL values)
patch by Felipe
Antony Dovgal [Wed, 23 Jan 2008 09:55:53 +0000 (09:55 +0000)]
use expectF
Antony Dovgal [Wed, 23 Jan 2008 09:54:38 +0000 (09:54 +0000)]
fix test
Antony Dovgal [Wed, 23 Jan 2008 09:52:57 +0000 (09:52 +0000)]
fix leak appearing when appending data to unnamed attribute
Ilia Alshanetsky [Wed, 23 Jan 2008 01:22:24 +0000 (01:22 +0000)]
Fixed bug #43912 (Interbase column names are truncated to 31 characters)
Marcus Boerger [Tue, 22 Jan 2008 20:42:22 +0000 (20:42 +0000)]
- MFH Bugfix #37076 (SimpleXML ignores .=). (felipe, marcus)
Etienne Kneuss [Tue, 22 Jan 2008 19:55:31 +0000 (19:55 +0000)]
MFH: Typos (Dan Scott)
ctor inside the structure. dtor/ctor used on push/pop for better potential interoperability
Antony Dovgal [Tue, 22 Jan 2008 15:42:36 +0000 (15:42 +0000)]
add new test
Dmitry Stogov [Tue, 22 Jan 2008 09:27:48 +0000 (09:27 +0000)]
Added garbage collector
Ilia Alshanetsky [Tue, 22 Jan 2008 01:34:24 +0000 (01:34 +0000)]
use new param parsing API
Etienne Kneuss [Mon, 21 Jan 2008 21:55:55 +0000 (21:55 +0000)]
MFH: Add doxygen docs for SplDoublyLinkedList, SplStack, SplQueue
Dmitry Stogov [Mon, 21 Jan 2008 19:39:55 +0000 (19:39 +0000)]
Changed exception handling. Now each op_array doesn't contain ZEND_HANDLE_EXCEPTION opcode in the end
Dmitry Stogov [Mon, 21 Jan 2008 19:10:25 +0000 (19:10 +0000)]
Yet another comparison optimisation for usual cases
David Coallier [Mon, 21 Jan 2008 18:28:11 +0000 (18:28 +0000)]
- Added lcfirst() announcement.
Dmitry Stogov [Mon, 21 Jan 2008 14:22:59 +0000 (14:22 +0000)]
Eliminate unnecessary checks for INC/DEC IS_CV
Ilia Alshanetsky [Sun, 20 Jan 2008 15:33:24 +0000 (15:33 +0000)]
Optimize wddx boolean encoding
Hannes Magnusson [Sun, 20 Jan 2008 14:14:28 +0000 (14:14 +0000)]
Add note about new getopt() features
Hannes Magnusson [Sun, 20 Jan 2008 14:10:44 +0000 (14:10 +0000)]
MFH: Fixed bug#43875 (Two error messages returned for $new and $flag argument in mysql_connect())
Etienne Kneuss [Sun, 20 Jan 2008 13:26:03 +0000 (13:26 +0000)]
MFH: Fix mem errors
David Coallier [Sat, 19 Jan 2008 19:27:22 +0000 (19:27 +0000)]
- MFH (lcfirst())
- Initial test for lcfirst
Andrey Hristov [Sat, 19 Jan 2008 18:21:44 +0000 (18:21 +0000)]
Fix compile issue
Christopher Jones [Fri, 18 Jan 2008 16:03:51 +0000 (16:03 +0000)]
MFH: Add ifdef
Antony Dovgal [Fri, 18 Jan 2008 12:48:35 +0000 (12:48 +0000)]
MFH: fix test
Pierre Joye [Fri, 18 Jan 2008 01:11:26 +0000 (01:11 +0000)]
- MFB: reflect the correct version
Greg Beaver [Fri, 18 Jan 2008 00:30:10 +0000 (00:30 +0000)]
MFPECL: install headers
Greg Beaver [Fri, 18 Jan 2008 00:20:56 +0000 (00:20 +0000)]
update module version number
Nuno Lopes [Thu, 17 Jan 2008 23:02:50 +0000 (23:02 +0000)]
pcre 7.5 is in 5.2 branch as well
Derick Rethans [Thu, 17 Jan 2008 20:59:10 +0000 (20:59 +0000)]
- Fixed bug #41599 (setTime() fails after modify() is used).
Derick Rethans [Thu, 17 Jan 2008 20:45:08 +0000 (20:45 +0000)]
- MFH: Fixed bug #43075 (Support 2007-11-01T24:00:00+00:00).
Derick Rethans [Thu, 17 Jan 2008 20:35:02 +0000 (20:35 +0000)]
- MFH: Fixed bug #43808 (date_create never fails (even when it should)).
Derick Rethans [Thu, 17 Jan 2008 19:59:00 +0000 (19:59 +0000)]
- Fixed bug #43003 (Invalid timezone reported for DateTime objects constructed
using a timestamp).
Derick Rethans [Thu, 17 Jan 2008 18:49:45 +0000 (18:49 +0000)]
- MFH: Added support for abbreviation and offset based timezone specifiers for
DateTime::getOffset() and DateTime::getName().
- MFH: Fixed bug #43527 (DateTime created from a timestamp reports environment
timezone).
- MFH: Fixed bug #42190 (Constructing DateTime with TimeZone Indicator
invalidates DateTimeZone).
Lukas Smith [Thu, 17 Jan 2008 14:38:16 +0000 (14:38 +0000)]
MFH
Ilia Alshanetsky [Thu, 17 Jan 2008 14:12:12 +0000 (14:12 +0000)]
Fixed bug #43871 (crash inside dns_get_record)
Ilia Alshanetsky [Wed, 16 Jan 2008 15:49:46 +0000 (15:49 +0000)]
Fixed bug #42779 (Incorrect forcing from HTTP/1.0 request to HTTP/1.1
response)
Marcus Boerger [Wed, 16 Jan 2008 14:21:07 +0000 (14:21 +0000)]
- MFH Fixed Bug #37964 (Reflection shows private methods of parent class)
(felipe@php.net)
David Coallier [Wed, 16 Jan 2008 12:56:20 +0000 (12:56 +0000)]
- Making sure the tests are not failing after modifications to the new
zend-parsing-parameters in ucfirst()
Antony Dovgal [Wed, 16 Jan 2008 08:34:33 +0000 (08:34 +0000)]
MFH: fix #43863 (str_word_count() breaks on cyrillic "ya" in locale cp1251)
patch by phprus at gmail dot com
Dmitry Stogov [Wed, 16 Jan 2008 06:15:04 +0000 (06:15 +0000)]
Fixed wrong type cast
David Coallier [Wed, 16 Jan 2008 03:11:26 +0000 (03:11 +0000)]
- MFH
- Making sure this is also using the good zend parsing and added
the php_ucfirst function
Christopher Jones [Wed, 16 Jan 2008 00:38:03 +0000 (00:38 +0000)]
MFH: fix #41941 (oci8 extension not lib64 savvy)
Christopher Jones [Tue, 15 Jan 2008 20:54:59 +0000 (20:54 +0000)]
MFH: Testcase for #43492 (nested cursors)
Christopher Jones [Tue, 15 Jan 2008 20:44:31 +0000 (20:44 +0000)]
MFB: fix #43497 (OCI8 XML/getClobVal aka temporary LOBs leak UGA memory)
Rob Richards [Tue, 15 Jan 2008 15:46:20 +0000 (15:46 +0000)]
MFH: fix win build
Rob Richards [Tue, 15 Jan 2008 15:12:47 +0000 (15:12 +0000)]
MFH: fix memleak in sign and verify functions
Ilia Alshanetsky [Tue, 15 Jan 2008 14:51:50 +0000 (14:51 +0000)]
Allow test to run from any directory
Marcus Boerger [Tue, 15 Jan 2008 13:03:54 +0000 (13:03 +0000)]
- MFH valgrind detection, note in header