mirror of
https://github.com/php/php-src.git
synced 2024-11-30 13:25:43 +08:00
17 lines
579 B
Plaintext
17 lines
579 B
Plaintext
1) Implement the following list entries and thier destructors:
|
|
le_domxmldoctypep
|
|
le_domxmldtdp
|
|
le_domxmlcdatap
|
|
le_domxmlpip
|
|
le_domxmlcommentp
|
|
le_domxmlnotationp
|
|
le_domxmlentityrefp
|
|
|
|
2) Use ZEND_FETCH_RESOURCE() macros instead of custom functions.
|
|
3) Implement those classes we really want, kill all of the rest.
|
|
4) Remove debug code (many calls to fprintf()).
|
|
5) Make 1st arg always be the object. This is currently half-and-half, or so.
|
|
6) Take a hard look at startup/shutdown code. This is really running slower than
|
|
it ought to be.
|
|
7) Fix the many, many memory leaks.
|