Dmitry Stogov
|
1b317f1526
|
- Use ZEND_FREE() opcode instead of ZEND_SWITCH_FREE(IS_TMP_VAR)
- Fixed bug #44913 (Segfault when using return in combination with nested loops
and continue 2)
|
2008-05-05 11:03:35 +00:00 |
|
Dmitry Stogov
|
5a0253c14c
|
Support for old-style constructors in namespaces
|
2008-05-05 09:44:39 +00:00 |
|
Felipe Pena
|
a578b0cbcc
|
- MFH: Fixed bug #44899 (__isset usage changes behavior of empty()) (patch by Etienne Kneuss)
|
2008-05-03 00:38:55 +00:00 |
|
Felipe Pena
|
3d2a5940a2
|
- New tests
|
2008-04-18 14:05:47 +00:00 |
|
Felipe Pena
|
8f2c31a171
|
- New test
|
2008-04-17 18:16:17 +00:00 |
|
Ilia Alshanetsky
|
4534cd6807
|
WS
|
2008-04-09 23:35:19 +00:00 |
|
Dmitry Stogov
|
dfacfae34a
|
Bug #44653 (Invalid namespace name resolution)
|
2008-04-09 08:55:45 +00:00 |
|
Marcus Boerger
|
8f670912a3
|
- MFH add new tests
|
2008-04-06 17:53:31 +00:00 |
|
Felipe Pena
|
b9d13d8f17
|
- Allow HEREDOC syntax with double quotes
(http://wiki.php.net/rfc/heredoc-with-double-quotes)
|
2008-04-05 22:29:08 +00:00 |
|
Felipe Pena
|
f66f55edc5
|
MFH: Implemented "jump label" operator (limited "goto")
[DOC]
|
2008-03-28 14:35:01 +00:00 |
|
Marcus Boerger
|
3a74a6bec4
|
- MFH Add tests
|
2008-03-23 13:38:41 +00:00 |
|
Antony Dovgal
|
40a7a6005b
|
remove ze1_compat tests
|
2008-03-18 14:50:14 +00:00 |
|
Felipe Pena
|
2b10c53ae1
|
MFH: Dropped zend.ze1_compatibility_mode
[DOC]
|
2008-03-18 14:10:45 +00:00 |
|
Antony Dovgal
|
7dd943ac5c
|
MFH: fix #39127 (Old-style constructor fallbacks produce strange results)
|
2008-03-17 14:54:42 +00:00 |
|
Scott MacVicar
|
e6960e3ded
|
Fix test
|
2008-03-17 10:29:17 +00:00 |
|
Marcus Boerger
|
af316021e8
|
- Rewrite scanner to be based on re2c instead of flex
The full patch is available as:
http://php.net/~helly/php-re2c-5.3-20080316.diff.txt
This is against php-re2c repository version 98
An older patch against version 97 is available under:
http://php.net/~helly/php-re2c-97-20080316.diff.txt
|
2008-03-16 21:06:55 +00:00 |
|
Dmitry Stogov
|
7158425387
|
Improve GC to support garbage created in destructors during objects utilization
|
2008-03-14 18:36:34 +00:00 |
|
Dmitry Stogov
|
e1a28ee945
|
Fixed GC bug
|
2008-03-14 13:21:04 +00:00 |
|
Dmitry Stogov
|
a564b2a939
|
Fixed test
|
2008-03-12 15:20:23 +00:00 |
|
Felipe Pena
|
ae0a15b7cf
|
New test
|
2008-03-12 13:31:38 +00:00 |
|
Felipe Pena
|
5fa8f63a01
|
New tests
|
2008-03-12 12:58:12 +00:00 |
|
Dmitry Stogov
|
0f2247ae94
|
Fixed bug #44414 (Incomplete reporting about abstract methods)
|
2008-03-12 09:46:42 +00:00 |
|
Felipe Pena
|
fec00fd374
|
Add new test (bug reported in internals list by Robin)
|
2008-03-11 16:56:06 +00:00 |
|
Felipe Pena
|
7a9bfa9055
|
Add new test (bug reported in internals list by Robin)
|
2008-03-11 16:48:14 +00:00 |
|
Felipe Pena
|
4aebf04353
|
Missing a line
|
2008-03-11 15:26:24 +00:00 |
|
Felipe Pena
|
999d2e2294
|
New tests
|
2008-03-11 15:18:58 +00:00 |
|
Felipe Pena
|
f37f8d85d6
|
Fix test
|
2008-03-11 11:04:53 +00:00 |
|
Antony Dovgal
|
6204a10e79
|
some more tests
|
2008-03-11 10:40:37 +00:00 |
|
Felipe Pena
|
1db52c1c5f
|
Fix tests (new error message for void parameters)
|
2008-03-10 23:14:11 +00:00 |
|
Felipe Pena
|
9324869ef5
|
Fix tests (new error message for void parameters)
|
2008-03-10 22:17:59 +00:00 |
|
Felipe Pena
|
c7cb8551fe
|
Fix tests (removed space on error message "Undefined index: ...")
|
2008-03-08 12:01:53 +00:00 |
|
Felipe Pena
|
ddc8a63168
|
Fixed bug #39018 (Error control operator '@' fails to suppress "Uninitialized string offset")
|
2008-03-08 11:35:12 +00:00 |
|
Antony Dovgal
|
cbdc4b9af8
|
fix segfault when trying to clone uncloneable object because of zend.ze1_compatibility_mode which we should have got rid of years ago
|
2008-03-06 17:28:26 +00:00 |
|
Robin Fernandes
|
0455ccb805
|
Remove inconsistent behaviour when a protected static prop is overridden by public static prop (details: http://turl.ca/phhhf ).
|
2008-03-03 15:07:04 +00:00 |
|
Johannes Schlüter
|
68de75f0b5
|
MFH: Allow implementation of abstract methods with optional parameters (Christian
Schneider)
|
2008-03-01 13:53:32 +00:00 |
|
Marcus Boerger
|
d3e5026564
|
- MFH Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus)
[DOC] Finally added deprecation messages
|
2008-02-23 17:06:22 +00:00 |
|
Dmitry Stogov
|
18cc21c662
|
Fixed bug #43483 (get_class_methods() does not list all visible methods)
|
2008-02-21 15:14:27 +00:00 |
|
Dmitry Stogov
|
3e7e9d4af6
|
Fixed bug #44141 (private parent constructor callable through static function)
|
2008-02-21 13:55:45 +00:00 |
|
Dmitry Stogov
|
8c32f99c25
|
Fixed bug #44184 (Double free of loop-variable on exception)
|
2008-02-20 12:05:57 +00:00 |
|
Dmitry Stogov
|
e563a6d979
|
Fixed bug #44069 (Huge memory usage with concatenation using . instead of .=)
|
2008-02-14 14:42:00 +00:00 |
|
Dmitry Stogov
|
ddcf7a2f49
|
Added NEWDOC
|
2008-02-12 09:27:45 +00:00 |
|
Stanislav Malyshev
|
27d4a3f6c3
|
add tests for __DIR__
|
2008-02-12 00:26:51 +00:00 |
|
Hannes Magnusson
|
ed1bafe5d7
|
Fix test
|
2008-02-05 08:41:04 +00:00 |
|
Marcus Boerger
|
ac8e76c714
|
- Fix remaining issue (should be last one)
|
2008-02-02 15:18:30 +00:00 |
|
Rasmus Lerdorf
|
f48bd05482
|
Fix more tests (some of these were not broken by the recent changes)
|
2008-02-02 00:55:35 +00:00 |
|
Dmitry Stogov
|
9770b3cb00
|
Fixed bug #43323 (Wrong count abstract methods). (Felipe, Dmitry)
|
2008-01-29 11:12:57 +00:00 |
|
Dmitry Stogov
|
58433c9b11
|
Fixed bug #43918 (Segmentation fault in garbage collector)
|
2008-01-29 09:59:42 +00:00 |
|
Antony Dovgal
|
4252942abd
|
MFH: fix typo and bug #43646
|
2008-01-29 00:07:26 +00:00 |
|
Dmitry Stogov
|
03c018d34e
|
Fixed GC bug
|
2008-01-24 10:49:26 +00:00 |
|
Dmitry Stogov
|
f8297f6e37
|
Fixed bug #43426 (crash on nested call_user_func() calls)
|
2008-01-24 09:47:00 +00:00 |
|