Search result

[php] PHP 7.4의 새로운 기능

* PHP 7.4의 새로운 기능 https://xly.kr/posts/87 https://xly.kr/posts/89 https://stitcher.io/blog/new-in-php-74 https://gist.github.com/kimjangwook/627f1a721b659040fb92d55c57cd1a81 * Migrating from PHP...

PHP

[php] PHP 7.4에서 삭제예정으로 정해진 기능(Deprecated)

PHP 7.4 Deprecations https://medium.com/@kim.jangwook/ko-php-7-4-deprecations-25898e91098 Deprecated Features https://www.php.net/manual/en/migration74.deprecated.php * 3항 연산자를 괄호로 구분 해야만...

PHP

[php] PHP 7.4에서 삭제예정으로 정해진 기능(Deprecated)

PHP 7.4 Deprecations https://medium.com/@kim.jangwook/ko-php-7-4-deprecations-25898e91098 Deprecated Features https://www.php.net/manual/en/migration74.deprecated.php * 3항 연산자를 괄호로 구분 해야만...

PHP

[php] OpCache 설정

12,000개 파일의 라라벨을 하루 가동한 결과 * memory usage total memory: 256.00MB used memory: 32.53MB free memory: 221.07MB wasted memory: 2.39MB (0.94%) * opcache statistics number of cached files: 98...

PHP

[php] OpCache 설정

12,000개 파일의 라라벨을 하루 가동한 결과 * memory usage total memory: 256.00MB used memory: 32.53MB free memory: 221.07MB wasted memory: 2.39MB (0.94%) * opcache statistics number of cached files: 98...

PHP

[php] composer 사용법 (속도 향상 방법)

https://getcomposer.org/doc/03-cli.md * 옵션 --no-cache : 캐시 사용 안하기 --profile : 시간 정보 표시 --version (-V) : 버전 확인 * 캐시 지우기 composer clear-cache * 설치된 패키지 보기 composer show -...

PHP

[php] composer 1.10으로 업그레이드 후 dump-autoload 경고 메시지

composer dump-autoload 를 실행하면 다음의 경고 메시지가 출력됨 - 경고 메시지 Deprecation Notice: Class php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2....

PHP

[php] composer 1.10으로 업그레이드 후 dump-autoload 경고 메시지

composer dump-autoload 를 실행하면 다음의 경고 메시지가 출력됨 - 경고 메시지 Deprecation Notice: Class php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2....

PHP

How to control multiple PHP versions in Ubuntu

Although PHP 5.6 is legacy version and it’s not recommend for system, sometimes we should maintain legacy system. Let’s learn how to…Continue reading on Medium »

version-control PHP ubuntu

라라벨 7 새기능

Laravel 7.0 2020년3월3일 출시 https://laravel.com/docs/7.x/releases * Laravel Airlock - 인증 : spa, 모바일, api, 토큰 * Custom Eloquent Casts - 커스텀 자료형 타입 * 블레이드에서 컴포넌트 지원 Blade Co...

PHP