Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Mobile Neural Network
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
Timed PHP Compilation 1.7.0
pts/build-php-1.7.0
- 07 April 2024 -
Update against PHP 8.3.4 to fix GCC 14 building.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://mirror.cogentco.com/pub/php/php-8.3.4.tar.xz, http://ftp.ntu.edu.tw/php/distributions/php-8.3.4.tar.xz, http://mirror.internode.on.net/pub/php/php-8.3.4.tar.xz</URL> <MD5>598f9d78cbf4bbe4dc1c008a43459e61</MD5> <SHA256>39a337036a546e5c28aea76cf424ac172db5156bd8a8fd85252e389409a5ba63</SHA256> <FileName>php-8.3.4.tar.xz</FileName> <FileSize>12443980</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh echo "#!/bin/sh cd php-8.3.4 make -s -j \$NUM_CPU_CORES 2>&1 echo \$? > ~/test-exit-status" > time-compile-php chmod +x time-compile-php
interim.sh
#!/bin/sh cd php-8.3.4 make clean
post.sh
#!/bin/sh rm -rf php-8.3.4
pre.sh
#!/bin/sh rm -rf php-8.3.4 tar -xf php-8.3.4.tar.xz cd php-8.3.4 ./configure --without-sqlite3 --without-pdo-sqlite make clean
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <PhoronixTestSuite> <TestInformation> <Title>Timed PHP Compilation</Title> <AppVersion>8.3.4</AppVersion> <Description>This test times how long it takes to build PHP.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Time To Compile</SubTitle> <Executable>time-compile-php</Executable> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.7.0</Version> <SupportedPlatforms>Linux, MacOSX, Solaris, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, libxml2</ExternalDependencies> <EnvironmentSize>114</EnvironmentSize> <ProjectURL>http://www.php.net/</ProjectURL> <RepositoryURL>https://github.com/php/php-src</RepositoryURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>