Add --enable-debug
and remove --strip-all
.
https://github.com/enumag/php/commit/8533c9e2851a07c3bd1bfdd8ad31d9386afafe1c
I also downgraded PHP version to 8.1.2
https://github.com/enumag/php/commit/9dfecbbc70659f742ed18ae96ce48391d397f776
Add --enable-debug
and remove --strip-all
.
https://github.com/enumag/php/commit/8533c9e2851a07c3bd1bfdd8ad31d9386afafe1c
I also downgraded PHP version to 8.1.2
https://github.com/enumag/php/commit/9dfecbbc70659f742ed18ae96ce48391d397f776
<?php declare(strict_types = 1); | |
use Google\Cloud\Logging\LoggingClient; | |
use Google\CloudFunctions\FunctionsFramework; | |
use GuzzleHttp\Psr7\Response; | |
use Psr\Http\Message\ResponseInterface; | |
use Psr\Http\Message\ServerRequestInterface; | |
FunctionsFramework::http( | |
'entrypoint', |
<?php declare(strict_types = 1); | |
use Google\Cloud\Logging\LoggingClient; | |
$client = new LoggingClient(['projectId' => $projectId]); | |
$logger = $client->psrLogger( | |
'app', | |
[ | |
'resource' => [ | |
'type' => 'cloud_function', |
git clone [email protected]:docker-library/php.git docker-library-php | |
## Go to the specific version you're interested in | |
cd docker-library-php/7.1/fpm/alpine | |
## Edit the .Dockerfile. | |
## Change | |
## ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data | |
## to | |
## ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --enable-debug | |
## Comment out or delete: |
<?php declare(strict_types = 1); | |
namespace App\Core\Tests\Infrastructure\Doctrine; | |
use App\Library\Test\KernelTestCase; | |
use Symfony\Bundle\FrameworkBundle\Console\Application; | |
use Symfony\Component\Console\Input\ArrayInput; | |
use Symfony\Component\Console\Output\BufferedOutput; | |
final class MigrationsUpToDateTest extends KernelTestCase |
<?php declare(strict_types=1); | |
namespace App\Library\DataStructures; | |
use Ds\Vector; | |
use Iterator; | |
use IteratorAggregate; | |
final class OrderedCollection implements IteratorAggregate | |
{ |
<?php declare(strict_types = 1); | |
namespace App\Library\Doctrine\Subscriber; | |
use Doctrine\Common\EventSubscriber; | |
use Doctrine\ORM\Event\LoadClassMetadataEventArgs; | |
use Doctrine\ORM\Events; | |
use Doctrine\ORM\Mapping\ClassMetadata; | |
final class DeferredExplicitTrackingPolicySubscriber implements EventSubscriber |
import sys | |
import unitypack | |
from unitypack.asset import Asset | |
if len(sys.argv) < 3: | |
print("Usage: " + sys.argv[0] + " assetfile.assets (offset | offsetfile.txt)\nOffset file formatting: per line \"offset [printout name]\"") | |
exit() | |
try: | |
targetOffsets = [[int(sys.argv[2], 0), sys.argv[2]]] |
<?php | |
declare(strict_types=1); | |
namespace Tests\Listener; | |
use PHPUnit\Framework\BaseTestListener; | |
use PHPUnit\Framework\Test; | |
class MemoryListener extends BaseTestListener |
mobil - hlavička moc velká | |
mobil - vypnout popup | |
mobil - na detailu košík před popis, nadpis na obrázkem | |
kontakt - přidat mapu | |
menu - hover | |
analytics - cíl na konverzní poměr | |
hledání - obrázky, css kategorie |