The following changes have been made to functions of bundled extensions.
Version | Function | Description |
---|---|---|
PHP 5.2.2 | DOMDocument::registerNodeClass | 5.2.2 öncesinde, temelSınıf'tan evvelce türetilmiş bir sınıf varsa yenisinin kaydı yapılmadan önce eskisinin kaydı silinmek zorundaydı. |
7.4.0 | SplFileObject::fgetcsv | The escape parameter now also accepts an empty string to disable the proprietary escape mechanism. |
SplFileObject::fputcsv | The escape parameter now also accepts an empty string to disable the proprietary escape mechanism. | |
SplFileObject::getCsvControl | The escape character can now be an empty string. | |
SplFileObject::setCsvControl | The escape_char parameter now also accepts an empty string to disable the proprietary escape mechanism. | |
7.3.0 | password_hash | Support for Argon2id passwords using PASSWORD_ARGON2ID was added. |
7.3 | ldap_add | Support for serverctrls added |
ldap_compare | Support for serverctrls added | |
ldap_delete | Support for serverctrls added | |
ldap_exop | Support for serverctrls added | |
ldap_exop_passwd | Support for serverctrls added | |
ldap_list | Support for serverctrls added | |
ldap_mod_add | Support for serverctrls added | |
ldap_mod_del | Support for serverctrls added | |
ldap_mod_replace | Support for serverctrls added | |
ldap_modify_batch | Support for serverctrls added | |
ldap_parse_result | Support for serverctrls added | |
ldap_read | Support for serverctrls added | |
ldap_rename | Support for serverctrls added | |
ldap_search | Support for serverctrls added | |
7.2.19, 7.3.6 | SplFileObject::__toString | Changed from an alias of SplFileObject::current to an alias of SplFileObject::fgets. |
7.2.0 | date_parse_from_format | The zone element of the returned array represents seconds instead of minutes now, and its sign is inverted. For instance -120 is now 7200. |
mt_rand | mt_rand has received a bug fix for a modulo bias bug. This means that sequences generated with a specific seed may differ from PHP 7.1 on 64-bit machines. | |
password_hash | Support for Argon2i passwords using PASSWORD_ARGON2I was added. | |
rand | rand has received a bug fix for a modulo bias bug. This means that sequences generated with a specific seed may differ from PHP 7.1 on 64-bit machines. | |
7.1.0 | DateInterval::format | F ve f biçem karakterleri eklendi. |
DateTime::setTime | The microseconds parameter was added. | |
curl_multi_setopt | Introduced CURLMOPT_PUSHFUNCTION. | |
mt_rand | rand has been made an alias of mt_rand. | |
mt_rand | mt_rand has been updated to use the fixed, correct, version of the Mersenne Twister algorithm. To fall back to the old behaviour, use mt_srand with MT_RAND_PHP as the second parameter. | |
mt_srand | mt_rand has been updated to use the fixed, correct, version of the Mersenne Twister algorithm. To fall back to the old behaviour, use mt_srand with MT_RAND_PHP as the second parameter. | |
mt_srand | srand has been made an alias of mt_srand. | |
pg_fetch_all | The result_type parameter was added. | |
pg_last_notice | The option parameter was added. | |
pg_select | The result_type parameter was added. | |
rand | rand has been made an alias of mt_rand. | |
srand | srand has been made an alias of mt_srand. | |
7.1 | DateTime::__construct | From now on microseconds are filled with actual value. Not with '00000'. |
7.0.7 | curl_multi_setopt | Introduced CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE, CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE, CURLMOPT_MAX_HOST_CONNECTIONS, CURLMOPT_MAX_PIPELINE_LENGTH and CURLMOPT_MAX_TOTAL_CONNECTIONS. |
7.0.0 | array_column | Added the ability for the input parameter to be an array of objects. |
shmop_close | The type of shmid has been changed from int to resource. | |
shmop_delete | The type of shmid has been changed from int to resource. | |
shmop_open | The return type of shmop_open has been changed from int to resource. | |
shmop_read | The type of shmid has been changed from int to resource. | |
shmop_size | The type of shmid has been changed from int to resource. | |
shmop_write | The type of shmid has been changed from int to resource. | |
6.0.0 | error_reporting | E_STRICT sabiti E_ALL sabitine dahil edildi. |
proc_open | seçenekler değiştirgesinin olası seçeneklerine context ve binary_pipes seçenekleri eklendi. | |
5.6.25, 7.0.10 | SplFileObject::getCsvControl | Added the escape character to the returned array. |
5.6.16 | mysqli::real_connect | Added the MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT flag for MySQL Native Driver |
5.6.1 | sem_acquire | The $nowait parameter was added. |
5.6.0 | array_filter | Seçimlik seçenek değiştirgesi ve ARRAY_FILTER_USE_KEY ile ARRAY_FILTER_USE_BOTH sabiti eklendi. |
pg_connect | Support for giving the PGSQL_CONNECT_ASYNC constant as the connect_type was added. | |
pg_convert | No longer experimental. Boolean/NULL data types are supported. Unknown/unsupported data types are escaped without validation. pg_convert can be used with any data types. | |
pg_delete | No longer experimental. Added PGSQL_DML_ESCAPE constant, TRUE/FALSE and NULL data type support. | |
pg_insert | Unless PGSQL_DML_STRING is passed, the function now returns the connection resource instead of TRUE on success. | |
pg_insert | No longer experimental. Added PGSQL_DML_ESCAPE constant, TRUE/FALSE and NULL data type support. | |
pg_lo_seek | Added PostgreSQL 9.3's 64bit large object support. Both client and server must support PostgreSQL 9.3 and PHP must be 64bit build to use 64bit large object. | |
pg_lo_tell | Added PostgreSQL 9.3's 64bit large object support. Both client and server must support PostgreSQL 9.3 and PHP must be 64bit build to use 64bit large object. | |
pg_lo_truncate | Added truncate function. It supports PostgreSQL 9.3's 64bit large object. Both client and server must support PostgreSQL 9.3 and PHP must be 64bit build to use 64bit large object. | |
pg_meta_data | No longer experimental. Added "is enum" as default attribute. extended flag is added. | |
pg_select | No longer experimental. Added PGSQL_DML_ESCAPE constant, TRUE/FALSE and NULL data type support. | |
pg_update | No longer experimental. Added PGSQL_DML_ESCAPE constant, TRUE/FALSE and NULL data type support. | |
5.5.22, 5.6.6 | SplFileObject::flock | Added support for the wouldblock parameter on Windows. |
5.5.21, 5.6.5 | SplFileObject::fputcsv | Added the escape parameter. |
5.5.19, 5.6.3 | DateTimeZone::getOffset | datetime type changed to DateTimeInterface. Previously, DateTime. |
5.5.10 | DateTimeZone::__construct | zamandilimi saat farkını kabul ediyor. |
5.5.8 | DatePeriod::__construct | bitiş için tür DateTimeInterface oldu. Evvelce, DateTime idi. |
5.5.7 | apache_request_headers | Bu işlev CLI sunucusunda kullanılabilir hale geldi. |
apache_response_headers | Bu işlev CLI sunucusunda kullanılabilir hale geldi. | |
getallheaders | Bu işlev CLI sunucusunda kullanılabilir hale geldi. | |
5.5.3/5.4.19 | pg_delete | Direct SQL injection to table_name and Indirect SQL injection to identifiers are fixed. |
pg_insert | Direct SQL injection to table_name and Indirect SQL injection to identifiers are fixed. | |
pg_select | Direct SQL injection to table_name and Indirect SQL injection to identifiers are fixed. | |
pg_update | Direct SQL injection to table_name and Indirect SQL injection to identifiers are fixed. | |
5.5.1 | pg_unescape_bytea | A warning is thrown if the input string is invalid. |
5.5.0 | DatePeriod::__construct | başlangıç için tür DateTimeInterface oldu. Evvelce, DateTime idi. |
iterator_to_array | iterator_to_array gained support for key types other than integer and string when the use_keys parameter is enabled. | |
mysqli::commit | Added flags and name parameters. | |
mysqli::options | The MYSQLI_SERVER_PUBLIC_KEY and MYSQLI_SERVER_PUBLIC_KEY options were added. | |
mysqli::rollback | Added flags and name parameters. | |
SoapClient::SoapClient | New ssl_method option. | |
5.4.0 | apache_child_terminate | Bu işlev FastCGI altında kullanılabilir hale geldi. Evvelce, sadece PHP bir Apache modülü olarak kurulduğu takdirde destekleniyordu. |
apache_request_headers | Bu işlev FastCGI altında kullanılabilir hale geldi. Evvelce, sadece PHP bir Apache modülü olarak veya Netscape/iPlanet/SunONE sunucularında NSAPI sunucu modülü olarak kurulduğu takdirde destekleniyordu. | |
apache_response_headers | Bu işlev FastCGI altında kullanılabilir hale geldi. Evvelce, sadece PHP bir Apache modülü olarak veya Netscape/iPlanet/SunONE sunucularında NSAPI sunucu modülü olarak kurulduğu takdirde destekleniyordu. | |
array_combine | Önceki sürümler boş dizilerde için FALSE döndürür ve bir E_WARNINGoluştururdu. | |
filter_input_array | Added add_empty parameter. | |
filter_var_array | Added add_empty parameter. | |
getallheaders | Bu işlev FastCGI altında kullanılabilir hale geldi. Evvelce, sadece PHP bir Apache modülü olarak veya Netscape/iPlanet/SunONE sunucularında NSAPI sunucu modülü olarak kurulduğu takdirde destekleniyordu. | |
gzcompress | kodlama değiştirgesi eklendi. | |
gzdeflate | kodlama değiştirgesi eklendi. | |
gzencode | FORCE_DEFLATE artık RFC 1950 uyumlu bir çıktı üretiyor. | |
mysqli_get_cache_stats | The mysqli_get_cache_stats was removed. | |
snmp_set_valueretrieval | Constants SNMP_VALUE_PLAIN or SNMP_VALUE_LIBRARY may be combined with SNMP_VALUE_OBJECT resulting different way of representing contents of value array element in return value of GET-function. If no SNMP_VALUE_{PLAIN,LIBRARY} constant is accompanying SNMP_VALUE_OBJECT, SNMP_VALUE_LIBRARY is used. Prior to 5.4.0 SNMP_VALUE_OBJECT effecively meant SNMP_VALUE_OBJECT|SNMP_VALUE_PLAIN. | |
Phar::setStub | Added len parameter. | |
PharData::setStub | Added len parameter. | |
SoapClient::SoapClient | New keep_alive option. | |
5.3.9 | DateTime::createFromFormat | The + format specifier has been added. |
5.3.6 | DateTime::modify | Absolute date/time statements now take effect. Previously, only relative parts were used. |
5.3.4 | mt_rand | Issues an E_WARNING and returns FALSE if max < min. |
mysqli_driver::$report_mode | Changing the reporting mode is now be per-request, rather than per-process. | |
5.3.3 | ldap_sasl_bind | Support on Windows was added. |
5.3.2 (PECL OCI8 1.4) | oci_set_prefetch | Before this release, rows must be >= 1. |
5.3.2 | gmp_init | The base was extended from 2 to 36, to 2 to 62 and -2 to -36. |
gmp_strval | The base was extended from 2 to 36, to 2 to 62 and -2 to -36. | |
SplFileObject::flock | The automatic unlocking when the file's resource handle is closed was removed. Unlocking now always has to be done manually. | |
5.3.1 | ibase_query | On success the function now returns TRUE if there were no affected rows, where it previously returned 0 (a zero followed by an empty space). |
5.3.0 (PECL OCI8 1.3.4) | oci_set_prefetch | Before this release, prefetching was limited to the lesser of rows rows and 1024 * rows bytes. The byte size restriction has now been removed. |
5.3.0 | DateTime::__construct | If time contains an invalid date/time format, then an exception is now thrown. Previously an error was emitted. |
DateTime::modify | Başarı durumunda dönen değer artık NULL değil, DateTime oldu. | |
DateTime::setDate | Başarı durumunda dönen değer artık NULL değil, DateTime oldu. | |
DateTime::setISODate | Başarı durumunda dönen değer artık NULL değil, DateTime oldu. | |
DateTime::setTime | Başarı durumunda dönen değer artık NULL değil, DateTime oldu. | |
DateTime::setTimezone | Başarı durumunda dönen değer artık NULL değil, DateTime oldu. | |
DateTimeZone::getTransitions | The optional timestamp_begin and timestamp_end were added. | |
DateTimeZone::listIdentifiers | Added the optional what and country parameters. | |
DirectoryIterator::__construct | Throws UnexpectedValueException if the path cannot be opened. | |
acosh | This function is now available on all platforms | |
asinh | This function is now available on all platforms | |
atanh | This function is now available on all platforms | |
date_default_timezone_set | Artık E_STRICT yerine E_WARNING oluşuyor. | |
error_reporting | E_DEPRECATED ve E_USER_DEPRECATED devreye girdi. | |
expm1 | This function is now available on all platforms | |
is_a | Bu işlev artık önerilmeyen bir işlev değil ve artık bir E_STRICT uyarısı oluşturmuyor. | |
log1p | This function is now available on all platforms | |
mktime | Artık mktime işlevi, ysu_var değiştirgesi kullanılırsa E_DEPRECATED uyarısı vermektedir. | |
mysqli_get_cache_stats | The mysqli_get_cache_stats was added as stub. | |
pg_lo_create | The optional object_id was added. | |
pg_lo_import | The optional object_id was added. | |
property_exists | Artık özelliğin varlığına erişilebilirlikten bağımsız olarak bakılıyor. | |
round | The mode parameter was introduced. | |
shm_attach | This function now returns a resource instead of an integer. | |
spl_autoload_register | Namespaces support was introduced. | |
spl_autoload_register | The prepend parameter was added. | |
strtotime | Prior to PHP 5.3.0, 24:00 was not a valid format and strtotime returned FALSE. | |
strtotime | Prior to PHP 5.3.0, relative time formats supplied to the time argument of strtotime such as this week, previous week, last week, and next week were interpreted to mean a 7 day period relative to the current date/time, rather than a week period of Monday through Sunday. | |
sybase_connect | The new parameter was added. | |
mysqli::__construct | Added the ability of persistent connections. | |
mysqli::options | The MYSQLI_OPT_INT_AND_FLOAT_NATIVE, MYSQLI_OPT_NET_CMD_BUFFER_SIZE, MYSQLI_OPT_NET_READ_BUFFER_SIZE, and MYSQLI_OPT_SSL_VERIFY_SERVER_CERT options were added. | |
mysqli::query | Added the ability of async queries. | |
SplFileObject::setCsvControl | Added the escape parameter. | |
SplObjectStorage::attach | Added the data parameter. | |
5.2.15 | mysqli_driver::$report_mode | Changing the reporting mode is now be per-request, rather than per-process. |
5.2.10 | array_rand | Elde edilen anahtar dizisi artık karılmıyor. |
array_unique | seçenekler değiştirgesinin öntanımlı değeri tekrar SORT_STRING yapıldı. | |
curl_setopt | CURLOPT_PROTOCOLS ve CURLOPT_REDIR_PROTOCOLS kullanılabilir oldu. | |
5.2.9 | array_unique | Seçimlik seçenekler değiştirgesi, öntanımlı SORT_REGULAR değeri ile eklendi. 5.2.9 öncesinde işlev dahili olarak SORT_STRING ile diziyi sıralardı. |
5.2.7 | error_log | günlük_türü değiştirgesi kullanılabilir oldu. |
round | The inner workings of round was changed to conform to the C99 standard. | |
strtotime | In PHP 5 prior to 5.2.7, requesting a given occurrence of a given weekday in a month where that weekday was the first day of the month would incorrectly add one week to the returned timestamp. This has been corrected in 5.2.7 and later versions. | |
5.2.5 | debug_backtrace | Seçimlik nesne_sağla değiştirgesi eklendi. |
5.2.4 | ldap_first_attribute | The ber_identifier was removed. This is now handled automatically by PHP. |
ldap_next_attribute | The ber_identifier was removed. This is now handled automatically by PHP. | |
5.2.2 | proc_terminate | Önceki sürümler belirtilen süreç özkaynağını yok ederler. |
5.2.1 | iterator_to_array | The use_keys parameter was added. |
mt_srand | The Mersenne Twister implementation in PHP now uses a new seeding algorithm by Richard Wagner. Identical seeds no longer produce the same sequence of values they did in previous versions. This behavior is not expected to change again, but it is considered unsafe to rely upon it nonetheless. | |
proc_open | seçenekler değiştirgesinin olası seçeneklerine bypass_shell seçeneği eklendi. | |
5.2.0 | curl_multi_info_read | iletiler değiştirgesi eklendi. |
error_reporting | E_RECOVERABLE_ERROR devreye girdi. | |
imap_open | dnm_sayısı değiştirgesi eklendi. | |
imap_reopen | dnm_sayısı değiştirgesi eklendi | |
pg_escape_bytea | connection added | |
pg_escape_string | connection added | |
set_error_handler | $php_errormsg kullanılması durumunda hata eylemcisi FALSE döndürmelidir. | |
snmp_set_oid_numeric_print | Since PHP 5.2.0. | |
SoapServer::SoapServer | Added the typemap option. | |
5.1.3 | DirectoryIterator::__construct | Throws RuntimeException if the path is an empty string. |
curl_getinfo | CURLINFO_HEADER_OUT devreye girdi. | |
SoapClient::__doRequest | The one_way parameter was added. | |
5.1.2 | date_default_timezone_set | İşlev, zamandilimi_belirteci değiştirgesini kullanmaya başladı. |
5.1.1 | date | Standart tarih/zaman biçimleri için, biçim değiştirgesinde kullanılabilecek yararlı sabitler devreye girdi. |
debug_backtrace | Dönmesi olası elemanlara object eklendi. | |
gmdate | biçem değiştirgesinde kullanılabilecek standart tarih/zaman biçem sabitleri kullanıma girdi. | |
5.1.0 öncesi | get_parent_class | Değiştirgesiz çağrıldığında bir uyarıyla birlikte NULL dönerdi. |
5.1.0 | DirectoryIterator::__construct | Throws RuntimeException on error. Previously, threw Exception. |
DOMDocument::save | seçenekler değiştirgesi eklendi. | |
DOMDocument::saveXML | seçenekler değiştirgesi eklendi. | |
class_implements | Added the option to pass the class parameter as a string. Added the autoload parameter. | |
class_parents | Added the option to pass the class parameter as a string. Added the autoload parameter. | |
ctype_digit | PHP 5.1.0 öncesinde, metin boş bir dizge bile olsa bu işlev TRUE döndürürdü. | |
curl_setopt | CURLOPT_AUTOREFERER, CURLOPT_BINARYTRANSFER, CURLOPT_FTPSSLAUTH, CURLOPT_AUTOREFERER, CURLOPT_PROXYAUTH ve CURLOPT_TIMECONDITION kullanılabilir oldu. | |
date | Zaman dilimi hatalarında artık E_STRICT ve E_NOTICE çıktılanıyor. | |
date | Zaman damgasının geçerlilik aralığı, genellikle Cum, 13 Ara 1901 20:45:54 GMT ile Per, 19 Oca 2038 03:14:07 GMT arasındadır. (Bu tarih değerleri aynı zamanda en küçük ve en büyük 32-bit işaretli tamsayıları temsil etmektedir.) Bununla birikte, PHP 5.1.0'den önce bu aralık bazı sistemlerde 01-01-1970 ile 19-01-2038 arasıyla sınırlıydı. (ör: Windows). | |
date_sunrise | Zaman dilimi hatalarında artık E_STRICT ve E_NOTICE çıktılanıyor. | |
date_sunset | Zaman dilimi hatalarında artık E_STRICT ve E_NOTICE çıktılanıyor. | |
gettimeofday | sayı_döndür değiştirgesi eklendi. | |
gmdate | Zaman damgasının geçerlilik aralığı, genellikle Cum, 13 Ara 1901 20:45:54 GMT ile Per, 19 Oca 2038 03:14:07 GMT arasındadır. (Bu tarih değerleri aynı zamanda en küçük ve en büyük 32 bitlik işaretli tamsayıları temsil etmektedir.) Bununla birikte, PHP 5.1.0'den önce bu aralık bazı sistemlerde (ör: Windows) 01-01-1970 ile 19-01-2038 arasıyla sınırlıdır. | |
gmmktime | PHP 5.1.0 sürümünden beri, ysu_var değiştirgesinin kullanılması önerilmemektedir. Sonuç olarak, yerine yeni zaman dilimi özellikleri kullanılmalıdır. | |
idate | Zaman dilimi hatalarında artık E_STRICT ve E_NOTICE çıktılanıyor. | |
localtime | Zaman dilimi hatalarında artık E_STRICT ve E_NOTICE çıktılanıyor. | |
mktime | ysu_var değiştirgesinin kullanımı artık önerilmemektedir. İşlev hata durumunda -1 yerine, FALSE değeri döndürür olmuştur. İşlev, yıl, ay ve gün değiştirgelerinde sıfır kabul edecek şekilde düzeltilmiştir. | |
mktime | mktime değiştirgesiz çağrıldığına bir E_STRICT uyarısı çıktılamaktadır. Böyle durumlarda time işlevini kullanmalısınız. | |
mktime | Zaman dilimi hatalarında artık E_STRICT ve E_NOTICE çıktılanıyor. | |
mssql_connect | The new_link parameter was added | |
strftime | Zaman dilimi hatalarında artık E_STRICT ve E_NOTICE çıktılanıyor. | |
strtotime | Zaman dilimi hatalarında artık E_STRICT ve E_NOTICE çıktılanıyor. | |
strtotime | Now returns FALSE on failure, instead of -1. | |
5.0.4 | msql_fetch_array | A bug was fixed when retrieving data from columns containing NULL values. Such columns were not placed into the resulting array. |
msql_fetch_object | A bug was fixed when retrieving data from columns containing NULL values. Such columns were not placed into the resulting array. | |
msql_fetch_row | A bug was fixed when retrieving data from columns containing NULL values. Such columns were not placed into the resulting array. | |
5.0.3 | get_class_vars | Etki alanına bağlı olarak, get_class_vars artık sadece, geçerli etki alanında erişilebilir olan özellikleri döndürüyor. |
is_subclass_of | nesne değiştirgesinde artık bir dizge (sınıfın ismi) belirtilebiliyor. | |
5.0.2 | array_slice | İsteğe bağlı preserve_keys değiştirgesi eklendi. |
class_exists | Tanımlı arayüzler için artık TRUE dönmüyor. Arayüzler için interface_exists işlevini kullanın. | |
get_class_vars | get_class_vars artık dizi içinde tüm özellikleri döndürüyor. Evvelce protected ve private özellikler nul baytlarla öncelenerek döndürülürdü. | |
strtotime | In PHP 5 up to 5.0.2, "now" and other relative times are wrongly computed from today's midnight. This differs from other versions where it is correctly computed from current time. | |
5.0.1 | get_class_vars | get_class_vars, bir nesne bir sınıfa dönüştürüldüğünde artık tüm özellikleri döndürüyor. |
5.0.0'dan itibaren | get_class | Sınıf ismi özgün yazılışı ile döndürülüyor. |
get_class | İşlev nesnenin bir yönteminden çağrılırsa nesne değiştirgesinin belirtilmesi isteğe bağlıdır. | |
get_parent_class | Nesnenin yönteminden çağrıldığında değiştirge isteğe bağlıdır. | |
5.0.0 | apache_get_modules | Apache 1 ya da PHP Apache 2 filtre API'si kullanıldığında kullanılabilinir. Bundan önce sadece Apache 2 handler API'si kullanılırken kullanılabiliyordu. |
class_exists | özdevinimli_yükle değiştirgesi eklendi. | |
curl_setopt | CURLOPT_FTP_USE_EPRT, CURLOPT_NOSIGNAL, CURLOPT_UNRESTRICTED_AUTH, CURLOPT_BUFFERSIZE, CURLOPT_HTTPAUTH, CURLOPT_PROXYPORT, CURLOPT_PROXYTYPE, CURLOPT_SSLCERTTYPE ve CURLOPT_HTTP200ALIASES kullanılabilir oldu. | |
error_reporting | E_STRICT devreye girdi (E_ALL sabitine dahil değildir). | |
get_class_methods | PHP 5'ten itibaren, bu işlev yöntem isimlerini bildirildikleri isimleriyle (harf büyüklüğüne duyarlı) döndürmektedir. PHP 4'te küçük harfli döndürülürdü. | |
is_a | instanceof işlecinin varlığı nedeniyle bu işlevin kullanımı artık önerilmiyor. Bu işleve yapılan çağrılar E_STRICT seviyesinde bir uyarıya sebep oluyor. | |
jdtojewish | bicim değiştirgesi eklenmiştir. | |
microtime | gerçek_sayı değiştirgesi eklendi. | |
opendir | dizin değiştirgesinde ftp:// sarmalayıcısı da kabul edilmeye başlandı. | |
proc_open | dizin, ortam ve seçenekler değiştirgeleri eklendi. | |
range | İsteğe bağlı adım değiştirgesi eklendi. | |
set_error_handler | hata_türü değiştirgesi kullanılabilir oldu. | |
strtotime | Microseconds began to be allowed, but they are ignored. |