]>
granicus.if.org Git - php/log
Marcus Boerger [Sat, 4 Mar 2006 16:45:45 +0000 (16:45 +0000)]
- WS/CS
Marcus Boerger [Sat, 4 Mar 2006 16:40:54 +0000 (16:40 +0000)]
- One skipif section is enough
Marcus Boerger [Sat, 4 Mar 2006 16:32:59 +0000 (16:32 +0000)]
- Drop dead code
Omar Kilani [Sat, 4 Mar 2006 15:31:27 +0000 (15:31 +0000)]
- Fix issue with encoding arrays with integer keys.
- Modified pass001.1.phpt to test a mix of integers and strings as keys.
Johannes Schlüter [Sat, 4 Mar 2006 14:37:50 +0000 (14:37 +0000)]
- Separate ZEND_METHOD from ZEND_FUNCTION
Michael Wallner [Sat, 4 Mar 2006 14:17:35 +0000 (14:17 +0000)]
- prepare 1.2 release; use package.xml v2
<changelog@php.net> [Sat, 4 Mar 2006 06:31:46 +0000 (06:31 +0000)]
ChangeLog update
Greg Beaver [Sat, 4 Mar 2006 02:12:22 +0000 (02:12 +0000)]
s/archieve/archive
Marcus Boerger [Fri, 3 Mar 2006 23:51:40 +0000 (23:51 +0000)]
- Unicode...
Marcus Boerger [Fri, 3 Mar 2006 23:48:36 +0000 (23:48 +0000)]
- Add new test
Marcus Boerger [Fri, 3 Mar 2006 23:35:06 +0000 (23:35 +0000)]
- Add new test
Marcus Boerger [Fri, 3 Mar 2006 23:34:49 +0000 (23:34 +0000)]
- Fix issue with LimitIterator and bounds checking
Andrei Zmievski [Fri, 3 Mar 2006 23:23:17 +0000 (23:23 +0000)]
Clean up after Marcus.
Marcus Boerger [Fri, 3 Mar 2006 23:20:29 +0000 (23:20 +0000)]
- Make unicode handling portable (noted by andrei)
# Actually we should provide much more such unicode strings that we often
# use like 'parent', 'self' and so on.
Marcus Boerger [Fri, 3 Mar 2006 22:58:13 +0000 (22:58 +0000)]
- Test addition
Marcus Boerger [Fri, 3 Mar 2006 22:56:27 +0000 (22:56 +0000)]
- Fix issue with LimitIterator
Andrei Zmievski [Fri, 3 Mar 2006 22:46:55 +0000 (22:46 +0000)]
Add note about md5().
Marcus Boerger [Fri, 3 Mar 2006 22:37:47 +0000 (22:37 +0000)]
- As expected (but told otherwise) unicode strings indeed need to be
terminated by two \0.
Marcus Boerger [Fri, 3 Mar 2006 21:58:56 +0000 (21:58 +0000)]
- Fix issue with uncaught exceptions in unicode mode
Marcus Boerger [Fri, 3 Mar 2006 21:35:16 +0000 (21:35 +0000)]
- Fix SEGV with AppendIterator when base class constructor was not called
- Generic check to prevent double call to constructors of SPL iterators
Michael Wallner [Fri, 3 Mar 2006 20:44:05 +0000 (20:44 +0000)]
- version agnosticism (PECL/HEAD)
Yasuo Ohgaki [Fri, 3 Mar 2006 20:41:52 +0000 (20:41 +0000)]
remove obsolete check
Rob Richards [Fri, 3 Mar 2006 20:13:12 +0000 (20:13 +0000)]
update dom iterator get key function for engine iterator changes
fix crashes using notations and entity decls
add test
Marcus Boerger [Fri, 3 Mar 2006 18:07:24 +0000 (18:07 +0000)]
- Add new tests
Dmitry Stogov [Fri, 3 Mar 2006 16:47:55 +0000 (16:47 +0000)]
Regenerated
Edin Kadribasic [Fri, 3 Mar 2006 14:35:29 +0000 (14:35 +0000)]
MFB: Sync with source distro, enable hash by default
Dmitry Stogov [Fri, 3 Mar 2006 13:09:13 +0000 (13:09 +0000)]
Added support for "continue" and "break" operators with labels. Each loop or switch statement can be marked by label and then it is possible to write "break <label>" instead of "break <number>".
Dmitry Stogov [Fri, 3 Mar 2006 12:06:44 +0000 (12:06 +0000)]
Fixed incorrect backtrace type ("::" instead of "->") for __set()/__get()
Dmitry Stogov [Fri, 3 Mar 2006 10:28:58 +0000 (10:28 +0000)]
Fixed crash
Dmitry Stogov [Fri, 3 Mar 2006 10:09:35 +0000 (10:09 +0000)]
Remove "called at [(null):0]" from debug backtrace
Johannes Schlüter [Fri, 3 Mar 2006 09:56:47 +0000 (09:56 +0000)]
- Fix typo
Dmitry Stogov [Fri, 3 Mar 2006 09:20:51 +0000 (09:20 +0000)]
Fixed bug #36575 (SOAP: Incorrect complex type instantiation with hierarchies)
Dmitry Stogov [Fri, 3 Mar 2006 08:50:25 +0000 (08:50 +0000)]
ZTS fix
Derick Rethans [Fri, 3 Mar 2006 07:54:36 +0000 (07:54 +0000)]
- MF51: Fixed bug #36599 (DATE_W3C format constant incorrect)
<changelog@php.net> [Fri, 3 Mar 2006 06:31:48 +0000 (06:31 +0000)]
ChangeLog update
Andrei Zmievski [Thu, 2 Mar 2006 23:12:33 +0000 (23:12 +0000)]
Fix ucwords() to use full case mapping.
# Note that this is different from i18n_strtotitle() which uses
# locale-aware word break iterator. The difference is seen here:
#
# $a = "pouvez-vous";
# var_dump(ucwords($a));
# var_dump(i18n_strtotitle($a));
#
# Outputs:
#
# unicode(11) "Pouvez-vous"
# unicode(11) "Pouvez-Vous"
#
Marcus Boerger [Thu, 2 Mar 2006 22:44:39 +0000 (22:44 +0000)]
- Store min/max timestamp of entries while building manifest and use max
value for a/c/m-time of dirirectory stats.
Andrei Zmievski [Thu, 2 Mar 2006 20:40:45 +0000 (20:40 +0000)]
Should use word break iteration instead of title, as title one has been
deprecated since Unicode 3.2>
Andrei Zmievski [Thu, 2 Mar 2006 20:37:07 +0000 (20:37 +0000)]
- Update protos for Unicode-upgraded functions
- Also fix ucfirst() to use full case mapping, so that ß (sharp s)
maps to 'SS' for example
Dmitry Stogov [Thu, 2 Mar 2006 14:08:04 +0000 (14:08 +0000)]
Fixed bug #36388 (ext/soap crashes when throwing exception and session persistence). (David)
Dmitry Stogov [Thu, 2 Mar 2006 13:12:45 +0000 (13:12 +0000)]
Nuke int32_t (everywhere except streams layer) and signed/unsigned warnings
<changelog@php.net> [Thu, 2 Mar 2006 06:31:46 +0000 (06:31 +0000)]
ChangeLog update
Marcus Boerger [Thu, 2 Mar 2006 00:40:19 +0000 (00:40 +0000)]
- Use object handler get in the same way as the rest of the engine does
Yasuo Ohgaki [Thu, 2 Mar 2006 00:34:28 +0000 (00:34 +0000)]
add safe_mode num of parameter check
Ilia Alshanetsky [Wed, 1 Mar 2006 18:37:25 +0000 (18:37 +0000)]
MFB51: Remove no longer needed check (checked at a higher level now).
Marcus Boerger [Wed, 1 Mar 2006 17:20:28 +0000 (17:20 +0000)]
- Fix test
Dmitry Stogov [Wed, 1 Mar 2006 16:27:47 +0000 (16:27 +0000)]
Unicode support: zstr union
Marcus Boerger [Wed, 1 Mar 2006 16:18:35 +0000 (16:18 +0000)]
- Must use return as in 5.1 after recursion
Marcus Boerger [Wed, 1 Mar 2006 16:15:40 +0000 (16:15 +0000)]
- Fix string conversion issues
Marcus Boerger [Wed, 1 Mar 2006 16:15:15 +0000 (16:15 +0000)]
- Constants need to be updated too (when updating class constants)
Marcus Boerger [Wed, 1 Mar 2006 16:14:37 +0000 (16:14 +0000)]
- Fix warning
Rob Richards [Wed, 1 Mar 2006 15:36:34 +0000 (15:36 +0000)]
nuke tests for libxml2 version - will always be > 2.6.0
Rob Richards [Wed, 1 Mar 2006 11:19:35 +0000 (11:19 +0000)]
64-bit fixes - ("make test" now works again on these platforms)
<changelog@php.net> [Wed, 1 Mar 2006 06:31:45 +0000 (06:31 +0000)]
ChangeLog update
Dmitry Stogov [Tue, 28 Feb 2006 18:34:58 +0000 (18:34 +0000)]
Fixed compilation on FreeBSD with gcc-3.2
Marcus Boerger [Tue, 28 Feb 2006 18:26:24 +0000 (18:26 +0000)]
- Make Derick happy for the moment
Marcus Boerger [Tue, 28 Feb 2006 18:00:03 +0000 (18:00 +0000)]
- If (SEEK_CUR,0) means an illegal seek we return -1 to denote the error
Ilia Alshanetsky [Tue, 28 Feb 2006 14:46:29 +0000 (14:46 +0000)]
Parsers for previous patch
Ilia Alshanetsky [Tue, 28 Feb 2006 14:45:52 +0000 (14:45 +0000)]
MFB51: Fixed bug #36459 (Incorrect adding PHPSESSID to links, which
contains \r\n).
Marcus Boerger [Tue, 28 Feb 2006 14:44:23 +0000 (14:44 +0000)]
- Need to set eof flag when inner stream has eof condition
Marcus Boerger [Tue, 28 Feb 2006 13:07:19 +0000 (13:07 +0000)]
- Fix the fix
Marcus Boerger [Tue, 28 Feb 2006 12:25:43 +0000 (12:25 +0000)]
- Fix dependency checks
Marcus Boerger [Tue, 28 Feb 2006 12:06:54 +0000 (12:06 +0000)]
- Cleanup
<changelog@php.net> [Tue, 28 Feb 2006 06:31:47 +0000 (06:31 +0000)]
ChangeLog update
Marcus Boerger [Tue, 28 Feb 2006 01:57:00 +0000 (01:57 +0000)]
- Fix reflection info
Marcus Boerger [Tue, 28 Feb 2006 01:45:28 +0000 (01:45 +0000)]
- This dtor is actually always needed
Marcus Boerger [Tue, 28 Feb 2006 01:36:30 +0000 (01:36 +0000)]
- Add OO interface to handling phar archieves and entries
- Add support for HEAD
- Cleanup
Marcus Boerger [Mon, 27 Feb 2006 22:31:07 +0000 (22:31 +0000)]
- Fix issues withhandling of derived info classes as entries
Derick Rethans [Mon, 27 Feb 2006 19:39:21 +0000 (19:39 +0000)]
- Fixed bug #36510 (strtotime string with tabs - changed behaviour).
Marcus Boerger [Mon, 27 Feb 2006 18:15:29 +0000 (18:15 +0000)]
- Extend struct to allow inherited c classes hookk their own info there
Marcus Boerger [Mon, 27 Feb 2006 13:32:25 +0000 (13:32 +0000)]
- Fix count/foreach interaction
Marcus Boerger [Mon, 27 Feb 2006 11:55:23 +0000 (11:55 +0000)]
- MFB
Johannes Schlüter [Mon, 27 Feb 2006 11:37:02 +0000 (11:37 +0000)]
- Add .cvsignore
<changelog@php.net> [Mon, 27 Feb 2006 06:32:01 +0000 (06:32 +0000)]
ChangeLog update
Ilia Alshanetsky [Sun, 26 Feb 2006 22:15:22 +0000 (22:15 +0000)]
MFB51: Revert previous fix to allow for a more comprehensive patch from Derick.
Ilia Alshanetsky [Sun, 26 Feb 2006 17:07:33 +0000 (17:07 +0000)]
Fixed file
Ilia Alshanetsky [Sun, 26 Feb 2006 17:07:17 +0000 (17:07 +0000)]
MFB51: Fixed bug #36510 (strtotime() fails to parse date strings with tabs).
Marcus Boerger [Sun, 26 Feb 2006 16:40:01 +0000 (16:40 +0000)]
- Fix test
Marcus Boerger [Sun, 26 Feb 2006 16:12:21 +0000 (16:12 +0000)]
- Missing conversion
Marcus Boerger [Sun, 26 Feb 2006 15:48:28 +0000 (15:48 +0000)]
- Use get_property_ptr_ptr handler to prevent SEGV as in bug #35785
# Issue not completley solved though
Marcus Boerger [Sun, 26 Feb 2006 13:37:54 +0000 (13:37 +0000)]
- Add another write case
Marcus Boerger [Sun, 26 Feb 2006 12:26:31 +0000 (12:26 +0000)]
- Add unicode results
Marcus Boerger [Sun, 26 Feb 2006 12:00:39 +0000 (12:00 +0000)]
- Unicode support
Dmitry Stogov [Sun, 26 Feb 2006 11:57:14 +0000 (11:57 +0000)]
Unicode support: MS Visual C compatibility
Dmitry Stogov [Sun, 26 Feb 2006 07:23:33 +0000 (07:23 +0000)]
Unicode support
<changelog@php.net> [Sun, 26 Feb 2006 06:31:46 +0000 (06:31 +0000)]
ChangeLog update
Marcus Boerger [Sat, 25 Feb 2006 23:41:06 +0000 (23:41 +0000)]
- Added ability to add elements by index if such elements already exist
- Added SimpleXMLElement::getName() to access the node name
# This allows to retrieve the name of the root element which is otherwise
# only available by converting the sxe object into a dom object.
Rasmus Lerdorf [Sat, 25 Feb 2006 21:30:32 +0000 (21:30 +0000)]
Binary safety patch from Moriyoshi
Marcus Boerger [Sat, 25 Feb 2006 18:05:16 +0000 (18:05 +0000)]
- deprecated belongs in the flag area, not in the keyword area
Marcus Boerger [Sat, 25 Feb 2006 17:43:12 +0000 (17:43 +0000)]
- Deprecation severity shall be E_STRICT (as commented by ilia)
# Actually this conforms with other messages
<changelog@php.net> [Sat, 25 Feb 2006 06:31:48 +0000 (06:31 +0000)]
ChangeLog update
Johannes Schlüter [Fri, 24 Feb 2006 23:25:39 +0000 (23:25 +0000)]
- Fix description
Johannes Schlüter [Fri, 24 Feb 2006 23:10:53 +0000 (23:10 +0000)]
- We need %v here
Johannes Schlüter [Fri, 24 Feb 2006 23:08:36 +0000 (23:08 +0000)]
- Fix #29986 (Class constants won't work with predefined constants when
using ReflectionClass)
Derick Rethans [Fri, 24 Feb 2006 16:04:55 +0000 (16:04 +0000)]
- Fixed issue with iconv_mime_decode where the "encoding" would only allow
upper case specifiers.
#- See RFC 2047, section 2.
Marcus Boerger [Fri, 24 Feb 2006 16:04:13 +0000 (16:04 +0000)]
- s/FETCH_PROPSLATE/FETCH_PROPS_LATE/ as per IRC discussion
Marcus Boerger [Fri, 24 Feb 2006 15:56:03 +0000 (15:56 +0000)]
- Add FETCH_PROPSLATE: fetch props after calling ctor
# Fixes bug #36428
Marcus Boerger [Fri, 24 Feb 2006 15:49:13 +0000 (15:49 +0000)]
- Add ability to add new nodes via properties
Johannes Schlüter [Fri, 24 Feb 2006 13:44:46 +0000 (13:44 +0000)]
- deprecated not static
Marcus Boerger [Fri, 24 Feb 2006 13:37:20 +0000 (13:37 +0000)]
- Fix warning