Home
last modified time | relevance | path

Searched refs:work (Results 1 – 25 of 235) sorted by last modified time

12345678910

/PHP-7.4/
H A DNEWS161 . Fixed bug #71542 (disk_total_space does not work with relative paths). (cmb)
190 . Fixed bug #51498 (imagefilledellipse does not work for large circles). (cmb)
765 . Fixed bug #63527 (DCOM does not work with Username, Password parameter).
1554 . Fixed bug #78512 (Cannot make preload work). (Dmitry)
2034 . Fixed bug #77921 (static.php.net doesn't work anymore). (Peter Kokot)
2037 . Fixed bug #77943 (imageantialias($image, false); does not work). (cmb)
2127 . Fixed bug #77772 (ReflectionClass::getMethods(null) doesn't work). (Nikita)
2283 . Fixed bug #77357 (base64_encode / base64_decode doest not work on nested
2461 thus making it work on Windows out of the box. (Kalle)
H A Dconfigure.ac87 /* Might not work, but is required by ISO C99 */
414 dnl QNX requires unix.h to allow functions in libunix to work properly.
/PHP-7.4/azure/i386/
H A Dapt.yml11 # TODO: Reenable postgresql + postgresql-contrib packages once they work again.
/PHP-7.4/ext/filter/tests/
H A Dbug47435.phpt2 Bug #47435 (FILTER_FLAG_NO_PRIV_RANGE and FILTER_FLAG_NO_RES_RANGE don't work with ipv6)
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch3041 * The main work is done here!
/PHP-7.4/ext/standard/tests/dir/
H A Dbug71542.phpt2 Bug #71542 (disk_total_space does not work with relative paths)
/PHP-7.4/ext/gd/tests/
H A Dbug51498.phpt2 Bug #51498 (imagefilledellipse does not work for large circles)
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_report.phpt126 …/* mysqli_kill() "trick" does not work for any of the following because of an E_COMMANDS_OUT_OF_SY…
H A Dmysqli_thread_id.phpt28 // should work if the thread id is correct
H A Dmysqli_stmt_num_rows.phpt58 …// mysqli_stmt_numrows() has a valid resource to work on and it will return int/0 instead. No bug,…
H A Dmysqli_reconnect.phpt52 printf("[007] Failed setting the wait_timeout, test will not work, [%d] %s\n",
H A Dmysqli_report_new.phpt39 …mysqli_change_user($link, "This might work if you accept anonymous users in your setup", "password…
H A Dmysqli_report_wo_ps.phpt66 …mysqli_change_user($link, "This might work if you accept anonymous users in your setup", "password…
H A Dmysqli_stmt_close.phpt27 // Yes, amazing, eh? AFAIK a work around of a constructor bug...
H A Dmysqli_kill.phpt70 …mysqli_change_user($link, "This might work if you accept anonymous users in your setup", "password…
H A Dmysqli_no_reconnect.phpt50 printf("[007] Failed setting the wait_timeout, test will not work, [%d] %s\n",
H A Dbug_mysql_49406.phpt2 MySQL Bug #49406 (Binding params doesn't work when selecting a date inside a CASE-WHEN, http://bugs…
H A Dbug51647.phpt2 Bug #51647 (Certificate file without private key (pk in another file) doesn't work)
H A Dbug35759.phpt21 $create .= ") ENGINE=MyISAM"; // doesn't work with InnoDB, which is default in 5.5
H A Dbug36802.phpt16 /* following operations should not work */
24 /* following operations should work */
H A Dbug49027.phpt2 Bug #49027 (mysqli_options() doesn't work when using mysqlnd)
/PHP-7.4/ext/bz2/tests/
H A Dbug81092.phpt10 …stream_filter_append($stream, 'bzip2.compress', STREAM_FILTER_WRITE, ['blocks' => 9, 'work' => 0]);
/PHP-7.4/ext/bz2/
H A Dbz2_filter.c378 zend_long work = zval_get_long(tmpzval); in php_bz2_filter_create() local
379 if (work < 0 || work > 250) { in php_bz2_filter_create()
380 …rror_docref(NULL, E_WARNING, "Invalid parameter given for work factor. (" ZEND_LONG_FMT ")", work); in php_bz2_filter_create()
382 workFactor = (int) work; in php_bz2_filter_create()
/PHP-7.4/ext/pdo_firebird/tests/
H A Dbug_48877.phpt2 PDO_Firebird: bug 48877 The "bindValue" and "bindParam" do not work for PDO Firebird if we use name…
/PHP-7.4/build/
H A Dlibtool.m4735 # with a dollar sign (not a hyphen), so the echo should work correctly.
960 find out it does not work in some platform. */
1148 # with a dollar sign (not a hyphen), so the echo should work correctly.
2199 *** libraries will work regardless of this problem. Nevertheless, you
2385 # whether `pass_all' will *always* work, you probably want this one.
2994 # below for broken collect2 doesn't work under 4.3+
4407 # This must work even if \$libdir does not exist.
4411 # a binary during linking. This must work even if \$libdir does
4538 # These are sane defaults that work on at least a few old systems.
5685 # below for broken collect2 doesn't work under 4.3+
[all …]

Completed in 60 milliseconds

12345678910