HipHop for PHP transforms PHP source code into highly optimized C++.
-1
votes
1answer
44 views
How to do static code analysis with HipHop for PHP? [closed]
I have installed hiphop on Ubuntu following these inscrutions : https://github.com/facebook/hiphop-php/wiki/Prebuilt-Packages-on-Ubuntu-12.04
Now how do I do static code analysis on a ...
0
votes
1answer
16 views
HipHop-Php VM and auto_prepend
Does anyone know if it is possible to include an auto_prepend file with HipHop hhvm (latest version)?
I don't see in the options or the documentation anything about this feature.
3
votes
3answers
275 views
Porting htaccess rewrite rules to hiphop-php config
I have a CodeIgniter project that requires rewriting rules to navigate controllers/views and the like. I have correctly installed hiphop-php on Ubuntu 12.04 and it works perfectly, including with the ...
0
votes
1answer
29 views
Hiphop custom extension
I am trying to create a simple hello world extension using HipHop version 2.1.0. I read the docs in doc/extension.development. However, I believe these are now outdated. I followed the instructions ...
0
votes
0answers
27 views
You need to install binutils, Hiphop-php compilation error
I am installing hiphop-php and encountered the following error
you need to install binutils
But i already installed binutils package version 2.20.51.0.2
erros shows below,
-- CMAKE_PREFIX_PATH ...
0
votes
1answer
42 views
hiphop-php compilation error
I am installing hiphop-php. In the final step(complation) i got an error,
-- CMAKE_PREFIX_PATH was missing, proceeding anyway
-- MySQL Include dir: /usr/include library dir: /usr/lib64/mysql
-- ...
1
vote
3answers
83 views
HipHop not resolving JSON defined constants
I'm doing an application that uses json. For testeability purposes I made a JsonWrapper:
<?php
class JsonWrapper {
private $json_errors;
public function __construct() {
...
0
votes
0answers
74 views
Hiphop compilation fails on centos-6_x64 [closed]
I've been working with hiphop on fresh centos-6.3 with gcc-4.6.3 and boost-1.50 and followed the following guide for hiphop compilation ...
0
votes
1answer
56 views
What does `<<` mean when declaring a variable in PHP? [duplicate]
I was looking at this article about facebook's HipHop Virtual Machine (HHVM) when I noticed this line:
<?php
$u_bytes =
$p_bytes = 100 << 20;
I tested it by running echo 100 << 20; ...
0
votes
2answers
63 views
HipHop compiler doesn't recognise object $this variable
I am new to HipHop and I'm trying to get a custom PHP application to compile and run and the compilation error log file contains hundreds of errors relating to the $this variable being "Undeclared".. ...
1
vote
1answer
337 views
Hiphop VM and running against a php file
I'm having trouble running a php file against the hip hop virtual machine. I setup a new Ubuntu 12.04 server, installed according to this guideline, however when trying to following examples from the ...
0
votes
1answer
612 views
compiling PHP using HIPHOP
Can any one here provide me a good tutorial on compiling PHP using HipHop? i saw this link . But i cannot understand the linux commands. I developed the application in windows. I was not able to run ...
2
votes
1answer
134 views
What to consider in writing a linux daemon in php and compile it with hiphop for obfuscation
We want to write a Linux service in php and compile it with HIPHOP. Since we started the project with php and we could do all the programming in-house instead of hiring a c++ programmer etc. we would ...
3
votes
2answers
1k views
Does HHVM (HipHop) support Postgresql/arbitary pecl extensions?
Facebook made a big announcement today -- HHVM is replacing the original hiphop compiler.
The old HipHop had limited support for extensions -- including, IIRC, no postgres support.
Does HHVM support ...
1
vote
1answer
431 views
Terminate on instance “std::runtime_error” Hiphop-Php
I have successfully built Hiphop-Php on an ubuntu server 12.04 LTS but when I run the command:
$HPHP_HOME/src/hphp/hphp test.php
This error occurs:
terminate called after throwing an instance of ...
6
votes
1answer
481 views
PHP 5.4 and Facebook Hiphop compatibility
I was wondering does anyone know which of the features in PHP 5.4 are not supported in Facebook's Hiphop library. There's some questions on the Hiphop github wiki, such as this one, that very vaguely ...
0
votes
1answer
74 views
Is hiphop compilation on the fly?
Can I just upload the normal .php files to the server and will hiphop automatically compile the files on first request. Or do I have to compile the files before uploading to the server?
If I have a ...
0
votes
2answers
694 views
GCC 4.6.3 fail to install Debian
I'm having trouble installing gcc 4.6.3 on Debian squeeze. 4.4 is currently installed but I need 4.6.x to run php-hiphop. I've tried looking for similar problems but haven't found any with the error I ...
0
votes
1answer
379 views
Libmemcached make error
I am having a problem with the make command for libmemcached, it throws up all these errors near the end of the command
CXX example/memcached_light.o
example/memcached_light.cc:40:19: error: ...
1
vote
1answer
235 views
Error while trying to run the HipHop in “Mode 2(Compiling HipHop in a temporary directory and running the compiled program from the command line)”
I have installed the HipHop and all the dependencies in my VM(Ubuntu 12.04 LTS), no issues faced while setting up the environment. But I am not able to run the HipHop in Mode 2 or 3 or 4 or 5 as ...
2
votes
1answer
273 views
How to use and check the performance improvement by HipHop for PHP?
I am impressed by the discussions around HipHop PHP from Facebook, also want to try it once. I found many articles saying how HipHop is improving performance and I found installation steps as well. ...
1
vote
0answers
149 views
Hiphop PHP: CodeError.js always contains 0 errors
I use Ubuntu 12.04 (64 bit).
I have compiled hipHop from the source using this manual: https://github.com/facebook/hiphop-php/wiki/Building-and-installing-HHVM-on-Ubuntu-12.04
hphp runs fine, but I ...
1
vote
1answer
98 views
How do source transformers work?
I have been thinking about source transformers like HipHop and Haxe. From their respective websites, I see that these tools converts a source language to target language and then uses the compilers of ...
0
votes
1answer
52 views
throwing an instance of 'HPHP::RescheduleException' - Compile failed on CentOS 5
CentOS 5.8 --- Kenrel 2.6.18-308.11.1.el5 x86_64
This is strange error with 64bit CentOS 5, I ran out of luck...
[ 89%] Built target ext_hhvm_static
Scanning dependencies of target hphp
[ 89%] ...
-2
votes
1answer
125 views
Does PHP HipHop support Mysqli library with prepared statements
We are using Mysqli prepared statements. Please let us know if we can use PHP hiphop and if it supports Mysqli especially prepared statements. Thanks in advance.
0
votes
1answer
618 views
Problems building hiphop on Ubuntu 11.10 (Hiphop)
when I come to hiphop-php directory and
run cmake .
I get the following errors:
-- Could NOT find LIBINOTIFY (missing: LIBINOTIFY_LIBRARY LIBINOTIFY_INCLUDE_DIR)
CMake Error at ...
0
votes
1answer
126 views
Hip-Hop php installation on ec2 gives an error
I have read the following post and followed all the steps mentioned below
how to install hiphop for php?
But at 88% i got the following error!
[ 88%] Building CXX object ...
0
votes
1answer
193 views
Trouble with custom libevent package while building hiphop
I'm having trouble building hiphop under Backtrack 5. I have installed all the essentials and apparently the only part that it keeps failing at is the custom libevent package.
Here are the commands ...
2
votes
1answer
132 views
Using php hip-hop in cygwin
Is that possible to run hip-hop php in cygwin which is using more script languages in windows like linux environment...?
10
votes
1answer
633 views
Hiphop error when running program had compiled
I have succeed when using Hiphop to try compile a simple yii app (generate with cmd yiic webapp demo).
hphp test.php --keep-tempdir=1 --log=3 --include-path="../yii/framework"
Compile-processing is ...
1
vote
1answer
210 views
Error building libcurl 7.21.2 on Ubuntu 11.10 when installing Hiphop
I'm following this guide to install Hiphop on Ubuntu 11.10:
http://societyofcode.com/articles/guide_getting_started_with_hiphop_for_php-01-04-12
When I try command cmake . then i get errors:
-- ...
0
votes
1answer
210 views
Nginx hiphop php - Assign Server variables dynamic how to?
We are trying to make use of hiphop php for our domain. We are using nginx running in port 80, and hiphop in port 4247, in our PHP code we have used few server variables like DOCUMENT_ROOT, ...
1
vote
1answer
222 views
Protecting PHP CLI scripts
I'm currently writing a little commercial PHP Script which would be a VPN (PPTP) manager, in command line.
Actually, it's a socket server which is waiting for commands like "create", "suspend", ...
5
votes
2answers
707 views
Can you use HipHop PHP to build a php extension? [duplicate]
Possible Duplicate:
Using Hiphop for PHP extension development
This question is similar to the following: Using Hiphop for PHP extension development
I do not think that question was ...
5
votes
1answer
324 views
Is it possible to use PECL extensions in HipHop?
I have an application which uses rabbit mq broker and I have consumers written on php and use this extension http://pecl.php.net/package/amqp. I would like to compile these consumers using hiphop but ...
1
vote
1answer
383 views
HipHop vs APC vs Other or php optcode caching
I've been using APC for a while for just optcode cache and memcached for object caching. I'm thinking of switching from APC to HopHop.
However, it seems that HipHop hasn't had much development ...
0
votes
1answer
175 views
Using PHP HipHop to create modular helpers
From what I've read about PHP HipHop – it serves the purpose of converting PHP code into C++. The bit I did not understand is how the actual code is later on executed and whether only some elements of ...
2
votes
2answers
646 views
Facebook HipHop virtual machine for PHP?
I've looked at this article- HipHop PHP (was Hyper PHP by Facebook)
However, recently come across this Facebook Speeds Development With “HipHop Virtual Machine”, A 60% Faster PHP Executor
Does ...
1
vote
1answer
276 views
Run file on Windows which was Compiled using HIPHOP-PHP
Is it possible to run the compiled program file on windows?
I have compiled the php script in Linux - ubuntu using HIPHOP-PHP.
Now i want to run that file on windows.
like we use command ...
2
votes
2answers
227 views
HipHop PHP - Issues with string concat
I'm having serious issues with string concatenation in HipHop->C++ compiled PHP scripts.
My scripts rely heavily on concatenating strings, it performs in 0.6 seconds with PHP and 60 seconds compiled ...
2
votes
1answer
136 views
What does an associative array look like after HipHop PHP converts it to C++?
What does an associative array look like after HipHop PHP converts it to C++?
I was hoping someone that already compiled HipHop can tell me what this would look like:
$myAssoc = ...
1
vote
2answers
233 views
Possible to maintain php HipHop code?
I've been reading a lot about Facebook's PHP HipHop project, but one thing I can't seem to figure out (I don't have a 64 bit machine to test HipHop on) is whether or not one could use HipHop as simply ...
0
votes
2answers
792 views
Compile Wordpress with HipHop
I have a high volume wordpress 3.2 installation. I was considering compiling wordpress in C++ with HipHop, as several resources report a speedup of up to 2.7x times with WordPress 3.0.
Anyhow I can't ...
1
vote
2answers
1k views
Problems building libcurl 7.21.2 on Ubuntu 11.10 (Hiphop)
I'm following this Hiphop installation guide:
https://github.com/facebook/hiphop-php/wiki/Building-and-installing-on-ubuntu-10.10
And when I try to make it, I get the following errors:
...
0
votes
1answer
125 views
hiphop for php: Issue running: …Assertion 'threadCount >= 1' failed
I followed all the steps for installing and building in
Ubuntu 11.04, and then when I was about running it:
hphp/hphp test.php
hphp: home/user/dev/hiphop-php/src/util/job_queue.h:306:
...
6
votes
4answers
4k views
how to install hiphop for php?
The most of devepolers know something about Facebook's Hiphop for php, I want to use it in my scripts but have no idea where to start.
Should I speak with my server provider? or Do I need to add some ...
0
votes
1answer
333 views
Compile C++ Source Generated by HipHop
How can I compile a project converted into C++ with HipHop on a different server (which doesn't have HipHop installed)?
I've copied the source over, it look like this:
./ CMakeCache.txt ...
1
vote
1answer
516 views
Which mysql library is supported in php hiphop?
In regular php, there are multiple libraries for accessing mysql, such as mysql, mysqli, pdo and mysqlnd.
Which of these libraries are supported in php hiphop ...
1
vote
2answers
736 views
HipHop PHP & CMAKE_PREFIX_PATH
Still trying to install HipHop...
It has a problem with the global environmental variable "CMAKE_PREFIX_PATH".
I have already set this and I can see it is set when I type "env", but when I try to ...
0
votes
1answer
302 views
HipHop PHP — Passing Arguments to Compiled PHP Executable
I'm trying to understand the HipHop documentation, but it's not very clear. I have a PHP script I want to compile into an executable with HipHop.
How do I pass arguments to this PHP executable by ...