Stanislav Malyshev
|
1972a656e7
|
fix fetch_class buglet
|
2003-03-27 17:57:47 +00:00 |
|
|
953d61e173
|
ChangeLog update
|
2003-03-27 01:30:59 +00:00 |
|
Stanislav Malyshev
|
43e87093c1
|
Un-nest namespaces - now namespace X { namespace Y {} } is a parse error
Also refine namespaced includes
|
2003-03-26 20:42:23 +00:00 |
|
Ilia Alshanetsky
|
018d851129
|
Fixed bug #22900 (declaration of namespaces with same name results in leaks).
|
2003-03-26 17:06:08 +00:00 |
|
Sebastian Bergmann
|
3fc852824f
|
Eliminate TSRMLS_FETCH() calls in destroy_op_array() and zend_get_class_entry().
|
2003-03-26 07:44:11 +00:00 |
|
Sebastian Bergmann
|
866332a4b8
|
Eliminate TSRMLS_FETCH() calls in zend_objects_new() and zend_objects_get_address().
|
2003-03-26 06:32:53 +00:00 |
|
|
7c86ea761d
|
ChangeLog update
|
2003-03-26 02:25:54 +00:00 |
|
Andi Gutmans
|
85d2c35bfa
|
- Temporarily fix problem with inheriting from an internal class. This might
- need some rework in the future (thanks to Marcus)
|
2003-03-25 20:36:26 +00:00 |
|
|
8712da0e39
|
ChangeLog update
|
2003-03-25 02:26:04 +00:00 |
|
Ilia Alshanetsky
|
d53b487633
|
MFHZE2
|
2003-03-24 14:53:30 +00:00 |
|
Stanislav Malyshev
|
268a14e049
|
Fix {include|require}_once error message - if open
fails, don't use tream, use original name.
|
2003-03-24 11:54:42 +00:00 |
|
|
91a9f27084
|
ChangeLog update
|
2003-03-24 01:34:32 +00:00 |
|
Andi Gutmans
|
eba65486ad
|
- Fix win32 build
|
2003-03-23 21:27:22 +00:00 |
|
Stanislav Malyshev
|
5f47d77b42
|
resore namespace on shutdown - since some functions use
EG() and CG() pointers
|
2003-03-23 18:13:49 +00:00 |
|
Sebastian Bergmann
|
2698a4bd05
|
ZTS fix.
|
2003-03-23 17:18:31 +00:00 |
|
Zeev Suraski
|
0aef71ff89
|
Another fix for implicit public, perhaps it was not such a good idea :I
|
2003-03-23 08:14:41 +00:00 |
|
Sebastian Bergmann
|
2dc388e73e
|
Add new files to ZendTS.dsp. Sync list of files in Zend.dsp with ZendTS.dsp. ZTS fixes.
|
2003-03-23 06:57:16 +00:00 |
|
Sterling Hughes
|
91a2475485
|
DEFAULT_CLASSES_H not DEFAULT_INTERFACES_H
|
2003-03-23 04:34:00 +00:00 |
|
Sterling Hughes
|
e6dfbc9565
|
add a standard Exception class.
|
2003-03-23 04:32:24 +00:00 |
|
|
6dd4cddb7f
|
ChangeLog update
|
2003-03-23 01:33:20 +00:00 |
|
Shane Caraveo
|
170de9b95c
|
export functions needed by cli
|
2003-03-22 23:26:00 +00:00 |
|
Shane Caraveo
|
0a3ca34e87
|
fix crash in win32 debug build
|
2003-03-22 21:22:40 +00:00 |
|
|
00920f5207
|
ChangeLog update
|
2003-03-21 01:37:46 +00:00 |
|
Stanislav Malyshev
|
70fff75187
|
Add stdlib.h too - it is needed fot strto{ld}
|
2003-03-20 17:41:40 +00:00 |
|
|
87a06aa8ea
|
ChangeLog update
|
2003-03-20 01:33:31 +00:00 |
|
Andrei Zmievski
|
39d5a63803
|
- Keep track of starting/ending line numbers for user functions.
- Store last parsed doc comment in a compiler global for future use.
|
2003-03-19 21:17:47 +00:00 |
|
Andrei Zmievski
|
3a297fac22
|
Lowercase the function name when used as key in the function name. The
original case is still preserved in zend_function structure.
|
2003-03-19 21:07:49 +00:00 |
|
|
801966d951
|
ChangeLog update
|
2003-03-19 01:33:04 +00:00 |
|
Zeev Suraski
|
40326f6adf
|
- Fix situation where a derived class declares a public (or implicit public)
with the same name as a private in the parent
- Optimize 'static binding' of private properties a bit
|
2003-03-18 16:30:23 +00:00 |
|
Stig Bakken
|
0e6fca4f22
|
* email address change
|
2003-03-18 12:06:09 +00:00 |
|
|
14e9434586
|
ChangeLog update
|
2003-03-18 01:35:05 +00:00 |
|
Stanislav Malyshev
|
eb5fe6944d
|
MFZE1
|
2003-03-17 14:41:04 +00:00 |
|
foobar
|
3a26859829
|
Added missing zend_mm.c file and renamed zend_object_API.c -> zend_objects_API.c
|
2003-03-17 11:23:42 +00:00 |
|
|
026bd025ec
|
ChangeLog update
|
2003-03-14 01:32:56 +00:00 |
|
Andrei Zmievski
|
dedfa808bb
|
Fix warning in va_start().
|
2003-03-13 20:41:58 +00:00 |
|
|
984ab6d412
|
ChangeLog update
|
2003-03-13 01:33:14 +00:00 |
|
Andrei Zmievski
|
0c571538a8
|
Initialize the namespace when registering functions.
# Correct me if I'm wrong..
|
2003-03-12 21:43:42 +00:00 |
|
Zeev Suraski
|
fa7dc03edb
|
Fix a crash bug in the implicit public declaration
|
2003-03-12 09:38:19 +00:00 |
|
|
b838618029
|
ChangeLog update
|
2003-03-12 01:33:33 +00:00 |
|
Zeev Suraski
|
d405373270
|
Fix handling of ::func()
|
2003-03-11 23:19:45 +00:00 |
|
|
0f949bbfa1
|
ChangeLog update
|
2003-03-11 01:33:44 +00:00 |
|
Zeev Suraski
|
3e7cf8e15e
|
Clean redundant code
|
2003-03-10 07:20:43 +00:00 |
|
foobar
|
f8fc50ed6d
|
Fixed some leaks. Patch by Moriyoshi
|
2003-03-10 03:04:02 +00:00 |
|
|
ebf4931bcf
|
ChangeLog update
|
2003-03-10 01:32:59 +00:00 |
|
Shane Caraveo
|
9539dddc49
|
fix isinf for win32
|
2003-03-10 01:12:22 +00:00 |
|
Zeev Suraski
|
12cbee7b05
|
Optimize
|
2003-03-09 22:23:27 +00:00 |
|
Zeev Suraski
|
0eae231254
|
Fix handling of ::foo
|
2003-03-09 22:17:15 +00:00 |
|
Zeev Suraski
|
3012bdc332
|
Cleanup
|
2003-03-09 22:02:37 +00:00 |
|
Andi Gutmans
|
b3ebb11549
|
- Nuke junk
|
2003-03-09 21:12:12 +00:00 |
|
Zeev Suraski
|
8bc88d8df4
|
Fix parsing rules of namespaces/classes
|
2003-03-09 20:53:57 +00:00 |
|