PHP implementation status

From Resin 3.0

(Difference between revisions)
Jump to: navigation, search
Line 17: Line 17:
 
=== Unimplemented functions ===
 
=== Unimplemented functions ===
  
array_multisort, array_udiff, array_udiff_assoc, array_udiff_uassoc, array_uintersect, array_uintersect_assoc, array_uintersect_uassoc, compact,
+
array_multisort
  
 
== XII. [http://us2.php.net/manual/en/ref.classobj.php Class/Object Functions] ==
 
== XII. [http://us2.php.net/manual/en/ref.classobj.php Class/Object Functions] ==
Line 33: Line 33:
 
=== Implemented Functions ===
 
=== Implemented Functions ===
  
date, gmdate, gmmktime, microtime, mktime, strtotime (partial), time
+
date, getdate, gmdate, gmmktime, microtime, mktime, strtotime (partial), time
  
 
=== Unimplemented Functions ===
 
=== Unimplemented Functions ===
  
checkdate, date_default_timezone_get, date_default_timezone_set, date_sunrise, date_sunset, getdate, gettimeofday, gmstrftime, idate, localtime, strftime, strptime
+
checkdate, date_default_timezone_get, date_default_timezone_set, date_sunrise, date_sunset, gettimeofday, gmstrftime, idate, localtime, strftime, strptime
  
 
== XXIX. [http://us2.php.net/manual/en/ref.dir.php Directory Functions] ==
 
== XXIX. [http://us2.php.net/manual/en/ref.dir.php Directory Functions] ==
Line 47: Line 47:
 
=== Implemented Functions ===
 
=== Implemented Functions ===
  
set_error_handler, trigger_error, user_error
+
set_error_handler, restore_error_handler, trigger_error, user_error
  
 
=== Unimplemented Functions ===
 
=== Unimplemented Functions ===
  
debug_backtrace, debug_print_backtrace, error_log, error_reporting, restore_error_handler, restore_exception_handler, set_exception_handler
+
debug_backtrace, debug_print_backtrace, error_log, error_reporting, restore_exception_handler, set_exception_handler
  
 
== XXXVIII. [http://us2.php.net/manual/en/ref.filesystem.php Filesystem Functions] ==
 
== XXXVIII. [http://us2.php.net/manual/en/ref.filesystem.php Filesystem Functions] ==
Line 57: Line 57:
 
=== Unimplemented Functions ===
 
=== Unimplemented Functions ===
  
disk_free_space (stub), disk_total_space (stub), flock (stub), fnmatch, fseek, fstat, ftell, ftruncate, glob, is_uploaded_file, link, linkinfo, lstat, move_uploaded_file, parse_ini_file, pathinfo, pclose, popen, readfile, readlink, realpath, rewind, symlink (stub), umask (stub)
+
disk_free_space (stub), disk_total_space (stub), flock (stub), fnmatch, fseek, fstat, ftell, ftruncate, glob, link, linkinfo, lstat, parse_ini_file, pathinfo, pclose, popen, readfile, readlink, realpath, rewind, symlink (stub), umask (stub)
  
 
== XLIV. [http://us2.php.net/manual/en/ref.funchand.php Function Handling Functions] ==
 
== XLIV. [http://us2.php.net/manual/en/ref.funchand.php Function Handling Functions] ==
Line 63: Line 63:
 
=== Implemented Functions ===
 
=== Implemented Functions ===
  
call_user_func_array, call_user_func, create_function, func_get_arg, func_get_args, func_num_args, register_shutdown_function
+
call_user_func_array, call_user_func, create_function, get_defined_functions, func_get_arg, func_get_args, func_num_args, register_shutdown_function
  
 
=== Unimplemented Functions ===
 
=== Unimplemented Functions ===
  
get_defined_functions, register_tick_function, unregister_tick_function
+
register_tick_function, unregister_tick_function
  
 
== L. [http://us2.php.net/manual/en/ref.http.php HTTP Functions] ==
 
== L. [http://us2.php.net/manual/en/ref.http.php HTTP Functions] ==
Line 145: Line 145:
 
=== Implemented Functions ===
 
=== Implemented Functions ===
  
assert, extension_loaded, get_cfg_var, get_extension_funcs, ini_alter, ini_get, ini_set, php_sapi_name, php_uname, phpinfo, phpversion, set_magic_quotes_runtime, set_time_limit,
+
assert, extension_loaded, get_cfg_var, get_defined_constants, get_extension_funcs, ini_alter, ini_get, ini_set, php_sapi_name, php_uname, phpinfo, phpversion, set_magic_quotes_runtime, set_time_limit,
  
 
=== Unimplemented Functions ===
 
=== Unimplemented Functions ===
  
assert_options, dl (stub), get_current_user, get_defined_constants, get_include_path, get_included_files, get_loaded_extensions, get_magic_quotes_gpc, get_magic_quotes_runtime, get_required_files, getenv, getlastmod, getmygid, getmyinode, getmypid, getmyuid, getopt, getrusage, ini_get_all, ini_restore, memory_get_usage, php_ini_scanned_files, php_logo_gid, phpcredits, putenv, restore_include_path, zend_logo_gid, zend_version
+
assert_options, dl (stub), get_current_user, get_include_path, get_included_files, get_loaded_extensions, get_magic_quotes_gpc, get_magic_quotes_runtime, get_required_files, getenv, getlastmod, getmygid, getmyinode, getmypid, getmyuid, getopt, getrusage, ini_get_all, ini_restore, memory_get_usage, php_ini_scanned_files, php_logo_gid, phpcredits, putenv, restore_include_path, zend_logo_gid, zend_version
  
 
== CXVI. [http://us2.php.net/manual/en/ref.regex.php Regexp (POSIX)] ==
 
== CXVI. [http://us2.php.net/manual/en/ref.regex.php Regexp (POSIX)] ==
Line 173: Line 173:
 
== CXXXVII. [http://us2.php.net/manual/en/ref.session.php Session Handling] ==
 
== CXXXVII. [http://us2.php.net/manual/en/ref.session.php Session Handling] ==
  
=== Implemented Functions ===
+
=== Complete ===
 
+
session_cache_limiter, session_destroy, session_id, session_name, session_set_cookie_params, session_set_save_handler, session_start
+
 
+
=== Unimplemented Functions ===
+
 
+
session_cache_expire, session_commit, session_decode, session_encode, session_get_cookie_params, session_id_registered, session_module_name, session_regenerate_id, session_register, session_save_path, session_unregister, session_unset, session_write_close
+
  
 
== CXLIX. [http://us2.php.net/manual/en/ref.strings.php String Functions] ==
 
== CXLIX. [http://us2.php.net/manual/en/ref.strings.php String Functions] ==
Line 185: Line 179:
 
=== Unimplemented Functions ===
 
=== Unimplemented Functions ===
  
convert_cyr_string, fprintf, hebrev, hebrevc, htmlspecialchars_decode, levelshtein, localeconv, metaphone, money_format, nl_langinfo, quoted_printable_decode, similar_text, soundex, str_ireplace, str_word_count, strcspn, stripcslases, strncasecmp, strpbrk, strtok, substr_compare, substr_count, vfprintf, vprintf, vsprintf
+
convert_cyr_string, fprintf, hebrev, hebrevc, htmlspecialchars_decode, levelshtein, localeconv, metaphone, money_format, nl_langinfo, quoted_printable_decode, similar_text, soundex, str_ireplace, str_word_count, strcspn, stripcslases, strncasecmp, strpbrk, strtok, substr_compare, substr_count, vfprintf
  
 
== CLVI. [http://us2.php.net/manual/en/ref.url.php URL Functions] ==
 
== CLVI. [http://us2.php.net/manual/en/ref.url.php URL Functions] ==
Line 201: Line 195:
 
=== Implemented Functions ===
 
=== Implemented Functions ===
  
debug_zval_dump, doubleval, empty, floatval, get_defined_vars, intval, is_array, is_bool, is_callable, is_double, is_float, is_int, is_integer, is_null, is_numeric, is_real, is_resource, is_string, isset, print_r, serialize, strval, unserialize, unset, var_dump
+
debug_zval_dump, doubleval, empty, floatval, get_defined_vars, intval, is_array, is_bool, is_callable, is_double, is_float, is_int, is_integer, is_null, is_numeric, is_real, is_resource, is_string, isset, print_r, serialize, strval, unserialize, unset, var_dump, var_export
  
 
=== Unimplemented Functions ===
 
=== Unimplemented Functions ===
  
get_resource_type, import_request_variables, is_object, is_scalar, settype, var_export
+
get_resource_type, import_request_variables, is_object, is_scalar, settype

Revision as of 17:19, 11 January 2006


Contents

Modules

II. Apache Functions

Implemented functions

apache_child_terminate (stub), apache_note, apache_request_headers, apache_reset_timeout (stub), getallheaders, virtual

Unimplemented functions

apache_get_modules, apache_get_version, apache_getenv, apache_lookup_uri, apache_response_headers, apache_setenv, ascii2ebcdic, ebcdic2ascii,

V. Array Functions

Unimplemented functions

array_multisort

XII. Class/Object Functions

Implemented functions

get_class, get_declared_classes, get_object_vars, is_object, method_exists

Unimplemented functions

call_user_method, call_user_method_array, class_exists, get_class_methods, get_class_vars, get_declared_interfaces, interface_exists, is_a, is_subclass_of, property_exists

XXII. Date and Time Functions

Implemented Functions

date, getdate, gmdate, gmmktime, microtime, mktime, strtotime (partial), time

Unimplemented Functions

checkdate, date_default_timezone_get, date_default_timezone_set, date_sunrise, date_sunset, gettimeofday, gmstrftime, idate, localtime, strftime, strptime

XXIX. Directory Functions

Complete

XXXII. Error Handling and Logging

Implemented Functions

set_error_handler, restore_error_handler, trigger_error, user_error

Unimplemented Functions

debug_backtrace, debug_print_backtrace, error_log, error_reporting, restore_exception_handler, set_exception_handler

XXXVIII. Filesystem Functions

Unimplemented Functions

disk_free_space (stub), disk_total_space (stub), flock (stub), fnmatch, fseek, fstat, ftell, ftruncate, glob, link, linkinfo, lstat, parse_ini_file, pathinfo, pclose, popen, readfile, readlink, realpath, rewind, symlink (stub), umask (stub)

XLIV. Function Handling Functions

Implemented Functions

call_user_func_array, call_user_func, create_function, get_defined_functions, func_get_arg, func_get_args, func_num_args, register_shutdown_function

Unimplemented Functions

register_tick_function, unregister_tick_function

L. HTTP Functions

Implemented Functions

header, headers_sent, setcookie

Unimplemented Functions

headers_list, setrawcookie

LVIII. Image Functions

Implemented Functions

getimagesize (.png only)

LXX. Mail Functions

Implemented Functions

mail (requires JavaMail)

Unimplemented Functions

ezmlm_hash

LXXV. Mcrypt

Complete

LXXXI. Misc Functions

Implemented Functions

constant, define, defined, die, eval, exit, uniqid

Unimplemented Functions

connection_aborted, connection_status, connection_timeout, get_browser, __halt_compiler, highlight_file, highlight_string, ignore_user_abort, pack, php_check_syntax, php_strip_whitespace, show_source, sleep, time_nanosleep, time_sleep_until, unpack, usleep

LXXXIX Mysql Functions

Unimplemented Functions

mysql_change_user, mysql_info, mysql_list_processes, mysql_thread_id

XCI. Mysql Improved

Unimplemented Functions

mysqli_debug, mysqli_disable_reads_from_master, mysqli_disable_rpl_parse, mysqli_info, mysqli_kill, mysqli_master_query, mysqli_report, mysqli_rpl_parse_enabled, mysqli_rpl_probe, mysqli_rpl_query_type, mysqli_send_long_data, mysqli_send_query, mysqli_server_end, mysqli_server_init, mysqli_ssl_set, mysqli_stmt_send_long_data, mysqli_thread_id, mysqli_thread_safe

CVI. Output Control Functions

Implemented Functions

flush, ob_clean, ob_end_clean, ob_end_flush, ob_get_clean, ob_get_contents, ob_get_length, ob_implicit_flush, ob_start

Unimplemented Functions

ob_flush, ob_get_flush,, ob_get_level, ob_get_status, ob_gzhandler, ob_list_handlers, output_add_rewrite_var, output_reset_rewrite_vars

CXI. Regexp (Perl)

Implemented Functions

preg_match, preg_match_all, preg_quote, preg_replace, preg_replace_callback, preg_split

Unimplemented Functions

preg_grep

CXIV. Options and Information

Implemented Functions

assert, extension_loaded, get_cfg_var, get_defined_constants, get_extension_funcs, ini_alter, ini_get, ini_set, php_sapi_name, php_uname, phpinfo, phpversion, set_magic_quotes_runtime, set_time_limit,

Unimplemented Functions

assert_options, dl (stub), get_current_user, get_include_path, get_included_files, get_loaded_extensions, get_magic_quotes_gpc, get_magic_quotes_runtime, get_required_files, getenv, getlastmod, getmygid, getmyinode, getmypid, getmyuid, getopt, getrusage, ini_get_all, ini_restore, memory_get_usage, php_ini_scanned_files, php_logo_gid, phpcredits, putenv, restore_include_path, zend_logo_gid, zend_version

CXVI. Regexp (POSIX)

Implemented Functions

ereg_replace, ereg, eregi_replace, eregi, split

Unimplemented Functions

spliti, sql_regcase

CXX. Program Execution

Implemented Functions

exec, system

Unimplemented Functions

escapeshellarg, escapeshellcmd, passthru, proc_close, proc_get_status, proc_nice, proc_open, proc_terminate, shell_exec

CXXXVII. Session Handling

Complete

CXLIX. String Functions

Unimplemented Functions

convert_cyr_string, fprintf, hebrev, hebrevc, htmlspecialchars_decode, levelshtein, localeconv, metaphone, money_format, nl_langinfo, quoted_printable_decode, similar_text, soundex, str_ireplace, str_word_count, strcspn, stripcslases, strncasecmp, strpbrk, strtok, substr_compare, substr_count, vfprintf

CLVI. URL Functions

Implemented Functions

base64_decode, base64_encode, parse_url, rawurlencode,

Unimplemented Functions

get_headers, get_meta_tags, http_build_query, rawurldecode, urlencode, urldecode

CLVII. Variable Handling

Implemented Functions

debug_zval_dump, doubleval, empty, floatval, get_defined_vars, intval, is_array, is_bool, is_callable, is_double, is_float, is_int, is_integer, is_null, is_numeric, is_real, is_resource, is_string, isset, print_r, serialize, strval, unserialize, unset, var_dump, var_export

Unimplemented Functions

get_resource_type, import_request_variables, is_object, is_scalar, settype

Personal tools