Zeev Suraski
|
dfe57b01a2
|
Remove unnecessary code, fix phpinfo()
|
2000-10-31 16:06:30 +00:00 |
|
Zeev Suraski
|
9e2a591ac6
|
Require bison 1.28
|
2000-10-31 14:54:16 +00:00 |
|
Zeev Suraski
|
4171da016c
|
Fix non-thread-safe Windows build
|
2000-10-30 23:37:50 +00:00 |
|
Zeev Suraski
|
9596255da8
|
Final touches on the INI parser
|
2000-10-30 23:19:48 +00:00 |
|
Stanislav Malyshev
|
76ede5ce5c
|
Another attempt to make it build
|
2000-10-30 15:27:32 +00:00 |
|
Stanislav Malyshev
|
47a84052e5
|
Fix build
# At least, it compiles now...
|
2000-10-30 12:14:37 +00:00 |
|
Zeev Suraski
|
3c06816532
|
Fix leaks
|
2000-10-29 23:10:04 +00:00 |
|
Zeev Suraski
|
ab3beffad7
|
The new INI parser is showing some signs of life
|
2000-10-29 22:40:01 +00:00 |
|
Zeev Suraski
|
d0fbddcc2b
|
Fix a corruption bug, when erroneously allowing to send non-variables by reference (several
bug-db reports seem to originate in this bug)
|
2000-10-29 19:16:29 +00:00 |
|
Zeev Suraski
|
366c16e561
|
Fix build
|
2000-10-29 18:30:00 +00:00 |
|
Zeev Suraski
|
f3243082a3
|
Forgot this one
|
2000-10-29 18:26:21 +00:00 |
|
Zeev Suraski
|
6b4c369164
|
Generalization work
|
2000-10-29 18:23:51 +00:00 |
|
Stanislav Malyshev
|
ca07586e1e
|
Allow module to proclaim compatibility with any Zend version
|
2000-10-29 16:25:16 +00:00 |
|
Zeev Suraski
|
e04fd648a6
|
Some more work on the INI parser/scanner
|
2000-10-29 15:13:20 +00:00 |
|
Zeev Suraski
|
9041d4eedd
|
Initial step in rewriting the INI parsing mechanism
|
2000-10-29 14:56:16 +00:00 |
|
Zeev Suraski
|
7b0d92dd18
|
Unify the names of these last 3 files...
|
2000-10-29 14:35:34 +00:00 |
|
Zeev Suraski
|
19dad410ec
|
Fix Windows build
|
2000-10-29 11:56:42 +00:00 |
|
Zeev Suraski
|
1fd09132c2
|
Initial steps to move the INI mechanism to the Zend engine
|
2000-10-29 11:38:26 +00:00 |
|
Andrei Zmievski
|
f136e5cf08
|
Added macros for object properties and class entry.
|
2000-10-27 14:13:03 +00:00 |
|
Andi Gutmans
|
2946f87f00
|
- Fix new -m on Windows
|
2000-10-26 23:50:17 +00:00 |
|
Andrei Zmievski
|
84681b9c81
|
Remove the patch to register_list_destructors().
|
2000-10-25 17:41:34 +00:00 |
|
Andrei Zmievski
|
dadb140e2f
|
- Fixed a bug in zend_rsrc_list_get_rsrc_type()
- Switched register_list_destructors() to use
zend_register_list_destructors_ex() instead
|
2000-10-20 18:26:15 +00:00 |
|
Andi Gutmans
|
c13cfa040d
|
- Constant expressions which are used multiple times need to be copy_ctored
|
2000-10-19 09:36:53 +00:00 |
|
Andi Gutmans
|
a9655b77ab
|
- Fix whitespace
|
2000-10-18 20:17:18 +00:00 |
|
Andi Gutmans
|
928da71046
|
- Try #2. Wasn't allowed to delete in the previous manner because we were
in the middle of an llist_apply()
|
2000-10-18 20:15:53 +00:00 |
|
Sascha Schumann
|
ffc6e72604
|
Add explicit conversion from 'void *', otherwise ANSI C++ compilers
will break out.
|
2000-10-18 19:53:43 +00:00 |
|
Andi Gutmans
|
a953f6bc5b
|
- Fix crash
|
2000-10-18 19:48:17 +00:00 |
|
Andi Gutmans
|
610edbc7de
|
- Fix copy&paste bug
|
2000-10-17 18:25:10 +00:00 |
|
Andi Gutmans
|
54754242da
|
- Increase op_array size faster and make eralloc() it in the end to save
memory.
|
2000-10-15 19:52:01 +00:00 |
|
Andi Gutmans
|
154052ff15
|
- Add another patch from Sterling.
|
2000-10-14 19:48:53 +00:00 |
|
Andi Gutmans
|
5c6593b505
|
- Preliminary commit of Sterlings get_defined_functions()/get_defined_vars
functions
|
2000-10-14 15:52:24 +00:00 |
|
Andi Gutmans
|
b8cadf21db
|
- Only run startup() if ZEND_EXTENSIONS is defined to 1.
This fixes a link error on platforms which don't support libdl
|
2000-10-14 00:16:46 +00:00 |
|
Andi Gutmans
|
bc37c9b1cd
|
- Make increment of "" become "1"
|
2000-10-13 16:24:00 +00:00 |
|
Andi Gutmans
|
e9887156cf
|
Don't use 'new' symbol
|
2000-10-11 19:11:48 +00:00 |
|
Zeev Suraski
|
dee2d85e77
|
Fix -a interactive mode (no idea how the previous commit got committed)
|
2000-10-11 18:51:52 +00:00 |
|
Zeev Suraski
|
48167d2b21
|
*** empty log message ***
|
2000-10-11 18:36:02 +00:00 |
|
Zeev Suraski
|
84f81c50ba
|
Update version
|
2000-10-11 17:40:40 +00:00 |
|
Zeev Suraski
|
9aa38aad45
|
Add zend_hash_merge_ex(), for selective merging
|
2000-10-11 16:22:40 +00:00 |
|
Andi Gutmans
|
996bd9300b
|
- Fix Bug #7061
|
2000-10-06 17:34:50 +00:00 |
|
Andi Gutmans
|
d84c5a2238
|
- Updated included_files() also for plain include()/require().
|
2000-10-05 17:58:46 +00:00 |
|
Andi Gutmans
|
6d92ac275d
|
- Fix fprintf
|
2000-10-04 19:29:28 +00:00 |
|
Andi Gutmans
|
fe550afba6
|
- Change zend_extension_api_no
|
2000-10-02 20:08:46 +00:00 |
|
Andi Gutmans
|
ab8c6ed967
|
- Cleanup error output
|
2000-09-30 16:24:53 +00:00 |
|
Andi Gutmans
|
c4fd954b8a
|
- Another has optimization/fix like the hash_copy one from earlier on
|
2000-09-28 23:21:08 +00:00 |
|
Stanislav Malyshev
|
56c474cf48
|
Make hash_copy call copy constructor on a real copy, not on a temp
|
2000-09-28 15:17:50 +00:00 |
|
Andi Gutmans
|
b4ac6f4fdd
|
- Remove zend_gcc_inline.c
|
2000-09-28 06:40:57 +00:00 |
|
Sascha Schumann
|
99771d91ce
|
Remove --enable-c9x-inline option. We now use a syntax which is compatible
with all compilers by providing the function with static linkage in every
compilation unit.
|
2000-09-26 11:10:11 +00:00 |
|
Zeev Suraski
|
309827ec1d
|
Fix previous update - move extension startup further down the startup sequence
|
2000-09-25 18:10:45 +00:00 |
|
Zeev Suraski
|
59d3eb5f24
|
Move extension startup further down the startup sequence
|
2000-09-25 17:02:05 +00:00 |
|
Andi Gutmans
|
813f7b58d6
|
- Add Z_BVAL* macros
|
2000-09-19 18:18:26 +00:00 |
|