Skip to content

Commit

Permalink
Iniail php8.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
zulus committed Nov 12, 2023
1 parent 0f4b2d5 commit ca9b8c2
Show file tree
Hide file tree
Showing 161 changed files with 150,564 additions and 8 deletions.
3 changes: 3 additions & 0 deletions plugins/org.eclipse.php.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ Export-Package: org.eclipse.php.core,
org.eclipse.php.internal.core.ast.scanner.php80,
org.eclipse.php.internal.core.ast.scanner.php81,
org.eclipse.php.internal.core.ast.scanner.php82,
org.eclipse.php.internal.core.ast.scanner.php83,
org.eclipse.php.internal.core.ast.util;
x-friends:="org.eclipse.php.refactoring.core.tests,
org.eclipse.php.refactoring.core,
Expand Down Expand Up @@ -354,6 +355,7 @@ Export-Package: org.eclipse.php.core,
org.eclipse.php.internal.core.compiler.ast.parser.php80,
org.eclipse.php.internal.core.compiler.ast.parser.php81,
org.eclipse.php.internal.core.compiler.ast.parser.php82,
org.eclipse.php.internal.core.compiler.ast.parser.php83,
org.eclipse.php.internal.core.compiler.ast.visitor;
x-friends:="org.eclipse.php.refactoring.core.tests,
org.eclipse.php.refactoring.core,
Expand Down Expand Up @@ -569,6 +571,7 @@ Export-Package: org.eclipse.php.core,
org.eclipse.php.internal.core.documentModel.parser.php80,
org.eclipse.php.internal.core.documentModel.parser.php81,
org.eclipse.php.internal.core.documentModel.parser.php82,
org.eclipse.php.internal.core.documentModel.parser.php83,
org.eclipse.php.internal.core.documentModel.parser.regions;
x-friends:="org.eclipse.php.refactoring.core.tests,
org.eclipse.php.refactoring.core,
Expand Down
100 changes: 100 additions & 0 deletions plugins/org.eclipse.php.core/Resources/language/php8.3/.list
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
Core.php
FFI.php
PDO.php
PDO_ODBC.php
Phar.php
Reflection.php
SPL.php
SimpleXML.php
Zend OPcache.php
amqp.php
apcu.php
ast.php
basic.php
bcmath.php
bz2.php
calendar.php
couchbase.php
ctype.php
curl.php
date.php
dba.php
dom.php
ds.php
event.php
exif.php
expect.php
fileinfo.php
filter.php
ftp.php
gd.php
gearman.php
gettext.php
gmp.php
gnupg.php
grpc.php
hash.php
http.php
iconv.php
igbinary.php
imagick.php
imap.php
intl.php
json.php
ldap.php
libxml.php
mailparse.php
mbstring.php
mcrypt.php
memcache.php
memcached.php
mongodb.php
msgpack.php
mysqli.php
mysqlnd.php
odbc.php
openssl.php
pcntl.php
pcov.php
pcre.php
pdo_dblib.php
pdo_mysql.php
pdo_pgsql.php
pdo_sqlite.php
pdo_sqlsrv.php
pgsql.php
posix.php
pspell.php
random.php
raphf.php
rdkafka.php
readline.php
redis.php
session.php
shmop.php
snmp.php
soap.php
sockets.php
sodium.php
sqlite3.php
sqlsrv.php
ssh2.php
standard.php
sysvmsg.php
sysvsem.php
sysvshm.php
tidy.php
tokenizer.php
uuid.php
v8js.php
vips.php
xdebug.php
xlswriter.php
xml.php
xmlreader.php
xmlwriter.php
xsl.php
yaml.php
zip.php
zlib.php
zmq.php
Loading

0 comments on commit ca9b8c2

Please sign in to comment.