Stanislav Malyshev
5b98a09219
Custom object serializer infrastructure
...
# The detailed announce on the list will follow
2005-02-23 11:15:51 +00:00
foobar
775cfd708e
Hack the planet
2005-02-23 07:50:28 +00:00
a5806375b5
ChangeLog update
2005-02-23 01:36:05 +00:00
Marcus Boerger
72c1baa9d8
- Allow to convert Traversable into Aggregate
2005-02-23 01:09:10 +00:00
Marcus Boerger
237cd7e511
- We cannot provide this fallback becuase it requires zend_object ptr's.
...
# Found that out after discussing with Stas. As a consequence still every
# extension that provides specialised class types is responsible for
# calling its __destruct. This is currently not done for several exts.
2005-02-22 14:53:57 +00:00
foobar
f180478aad
Fix cross-compile
2005-02-22 13:52:51 +00:00
foobar
2926bed9f2
Fix build (it was #ifNdef NETWARE..)
2005-02-22 13:49:52 +00:00
Marcus Boerger
3096f1edac
- Fix signatures they are all meant to be able to deal with any type in any
...
object storage (though we are still missing several parts)
2005-02-22 12:06:59 +00:00
Marcus Boerger
93e13aff05
- Force calling of dtors unless otherwise specified (fixes several __destruct bugs)
2005-02-22 11:43:05 +00:00
Anantha Kesari H Y
8eb3b715d1
NetWare can include autoconf generated config headers
2005-02-22 08:48:33 +00:00
Anantha Kesari H Y
d00a304f0e
NetWare can make use of the configure script generated header file.
2005-02-22 06:13:49 +00:00
4fd1d7e85a
ChangeLog update
2005-02-22 01:36:03 +00:00
Moriyoshi Koizumi
38dfd6886d
- Add missing entry.
2005-02-21 15:10:19 +00:00
5a9e110bf9
ChangeLog update
2005-02-21 01:33:58 +00:00
Dmitry Stogov
57d2c2bb83
Fixed possible memory corruption
2005-02-20 10:19:11 +00:00
8f2cfb9d4e
ChangeLog update
2005-02-20 01:36:02 +00:00
Rui Hirokawa
539b81e03a
fixed #31987 zend-multibyte in ZTS.
2005-02-19 14:33:41 +00:00
81ef9ee5ee
ChangeLog update
2005-02-18 01:36:34 +00:00
Marcus Boerger
c17d3dbbb7
- A little optimization to prevent problems when trying to reimplement an
...
interface inherited from an interfaces that was just implemented......
2005-02-17 21:05:04 +00:00
Marcus Boerger
c88da2bd92
- No C++ ruleZ here
2005-02-17 20:54:56 +00:00
Marcus Boerger
82ccc25113
- Actually we must do this in two steps: 1st resize the table and set all
...
interfaces, 2nd implement the interfaces
2005-02-17 20:49:56 +00:00
Marcus Boerger
02c35975c0
- Incrementation is done elsewhere
2005-02-17 20:28:46 +00:00
Marcus Boerger
a7e4f84c5d
- Fix windows build (funny MS compiler)
2005-02-17 20:15:40 +00:00
foobar
640bc001e5
- Compile fix for systems without int32_t typedef
2005-02-17 04:44:52 +00:00
0992be8577
ChangeLog update
2005-02-14 01:39:25 +00:00
Marcus Boerger
a57b6bad69
- Be more gracious in reflection API
2005-02-13 23:04:49 +00:00
Marcus Boerger
e3a5c9f1d7
- Fix doc comment handling
2005-02-13 13:50:48 +00:00
b0ca477655
ChangeLog update
2005-02-13 01:38:06 +00:00
Marcus Boerger
6159f69023
- Bugfix #30682 (autoconversion from false/true to 0/1 missing in case of
...
static property default value)
2005-02-12 16:38:47 +00:00
33347d3264
ChangeLog update
2005-02-12 01:32:51 +00:00
Marcus Boerger
a29f5391db
- Cleanup foreach handling
2005-02-11 22:26:45 +00:00
a29e968e1e
ChangeLog update
2005-02-11 01:37:02 +00:00
foobar
378817d367
- Fixed bug #31920 (zend_strtod.c error: conflicting types for 'int8_t')
2005-02-10 22:19:32 +00:00
Dmitry Stogov
5764d6f41b
Fixed bug #30407 (Strange behaviour of default arguments)
2005-02-10 11:45:24 +00:00
d8ad6ff49b
ChangeLog update
2005-02-08 01:35:38 +00:00
Dmitry Stogov
c91218ae8a
Fixed bug introduced with foreach() optimization patch
2005-02-07 17:54:58 +00:00
Dmitry Stogov
625e06f454
Fixed FE_RESET/FE_FETCH bug.
...
Now FE_RESET instruction takes jump-address from itself, not from the following FE_FETCH instruction.
2005-02-07 16:44:00 +00:00
Dmitry Stogov
fc96c7f7fa
foreash($a as $key => $val) optimization
...
Removed temorary array creation on each iteration.
2005-02-07 16:09:54 +00:00
Marcus Boerger
2d13dd0ef0
- Remove part of the cleanup which causes a problem with unnormal code
...
like tests/lang/040.phpt
# However there is a memleak introduced somewhen after august 04 for such
# code now, 5.0 and 4.3 are fine though.
2005-02-07 15:22:38 +00:00
149d9e8407
ChangeLog update
2005-02-07 01:33:17 +00:00
Zeev Suraski
17537ac500
Correct fix for #28804
2005-02-06 23:51:59 +00:00
ba9e818d57
ChangeLog update
2005-02-06 01:43:36 +00:00
Marcus Boerger
662cd8262e
- Cleanup foreach statement
2005-02-05 14:01:59 +00:00
9321218742
ChangeLog update
2005-02-05 01:34:50 +00:00
Hartmut Holzgraefe
d88c2b18d4
added some missing zend_[declare|update]_property_...() convenience
...
functions for bool, double and binary safe string data
2005-02-04 20:24:21 +00:00
443dcdbb60
ChangeLog update
2005-02-04 01:34:25 +00:00
foobar
77ee4950dd
- Fixed bug #28804 (ini-file section parsing pattern is buggy).
2005-02-03 03:01:56 +00:00
foobar
91962aafad
ws fix
2005-02-03 02:58:21 +00:00
4d0f0d308f
ChangeLog update
2005-02-03 01:33:55 +00:00
Stanislav Malyshev
3925337a55
Fix #31720 Invalid object callbacks not caught in array_walk() (patch from Antony Dovgal)
2005-02-02 10:36:02 +00:00