On Fri, Feb 22, 2013 at 1:48 PM, wrote:
> Intro --
> Sorry to post in php.general . Just found the newserver, and I'm still
> trying to figure out where to post this question.
> Thus, I posted in .general ... either to get help or find out in which
> newsgroup I should post my question. Thank y
"If you can show the write portion of the code in your iteration,
as well as a sample of the naming convention, it may offer more clues."
$dbgMsg = "a diagnostic string maybe 5K in length";
$dbg_fp = fopen(ROOT_DIR.DS."dbg_log.txt", "a"); // Derives a full path
fwrite($dbg_fp, $dbgMsg);
fclose($db
On Fri, Feb 22, 2013 at 4:04 PM, Brian Smither wrote:
> PHP 5.4.4-TS-VC9 on Windows XP SP3 NTFS non-system drive with 18GB free.
>
> I dare not try to replicate this. As such, I cannot firmly place the blame on
> PHP.
>
> I have peppered a PHP application with a call to a function which
> append
2013/2/22 Brian Smither
> PHP 5.4.4-TS-VC9 on Windows XP SP3 NTFS non-system drive with 18GB free.
>
> I dare not try to replicate this. As such, I cannot firmly place the blame
> on PHP.
>
> I have peppered a PHP application with a call to a function which
> appends-only to a logfile the paramet
PHP 5.4.4-TS-VC9 on Windows XP SP3 NTFS non-system drive with 18GB free.
I dare not try to replicate this. As such, I cannot firmly place the blame on
PHP.
I have peppered a PHP application with a call to a function which appends-only
to a logfile the parameters passed to it. Each pass of the a
I think modifying WAMP will do it. Earlier I did distribute apps by
deploying Virtualbox appliances. Google "virtualbox appliances" for more
information. IMHO this approach is better as the system will not be coupled
with the host system.
On Fri, Feb 22, 2013 at 4:26 PM, Dare Williams wrote:
> L
Looking for an Installer / Binder that can do the following in a single .MSI /
.EXE file:
1. Install Zend Server (php engine & apache).
2. Install MySQL Server.
3. Configure the PHP.INI File / Replace with the provided php.ini file.
4. Configure the virtual host file o
7 matches
Mail list logo