Dmitry Stogov
|
298087c74b
|
Allowed to override internal classaes with "use"
|
2008-06-20 17:17:05 +00:00 |
|
Stanislav Malyshev
|
58a673a909
|
Use new parameter parsing API for builtin functions
|
2008-06-18 23:38:37 +00:00 |
|
Felipe Pena
|
cda2b20ae9
|
- New test
|
2008-06-11 22:40:13 +00:00 |
|
Felipe Pena
|
dc697bcea4
|
- Change E_COMPILE_ERROR to E_WARNING (for wrong visibility on magic methods)
|
2008-06-10 23:09:09 +00:00 |
|
Stanislav Malyshev
|
4f522eb576
|
allow aggregating use statements
|
2008-06-08 09:38:47 +00:00 |
|
Felipe Pena
|
7ba0803964
|
- New tests
|
2008-06-05 18:33:00 +00:00 |
|
Felipe Pena
|
a1bbc5698c
|
- New test
|
2008-06-04 18:32:56 +00:00 |
|
Felipe Pena
|
cc23d3bade
|
- Fixed bug #45089 (__callStatic $name case sensitivity)
|
2008-06-03 18:11:12 +00:00 |
|
Felipe Pena
|
44b91c8b61
|
- Removed unnecessary XFAIL section
|
2008-06-03 17:10:21 +00:00 |
|
Felipe Pena
|
426a4cc2e6
|
- Fixed tests
|
2008-06-03 15:34:47 +00:00 |
|
Felipe Pena
|
6ff90104aa
|
- New tests
|
2008-06-03 15:30:04 +00:00 |
|
Felipe Pena
|
402fb5285d
|
- MFH: Fixed bug #44769 (declaring private magic methods should throw error)
|
2008-06-03 14:07:15 +00:00 |
|
Matt Wilmas
|
fc6fa44097
|
Fixed tests on Windows
|
2008-05-29 07:32:03 +00:00 |
|
Felipe Pena
|
125e897348
|
- Added XFAIL section in tests to issue under discussion
|
2008-05-28 11:54:36 +00:00 |
|
Antony Dovgal
|
ba4a9de042
|
fix tests (say hello to disk C:\)
|
2008-05-20 14:53:58 +00:00 |
|
Antony Dovgal
|
b3b5126954
|
fix test names
|
2008-05-14 13:04:05 +00:00 |
|
Felipe Pena
|
e35c457913
|
- New tests
|
2008-05-12 17:57:21 +00:00 |
|
Felipe Pena
|
d9d47f3718
|
- New tests
|
2008-05-12 14:58:31 +00:00 |
|
Felipe Pena
|
5c2ff40433
|
- MFH: New tests
|
2008-05-12 13:31:36 +00:00 |
|
Felipe Pena
|
c5e80819ba
|
- Fixed test
|
2008-05-12 11:15:32 +00:00 |
|
Felipe Pena
|
f6c57d1f6f
|
- MFH: New tests
|
2008-05-11 22:44:56 +00:00 |
|
Felipe Pena
|
e4c7664158
|
- MFH: New tests
|
2008-05-11 03:50:28 +00:00 |
|
Felipe Pena
|
bcccfa6bf1
|
- New tests
|
2008-05-09 14:16:24 +00:00 |
|
Matt Wilmas
|
29cbfbd1e7
|
MFH: Test for loss of backslash at end of heredoc; For bug #44830 (Very minor issue with backslash in heredoc)
|
2008-05-09 11:06:29 +00:00 |
|
Felipe Pena
|
1e650ca32d
|
- MFH: Fixed detection of invalid class name
|
2008-05-08 18:51:28 +00:00 |
|
Felipe Pena
|
fd4e87c5d4
|
- New tests
|
2008-05-07 14:10:03 +00:00 |
|
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 |
|