Re: [PHP-WIN] PHP 4.4.6-win32 with MySQL 4.1.22

2007-04-15 Thread Edin Kadribasic
Hey Angel, This might be what you're looking for: http://edin.dk/categories/4-PHP4-+-Mysql Edin On Apr 15, 2007, at 1:07 AM, Ангел Хранитель wrote: Hello! At once I wish to apologize, if not there has written. Please, help if it probably essence of my problem with that that: I use, PHP 4.4

Re: [PHP-WIN] php_http

2007-03-04 Thread Edin Kadribasic
And bz2? That needs to be enabled and loaded before httpd. Edin datsclark wrote: > Yeah, they are installed. I was under the impression they are all on by > default in 5.2. phpinfo() shows them all as modules > > "Niel Archer" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >>

Re: [PHP-WIN] Re: R: [PHP-WIN] php_oci8.dll

2006-07-28 Thread Edin Kadribasic
You need to have oracle instant client installed. -Edin Marcos R. Cardoso wrote: > Been there, done that. > > Still not working, I even tried the php_oci8.dll from PHP5. > > > [EMAIL PROTECTED] escreveu: >> Try downloading the oci8 dll from the pecl site: >> http://pecl4win.php.net/index.php >>

Re: [PHP-WIN] Re: PHP 5.1.4 / FastCGI Error

2006-05-14 Thread Edin Kadribasic
There seem to be some problems with it. You can use php-cgi.exe from 5.1.2 with the rest of 5.1.4 install until problem is fixed. Edin Mike Milano wrote: Could anyone verify that isapi_fcgi.dll works with PHP 5.1.4 for them? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP-WIN] PHP 5.1.4 not populating $_POST array on IIS6 reliably

2006-05-09 Thread Edin Kadribasic
If you can use the packet sniffer, is it possible for you to send to content of the request that is made to PHP that fails. Edin Network Admin wrote: > Hi all, > > We've got an odd one here. > > Windows 2003 SP1, IIS6 running with PHP 5.1.4 as an ISAPI module. > > Form submission method is PO

Re: [PHP-WIN] Zend Optimizer Problem

2006-03-30 Thread Edin Kadribasic
Hi Mike, You'll need to compile PHP with MS VC++ 6.0 (I know, ancient one), since compiling with a newer compiler will produce msvcrt.dll version mismatch wich will cause crashes. Edin Mike Milano wrote: Zend Optomizer 2.6.2 works ok when I use the public release, but when I try to use a c

Re: [PHP-WIN] PHP 5.0.4 - Can anyone help me get it to work?

2005-06-28 Thread Edin Kadribasic
Hi Georgio, The easiest way to do that is to install WAMP. You'll get all you need in one easy to install package that includes php, apache and mysql. http://www.wampserver.com/en/ Edin - Original Message - From: "Georgio" <[EMAIL PROTECTED]> To: Sent: Tuesday, June 28, 2005 12:08 PM

Re: [PHP-WIN] Re: PHP 4.3.2-Win32 - This Program has Performed anIllegal Operation

2005-06-24 Thread Edin Kadribasic
Hi, I think he was referring to the fact that most problably your setup is using .dlls from different php versions. I guess your problems will go away if you remove all traces of old php versions, and install the latest one. Edin - Original Message - From: "Georgio" <[EMAIL PROTECTED]>

Re: [PHP-WIN] PHP & GD on Windows

2005-06-17 Thread Edin Kadribasic
Hi, Why would you want to build PHP on windows. In the downloads section of the site you can find precompiled binaries for PHP including all the extensions. Edin - Original Message - From: "Aaron Todd" <[EMAIL PROTECTED]> To: Sent: Friday, June 17, 2005 3:23 PM Subject: [PHP-WIN] PHP &

Re: [PHP-WIN] howto do a backtrace on windows?

2005-03-22 Thread Edin Kadribasic
Do you get a windows dialog with "this application did something really bad..."? If you do pressing "Cancel" should start the debugger automatically. You'd need to compile php in the debug mode in order to get some useful information out of it though. Edin - Original Message - From: "M.

Re: [PHP-WIN] How do I enable QDBM dba handler for windows?

2005-03-22 Thread Edin Kadribasic
QDBM is currently not supported on Windows. The demand was all but non-existant :) Edin - Original Message - From: "Justin Tan" <[EMAIL PROTECTED]> To: Sent: Tuesday, March 22, 2005 2:22 AM Subject: [PHP-WIN] How do I enable QDBM dba handler for windows? > I am running PHP 5.0.3 and A

Re: [PHP-WIN] Re: Missing MySQL DLLs in Windows PHP 5.0.3 - not in pecl either!

2005-02-25 Thread Edin Kadribasic
All the "missing" dlls are in the .zip package. The installer doesn't have any extensions bundled. The comment under the download link says: " no external extensions included ". Edin - Original Message - From: "Jimbus" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 22, 2005 10:16 PM Su

Re: [PHP-WIN] why does my php5.03 do not load php_oci8.php ?

2005-01-24 Thread Edin Kadribasic
You need oracle client version 8.1 or newer installed on your system. Edin - Original Message - From: "yuegong" <[EMAIL PROTECTED]> To: Sent: Saturday, January 22, 2005 9:02 AM Subject: [PHP-WIN] why does my php5.03 do not load php_oci8.php ? > Hi; > > My system is win2000+php5.03

[PHP-WIN] Re: Update to version 2.3.10

2004-12-21 Thread Edin Kadribasic
You're missing upgrade of ZendOptimizer (written in big red letters on the downloads page :) Edin "Randy Clamons" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Using Win2K, IIS 5.0, PHP 2.3.10. After updating, this piece of code (file names have been changed here) is throwing an e

[PHP-WIN] Re: is exif installed with php for windows?

2004-12-20 Thread Edin Kadribasic
In php .zip that you can download from php.net there are two extensions that you need to enable in order to get exif to work. Add to your php.ini (in this order) extension=php_mbstring.dll extension=php_exif.dll Edin "Rob Aldred" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi,

[PHP-WIN] Re: Step by Step on Using PHP5 with mySQL 4.1.17

2004-12-20 Thread Edin Kadribasic
"S Kang" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi Mick, > > Overwrite existing libmysQL.dll to c:\php\libmySQL.dll from C:\Program > Files\MySQL\MySQL Server 4.1\bin\libmySQL.dll. No need to do that. PHP comes with libmysql.dll that is identical to one from mysql distribut

[PHP-WIN] Re: 'Unable to load' extension dll if VS.net 2003 not installed

2004-11-22 Thread Edin Kadribasic
Hi, You are right, VS.net 2003 compiles all dlls against a newer version of C runtime (msvcrt7.dll). You can check this by running "depends php_devarticlesmod.dll" or double clicking on it on a machine that has VS.net installed. Edin "Ming-Chung Tang" <[EMAIL PROTECTED]> wrote in message news:[E

Re: [PHP-WIN] OpenSSL in Win32

2004-09-24 Thread Edin Kadribasic
Hi, I have updated that page to include newly released 4.3.9. Cheers, Edin <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On 21 Sep 2004 [EMAIL PROTECTED] wrote: > > > I would like to know how to get OpenSSL support working in Win32. > > Never mind, I figured it out. I had to go

Re: [PHP-WIN] PHP5 questions

2004-07-26 Thread Edin Kadribasic
"Jeff Hill" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > - The zip distribution also includes "php-win.exe", which is the same size > as "php.exe". Should the installer actually have used "php-win.exe" and > renamed it to "php.exe"?? Just to clarify different executables shipped i

[PHP-WIN] Re: Web page timeout with PHP 4.3.3 on IIS & Win2K

2003-08-27 Thread Edin Kadribasic
There is an error in the 4.3.3 installer package. A new package is being made. In the meanwhile you can use the installer, and then replace php.exe with the one shipped in the zip package. Edin "Scott Stricker" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm trying to run phpmyA

Re: [PHP-WIN] why php_mcrypt.dll can not work in php 4.3 on Win2K+iis

2003-01-22 Thread Edin Kadribasic
You need newer module/.dlls available from: http://ftp.proventum.net/pub/php/win32/misc/mcrypt/php-4.3-mcrypt.zi p Edin - Original Message - From: "yuegong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 22, 2003 6:09 AM Subject: [PHP-WIN] why php_mcrypt.dll can not

[PHP-WIN] Re: Non-thread safe Win32 builds

2003-01-20 Thread Edin Kadribasic
Its a case of simple misunderstanding. There are no plans to discontinue PHP support for Windows. Non-thread safe Win32 builds have not been made for quite some time (if ever for 4.x.x) so the question on php-dev was weather to remove obsolete source files needed for those builds. Edin "Victor Me

[PHP-WIN] Re: ssl:// with fsockopen () on Windows XP

2003-01-20 Thread Edin Kadribasic
If you replace your php4ts.dll with http://ftp.proventum.net/pub/php/win32/misc/openssl/php-4.3.0-ssl.zip you problem should be solved. Edin "Alexander Stirmlinger" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello, > > when I try to open a SSL-connection

[PHP-WIN] Re: Unable to load dynamic library php_oci8.dll on Windows XP SPK1

2003-01-20 Thread Edin Kadribasic
You need to have Oracle client on the machine where PHP is installed. Edin "Andre Matos" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > I am receiving the mensage "Unable to load dynamic library > "C:\ApacheGroup\PHP\extensions\php_oci8.dll" > > I am u