Marcus Boerger
c8d78028b5
- Disallow foreach($v as &$ref) when $v is an object that implements
...
interface Iterator. The signature of Iterator::current() doesn't allow
that. Maybe ppl also want IteratorByReference or similar. Unfortunatley
this comes with an API change but there is no easier way.
2006-02-05 23:26:55 +00:00
Andrei Zmievski
a6e8746bbe
Needs to use .ustr. portion of the union for IS_UNICODE.
2006-02-05 20:54:11 +00:00
Marcus Boerger
44baf1f3ec
- Initialize variable
2006-02-05 16:25:46 +00:00
Marcus Boerger
6bfa4b19e1
- Fix comparision where one argument is an object
2006-02-05 13:12:20 +00:00
b352adf0c5
ChangeLog update
2006-02-04 06:31:55 +00:00
Antony Dovgal
a1640d5ef9
duplicate string when needed
2006-02-03 13:24:26 +00:00
Dmitry Stogov
558e883302
Fixed bug #36268 (Object destructors called even after fatal errors)
2006-02-03 09:33:31 +00:00
b7b5b9fe79
ChangeLog update
2006-02-02 06:31:46 +00:00
Zeev Suraski
8a2a69ad0f
Fix possibility of a wrong element being deleted by zend_hash_del()
2006-02-01 01:05:17 +00:00
efae4837cf
ChangeLog update
2006-01-25 06:31:47 +00:00
Antony Dovgal
9c8bc2043c
improve CS
2006-01-24 23:58:54 +00:00
Marcus Boerger
35e632257e
- Add fast access to HashTable
2006-01-24 19:48:11 +00:00
3f5eb39f8c
ChangeLog update
2006-01-23 06:31:56 +00:00
Marcus Boerger
b7d473ac00
- WS
2006-01-22 22:15:55 +00:00
Marcus Boerger
f4a0ce710e
- Fix method invocation issues
2006-01-22 18:55:02 +00:00
9b674c8a79
ChangeLog update
2006-01-20 06:31:47 +00:00
Antony Dovgal
04ad1d1462
fix test
2006-01-19 21:27:15 +00:00
Dmitry Stogov
d90873d3ce
Fixed bug #36071 (Engine Crash related with 'clone')
2006-01-19 07:26:58 +00:00
185dabe26b
ChangeLog update
2006-01-19 06:31:47 +00:00
Antony Dovgal
79bebd9bf8
make sure ce_child is properly initialized
2006-01-18 21:06:18 +00:00
1105368b9c
ChangeLog update
2006-01-18 06:31:47 +00:00
Antony Dovgal
b8dda54715
fix build
2006-01-17 22:13:39 +00:00
Ilia Alshanetsky
b0b79b138d
MFB51: Fixed bug #36046 (parse_ini_file() miscounts lines in multi-line
...
values).
2006-01-17 19:56:41 +00:00
Dmitry Stogov
227295a4f1
Unicode stuff is changed according to decision maden on PDM.
...
Now IS_BINRAY data type is removed and IS_STRING starts behave as IS_BINARY in unicode mode. IS_STRING is incompatible with IS_UNICODE, so ALL functions should be improved to support unicode mode.
2006-01-17 12:18:53 +00:00
Dmitry Stogov
465b131c2f
Fixed bug #36037 (heredoc adds extra line number)
2006-01-17 09:39:33 +00:00
b29d9dbc87
ChangeLog update
2006-01-17 06:31:48 +00:00
Dmitry Stogov
c93396ae1a
Fixed bug #36006 (Problem with $this in __destruct())
2006-01-16 10:12:54 +00:00
806c280d6d
ChangeLog update
2006-01-15 06:31:47 +00:00
Marcus Boerger
584c0719e4
- Fix test
2006-01-14 15:55:10 +00:00
Marcus Boerger
2fe859febb
- Fixed bug #36011
2006-01-14 15:22:19 +00:00
c043dd301c
ChangeLog update
2006-01-08 06:31:44 +00:00
Marcus Boerger
ec20ba1a50
- MFB Second part of is_callable/call_user_func
...
- Clean a few warnings
2006-01-07 21:29:00 +00:00
Marcus Boerger
416d5f2c0c
- MFB missing E_STRICT
2006-01-07 21:16:02 +00:00
Marcus Boerger
ddd5d80194
- MFB zend_is_callable() fixes
...
# Now to the missing part in zend_call_function()
2006-01-07 20:43:33 +00:00
5f99b7cb52
ChangeLog update
2006-01-07 06:31:44 +00:00
Antony Dovgal
9cd04b68d1
typo
2006-01-06 20:54:46 +00:00
bd53ba7cf9
ChangeLog update
2006-01-06 06:31:45 +00:00
bcb25bffec
ChangeLog update
2006-01-05 06:31:47 +00:00
Andi Gutmans
a93ddab01e
- More -> 2006 changes
2006-01-05 02:35:02 +00:00
Andi Gutmans
5de7cc3194
- Update copyright notices to 2006
2006-01-04 23:54:12 +00:00
c6a372dba2
ChangeLog update
2006-01-02 06:31:58 +00:00
foobar
d99d22dc11
oops
2006-01-01 13:25:34 +00:00
foobar
3631df802d
- fix typo
2006-01-01 13:13:11 +00:00
96bb0c4395
ChangeLog update
2005-12-27 06:32:16 +00:00
Antony Dovgal
01c1e2f719
MFB: typofix
2005-12-26 23:58:55 +00:00
Dmitry Stogov
39a540f75f
Reverted invalid fix for bug #35785
2005-12-26 08:21:29 +00:00
368f9414bc
ChangeLog update
2005-12-24 06:31:56 +00:00
Marcus Boerger
1edb0395ab
- Fixed Bug #35785 (SimpleXML memory read error)
2005-12-23 20:31:39 +00:00
dbfe958172
ChangeLog update
2005-12-23 06:31:49 +00:00
Dmitry Stogov
925f3f1880
Fixed bug #35612 (iis6 Access Violation crash). (alacn dot uhahaa at gmail dot com)
2005-12-22 16:46:03 +00:00