Code Monkey home page Code Monkey logo

phpphp's Issues

composer install error

Hello!I perform composer install has been card after this command Then I added the debug composer - VVV install see error messages below Please help to solve it.
phpphp_error

About the timeout

Hi
when i run the command

php composer.phar install --dev

there are some problems about that:

[Symfony\Component\Process\Exception\RuntimeException]
The process timed out.

I just run this
COMPOSER_PROCESS_TIMEOUT=4000 php composer.phar update

But the problem still exist .

I dont know WHY and HOW !!

Thanks.

Apache and Opcode caches integration

This is more of a question but there is a "question" tag in Github issues so:

If it was possible to integrate PHPPHP to Apache (or any server) like PHP, and if it was possible for PHPPHP to generate opcodes like PHP opcodes, then PHPPHP could become a serious alternative to PHP right?

Because without even having to compile PHPPHP to C (with HipHop for example), you could have equivalent performances if you cache the opcodes generated.

Now, I've read the README and looked at some parts of the code, but I'm not sure if this project generates any opcode (or if it executes directly the parsed code), and if yes then is the opcode compatible with the PHP opcodes?

And I confess I don't know the details of how Apache communicates with PHP (I know it can be a "module" of using fastCGI), but I guess this could be possible with PHPPHP.

That would be extremely interesting to have PHP developed in PHP, because following the latest discussions on PHP internals, there aren't enough PHP devs, and it is mostly because it is developed in C.

With PHPPHP, PHP users can participate to its development.

$_GET/$_POST ?

I've been trying to get $_GET/$_POST support working for the entire day already, but I don't seem to be very lucky at this, unfortunately.

It definitely doesn't seem to be supported by default, so I tried to integrate it myself. I've tried the following approaches, without much luck. Would you guys be able to tell me what's up?

  • Add/Dump $_GET/$_POST in Executor.php's execute function, at the point where $scope->symbolTable is assigned.
  • Adding array's/Zval::ptrFactory's/Zval:factory's/Zval::<other stuff> to $this->symbolTable in ExecutorGlobals.php's __construct.
  • Dumping data in OpLines/FetchGlobalVariables.php's execute handler, to receive a notification of reading a global.
  • Some other stuff..

Other than that, I'm really amazed by how clean the PHP code is, very good job on that one! Hopefully globals will be supported soon.

Also, I noticed that var_dump($GLOBALS); results in an infinite loop.

Cheers,
Jurriaan

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.