Advertisement
Guest User

Untitled

a guest
Jul 16th, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. cd /root/php/
  2. git clone 'https://github.com/php/php-src'
  3. cd php-src
  4. ./buildconf --force
  5. ./configure '--with-apxs2=/usr/bin/apxs' '--with-mysqli' '--enable-soap' '--enable-sockets' '--enable-sysvsem' '--with-xsl' '--enable-zip' '--enable-mbstring' '--with-curl' '--with-mcrypt' '--enable-ftp' '--with-gd' '--with-jpeg-dir=/usr/lib' '--enable-exif' '--with-openssl' '--enable-pcntl' --enable-debug
  6. make
  7. make install
  8. php --version
  9. PHP 7.0.0-dev (cli) (built: Jul 17 2015 04:44:14) (DEBUG)
  10. Copyright (c) 1997-2015 The PHP Group
  11. Zend Engine v3.0.0-dev, Copyright (c) 1998-2015 Zend Technologies
  12.  
  13. php /srv/www/trunk.php7test1.brainsonic.com/html/plugins/bsPlaylistPlugin/test/functional/services/bsPlaylistServicesActionsTest.php http://trunk-tv1-services-php7test1.brainsonic.com/
  14. ....
  15. My test pass (ok) BUT I have the following extra content :
  16.  
  17. [Fri Jul 17 04:46:27 2015] Script: '/srv/www/damlp/plugins/trunk/bsPlaylistPlugin/test/functional/services/bsPlaylistServicesActionsTest.php'
  18. /root/php/php-src/Zend/zend_objects.c(161) : Freeing 0x7F3866CC9900 (200 bytes), script=/srv/www/damlp/plugins/trunk/bsPlaylistPlugin/test/functional/services/bsPlaylistServicesActionsTest.php
  19. [Fri Jul 17 04:46:27 2015] Script: '/srv/www/damlp/plugins/trunk/bsPlaylistPlugin/test/functional/services/bsPlaylistServicesActionsTest.php'
  20. /root/php/php-src/Zend/zend_objects.c(161) : Freeing 0x7F386635DC00 (200 bytes), script=/srv/www/damlp/plugins/trunk/bsPlaylistPlugin/test/functional/services/bsPlaylistServicesActionsTest.php
  21. Last leak repeated 1 time
  22. [Fri Jul 17 04:46:27 2015] Script: '/srv/www/damlp/plugins/trunk/bsPlaylistPlugin/test/functional/services/bsPlaylistServicesActionsTest.php'
  23. /root/php/php-src/Zend/zend_objects.c(161) : Freeing 0x7F3865E15900 (200 bytes), script=/srv/www/damlp/plugins/trunk/bsPlaylistPlugin/test/functional/services/bsPlaylistServicesActionsTest.php
  24. Last leak repeated 5 times
  25. === Total 9 memory leaks detected ===
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement