diff --git a/language/predefined/variables/argv.xml b/language/predefined/variables/argv.xml index 610445c4..1cc0e60a 100644 --- a/language/predefined/variables/argv.xml +++ b/language/predefined/variables/argv.xml @@ -1,5 +1,5 @@ - + @@ -26,6 +26,14 @@ jest wyłączona. + + + Aby sprawdzić czy skrypt jest uruchamiany z linii + poleceń, należy użyć funkcji php_sapi_name, + a nie sprawdzać czy $argv lub + $_SERVER['argv'] ma jakąś wartość. + + diff --git a/reference/mysqli/ini.xml b/reference/mysqli/ini.xml index d669d4d8..c934664b 100644 --- a/reference/mysqli/ini.xml +++ b/reference/mysqli/ini.xml @@ -1,5 +1,5 @@ - + @@ -109,7 +109,7 @@ mysqli.allow_local_infile - int + bool @@ -135,7 +135,7 @@ mysqli.allow_persistent - int + bool diff --git a/reference/pgsql/functions/pg-select.xml b/reference/pgsql/functions/pg-select.xml index 0b757843..ca27ef8d 100644 --- a/reference/pgsql/functions/pg-select.xml +++ b/reference/pgsql/functions/pg-select.xml @@ -1,5 +1,5 @@ - + @@ -17,7 +17,7 @@ arraystringfalsepg_select PgSql\Connectionconnection stringtable_name - arrayconditions + arrayconditions[] intflagsPGSQL_DML_EXEC intmodePGSQL_ASSOC @@ -77,6 +77,8 @@ Tablica (ang. array), której kluczami są nazwy pól w tabeli table_name, oraz której wartości są warunkami, które muszą spełniać wyszukiwane wiersze. + Od PHP 8.4.0 kiedy podana jest pusta tablica, nie będą zaaplikowane żadne warunki. + Wcześniej funkcja zwracała błąd jeśli tablica w argumencie conditions była pusta. @@ -132,6 +134,12 @@ + + 8.4.0 + + Parametr conditions jest teraz opcjonalny. + + &pgsql.changelog.connection-object; 7.1.0 diff --git a/reference/xml/functions/xml-set-element-handler.xml b/reference/xml/functions/xml-set-element-handler.xml index 9de6ea01..06100302 100755 --- a/reference/xml/functions/xml-set-element-handler.xml +++ b/reference/xml/functions/xml-set-element-handler.xml @@ -1,5 +1,5 @@ - + @@ -13,8 +13,8 @@ truexml_set_element_handler XMLParserparser - callablestart_handler - callableend_handler + callablestringnullstart_handler + callablestringnullend_handler Ustawia funkcje obsługi elementu dla parsera XML podanego jako parser.