[PHP-WEBMASTER] Need Help on PHP

2015-08-18 Thread amitendra.kushwaha
Hello Sir, I've configured PHP on unix server. It configured successfully . but when installing mediawiki on unix then its giving error of DOM class. For PHP configuration I used the given below command: ../configure --prefix=/cis_bin/php --with-apxs2=/cis_bin/apache/bin/apxs --disable-inline

Re: [PHP-WEBMASTER] Need help

2015-06-23 Thread Peter Cowburn
Hi Max, On 23 June 2015 at 19:22, Max wrote: > Hello, guys! > > Please, delete my comment: > https://php.net/manual/ru/function.array-combine.php The note has been deleted. It will take a few hours for the website mirrors to update accordingly. > > > function does not work correct. > > Thank

[PHP-WEBMASTER] Need help

2015-06-23 Thread Max
Hello, guys! Please, delete my comment: https://php.net/manual/ru/function.array-combine.php function does not work correct. Thanks.

[PHP-WEBMASTER] Need help for web server which executes PHP pages

2015-03-25 Thread melvin jose
Sir,              I am creating a WEB SERVER in C which only executes PHP pages. Because I have created a website in PHP.  So i need a webserver of my OWN. I know php provides a built in server. But this is for my study purpose. I use php5-cgi script to execute(interpret) php script, by calling :

[PHP-WEBMASTER] Need help with POST script for qa.php.net

2014-03-20 Thread Matt Ficken
Hi, As discussed earlier, I am adding a script to qa.php.net to publish test reports. It seems that while my script(pftt_report.php) can create directories, it can not create files(test reports) in those directories. This all works locally for me (builtin web server), but silently fails on qa.ph