|
Hello,
On a server I have to take care of, errors from a vhost do not go to the standard PHP error log.
In the php.ini we have
log = /var/log/file
and phpinfo() does not show any difference between the vhost and the whole server.
But the callback function...
Started by Cédric Girard on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
In the httpd.conf because directives can also be added there using "php_admin_value" and others..
|
|
Why does some code in PHP have to be written in uppercase?
For instance:
if(isSet($_GET['lang'])) $lang = $_GET['lang']; $_SESSION['lang'] = $lang;
Do they work if I write them in lowercase?
Started by janoChen on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
In PHP are case sensitive :
Variables in PHP are represented by a dollar sign followed by the name mention have to be written uppercase by convention, the superglobal arrays like _GET, _SESSION et al..
|
|
We are interfacing with a piece of hardware developed here, and allowing access via the web. The firmware for this device is written in C, and part of that firmware is about 5000 lines of code that parses huge binary files for config data, compiled to...
Started by Ducain on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Yes, you can use it as a php extension (which are written in C), but you might it from php and utilize the results?
Something like
$data = `someprogram --options`
Then just use the data that they may be called ....
However you want.
|
Ask your Facebook Friends
|
Is there an equivalent to Trac written in PHP? I need something that integrates with SVN and is free. It should allow me to browse the SVN source, have some kind of bug tracking and show recent changes in the SVN. A wiki isn't essential.
Thanks in advance...
Started by Philip Morton on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
However, if you don't mind using multiple packages (and you said you don't need a wiki) then I'd suggest:
MantisBT - a free popular web-based ... .
I personally use Trac because I haven't been able to find another packaged solution that's just as flexible .
|
|
I've just watched the intro video to the 2.7 release of Wordpress, as I'm currently searching for a new blogging software.
I would prefer something written in an other programming language. But what is really astounding: PHP software (be it a CMS or a...
Started by stesch on
, 19 posts
by 19 people.
Answer Snippets (Read the full thread at stackoverflow):
Last time and maintainable than the ones written....
The look (mostly written in php), people still choose wordpress reinforcing it's popularity.
Language and it would still look the same and great stuff can be written in PHP.
|
|
I was just curious to see if I could get together a list of some popular, commercial applications written with the PHP language. I'm just curious what people have built using PHP and how well it seems to fit the application they've developed.
Some I know...
Started by Keith Palmer on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
If you....
Significant websites are written in PHP is PHP based.
Edit: Oh, and don't was recorded as the most popular Apache HTTP Server module .
Package
ExpressionEngine is written in PHP, pretty popular blogging engine.
|
|
I was looking at a SO member's open source project. It was a web framework written in C++.
Now you are all probably ready to respond about how C++ is a horrible language to do websites in, and that in websites, the bottleneck is in the database.
But.....
Started by Unknown on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
Some of the primary reasons scripting languages like Ruby or PHP have been invented is so would be faster if they were ....
Blog.no-ip.info/wikipp/en/page/main
last I checked, php, Ruby, and Python are all written in C development.
|
|
I have a web server which can run PHP and Ruby.
I would like to know if there is a PHP program which can do version control of my code similar to SVN?
I know there are already open source project hosting sites which provide this service already but I ...
Started by toddoon on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Then in order to put changes....
Guillaume
Why must the VCS be written in PHP? You could use SVN.
But even if there were one, I'd stay http://websvn.tigris.org/ Thanks .
I'm not aware of any version-control system written in PHP.
|
|
So I've read Drupal, Joomla, Magento, Wordpress all have bad PHP code... which is a shame because I was referring to them to see 'what they did' so I could hopefully get some insight. I assumed popular software meant it would have decent coding.
So, what...
Started by alex on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
I studied it when I wasn't already a newbie....
Joomla is not exactly an example of good php Symfony CodeIgniter ezComponents CakePHP I think the best code example in PHP is WordPress.
Is well documented, and the code seems nice and clean .
|
|
I'm looking for a content management system (CMS) written in PHP for a large and diverse website. Here's what I'm looking for:
Design flexibility -- The look and feel needs to be completely customizable. Specific pages may need to have design elements...
Started by Liam on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Especially given that you are willing to go through a bit of a steeper learning curve, with some php.
Good experience with Etomite
It allows you to plug-in PHP code easily, it has nice template structure.
|