Questions tagged as 'php-cpp'

1
answer

PHP-CPP Include file within extension

I'm developing a php extension with PHP-CPP, where I need to make an include of a php file within the extension, I'm doing this to protect the code. I'm trying this way: Php::Value HomeController () { std::string source = ""; source += "<?p...
asked by 29.10.2015 / 11:43
0
answers

How to compile an extension with phpcpp using LINKER_DEPENDECIES "-lphpcpp"?

I'm compiling a my first phpcpp extension in Yosemite's MacOSX but I find the error "ld: library not found for -lphpcpp" how can I solve this?     
asked by 31.08.2016 / 17:32
0
answers

Compile PHP-CPP extension in Windows

I'm trying to develop a PHP extension with PHP-CPP in Windows. I was able to compile the .a and .so of PHP-CPP with MingW, but when I compile the extension it does not find phpcpp.h. Home My Makefile File: NAME = Teste IN...
asked by 14.02.2016 / 04:23
1
answer

PHP-CPP Compilation Version

I'm having trouble with an extension that I'm compiling in PHP-CPP, because when compiling on my Mac, the local version of it is 20121212, but my Xampp is the 20131226 version, the problem is that in every version of php which have a compilation...
asked by 09.11.2015 / 14:36
0
answers

How to combine 2 binary files into 1 with regular interval?

I have a program called interleave and it comes with an interleave.cpp file and I am trying to use this program to combine 2 files to result in 1 at regular intervals but I am not getting it. It does not open and does nothing when I click on i...
asked by 25.04.2018 / 05:38