|
Revision 19389, 0.5 kB
(checked in by tokuhirom, 5 years ago)
|
|
updated todo file
|
| Line | |
|---|
| 1 | TODO: |
|---|
| 2 | - dynamic extension loading with dlopen |
|---|
| 3 | - read from stdin if no arguments |
|---|
| 4 | - socket programming related things |
|---|
| 5 | - libcurl should be optional |
|---|
| 6 | - depend to apr or nspr? |
|---|
| 7 | - JS level things |
|---|
| 8 | -- cgi.js |
|---|
| 9 | -- base64.js |
|---|
| 10 | -- etc. |
|---|
| 11 | - C++ level things(NPTR) |
|---|
| 12 | -- File.GetFileInfo, etc. |
|---|
| 13 | -- socket |
|---|
| 14 | -- file |
|---|
| 15 | -- signal |
|---|
| 16 | -- read from stdin |
|---|
| 17 | - C++ level things(ext) |
|---|
| 18 | -- libxml |
|---|
| 19 | -- 100% supports libmemcached |
|---|
| 20 | -- libmysql |
|---|
| 21 | -- curl |
|---|
| 22 | -- syslog |
|---|
| 23 | -- libgd |
|---|
| 24 | - misc issue |
|---|
| 25 | -- call memcached_free automatically |
|---|
| 26 | -- call close(2) automatically |
|---|
| 27 | |
|---|
| 28 | FINISHED: |
|---|
| 29 | - add ARGV[] vars for scripting |
|---|
| 30 | -- sqlite |
|---|