Questions tagged [hiphop]

HipHop for PHP transforms PHP source code into highly optimized C++.

HipHop for PHP transforms PHP source code into highly optimized C++.

115 questions
0
votes
2 answers

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".. here is a simplified example:- file…
Rich06
  • 61
  • 4
0
votes
1 answer

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 custom extension/module written in C, will it work…
Joyce Babu
  • 19,602
  • 13
  • 62
  • 97
0
votes
1 answer

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: event.h: No such file or directory CXX …
boundless08
  • 303
  • 4
  • 17
0
votes
1 answer

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%] Building CXX object…
Sandeep
  • 11
  • 1
0
votes
1 answer

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 CMake/FindLibunwind.cmake:19 (message): libunwind.h found without…
0
votes
1 answer

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 I'm running in order to build and install…
0
votes
1 answer

Using php hip-hop in cygwin

Is it possible to run hip-hop php in cygwin which is using more script languages in windows like linux environment...?
Learner
  • 714
  • 1
  • 5
  • 24
0
votes
1 answer

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, HTTP_TRUE_CLIENT_IP etc., the problem here is, the server…
Mohandoss
  • 35
  • 7
-1
votes
1 answer

Converting HHVM bytecode to PHP

It is possible to convert HHVM bytecode to PHP? Something like this: Pseudo-main at 0 maxStackCells: 1 numLocals: 0 numIterators: 0 // line 2 0: String "123" 5: Print 6: PopC 7: Int 1 16: RetC Pseudo-main at 0 maxStackCells:…
-2
votes
2 answers

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.
1 2 3 4 5 6 7
8