Home
last modified time | relevance | path

Searched +full:build +full:- +full:php (Results 1 – 25 of 1029) sorted by relevance

12345678910>>...42

/external/grpc-grpc/src/php/docker/
DREADME.md5 [gRPC PECL extension](http://pecl.php.net/package/grpc) against various
6 different PHP environments.
9 ## Build and Run Tests
14 To build all docker images:
16 $ ./src/php/bin/build_all_docker_images.sh
19 Or to only build some selected images
21 $ ./src/php/bin/build_all_docker_images.sh grpc-ext php-src
24 Or to only print out individual `docker build` commands
26 $ ./src/php/bin/build_all_docker_images.sh --cmds
31 $ ./src/php/bin/run_all_docker_images.sh
[all …]
/external/protobuf/
D.gitignore1 # autogen.sh-generated files
9 install-sh
24 # in-tree configure-generated files
32 protobuf-lite.pc
35 stamp-h1
37 # in-tree build products
54 *.egg-info
59 python/build/
71 src/no-warning-test
72 src/protobuf*-test
[all …]
DMakefile.am3 ACLOCAL_AMFLAGS = -I m4
7 # Build . before src so that our all-local and clean-local hooks kicks in at
14 # See pkg/BUILD.bazel for overall definitions.
17 # Build gmock before we build protobuf tests. We don't add gmock to SUBDIRS
18 # because then "make check" would also build and run all of gmock's own tests,
22 check-local:
28 # be careful because clean-local is also invoked during "make distclean", but
33 clean-local:
34 @if test -e third_party/googletest/Makefile; then \
38 if test -e conformance/Makefile; then \
[all …]
/external/grpc-grpc/examples/php/echo/
DREADME.md2 # gRPC PHP End-to-End Examples
4 This page shows a number of ways to create a PHP gRPC client and connect with
13 $ git clone https://github.com/grpc/grpc-web
14 $ cd grpc-web
15 $ docker-compose build prereqs node-server
16 $ docker run -d -p 9090:9090 --name node-server grpcweb/node-server
25 $ cd grpc/examples/php/echo
29 In order to build a PHP gRPC client, we need to install the `grpc` extension
33 $ docker build -t grpc-php/base -f ./base.Dockerfile .
40 Let's first build a simple CLI gRPC client:
[all …]
/external/grpc-grpc/src/php/
DREADME.md4 This directory contains source code for PHP implementation of gRPC layered on
6 tutorials can be seen at [grpc.io](https://grpc.io/docs/languages/php/quickstart).
7 gRPC PHP installation instructions for Google Cloud Platform is in
8 [cloud.google.com](https://cloud.google.com/php/grpc).
14 * `php`: version 7.0 or above (PHP 5.x support is deprecated from Sep 2020).
24 * Build from source
35 $ [sudo] pecl install grpc-1.30.0
39 specified [here](https://grpc.io/docs/languages/#official-support).
44 You can download the pre-compiled `grpc.dll` extension from the PECL
45 [website](https://pecl.php.net/package/grpc).
[all …]
/external/cronet/tot/third_party/protobuf/
DMakefile.am3 ACLOCAL_AMFLAGS = -I m4
7 # Build . before src so that our all-local and clean-local hooks kicks in at
14 # See pkg/BUILD.bazel for overall definitions.
17 # Build gmock before we build protobuf tests. We don't add gmock to SUBDIRS
18 # because then "make check" would also build and run all of gmock's own tests,
22 check-local:
28 # be careful because clean-local is also invoked during "make distclean", but
33 clean-local:
34 @if test -e third_party/googletest/Makefile; then \
38 if test -e conformance/Makefile; then \
[all …]
/external/cronet/stable/third_party/protobuf/
DMakefile.am3 ACLOCAL_AMFLAGS = -I m4
7 # Build . before src so that our all-local and clean-local hooks kicks in at
14 # See pkg/BUILD.bazel for overall definitions.
17 # Build gmock before we build protobuf tests. We don't add gmock to SUBDIRS
18 # because then "make check" would also build and run all of gmock's own tests,
22 check-local:
28 # be careful because clean-local is also invoked during "make distclean", but
33 clean-local:
34 @if test -e third_party/googletest/Makefile; then \
38 if test -e conformance/Makefile; then \
[all …]
/external/googleapis/.kokoro/
Ddocker_update.sh3 # This script will build a Docker image for googleapis and recompile
4 # PHP and Ruby runtimes binaries to use in GAPIC generators for these
7 # Historically, PHP and Ruby keep their compiled runtimes in the generators'
9 # https://github.com/googleapis/gapic-generator-php/tree/main/rules_php_gapic/resources
10 # https://github.com/googleapis/gapic-generator-ruby/tree/main/rules_ruby_gapic/prebuilt
11 # They are needed to prevent rebuilding of PHP and Ruby runtime (each taking
12 # several minutes) every time the build is executed from a clean workspace.
27 # Docker image and to create pull requests against Ruby and PHP generators.
32 set -e
39 if test -d "$SHARED"; then
[all …]
/external/cronet/tot/third_party/protobuf/kokoro/linux/php_all/
Dbuild.sh6 set -ex
11 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:8.0.5-dbg-1…
13 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:7.0.33-dbg-
14 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:7.3.28-dbg-
15 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:7.4.18-dbg-
16 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:8.0.5-dbg-1…
19 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:8.0.5-dbg-1…
21 # Most of our tests use a debug build of PHP, but we do one build against an opt
22 # php just in case that surfaces anything unexpected.
23 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:8.0.5-14a06…
/external/cronet/stable/third_party/protobuf/kokoro/linux/php_all/
Dbuild.sh6 set -ex
11 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:8.0.5-dbg-1…
13 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:7.0.33-dbg-
14 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:7.3.28-dbg-
15 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:7.4.18-dbg-
16 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:8.0.5-dbg-1…
19 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:8.0.5-dbg-1…
21 # Most of our tests use a debug build of PHP, but we do one build against an opt
22 # php just in case that surfaces anything unexpected.
23 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:8.0.5-14a06…
/external/protobuf/kokoro/linux/php_all/
Dbuild.sh6 set -ex
11 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:8.0.5-dbg-1…
13 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:7.0.33-dbg-
14 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:7.3.28-dbg-
15 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:7.4.18-dbg-
16 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:8.0.5-dbg-1…
19 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:8.0.5-dbg-1…
21 # Most of our tests use a debug build of PHP, but we do one build against an opt
22 # php just in case that surfaces anything unexpected.
23 docker run $(test -t 0 && echo "-it") -v$PWD:/workspace gcr.io/protobuf-build/php/linux:8.0.5-14a06…
/external/protobuf/kokoro/linux/32-bit/
DDockerfile5 # steps can be cached. They do *not* run every time we run the build.
12 # Apt source for php
13 …N echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu trusty main" | tee /etc/apt/sources.list.d/…
14 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F4FCBB07
16 # Install dependencies. We start with the basic ones require to build protoc
17 # and the C++ build
18 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
20 autotools-dev \
21 build-essential \
28 libc6-dbg \
[all …]
/external/cronet/tot/third_party/protobuf/kokoro/linux/32-bit/
DDockerfile5 # steps can be cached. They do *not* run every time we run the build.
12 # Apt source for php
13 …N echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu trusty main" | tee /etc/apt/sources.list.d/…
14 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F4FCBB07
16 # Install dependencies. We start with the basic ones require to build protoc
17 # and the C++ build
18 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
20 autotools-dev \
21 build-essential \
28 libc6-dbg \
[all …]
/external/cronet/stable/third_party/protobuf/kokoro/linux/32-bit/
DDockerfile5 # steps can be cached. They do *not* run every time we run the build.
12 # Apt source for php
13 …N echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu trusty main" | tee /etc/apt/sources.list.d/…
14 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F4FCBB07
16 # Install dependencies. We start with the basic ones require to build protoc
17 # and the C++ build
18 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
20 autotools-dev \
21 build-essential \
28 libc6-dbg \
[all …]
/external/protobuf/.github/workflows/
Dphp-ext.yml1 name: PHP extension
4 - push
5 - pull_request
8 build-php:
9 name: Build PHP extension
10 runs-on: ubuntu-latest
11 container: ${{ matrix.php-image }}
14 php-image:
15 - php:7.4-cli
16 - php:8.1-cli
[all …]
/external/cronet/tot/third_party/protobuf/kokoro/linux/dockerfile/test/php80/
DDockerfile3 # Install dependencies. We start with the basic ones require to build protoc
4 # and the C++ build
5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
26 libonig-dev \
27 libsqlite3-dev \
[all …]
/external/protobuf/kokoro/linux/dockerfile/test/php80/
DDockerfile3 # Install dependencies. We start with the basic ones require to build protoc
4 # and the C++ build
5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
26 libonig-dev \
27 libsqlite3-dev \
[all …]
/external/cronet/stable/third_party/protobuf/kokoro/linux/dockerfile/test/php80/
DDockerfile3 # Install dependencies. We start with the basic ones require to build protoc
4 # and the C++ build
5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
26 libonig-dev \
27 libsqlite3-dev \
[all …]
/external/cronet/tot/third_party/protobuf/benchmarks/
DREADME.md13 build your language's protobuf, then:
19 benchmark tool for testing cpp. This will be automatically made during build the
26 We're using maven to build the java benchmarks, which is the same as to build
39 $ sudo apt-get install python-dev
40 $ sudo apt-get install python3-dev
42 And you also need to make sure `pkg-config` is installed.
47 toolchain and the Go protoc-gen-go plugin for protoc.
49 To install protoc-gen-go, run:
52 $ go get -u github.com/golang/protobuf/protoc-gen-go
56 The first command installs `protoc-gen-go` into the `bin` directory in your local `GOPATH`.
[all …]
/external/protobuf/benchmarks/
DREADME.md13 build your language's protobuf, then:
19 benchmark tool for testing cpp. This will be automatically made during build the
26 We're using maven to build the java benchmarks, which is the same as to build
39 $ sudo apt-get install python-dev
40 $ sudo apt-get install python3-dev
42 And you also need to make sure `pkg-config` is installed.
47 toolchain and the Go protoc-gen-go plugin for protoc.
49 To install protoc-gen-go, run:
52 $ go get -u github.com/golang/protobuf/protoc-gen-go
56 The first command installs `protoc-gen-go` into the `bin` directory in your local `GOPATH`.
[all …]
/external/cronet/stable/third_party/protobuf/benchmarks/
DREADME.md13 build your language's protobuf, then:
19 benchmark tool for testing cpp. This will be automatically made during build the
26 We're using maven to build the java benchmarks, which is the same as to build
39 $ sudo apt-get install python-dev
40 $ sudo apt-get install python3-dev
42 And you also need to make sure `pkg-config` is installed.
47 toolchain and the Go protoc-gen-go plugin for protoc.
49 To install protoc-gen-go, run:
52 $ go get -u github.com/golang/protobuf/protoc-gen-go
56 The first command installs `protoc-gen-go` into the `bin` directory in your local `GOPATH`.
[all …]
/external/cronet/stable/third_party/protobuf/php/
DREADME.md2 pure PHP package and a native c extension. The pure PHP package is intended to
3 provide usability to wider range of PHP platforms, while the c extension is
5 runtime APIs and share the same generated code. Users don’t need to re-generate
9 Both implementations make use of generated PHP code that defines message and
10 enum types in PHP. We strongly recommend using protoc's PHP generation support
11 with .proto files. The build process in this directory only installs the
12 extension/package; you need to install protoc as well to have PHP code
17 To use PHP runtime library requires:
19 - C extension: PHP 7.x, 8.0
20 - [PHP package](http://php.net/downloads.php): PHP 5.5, 5.6, 7.x, or 8.0.
[all …]
/external/protobuf/php/
DREADME.md2 pure PHP package and a native c extension. The pure PHP package is intended to
3 provide usability to wider range of PHP platforms, while the c extension is
5 runtime APIs and share the same generated code. Users don’t need to re-generate
9 Both implementations make use of generated PHP code that defines message and
10 enum types in PHP. We strongly recommend using protoc's PHP generation support
11 with .proto files. The build process in this directory only installs the
12 extension/package; you need to install protoc as well to have PHP code
17 To use PHP runtime library requires:
19 - C extension: PHP 7.x, 8.0
20 - [PHP package](http://php.net/downloads.php): PHP 5.5, 5.6, 7.x, or 8.0.
[all …]
/external/cronet/tot/third_party/protobuf/php/
DREADME.md2 pure PHP package and a native c extension. The pure PHP package is intended to
3 provide usability to wider range of PHP platforms, while the c extension is
5 runtime APIs and share the same generated code. Users don’t need to re-generate
9 Both implementations make use of generated PHP code that defines message and
10 enum types in PHP. We strongly recommend using protoc's PHP generation support
11 with .proto files. The build process in this directory only installs the
12 extension/package; you need to install protoc as well to have PHP code
17 To use PHP runtime library requires:
19 - C extension: PHP 7.x, 8.0
20 - [PHP package](http://php.net/downloads.php): PHP 5.5, 5.6, 7.x, or 8.0.
[all …]
/external/cronet/stable/third_party/protobuf/kokoro/linux/dockerfile/test/php/
DDockerfile3 # Install dependencies. We start with the basic ones require to build protoc
4 # and the C++ build
5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
25 libsqlite3-dev \
26 && apt-get clean
[all …]

12345678910>>...42