'Programming/php'에 해당되는 글 71건

  1. 2014.09.23 xcache apc
  2. 2014.08.28 lighthttpd / php / FastCGI
  3. 2014.07.07 php5 class / object oriented programming 4
  4. 2014.07.03 웹소켓 (websocket)
  5. 2014.05.19 php 로그인 예제
  6. 2014.04.09 php framework / 읽을꺼리
  7. 2014.03.28 php 메뉴얼
  8. 2013.07.07 php $_SERVER 변수
  9. 2013.02.22 index.php가 다운받아지는 문제점 -_-
  10. 2012.12.03 php ++,-- 연산자
Programming/php2014. 9. 23. 18:33
xcache - ubuntu 14.04 기준
/etc/php5/mods-available/xcache.ini
/usr/lib/php5/20121212/xcache.so

$ vi /etc/php5/fpm/php.ini
extension=xcache.so

$ vi /etc/php5/mod-available/xcache.ini
[xcache.admin]
;xcache.admin.enable_auth = On
xcache.admin.enable_auth = Off
 

[링크 : http://xcache.lighttpd.net]
[링크 : http://www.tecmint.com/install-xcache-to-accelerate-and-optimize-php-performance/] xcache 설치 / 최적화


[링크 : http://blog.pages.kr/217]
[링크 : http://php.net/manual/en/book.apc.php]



[링크 : http://en.m.wikipedia.org/wiki/List_of_PHP_accelerators]

'Programming > php' 카테고리의 다른 글

php EGPCS  (0) 2014.10.07
php-fpm관련  (0) 2014.09.25
lighthttpd / php / FastCGI  (0) 2014.08.28
php5 class / object oriented programming  (4) 2014.07.07
웹소켓 (websocket)  (0) 2014.07.03
Posted by 구차니
Programming/php2014. 8. 28. 18:06
최신버전에는 php-fpm이 통합된 것으로 보이며
php 가 요청에 따라 마구 늘어나는 것을 fpm(Fastcgi Process Manager)를 통해 어느정도 억제가 가능하거나
connection pool을 제공함으로서 성능 향상을 도모할 수 있는 것으로 추측된다.


'Programming > php' 카테고리의 다른 글

php-fpm관련  (0) 2014.09.25
xcache apc  (0) 2014.09.23
php5 class / object oriented programming  (4) 2014.07.07
웹소켓 (websocket)  (0) 2014.07.03
php 로그인 예제  (0) 2014.05.19
Posted by 구차니
Programming/php2014. 7. 7. 13:27
php 책 펴놓고 공부하면서 찾아보는데..
객체지향은 php5 부터 지원한다고 한다.

[링크 :  http://php.net/manual/en/language.oop5.php]

'Programming > php' 카테고리의 다른 글

xcache apc  (0) 2014.09.23
lighthttpd / php / FastCGI  (0) 2014.08.28
웹소켓 (websocket)  (0) 2014.07.03
php 로그인 예제  (0) 2014.05.19
php framework / 읽을꺼리  (0) 2014.04.09
Posted by 구차니
Programming/php2014. 7. 3. 15:48
웹소켓 조만간 쓸일이 있을것 같아서 조사중

[링크 : http://yoontaesub.egloos.com/2045579]
[링크 : http://tools.ietf.org/html/rfc6455]

웹소켓 php 적용 버전
[링크 : https://code.google.com/p/phpwebsocket/ ]


+
[링크 : http://dev.w3.org/html5/websockets/ ]

'Programming > php' 카테고리의 다른 글

lighthttpd / php / FastCGI  (0) 2014.08.28
php5 class / object oriented programming  (4) 2014.07.07
php 로그인 예제  (0) 2014.05.19
php framework / 읽을꺼리  (0) 2014.04.09
php 메뉴얼  (0) 2014.03.28
Posted by 구차니
Programming/php2014. 5. 19. 11:16
언젠간 쓸일이 있겠지? 

[링크 : http://jmnote.com/wiki/PHP_세션_로그인_구현]

'Programming > php' 카테고리의 다른 글

php5 class / object oriented programming  (4) 2014.07.07
웹소켓 (websocket)  (0) 2014.07.03
php framework / 읽을꺼리  (0) 2014.04.09
php 메뉴얼  (0) 2014.03.28
php $_SERVER 변수  (0) 2013.07.07
Posted by 구차니
Programming/php2014. 4. 9. 17:21

CakePHP
Symfony
Solar
Agavi
Zend Framework
CodeIgniter << 추천이 많음
Prado
Drupal

[링크 : http://cakephp.org/]
[링크 : http://symfony.com/]
[링크 : http://solarphp.com/]
[링크 : http://www.agavi.org/]
[링크 : http://framework.zend.com/]
[링크 : http://ellislab.com/codeigniter
[링크 : http://www.pradosoft.com/]
[링크 : https://drupal.org/project/framework]

[링크 : http://wdev.tistory.com/115]
[링크 : http://trend21c.tistory.com/621]

'Programming > php' 카테고리의 다른 글

웹소켓 (websocket)  (0) 2014.07.03
php 로그인 예제  (0) 2014.05.19
php 메뉴얼  (0) 2014.03.28
php $_SERVER 변수  (0) 2013.07.07
index.php가 다운받아지는 문제점 -_-  (0) 2013.02.22
Posted by 구차니
Programming/php2014. 3. 28. 23:50
jsp 하다 보니 
조금 더 시간을 들여서 php까지 하는게 좋을거 같아서 링크 저장

[링크 : http://docs.php.net/manual/en/]
[링크 : http://docs.php.net/manual/kr/index.php

'Programming > php' 카테고리의 다른 글

php 로그인 예제  (0) 2014.05.19
php framework / 읽을꺼리  (0) 2014.04.09
php $_SERVER 변수  (0) 2013.07.07
index.php가 다운받아지는 문제점 -_-  (0) 2013.02.22
php ++,-- 연산자  (0) 2012.12.03
Posted by 구차니
Programming/php2013. 7. 7. 20:21
$_SERVER[] 변수는 서버에서 관리되는 내용을 받을수 있다.
단, Mac address는 php만으로는 안되고
exec를 통해 arp 조회를 하거나 javascript의 허가 하에 받아올수 있다고 한다.


또한, REMOTE_ADDR은 proxy 사용시 제대로 표기 안되므로
HTTP_X_FORWAREDE_FOR를 써야 한다고 한다.

'REMOTE_ADDR' The IP address from which the user is viewing the current page.
'REMOTE_HOST' The Host name from which the user is viewing the current page. The reverse dns lookup is based off the REMOTE_ADDR of the user.
'REMOTE_PORT' The port being used on the user's machine to communicate with the web server.
'REMOTE_USER' The authenticated user.

If you are serving from behind a proxy server, you will almost certainly save time by looking at what these $_SERVER variables do on your machine behind the proxy.
$_SERVER['HTTP_X_FORWARDED_FOR'] in place of $_SERVER['REMOTE_ADDR']

[링크 : http://php.net/manual/en/reserved.variables.server.php]

'Programming > php' 카테고리의 다른 글

php framework / 읽을꺼리  (0) 2014.04.09
php 메뉴얼  (0) 2014.03.28
index.php가 다운받아지는 문제점 -_-  (0) 2013.02.22
php ++,-- 연산자  (0) 2012.12.03
php 간단정리  (0) 2012.11.26
Posted by 구차니
Programming/php2013. 2. 22. 20:27
다른 원인도 있겠지만...
내가 겪은 이유는.. 황당 그 자체!!!


index.php
index.html.bak


두개의 파일이 존재했는데, 파일의 문제인지
index.php의 내용이 다운받아지고 보여지지 않는다 -_-

결론 : index.php를 쓰려면 index.html.bak 라던가 이런 유사 index 파일들을 조심하자? 

'Programming > php' 카테고리의 다른 글

php framework / 읽을꺼리  (0) 2014.04.09
php 메뉴얼  (0) 2014.03.28
php $_SERVER 변수  (0) 2013.07.07
php ++,-- 연산자  (0) 2012.12.03
php 간단정리  (0) 2012.11.26
Posted by 구차니
Programming/php2012. 12. 3. 07:59
$--a 인가? --$a 인가? 고민을 허무하게 해결 ㅋㅋㅋ

Increment/decrement Operators
Example Name Effect
++$a Pre-increment Increments $a by one, then returns $a.
$a++ Post-increment Returns $a, then increments $a by one.
--$a Pre-decrement Decrements $a by one, then returns $a.
$a-- Post-decrement Returns $a, then decrements $a by one.

'Programming > php' 카테고리의 다른 글

php framework / 읽을꺼리  (0) 2014.04.09
php 메뉴얼  (0) 2014.03.28
php $_SERVER 변수  (0) 2013.07.07
index.php가 다운받아지는 문제점 -_-  (0) 2013.02.22
php 간단정리  (0) 2012.11.26
Posted by 구차니