First  |  Prev |  Next  |  Last
Pages: 5 6 7 8 9 10 11 12 13 14 15 16
XDEBUG with 5.2.6, IIS 5.1, CGI
Well, I'm now set up with CGI on my XP - IIS 5.1 - PHP 5.2.6 system. And its much more fun now, it doesn't seem to be kicking off all those Access Violations, as isapi did. Many thanks for that. But now where xdebug worked (on those rare occasions without access violations) - nada. NetBeans tries to load ... 3 Sep 2009 05:53
PHP 4.4.9, Windows: php_openssl.dll is loaded, buthttps wrapper not found.
I've had similar issues with self-signed certificates and PHP 5.x. The way I got around it was to install the cURL libraries and use code like this: $channel = curl_init(); curl_setopt($channel, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($channel, CURLOPT_URL, $yourHttpsUrlHere); curl_setopt($channel, CURL... 3 Sep 2009 05:53
PECL SVN Extension Setup Help
Hello, I tried installing the pecl svn extension but I get an error. This is the command I ran along with all the output: -------------------------------------------------------------------------------- pecl install svn-beta downloading svn-0.3.tgz ... Starting to download svn-0.3.tgz (20,274 bytes) ..... 16 Apr 2008 14:48
Cannot load php_pdo_mysql
Hi folks, After upgrading from php 5.2.? to php 5.2.5 I am now getting two errors I never got before when surfing around our wiki. The first just shows up in the error log: [31-Jan-2008 10:38:48] PHP Warning: PHP Startup: Unable to load dynamic library 'C:\php\ext\php_pdo_mysql.dll' - The specified module coul... 1 Feb 2008 00:40
Warning: eregi() [function.eregi]: REG_ERANGE in ...
i dont know if im gonna be wrong but, here i go: you want to call to $_GET['email'] so in you URL should appear something like this, yourhost.com?email=bob(a)example.com On Thu, 2008-01-17 at 12:29 +0000, Dan Stevens (IAmAI) wrote: Calling this code with the argument get=bob(a)example.com, I'd expect an ... 20 Jan 2008 11:54
[PHP 5.2 with Apache 2.2] PHP can't found the activated extensions
Hello. For begin, I'm new on this newsgroup, and I'm French. I speak a little english, I'm sorry. My problem is on a Windows Server 2003 O.S. I want to run PHP as a module of Apache 2.2.6. So, I was edited the Httpd configuration for PHP 5.2: Action application/x-httpd-php "C:/php5/php-cgi.exe" LoadMod... 6 Jan 2008 08:58
COM - Problem with Dates
Hi, I have problems fetching data from an special database over a com-based sdk. With VisualBasic it's not a problem, but the same code doesn't work with php. First some Data: - The database system holds high compressed industrial data and is called OSI-PI. The system itself is under a comercial license (OSI... 9 Dec 2007 23:27
VBScript - TO - PHP... Open-Method-COM+
Hi again I don't know If I figure out exactly how to "convert" VB-application to PHP-code... I'm using the reference:http://msdn2.microsoft.com/en-us/library/aa220317(office.11).aspx (Because I'm using Word 2003 as test-application) And viewing example: "As it applies to Document-object" And I t... 9 Oct 2007 05:19
php5ts.dll errors
-- I have Apache 2.0.59 (and the error was occuring before on apache 1.3 too) runnng on windows 2003 and 2000 servers. Every so offten (5 or 6 times a day), I get a ------- Application error of Faulting application Apache.exe, version 2.0.59.200, faulting module php5ts.dll, version 5.2.3.3, fault address ... 6 Sep 2007 15:48
File creation problem (HTTP wrapper does not supportwriteable connections.)
vikas batra wrote: i have to create a xml file with some content in it in my site at one folder, when i try to create file with fopen command then it says that "HTTP wrapper does not support writeable connections. ", bcs i gave there absolute path of file , then i tried with relative path then it message me " f... 22 Aug 2007 04:35
First  |  Prev |  Next  |  Last
Pages: 5 6 7 8 9 10 11 12 13 14 15 16