1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

clean up basic_functions

This commit is contained in:
Thies C. Arntzen
1999-12-23 15:18:56 +00:00
parent 67b4b3a634
commit 3c8990eb36

3
TODO
View File

@@ -3,6 +3,9 @@ parenthesis means that person has taken on this project.
global
------
* let every module (source-file) have it's own module & function_entry
block. Right now the math functions are in math.c but the corresponding
function-entries are in basic_functions.
* make sure that all ZTS globals get destructed. Most ts_allocate_id()
calls should have a dtor entry.
* activate all extensions by default that don't rely on external