Skip to content

Commit

Permalink
Merge pull request #1 from mitchmac/php-8.1.23
Browse files Browse the repository at this point in the history
Update to php 8.1.23
  • Loading branch information
mitchmac authored Sep 17, 2023
2 parents 8803126 + 5774deb commit 743426b
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ RUN make install

WORKDIR /work

RUN curl -L http://ca3.php.net/get/php-8.1.22.tar.bz2/from/this/mirror --create-dirs -o /work/php.tar.bz2
RUN curl -L http://ca3.php.net/get/php-8.1.23.tar.bz2/from/this/mirror --create-dirs -o /work/php.tar.bz2

RUN tar -jxvf php.tar.bz2 \
&& mkdir php-81-bin

WORKDIR /work/php-8.1.22
WORKDIR /work/php-8.1.23

#ENV SQLITE_LIBS="-L/sqlite/sqlite-autoconf-3420000/.libs -lsqlite3"
#ENV SQLITE_CFLAGS="-I/sqlite/sqlite-autoconf-3420000"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverlesswp",
"version": "0.1.1",
"version": "0.1.2",
"description": "Run PHP on Lambda (AWS, Netlify, Vercel)",
"keywords": [
"serverless",
Expand Down
Binary file modified php-files/exts/opcache.so
Binary file not shown.
Binary file modified php-files/lib/libcrypt.so.1
Binary file not shown.
Binary file modified php-files/lib/libcurl.so.4
Binary file not shown.
Binary file modified php-files/lib/liblber-2.4.so.2
Binary file not shown.
Binary file modified php-files/lib/libldap-2.4.so.2
Binary file not shown.
Binary file modified php-files/lib/libnghttp2.so.14
Binary file not shown.
Binary file modified php-files/lib/libonig.so.2
Binary file not shown.
Binary file modified php-files/lib/libsqlite3.so.0
Binary file not shown.
Binary file modified php-files/lib/libxml2.so.2
Binary file not shown.
Binary file modified php-files/php
Binary file not shown.

0 comments on commit 743426b

Please sign in to comment.