Dmitry Stogov
44caafc62e
Fixed constant substitution (Matt)
2008-07-28 14:12:19 +00:00
Felipe Pena
e062594215
- MFH: New tests
2008-07-28 14:10:00 +00:00
Moriyoshi Koizumi
ba84cd7359
- Touch.
2008-07-28 07:02:05 +00:00
Moriyoshi Koizumi
b9eaa80150
- SCNG(input_filter) can be null if the script encoding is idential to
...
the internal encoding.
2008-07-28 07:01:54 +00:00
Moriyoshi Koizumi
4857586ec2
- Touch
2008-07-28 06:05:36 +00:00
Moriyoshi Koizumi
1782511e72
- WS
2008-07-28 06:05:14 +00:00
Moriyoshi Koizumi
fa8f78d96c
- touch
2008-07-28 06:00:15 +00:00
Moriyoshi Koizumi
a28497d6e5
- Fix __halt_compiler() weirdness with zend-mulibyte enabled
2008-07-28 05:59:17 +00:00
Dmitry Stogov
b2eba97d8b
Fix for bug #43487 (Wrong conversion of float to string)
2008-07-27 11:29:10 +00:00
Dmitry Stogov
64c721e04e
*** empty log message ***
2008-07-26 19:14:38 +00:00
Dmitry Stogov
8ee5b58bbe
Added checks for destroied objects
2008-07-26 18:32:20 +00:00
Dmitry Stogov
f5f8cba8e9
Fixed bug #44660 (Indexed and reference assignment to propery of non-object don't trigger warning)
2008-07-26 17:59:54 +00:00
Dmitry Stogov
b25f9f6a6a
Added support for overloaded functions (e.g. COM) in call_user_func().
2008-07-26 17:01:40 +00:00
Dmitry Stogov
478acfd8b4
. Added support for using static HEREDOCs to initialize static variables and class members or constants. (Matt)
...
. Improved syntax highlighting and consistency for variables in double-quoted strings and literal text in HEREDOCs and backticks. (Matt)
. Optimized interpolated strings to use one less opcode. (Matt)
2008-07-26 15:30:28 +00:00
Dmitry Stogov
8b14236557
Fixed bug #45608 (closures don't work in static methods)
2008-07-26 14:15:19 +00:00
Dmitry Stogov
4f81a0c358
Fixed crashes and memory leak for objects with NULL write_property/has_property/unset_property handlers
2008-07-26 14:08:11 +00:00
Dmitry Stogov
af05ce0af6
Fixed is_callable/call_user_func mess that had done different things for very similar arguments e.g. array("A","B") and "A::B"
2008-07-26 13:14:04 +00:00
Dmitry Stogov
691d4a6999
Fixed uninitialised data
2008-07-25 08:23:07 +00:00
Dmitry Stogov
ed2d3e4c7e
Substitute persistent constants by their values at compile time. (Matt)
2008-07-25 04:54:08 +00:00
Moriyoshi Koizumi
20bca30d04
- No need to advance the cursor
2008-07-24 23:53:42 +00:00
Moriyoshi Koizumi
4f42ed39c0
- Revived zend multibyte
2008-07-24 22:21:41 +00:00
Moriyoshi Koizumi
1f845199f7
- MFH: Suppress signedness warnings
2008-07-24 20:44:15 +00:00
Moriyoshi Koizumi
023211d8d2
- MFH: Constify read-only arguments
2008-07-24 20:39:48 +00:00
Felipe Pena
0fbe6a0c14
- MFH: Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments.
2008-07-24 19:52:24 +00:00
Dmitry Stogov
2cca3d0dd2
Optimized ZEND_SIGNED_MULTIPLY_LONG() (Matt)
2008-07-24 13:46:28 +00:00
Dmitry Stogov
44325e6473
Fixed bug #45178 (memory corruption on assignment result of "new" by reference)
2008-07-24 11:47:51 +00:00
Dmitry Stogov
feb8580166
LSB parent/self forwarding
2008-07-24 09:42:18 +00:00
Jani Taskinen
d10d4e48c3
ws
2008-07-22 07:44:41 +00:00
Dmitry Stogov
4d8bdd9d1b
Closure object cannot have properties
2008-07-22 07:29:31 +00:00
Derick Rethans
05d2ae4c9e
- This test works fine (patch by Lars Strojny)
2008-07-22 07:13:52 +00:00
Scott MacVicar
e19f52047c
Optimisation for zend_memnstr when the needle is only a single character. (Patch by Michal Dziemianko - GSoC08)
2008-07-21 18:47:02 +00:00
Dmitry Stogov
9d4064afc0
Added check for small ZEMD_MM_SEG_SIZE
2008-07-21 17:06:35 +00:00
Hannes Magnusson
ee40f557a7
Fix tests (patch by Lars)
2008-07-21 12:23:38 +00:00
Hannes Magnusson
d619b57efa
MFH: Add E_USER_DEPRECATED (patch by Lars Strojny)
2008-07-21 09:41:00 +00:00
Marcus Boerger
2b5e4d4553
- MFH Little debug hack to allow printing vm function
2008-07-21 08:14:24 +00:00
Moriyoshi Koizumi
579bb2a9dc
- Fix the header (thanks Johannes)
2008-07-20 15:10:24 +00:00
Moriyoshi Koizumi
91fba3893b
- WS fix
2008-07-20 12:47:34 +00:00
Felipe Pena
c3453925c5
- Deprecate ticks
2008-07-17 19:29:34 +00:00
Stanislav Malyshev
10e7231f2a
vc9 build fix
2008-07-17 17:48:50 +00:00
Felipe Pena
a142b6cd86
- New tests
2008-07-14 13:36:40 +00:00
Dmitry Stogov
0fa7fedfde
Fixed is_callable() to support closures and return appropriate function name
2008-07-14 12:18:23 +00:00
Felipe Pena
bc12bc69aa
- Fixed test titles
2008-07-14 11:57:44 +00:00
Dmitry Stogov
d5ef2f466c
Added support for lambda functions and closures
2008-07-14 09:49:03 +00:00
Marcus Boerger
2bf3bfc746
- MFH Exception handling
...
[DOC]
- Exceptions can be thrown while exceptions are pending, they are linked
- Exceptions can be handled in __destruct
- Add optional Exception $previous parameter to
. Exception::__construct
. ErrorException::__construct
2008-07-13 21:42:49 +00:00
Antony Dovgal
205ba532cf
apply correct fix
2008-07-13 09:32:46 +00:00
Antony Dovgal
68a61e9981
fix segfault in Exception::__toString()
2008-07-13 09:29:44 +00:00
Antony Dovgal
669a441bcd
fix test
2008-07-13 09:29:16 +00:00
Marcus Boerger
d34b08646d
- Missed one line in merge
2008-07-12 14:59:46 +00:00
Marcus Boerger
61a808dfa9
- MFH Add support for linking exceptions (implements TODO)
2008-07-12 14:57:14 +00:00
Antony Dovgal
cf0708dc88
remove UEXPECTF section
2008-07-09 11:14:20 +00:00