mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Added PHP/PECL version information
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275609 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
cb778fb2bc
commit
7c239d70d3
5 changed files with 271 additions and 1 deletions
37
reference/dir/versions.xml
Normal file
37
reference/dir/versions.xml
Normal file
|
@ -0,0 +1,37 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!--
|
||||
Do NOT translate this file
|
||||
-->
|
||||
|
||||
<versions>
|
||||
<function name='chdir' from='PHP 4, PHP 5'/>
|
||||
<function name='chroot' from='PHP 4 >= 4.0.5, PHP 5'/>
|
||||
<function name='closedir' from='PHP 4, PHP 5'/>
|
||||
<function name='getcwd' from='PHP 4, PHP 5'/>
|
||||
<function name='opendir' from='PHP 4, PHP 5'/>
|
||||
<function name='readdir' from='PHP 4, PHP 5'/>
|
||||
<function name='rewinddir' from='PHP 4, PHP 5'/>
|
||||
<function name='scandir' from='PHP 5'/>
|
||||
</versions>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
|
@ -1,9 +1,21 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!--
|
||||
Do NOT translate this file
|
||||
-->
|
||||
|
||||
<versions>
|
||||
<function name='basename' from='PHP 4, PHP 5'/>
|
||||
<function name='chgrp' from='PHP 4, PHP 5'/>
|
||||
<function name='chmod' from='PHP 4, PHP 5'/>
|
||||
<function name='chown' from='PHP 4, PHP 5'/>
|
||||
<function name='clearstatcache' from='PHP 4, PHP 5'/>
|
||||
<function name='copy' from='PHP 4, PHP 5'/>
|
||||
<function name='dirname' from='PHP 4, PHP 5'/>
|
||||
<function name='disk_free_space' from='PHP 4 >= 4.1.0, PHP 5'/>
|
||||
<function name='disk_total_space' from='PHP 4 >= 4.1.0, PHP 5'/>
|
||||
<function name='diskfreespace' from='PHP 4, PHP 5'/>
|
||||
<function name='fclose' from='PHP 4, PHP 5'/>
|
||||
<function name='feof' from='PHP 4, PHP 5'/>
|
||||
<function name='fetch_iovec' from='PHP 4 >= 4.0.2'/>
|
||||
<function name='fflush' from='PHP 4 >= 4.0.1, PHP 5'/>
|
||||
|
@ -24,6 +36,53 @@
|
|||
<function name='fileperms' from='PHP 4, PHP 5'/>
|
||||
<function name='filesize' from='PHP 4, PHP 5'/>
|
||||
<function name='filetype' from='PHP 4, PHP 5'/>
|
||||
<function name='flock' from='PHP 4, PHP 5'/>
|
||||
<function name='fnmatch' from='PHP 4 >= 4.3.0, PHP 5'/>
|
||||
<function name='fopen' from='PHP 4, PHP 5'/>
|
||||
<function name='fpassthru' from='PHP 4, PHP 5'/>
|
||||
<function name='fputcsv' from='PHP 5 >= 5.1.0'/>
|
||||
<function name='fputs' from='PHP 4, PHP 5'/>
|
||||
<function name='fread' from='PHP 4, PHP 5'/>
|
||||
<function name='fscanf' from='PHP 4 >= 4.0.1, PHP 5'/>
|
||||
<function name='fseek' from='PHP 4, PHP 5'/>
|
||||
<function name='fstat' from='PHP 4, PHP 5'/>
|
||||
<function name='ftell' from='PHP 4, PHP 5'/>
|
||||
<function name='ftruncate' from='PHP 4, PHP 5'/>
|
||||
<function name='fwrite' from='PHP 4, PHP 5'/>
|
||||
<function name='glob' from='PHP 4 >= 4.3.0, PHP 5'/>
|
||||
<function name='is_dir' from='PHP 4, PHP 5'/>
|
||||
<function name='is_executable' from='PHP 4, PHP 5'/>
|
||||
<function name='is_file' from='PHP 4, PHP 5'/>
|
||||
<function name='is_link' from='PHP 4, PHP 5'/>
|
||||
<function name='is_readable' from='PHP 4, PHP 5'/>
|
||||
<function name='is_uploaded_file' from='PHP 4 >= 4.0.3, PHP 5'/>
|
||||
<function name='is_writable' from='PHP 4, PHP 5'/>
|
||||
<function name='is_writeable' from='PHP 4, PHP 5'/>
|
||||
<function name='lchgrp' from='PHP 5 >= 5.1.2'/>
|
||||
<function name='lchown' from='PHP 5 >= 5.1.2'/>
|
||||
<function name='link' from='PHP 4, PHP 5'/>
|
||||
<function name='linkinfo' from='PHP 4, PHP 5'/>
|
||||
<function name='lstat' from='PHP 4, PHP 5'/>
|
||||
<function name='mkdir' from='PHP 4, PHP 5'/>
|
||||
<function name='move_uploaded_file' from='PHP 4 >= 4.0.3, PHP 5'/>
|
||||
<function name='parse_ini_file' from='PHP 4, PHP 5'/>
|
||||
<function name='pathinfo' from='PHP 4 >= 4.0.3, PHP 5'/>
|
||||
<function name='pclose' from='PHP 4, PHP 5'/>
|
||||
<function name='popen' from='PHP 4, PHP 5'/>
|
||||
<function name='readfile' from='PHP 4, PHP 5'/>
|
||||
<function name='readlink' from='PHP 4, PHP 5'/>
|
||||
<function name='realpath' from='PHP 4, PHP 5'/>
|
||||
<function name='rename' from='PHP 4, PHP 5'/>
|
||||
<function name='rewind' from='PHP 4, PHP 5'/>
|
||||
<function name='rmdir' from='PHP 4, PHP 5'/>
|
||||
<function name='set_file_buffer' from='PHP 4, PHP 5'/>
|
||||
<function name='stat' from='PHP 4, PHP 5'/>
|
||||
<function name='symlink' from='PHP 4, PHP 5'/>
|
||||
<function name='tempnam' from='PHP 4, PHP 5'/>
|
||||
<function name='tmpfile' from='PHP 4, PHP 5'/>
|
||||
<function name='touch' from='PHP 4, PHP 5'/>
|
||||
<function name='umask' from='PHP 4, PHP 5'/>
|
||||
<function name='unlink' from='PHP 4, PHP 5'/>
|
||||
</versions>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
43
reference/mailparse/versions.xml
Normal file
43
reference/mailparse/versions.xml
Normal file
|
@ -0,0 +1,43 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!--
|
||||
Do NOT translate this file
|
||||
-->
|
||||
|
||||
<versions>
|
||||
<function name='mailparse_determine_best_xfer_encoding' from='PECL mailparse >= 0.9.0'/>
|
||||
<function name='mailparse_msg_create' from='PECL mailparse >= 0.9.0'/>
|
||||
<function name='mailparse_msg_extract_part_file' from='PECL mailparse >= 0.9.0'/>
|
||||
<function name='mailparse_msg_extract_part' from='PECL mailparse >= 0.9.0'/>
|
||||
<function name='mailparse_msg_extract_whole_part_file' from='PECL mailparse >= 0.9.0'/>
|
||||
<function name='mailparse_msg_free' from='PECL mailparse >= 0.9.0'/>
|
||||
<function name='mailparse_msg_get_part_data' from='PECL mailparse >= 0.9.0'/>
|
||||
<function name='mailparse_msg_get_part' from='PECL mailparse >= 0.9.0'/>
|
||||
<function name='mailparse_msg_get_structure' from='PECL mailparse >= 0.9.0'/>
|
||||
<function name='mailparse_msg_parse_file' from='PECL mailparse >= 0.9.0'/>
|
||||
<function name='mailparse_msg_parse' from='PECL mailparse >= 0.9.0'/>
|
||||
<function name='mailparse_rfc822_parse_addresses' from='PECL mailparse >= 0.9.0'/>
|
||||
<function name='mailparse_stream_encode' from='PECL mailparse >= 0.9.0'/>
|
||||
<function name='mailparse_uudecode_all' from='PECL mailparse >= 0.9.0'/>
|
||||
</versions>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
69
reference/math/versions.xml
Normal file
69
reference/math/versions.xml
Normal file
|
@ -0,0 +1,69 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!--
|
||||
Do NOT translate this file
|
||||
-->
|
||||
|
||||
<versions>
|
||||
<function name='abs' from='PHP 4, PHP 5'/>
|
||||
<function name='acos' from='PHP 4, PHP 5'/>
|
||||
<function name='acosh' from='PHP 4 >= 4.1.0, PHP 5'/>
|
||||
<function name='asin' from='PHP 4, PHP 5'/>
|
||||
<function name='asinh' from='PHP 4 >= 4.1.0, PHP 5'/>
|
||||
<function name='atan' from='PHP 4, PHP 5'/>
|
||||
<function name='atan2' from='PHP 4, PHP 5'/>
|
||||
<function name='atanh' from='PHP 4 >= 4.1.0, PHP 5'/>
|
||||
<function name='bindec' from='PHP 4, PHP 5'/>
|
||||
<function name='ceil' from='PHP 4, PHP 5'/>
|
||||
<function name='cos' from='PHP 4, PHP 5'/>
|
||||
<function name='cosh' from='PHP 4 >= 4.1.0, PHP 5'/>
|
||||
<function name='decbin' from='PHP 4, PHP 5'/>
|
||||
<function name='dechex' from='PHP 4, PHP 5'/>
|
||||
<function name='decoct' from='PHP 4, PHP 5'/>
|
||||
<function name='deg2rad' from='PHP 4, PHP 5'/>
|
||||
<function name='exp' from='PHP 4, PHP 5'/>
|
||||
<function name='expm1' from='PHP 4 >= 4.1.0, PHP 5'/>
|
||||
<function name='floor' from='PHP 4, PHP 5'/>
|
||||
<function name='fmod' from='PHP 4 >= 4.2.0, PHP 5'/>
|
||||
<function name='getrandmax' from='PHP 4, PHP 5'/>
|
||||
<function name='hexdec' from='PHP 4, PHP 5'/>
|
||||
<function name='hypot' from='PHP 4 >= 4.1.0, PHP 5'/>
|
||||
<function name='log' from='PHP 4, PHP 5'/>
|
||||
<function name='log10' from='PHP 4, PHP 5'/>
|
||||
<function name='log1p' from='PHP 4 >= 4.1.0, PHP 5'/>
|
||||
<function name='max' from='PHP 4, PHP 5'/>
|
||||
<function name='min' from='PHP 4, PHP 5'/>
|
||||
<function name='octdec' from='PHP 4, PHP 5'/>
|
||||
<function name='pi' from='PHP 4, PHP 5'/>
|
||||
<function name='pow' from='PHP 4, PHP 5'/>
|
||||
<function name='rad2deg' from='PHP 4, PHP 5'/>
|
||||
<function name='rand' from='PHP 4, PHP 5'/>
|
||||
<function name='round' from='PHP 4, PHP 5'/>
|
||||
<function name='sin' from='PHP 4, PHP 5'/>
|
||||
<function name='sinh' from='PHP 4 >= 4.1.0, PHP 5'/>
|
||||
<function name='sqrt' from='PHP 4, PHP 5'/>
|
||||
<function name='srand' from='PHP 4, PHP 5'/>
|
||||
<function name='tan' from='PHP 4, PHP 5'/>
|
||||
<function name='tanh' from='PHP 4 >= 4.1.0, PHP 5'/>
|
||||
</versions>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
62
reference/var/versions.xml
Normal file
62
reference/var/versions.xml
Normal file
|
@ -0,0 +1,62 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!--
|
||||
Do NOT translate this file
|
||||
-->
|
||||
|
||||
<versions>
|
||||
<function name='debug_zval_dump' from='PHP 4 >= 4.2.0, PHP 5'/>
|
||||
<function name='doubleval' from='PHP 4, PHP 5'/>
|
||||
<function name='empty' from='PHP 4, PHP 5'/>
|
||||
<function name='floatval' from='PHP 4 >= 4.2.0, PHP 5'/>
|
||||
<function name='get_defined_vars' from='PHP 4 >= 4.0.4, PHP 5'/>
|
||||
<function name='get_resource_type' from='PHP 4 >= 4.0.2, PHP 5'/>
|
||||
<function name='gettype' from='PHP 4, PHP 5'/>
|
||||
<function name='import_request_variables' from='PHP 4 >= 4.1.0, PHP 5'/>
|
||||
<function name='intval' from='PHP 4, PHP 5'/>
|
||||
<function name='is_array' from='PHP 4, PHP 5'/>
|
||||
<function name='is_bool' from='PHP 4, PHP 5'/>
|
||||
<function name='is_callable' from='PHP 4 >= 4.0.6, PHP 5'/>
|
||||
<function name='is_double' from='PHP 4, PHP 5'/>
|
||||
<function name='is_float' from='PHP 4, PHP 5'/>
|
||||
<function name='is_int' from='PHP 4, PHP 5'/>
|
||||
<function name='is_integer' from='PHP 4, PHP 5'/>
|
||||
<function name='is_long' from='PHP 4, PHP 5'/>
|
||||
<function name='is_null' from='PHP 4 >= 4.0.4, PHP 5'/>
|
||||
<function name='is_numeric' from='PHP 4, PHP 5'/>
|
||||
<function name='is_object' from='PHP 4, PHP 5'/>
|
||||
<function name='is_real' from='PHP 4, PHP 5'/>
|
||||
<function name='is_resource' from='PHP 4, PHP 5'/>
|
||||
<function name='is_scalar' from='PHP 4 >= 4.0.5, PHP 5'/>
|
||||
<function name='is_string' from='PHP 4, PHP 5'/>
|
||||
<function name='isset' from='PHP 4, PHP 5'/>
|
||||
<function name='print_r' from='PHP 4, PHP 5'/>
|
||||
<function name='serialize' from='PHP 4, PHP 5'/>
|
||||
<function name='settype' from='PHP 4, PHP 5'/>
|
||||
<function name='strval' from='PHP 4, PHP 5'/>
|
||||
<function name='unserialize' from='PHP 4, PHP 5'/>
|
||||
<function name='unset' from='PHP 4, PHP 5'/>
|
||||
<function name='var_dump' from='PHP 4, PHP 5'/>
|
||||
<function name='var_export' from='PHP 4 >= 4.2.0, PHP 5'/>
|
||||
</versions>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
Loading…
Reference in a new issue