22ae5cdfd0
ChangeLog update
2005-11-04 06:46:21 +00:00
2b9167e089
ChangeLog update
2005-11-03 06:46:29 +00:00
971bebd6e3
ChangeLog update
2005-11-02 06:44:42 +00:00
Marcus Boerger
169411d040
- Get rid of several wanrings
2005-11-01 20:41:59 +00:00
Marcus Boerger
00d5138e93
- Allow parameter parsing implementation raise an error early where more
...
information is available. And add ability to prevent double errors by
returning "".
- Implement parameter parsing C which checks for a class name, if the value
on input is not NULL then the pointer must be the zend_class_entry of the
required base class.
# Do the KISS approach, looking at the code it isn't that easy does it?
2005-11-01 16:53:29 +00:00
Sebastian Bergmann
5d671dd4b2
Add an additional field $frame['object'] to the result array of debug_backtrace() that contains a reference to the respective object when the frame was called from an object. This revised patch has been reviewed by Dmitry and Zeev.
2005-11-01 13:18:34 +00:00
Sebastian Bergmann
e094954bd1
Allow bison 2.1.
2005-11-01 10:31:15 +00:00
Sebastian Bergmann
621c6fb266
Revert.
2005-11-01 07:20:54 +00:00
35d4f32c84
ChangeLog update
2005-11-01 06:48:05 +00:00
Dmitry Stogov
372d59b648
Fixed bug #35017 (Exception thrown in error handler may cause unexpected behavior)
2005-10-31 19:29:48 +00:00
6b20d46781
ChangeLog update
2005-10-29 05:40:50 +00:00
Sebastian Bergmann
805cc1d659
Add an additional field $frame['object'] to the result array of debug_backtrace() that contains a reference to the respective object when the frame was called from an object. Patch has been reviewed by Andi, Zeev, and Marcus. I will coordinate with Ilia on merging it to the PHP_5_1 branch after PHP 5.1.0 has been released.
2005-10-28 20:08:25 +00:00
Dmitry Stogov
0fe9266d9e
Fixed bug #34879 (str_replace, array_map corrupt negative array indexes on 64-bit platforms)
2005-10-28 14:44:41 +00:00
Dmitry Stogov
05bd788e23
Fixed bug #34879 (str_replace, array_map corrupt negative array indexes)
2005-10-28 13:48:15 +00:00
Dmitry Stogov
3c6c6d2a9a
$id:$ tatgs are removed from generated files to avoid committing of Zend/zend_vm_opcodes.h without real changes.
2005-10-28 06:05:41 +00:00
cefc6bb11b
ChangeLog update
2005-10-28 05:42:07 +00:00
Dmitry Stogov
804e3b4f5b
Fixed SIGSEGV
2005-10-27 19:25:07 +00:00
Ilia Alshanetsky
cbeef6084b
MFB51: Fixed memory leak on error
2005-10-27 14:14:33 +00:00
810520b20b
ChangeLog update
2005-10-26 05:40:59 +00:00
Marcus Boerger
ff5ae1d0de
- Make the code a bit clearer
2005-10-25 23:11:26 +00:00
Marcus Boerger
9b584a1499
- api was changed, also we are here in api 3.*, not 2 anymore
2005-10-25 19:42:55 +00:00
Marcus Boerger
c72d91afd7
- Make zend_is_callable_ex() return the class netry if available
2005-10-25 19:38:09 +00:00
91abf74e88
ChangeLog update
2005-10-25 05:47:13 +00:00
Dmitry Stogov
d464599515
Unicode support (bug #31341 )
2005-10-24 07:17:16 +00:00
bc35d8c56c
ChangeLog update
2005-10-22 05:39:36 +00:00
Dmitry Stogov
de047ae0a5
Fixed bug #31341 (escape on curly inconsistent)
2005-10-21 13:22:10 +00:00
Dmitry Stogov
5fd04023dc
Fixed bug #34782 (token_get_all() gives wrong result)
2005-10-21 09:33:04 +00:00
Dmitry Stogov
6ef4239827
Fixed bug #29268 (__autoload() not called with Reflection->getClass())
2005-10-21 08:03:39 +00:00
de96385160
ChangeLog update
2005-10-21 05:42:08 +00:00
Antony Dovgal
fc834fef2f
copy/paste typo
2005-10-20 16:46:44 +00:00
Dmitry Stogov
81b506bdd0
Removed unnecesary local variable
2005-10-20 11:31:59 +00:00
Dmitry Stogov
5372281b01
Fixed bug #34893 (PHP5.1 overloading, Cannot access private property)
2005-10-20 09:47:31 +00:00
Dmitry Stogov
0fe08e9b67
Fixed bug #34712 (zend.ze1_compatibility_mode = on segfault)
2005-10-20 08:56:02 +00:00
Dmitry Stogov
22130a2b74
Fixed bug #34767 (Zend Engine 1 Compatibility not copying objects correctly)
2005-10-20 08:15:13 +00:00
Dmitry Stogov
2507a54429
Fixed bug #31177 (menory leaks and corruption because of incorrect refcounting)
2005-10-20 07:23:58 +00:00
Dmitry Stogov
05975d1457
Added forgotten tests
2005-10-20 07:03:45 +00:00
1bc48cc521
ChangeLog update
2005-10-20 05:34:50 +00:00
Dmitry Stogov
9e9cee5c9d
Fixed test
2005-10-19 12:48:07 +00:00
8e86d3ce2b
ChangeLog update
2005-10-18 05:36:34 +00:00
Dmitry Stogov
bc446eec5b
Fixed bug #34873 (Segmentation Fault on foreach in object)
2005-10-17 08:01:07 +00:00
Derick Rethans
086875b107
- Make sure that typehints for classes can only accept "= NULL" as default
...
value.
2005-10-17 07:03:33 +00:00
60eff57dda
ChangeLog update
2005-10-17 05:45:46 +00:00
Marcus Boerger
c49a1999cb
- Add ability to access private properties of base classes
...
- Add ability to specify fully qualified name for properties
- ReflectionClass::getInterfaces89 now returns associative array
2005-10-16 16:13:55 +00:00
9ef2886e63
ChangeLog update
2005-10-16 05:47:08 +00:00
Derick Rethans
a1527fdaf3
- Changed type hints so that they take "= NULL" as default value.
2005-10-15 12:54:19 +00:00
7c1e029f34
ChangeLog update
2005-10-15 05:36:00 +00:00
Antony Dovgal
cc85fdf510
add test for bug #34873
2005-10-14 21:50:46 +00:00
b513f306d0
ChangeLog update
2005-10-14 05:45:27 +00:00
9e2fdf2af0
ChangeLog update
2005-10-13 05:40:53 +00:00
Dmitry Stogov
8ac7004ea7
Unicode support
2005-10-12 10:12:15 +00:00