php-src/ext
David Carlier 162a311cc8
ext/pgsql: adding pg_put_copy_data/pg_put_copy_end.
pg_put_copy_data allows to send COPY commands to the server.
pg_put_copy_end signals the end of the n commands.

Both return 3 states ; 1, 0 and -1 when 1 is success, 0 the buffer queue
is full then -1 for errors.

Close GH-14325
2024-05-28 18:35:40 +01:00
..
bcmath Faster BCD into integer parsing 2024-05-23 22:38:21 +02:00
bz2 Verify stub aliases in CI (#13682) 2024-03-13 23:32:35 +01:00
calendar Remove setlocale pragma that no longer is significant. (#13814) 2024-03-27 09:06:07 +01:00
com_dotnet Include HRESULT error code if native .NET initialization fails (#14317) 2024-05-25 00:20:07 +02:00
ctype Do not generate frameless info items when func info generation is disabled 2024-02-18 11:39:00 +01:00
curl Merge branch 'PHP-8.3' 2024-05-24 14:42:50 +02:00
date Typed constants in date extension (#12361) 2024-05-22 13:17:44 +02:00
dba Merge branch 'PHP-8.3' 2024-05-24 14:48:51 +02:00
dl_test Implement "support doc comments for internal classes and functions" (#13266) 2024-02-25 08:41:31 +01:00
dom Use a ROL for mangling the pointer key in namespace_compat.c (#14331) 2024-05-26 17:31:40 +02:00
enchant Sync HAVE_ENCHANT_BROKER_SET_PARAM definitions (#14340) 2024-05-27 21:59:44 +02:00
exif Do not generate frameless info items when func info generation is disabled 2024-02-18 11:39:00 +01:00
ffi ext/ffi: Fix [-Wenum-int-mismatch] compiler warning 2024-05-21 12:17:25 +01:00
fileinfo Merge branch 'PHP-8.3' 2024-04-11 15:58:25 +02:00
filter Remove unused PARSE_SESSION and PARSE_REQUEST (#14081) 2024-04-30 16:39:00 +02:00
ftp Replace configure option --with-openssl-dir (#14028) 2024-05-13 22:54:54 +02:00
gd Merge branch 'PHP-8.3' 2024-05-21 12:23:45 +01:00
gettext ext/gettext: update arguments handling. 2024-04-29 18:38:34 +01:00
gmp ext/gmp: Fix leading whitespace before explicit octal prefix 2024-04-23 23:39:48 +01:00
hash Mark multple functions as static (#13864) 2024-05-22 13:11:46 +02:00
iconv Mark multple functions as static (#13864) 2024-05-22 13:11:46 +02:00
intl Remove unsynced and unused HAVE_<extension> defines (#14233) 2024-05-18 14:10:47 +02:00
json Implement "support doc comments for internal classes and functions" (#13266) 2024-02-25 08:41:31 +01:00
ldap Fix typo in LDAP stub (#14313) 2024-05-25 13:31:54 +02:00
libxml Throw early when a non-stream-context resource is passed to libxml_set_streams_context() (#14279) 2024-05-20 16:56:38 +02:00
mbstring ext/mbstring: Check encoding passed to mb_http_output() has no null bytes 2024-04-24 15:39:47 +01:00
mysqli Merge branch 'PHP-8.3' 2024-05-17 13:16:59 +02:00
mysqlnd Merge branch 'PHP-8.3' 2024-05-17 13:16:59 +02:00
odbc Add cast_object handler for objects which were recently converted from resources 2024-05-19 21:41:07 +02:00
opcache Merge branch 'PHP-8.3' 2024-05-28 15:45:45 +02:00
openssl Add support for Curve25519 + Curve448 based keys 2024-05-27 12:52:57 +01:00
pcntl Wrap sched_getcpu AC_RUN_IFELSE check in AC_CACHE_CHECK (#14336) 2024-05-27 13:40:18 +02:00
pcre Print location on class redeclaration 2024-04-30 14:34:43 +02:00
pdo Remove outdated comment 2024-05-27 06:52:00 +02:00
pdo_dblib Remove unsynced and unused HAVE_<extension> defines (#14233) 2024-05-18 14:10:47 +02:00
pdo_firebird Remove unsynced and unused HAVE_<extension> defines (#14233) 2024-05-18 14:10:47 +02:00
pdo_mysql Merge branch 'PHP-8.3' 2024-05-21 12:23:45 +01:00
pdo_odbc Do not generate frameless info items when func info generation is disabled 2024-02-18 11:39:00 +01:00
pdo_pgsql ext/pdo_pgsql: adding pgsqlSetNoticeCallback 2024-05-22 12:32:11 +01:00
pdo_sqlite Fix bug #81227: PDO::inTransaction reports false when in transaction (#14268) 2024-05-20 13:59:26 +02:00
pgsql ext/pgsql: adding pg_put_copy_data/pg_put_copy_end. 2024-05-28 18:35:40 +01:00
phar Mark multple functions as static (#13864) 2024-05-22 13:11:46 +02:00
posix Merge branch 'PHP-8.3' 2024-04-16 14:20:23 +02:00
random random: Remove internal aliases for the global Mt19937 functionality (#14314) 2024-05-27 08:12:13 +02:00
readline Merge branch 'PHP-8.3' 2024-05-21 12:23:45 +01:00
reflection Make ReflectionGenerator::getFunction() legal after generator termination (#14167) 2024-05-21 08:54:51 +02:00
session Remove forgotten obsolete session INI directives (#14238) 2024-05-15 17:01:15 +02:00
shmop Implement "support doc comments for internal classes and functions" (#13266) 2024-02-25 08:41:31 +01:00
simplexml Handle dumping node to file 2024-05-11 18:09:39 +02:00
skeleton Do not generate frameless info items when func info generation is disabled 2024-02-18 11:39:00 +01:00
snmp Fix class constant and property ID generation for the manual (#14249) 2024-05-17 20:30:16 +02:00
soap Merge branch 'PHP-8.3' 2024-05-27 19:24:18 +02:00
sockets Sync HAVE_IPV6 and HAVE_GETADDRINFO in #if/ifdef/defined (#14341) 2024-05-28 11:52:25 +02:00
sodium Merge branch 'PHP-8.3' 2024-05-23 22:41:03 +02:00
spl refactor: change zend_is_true to return bool (#14301) 2024-05-24 15:16:36 -06:00
sqlite3 Mark multple functions as static (#13864) 2024-05-22 13:11:46 +02:00
standard Fix tempnam() path in test when running from out-of-source (#14326) 2024-05-25 23:08:40 +02:00
sysvmsg Do not generate frameless info items when func info generation is disabled 2024-02-18 11:39:00 +01:00
sysvsem Refactor union semun in ext/sysvsem (#13473) 2024-02-22 15:48:12 +01:00
sysvshm Do not generate frameless info items when func info generation is disabled 2024-02-18 11:39:00 +01:00
tidy main/output.c: Refine int return type to bool or zend_result (#13997) 2024-04-19 10:46:40 +01:00
tokenizer Mark multple functions as static (#13864) 2024-05-22 13:11:46 +02:00
xml Mark multple functions as static (#13864) 2024-05-22 13:11:46 +02:00
xmlreader Fix deprecation warning 2024-05-10 16:26:44 +02:00
xmlwriter Add missing ext/libxml dependency to ext/xmlwriter (#14327) 2024-05-26 19:27:55 +02:00
xsl refactor: change zend_is_true to return bool (#14301) 2024-05-24 15:16:36 -06:00
zend_test Make ReflectionGenerator::getFunction() legal after generator termination (#14167) 2024-05-21 08:54:51 +02:00
zip refactor: change zend_is_true to return bool (#14301) 2024-05-24 15:16:36 -06:00
zlib main/output.c: Refine int return type to bool or zend_result (#13997) 2024-04-19 10:46:40 +01:00
ext_skel.php