PHP -version and windows 7 [closed] - php

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
When typing PHP -version in my PC with Windows 7 I get:
Any of you know why?

Try:
php -v
It should be enough

Related

run php code before all requests [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I have a chunk of php code that I'd like to execute/include on each request on my server without having to alter each php file in my codebase. Is there a way to do this while using NGINX and php 5.3 on CentOs 6?
Use the auto_prepend_file configuration directive.

where can I find precompiled v8js dll for windows? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
where can I find precompiled v8js dll for windows? I search but i find only the sources!
There are v8 windows builds available at the project downloads page

how to invoke a function from server frequently? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I want to create a function which is it will running every month on a specific date,
how can I do this?
anyone can help me?
Normally by using some task scheduling software such as Windows Task Schedular or (for anything that isn't Windows) cron.

Can you host Magento on Heroku? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I know that you can run PHP on Heroku and use Amazon RDS for mySQL, but has anyone actually done it?

PHP: Zend code profiler [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Does someone knows how this profiler is called?
That's kcachegrind + Xdebug. http://xdebug.org/docs/profiler

Categories