Rob Richards
06a4265712
64-bit fixes - ("make test" now works again on these platforms)
2006-03-01 11:19:35 +00:00
3c01a9f641
ChangeLog update
2006-03-01 06:31:45 +00:00
Dmitry Stogov
3413d5df40
Fixed compilation on FreeBSD with gcc-3.2
2006-02-28 18:34:58 +00:00
Marcus Boerger
4fb5bc4b6e
- Make Derick happy for the moment
2006-02-28 18:26:24 +00:00
Marcus Boerger
56ec57c614
- If (SEEK_CUR,0) means an illegal seek we return -1 to denote the error
2006-02-28 18:00:03 +00:00
Ilia Alshanetsky
d31641e2d8
Parsers for previous patch
2006-02-28 14:46:29 +00:00
Ilia Alshanetsky
1a3bb9f4bd
MFB51: Fixed bug #36459 (Incorrect adding PHPSESSID to links, which
...
contains \r\n).
2006-02-28 14:45:52 +00:00
Marcus Boerger
40a610887d
- Need to set eof flag when inner stream has eof condition
2006-02-28 14:44:23 +00:00
Marcus Boerger
47a1a84ea5
- Fix the fix
2006-02-28 13:07:19 +00:00
Marcus Boerger
5ea9499ca4
- Fix dependency checks
2006-02-28 12:25:43 +00:00
Marcus Boerger
6531669e4e
- Cleanup
2006-02-28 12:06:54 +00:00
232eace5c8
ChangeLog update
2006-02-28 06:31:47 +00:00
Marcus Boerger
946219de15
- Fix reflection info
2006-02-28 01:57:00 +00:00
Marcus Boerger
ce2b0345fb
- This dtor is actually always needed
2006-02-28 01:45:28 +00:00
Marcus Boerger
a3fcdf4f08
- Add OO interface to handling phar archieves and entries
...
- Add support for HEAD
- Cleanup
2006-02-28 01:36:30 +00:00
Marcus Boerger
1c0d546bd4
- Fix issues withhandling of derived info classes as entries
2006-02-27 22:31:07 +00:00
Derick Rethans
2068a3bea5
- Fixed bug #36510 (strtotime string with tabs - changed behaviour).
2006-02-27 19:39:21 +00:00
Marcus Boerger
5a42b4086b
- Extend struct to allow inherited c classes hookk their own info there
2006-02-27 18:15:29 +00:00
Marcus Boerger
10a5901abf
- Fix count/foreach interaction
2006-02-27 13:32:25 +00:00
Marcus Boerger
d8b7f1dea0
- MFB
2006-02-27 11:55:23 +00:00
Johannes Schlüter
5bc5d507c2
- Add .cvsignore
2006-02-27 11:37:02 +00:00
72345090e7
ChangeLog update
2006-02-27 06:32:01 +00:00
Ilia Alshanetsky
736a05f959
MFB51: Revert previous fix to allow for a more comprehensive patch from Derick.
2006-02-26 22:15:22 +00:00
Ilia Alshanetsky
341113bdb2
Fixed file
2006-02-26 17:07:33 +00:00
Ilia Alshanetsky
4c722c519f
MFB51: Fixed bug #36510 (strtotime() fails to parse date strings with tabs).
2006-02-26 17:07:17 +00:00
Marcus Boerger
3dd6bb16aa
- Fix test
2006-02-26 16:40:01 +00:00
Marcus Boerger
30806dbc2b
- Missing conversion
2006-02-26 16:12:21 +00:00
Marcus Boerger
1dd351d649
- Use get_property_ptr_ptr handler to prevent SEGV as in bug #35785
...
# Issue not completley solved though
2006-02-26 15:48:28 +00:00
Marcus Boerger
24d83ebd0f
- Add another write case
2006-02-26 13:37:54 +00:00
Marcus Boerger
75b3d578d3
- Add unicode results
2006-02-26 12:26:31 +00:00
Marcus Boerger
ebef7961a3
- Unicode support
2006-02-26 12:00:39 +00:00
Dmitry Stogov
e3b7f3fd0d
Unicode support: MS Visual C compatibility
2006-02-26 11:57:14 +00:00
Dmitry Stogov
25c8f09752
Unicode support
2006-02-26 07:23:33 +00:00
d952bfcc6a
ChangeLog update
2006-02-26 06:31:46 +00:00
Marcus Boerger
d1f3c48041
- 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.
2006-02-25 23:41:06 +00:00
Rasmus Lerdorf
f16846e685
Binary safety patch from Moriyoshi
2006-02-25 21:30:32 +00:00
Marcus Boerger
257a95f69f
- deprecated belongs in the flag area, not in the keyword area
2006-02-25 18:05:16 +00:00
Marcus Boerger
44b0637bcd
- Deprecation severity shall be E_STRICT (as commented by ilia)
...
# Actually this conforms with other messages
2006-02-25 17:43:12 +00:00
8299b9ea6f
ChangeLog update
2006-02-25 06:31:48 +00:00
Johannes Schlüter
0f88ee56d0
- Fix description
2006-02-24 23:25:39 +00:00
Johannes Schlüter
e0053b2536
- We need %v here
2006-02-24 23:10:53 +00:00
Johannes Schlüter
cea8dd887b
- Fix #29986 (Class constants won't work with predefined constants when
...
using ReflectionClass)
2006-02-24 23:08:36 +00:00
Derick Rethans
16920d54c7
- Fixed issue with iconv_mime_decode where the "encoding" would only allow
...
upper case specifiers.
#- See RFC 2047, section 2.
2006-02-24 16:04:55 +00:00
Marcus Boerger
e610f5959f
- s/FETCH_PROPSLATE/FETCH_PROPS_LATE/ as per IRC discussion
2006-02-24 16:04:13 +00:00
Marcus Boerger
252ad86917
- Add FETCH_PROPSLATE: fetch props after calling ctor
...
# Fixes bug #36428
2006-02-24 15:56:03 +00:00
Marcus Boerger
b13105ee4c
- Add ability to add new nodes via properties
2006-02-24 15:49:13 +00:00
Johannes Schlüter
4ad7d57a97
- deprecated not static
2006-02-24 13:44:46 +00:00
Marcus Boerger
90c428a6a0
- Fix warning
2006-02-24 13:37:20 +00:00
Marcus Boerger
9845606cef
- Add deprecation function/function alias macros
2006-02-24 13:30:21 +00:00
Marcus Boerger
8a4c8e8d47
- Add macros to mark functions/alias functions as deprecated
...
(mentioned by Sara and obviously neccessary)
- Fix function/method flag error detection logic
2006-02-24 13:29:54 +00:00