First  |  Prev |  Next  |  Last
Pages: 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
[PHP-WIN] PHP 5.2.11, Windows Vista and php_mbstring.dll
Hello! I have a little problem with my installation of PHP 5.2.11 on my Windows Vista machine. I've installed PHP from the Installation package located at PHP.net and I have made it install all modules for it. In my "C:\Program Files\PHP\ext" folder there are, among other files, a file called "php_mbstring.dll... 16 Oct 2009 09:41
Enchant packaging issue.
Hi. Has this extension been changed to use differently named external libraries. Previously in V5.3.2-dev, php_enchant.dll was working with ... libglib-2.0.0-0.dll libgmodule-2.0-0.dll This is no longer the case. I've had to copy (not rename - see below) these to glib-2.dll gmodule-2.dll to get e... 22 Oct 2009 10:46
Be penetrative with her
Eliminate rod's flaccidity http://axiomretl.com/ She'll be amazed with a sweet torment of your super-strong tool. ... 12 Oct 2009 16:22
Coloured console output support for windows.
Hi. As previously mentioned, there is a tool for Windows XP+ called ANSICON [1] which can be loaded via the registry or manually and provides support for ANSI coloured output at the console. Whilst editing the registry is not something many people actually like doing, it can be done quite easily using the REG ... 24 Sep 2009 09:20
Getting the size of a file on a windows share [solved]
The cause of the error was that the account the web server was running did not have access rights to the share :-( Now all works fine. Frank On 25 Aug 2009 at 20:33, php-windows(a)lists.php.net wrote: Hi, I need to read the file size of a file which is on a windows server, the file name looks like... 3 Sep 2009 05:53
Getting the size of a file on a windows share
Hi, I need to read the file size of a file which is on a windows server, the file name looks like \\server\share\path\file.ext I already tried filesize() and fopen() followed by stream_get_meta_data(), but both methods do not work. Any ideas how this simple task can be solved? Thanks Frank ... 3 Sep 2009 05:53
Determining the exact location of the CLI executing thecurrent script?
Hi Richard, Richard wrote: But I can't seem to find the exact name of the executable handing the script. Which seems a little odd. you are right, I couldn't find it either! All I get is: Server API: Command Line Interface -> command line call Server API: CGI/FastCGI -> handled by IIS so it see... 3 Sep 2009 05:53
Determining the exact location of the CLI executing the current script?
Hi. Seems like I'm missing something REALLY obvious. I can find the name of the script at runtime, the parameters, the SAPI, etc. Loads of info. But I can't seem to find the exact name of the executable handing the script. Which seems a little odd. Unless I'm missing something. Regards, Richard. ... 3 Sep 2009 05:53
Dated SNMP Extension in Windows
Hello List, The PHP SNMP Extension is built on Windows using dated, ucd-snmp libraries that are no longer supported by the Net-SNMP guys. I have submitted a patch and bug report for building using the more relevant libraries, which would include support for things like SNMPv3. My question is, what is keepi... 3 Sep 2009 05:53
file creation on client machine
hi all i have this working on my php page. $myFile = "c:\test\testFile.txt"; $fh = fopen($myFile, 'w') or die("can't open file"); $stringData = "Bobby Bopper\n"; fwrite($fh, $stringData); $stringData = "Tracy Tanner\n"; fwrite($fh, $stringData); fclose($fh); this works very good , and when its processed ... 3 Sep 2009 05:53
First  |  Prev |  Next  |  Last
Pages: 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16