Harald Radi
2f7f1dd1b8
#@!$$grml*$%
2003-01-12 13:18:05 +00:00
Harald Radi
13c2254e21
partially revert previous commit and
...
change zend_modules.h to include
a forward declaration to zend_ini_entry
2003-01-12 13:14:23 +00:00
Harald Radi
814045bba6
added zend_ini_entry to zend_modules_entry as
...
discussed with zeev
2003-01-12 13:00:28 +00:00
Harald Radi
c37ee2a12a
fix 'use of uninitialized variable' warning
2003-01-12 12:57:20 +00:00
Stanislav Malyshev
0ccbd37df7
validate handle
2003-01-12 12:56:04 +00:00
Zeev Suraski
424e98f4e2
Implemented compatibility mode
...
To enable - zend2.implicit_clone = on in php.ini or using ini_set()
2003-01-12 12:39:06 +00:00
091609d661
ChangeLog update
2003-01-12 01:31:51 +00:00
Andi Gutmans
76c663b321
- Fix typo and whitespace
2003-01-11 17:04:16 +00:00
Derick Rethans
2c44fab3a0
- Ported the zend_execute_internal hook to ZendEngine2.
2003-01-11 16:12:44 +00:00
Harald Radi
c8d19858ac
freed reader twice instead of writer and reader
2003-01-11 11:34:43 +00:00
c5153b24c8
ChangeLog update
2003-01-11 01:34:28 +00:00
Ilia Alshanetsky
8c3b8d4fe6
MFZE2
2003-01-10 19:18:20 +00:00
Andrei Zmievski
efaa31e940
Automatically register constructor, destructor, and clone function when
...
class methods are registered.
2003-01-10 14:41:53 +00:00
dd277cf2c7
ChangeLog update
2003-01-10 01:33:11 +00:00
Zeev Suraski
66d30a4966
Found some more occurences of that elusive bug...
2003-01-09 16:16:57 +00:00
Zeev Suraski
ef6a44d15c
Fix one lousy, annoying lurking bug (memory corruption)
...
Sebastian - try coWiki again please...
2003-01-09 16:10:33 +00:00
Zeev Suraski
ace55f3251
Unify and make it easy to add code into the broken-string error handler
2003-01-09 15:32:22 +00:00
Zeev Suraski
4bab4a7b55
Fix writability checks
2003-01-09 14:46:46 +00:00
Zeev Suraski
b817dab206
Fix leak
2003-01-09 09:22:44 +00:00
7faaf86d3a
ChangeLog update
2003-01-09 01:33:21 +00:00
James Cox
24d034251d
cvs is dev not alpha.
2003-01-08 17:30:49 +00:00
Ilia Alshanetsky
efcd8a7094
MFZE2
2003-01-08 16:41:47 +00:00
b38f1e162c
ChangeLog update
2003-01-06 01:34:25 +00:00
Zeev Suraski
cf05f34c66
MFZE1 - lineno fix
2003-01-05 16:09:59 +00:00
449029d2df
ChangeLog update
2003-01-03 01:37:02 +00:00
d4f9701392
ChangeLog update
2003-01-02 20:00:47 +00:00
Zeev Suraski
77208ec4d6
Fix incorrect linkage of access-levels, when using private methods
2003-01-02 13:58:08 +00:00
Zeev Suraski
9b09ba614d
Win32 build fix
2003-01-01 12:38:55 +00:00
Stanislav Malyshev
30dafe2f42
use handler for Z_OBJPROP
2003-01-01 10:57:35 +00:00
Zeev Suraski
57b9b0112d
Fix Wez's problem
2003-01-01 09:34:39 +00:00
Sebastian Bergmann
2c5d4b8c23
Bump year.
2002-12-31 15:59:15 +00:00
Stanislav Malyshev
8814f36692
fix level of indirection
2002-12-31 09:42:28 +00:00
Andrei Zmievski
4f8c44b091
Adjust the error message.
2002-12-30 18:30:50 +00:00
Stanislav Malyshev
0af3b5a692
Oops, fix it indeed
2002-12-30 17:19:32 +00:00
Stanislav Malyshev
37571334d9
Better check
2002-12-30 17:17:41 +00:00
c52bcebc09
ChangeLog update
2002-12-27 01:32:29 +00:00
Andrei Zmievski
4121057117
do_inherit_method_check() is supposed to return 0 or 1, not SUCCESS or
...
FAILURE.
2002-12-26 16:27:59 +00:00
9e4d2d4594
Update
2002-12-17 19:52:24 +00:00
Ilia Alshanetsky
11dbaa39d6
MFZE2
2002-12-14 23:56:44 +00:00
Zeev Suraski
66aba3c568
Fix check to allow for static+access level modifiers
2002-12-10 09:04:12 +00:00
Zeev Suraski
32b100e6cb
- Allow variables to have both 'static' modifier and an access level.
...
NOTE: This only works at the syntax level right now (parser). It
doesn't actually work as of yet - all statics are considered
public for now
- Prevent users from putting more restrictions on methods in derived classes
(i.e., you cannot make a public method private in a derived class, etc.)
2002-12-09 12:10:17 +00:00
Andi Gutmans
9283ff3ab6
- Fix a bug which I just introduced.
2002-12-09 08:36:36 +00:00
Andi Gutmans
60a4fa66cf
- Fix typo
2002-12-09 08:31:44 +00:00
Andi Gutmans
757cd19aff
- Improvements
2002-12-09 08:27:23 +00:00
Andi Gutmans
671c6bb4c3
- First attempt to improve memory manager during realloc()'s
2002-12-09 08:14:00 +00:00
Zeev Suraski
8f491470a1
Remove comment
2002-12-08 14:10:58 +00:00
Zeev Suraski
dc5c790a49
Treat the absence of an access type just as if 'public' was supplied
2002-12-08 14:09:43 +00:00
Zeev Suraski
68aa19445b
Simplify/fix inheritance checks
2002-12-07 21:46:12 +00:00
Zeev Suraski
ce69b6f6ee
Support private/protected constructors
2002-12-07 21:37:09 +00:00
Sebastian Bergmann
81b1ed9ff3
Update.
2002-12-07 16:47:44 +00:00