[PHP-WIN] mcrypt's blowfish encryption

2003-08-09 Thread PHPDiscuss - php Newsgroups and mailing lists
I was wondering anyone had heard any issues regarding mcrypt and Blowfish encryption?? I presently have a system with a server implemented in php using mcrypt-2.4.x and clients who interact with it sending and receiving blowfish encrypted data. I am unable to touch the clients but want to convert

[PHP-WIN] Re: Apache 1.3.29 crashes with PHP-extensions added

2004-03-11 Thread PHPDiscuss - PHP Newsgroups and mailing lists
Hello, > There is some message in the bug list. > Now it should be ok with the last snaps. > Thx to the team for the patch. Pls, could you provide references to the mentioned bug list and patch, since I can't figure out where to pick them. THX in advance Eric -- PHP Windows Mailing List (ht

[PHP-WIN] MCrypt Windows Problems

2004-05-03 Thread PHPDiscuss - PHP Newsgroups and mailing lists
Hi, Running Windows XP, using PHP Triad 2.2(Apache(1.3.23), MySQL(3.23.48) and PHP(4.1.1)). Been trying to install the MCrypt library and get it to work. I have tried the php manual and several other sources of help but cannot get it to work. I have downloaded the libmcrypt.dll and php_mcrypt.d

[PHP-WIN] Re: Unable to load php_mysql.dll

2004-10-06 Thread PHPDiscuss - PHP Newsgroups and mailing lists
I set my extension folder to 'D:\Service\PHP\ext' and the php_mysql.dll is in the ext folder. I was getting an error saying "The specified module could not be found." But after I copied the libmySQL.dll to the system32 folder, I got this error, "The specified procedure could not be found." (Notice

[PHP-WIN] Re: Unable to load php_mysql.dll

2004-10-06 Thread PHPDiscuss - PHP Newsgroups and mailing lists
I set my extension folder to 'D:\Service\PHP\ext' and the php_mysql.dll is in the ext folder. I was getting an error saying "The specified module could not be found." But after I copied the libmySQL.dll to the system32 folder, I got this error, "The specified procedure could not be found." (Notice

[PHP-WIN] Re: Unable to load php_mysql.dll

2004-10-06 Thread PHPDiscuss - PHP Newsgroups and mailing lists
I set my extension folder to 'D:\Service\PHP\ext' and the php_mysql.dll is in the ext folder. I was getting an error saying "The specified module could not be found." But after I copied the libmySQL.dll to the system32 folder, I got this error, "The specified procedure could not be found." (Notice

[PHP-WIN] php_mysql.dll - WON'T WORK!!

2004-10-06 Thread PHPDiscuss - PHP Newsgroups and mailing lists
I set my extension folder to 'D:\Service\PHP\ext' and the php_mysql.dll is in the ext folder. I was getting an error saying "The specified module could not be found." But after I copied the libmySQL.dll to the system32 folder, I got this error, "The specified procedure could not be found." (Notice

[PHP-WIN] PHP email issue (sent time wrong)

2004-10-20 Thread PHPDiscuss - PHP Newsgroups and mailing lists
Hello wondering if anyone has an answer to a problem that has risen during the testing phase of an application migration. Recently we have migrated php code from a Linux Server with a My SQL database to php code on MS .NET platform with a MS SQL 7.0 database. When we send email from the migrate

[PHP-WIN] Re: Error opening dictionary with php pspell function pspell_new

2004-11-10 Thread PHPDiscuss - PHP Newsgroups and mailing lists
Hey Glyn, Within the english dictionaries distributed by the win32 port of aspell, there are two files in the data directory that are screwed. They are ISO8859-1.dat and standard.krb. They have dos carriage returns in them. Running a unix dos2unix command on them, and replacing them will fix

[PHP-WIN] Re: PHP and RedBack COM objects

2004-11-20 Thread PHPDiscuss - PHP Newsgroups and mailing lists
I am looking to purchase one EIM2-SE8-L3-4GE. Please call or email me if you have any of these available. Thanks. John Stafford 973-239-0752 [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Online-php-games

2004-11-29 Thread PHPDiscuss - PHP Newsgroups and mailing lists
Cyrus Misthalin wrote: > Does someone of you own a php-online-game? I am curretly coding quite a complex MMO game in php, based around a mySQL db, if you have a look at wardrox.com you will see the game. Post in the forum if you have any further questions and i would be glad to help. -- PHP Win

[PHP-WIN] COM error problem with PHP 4.3.2

2005-01-05 Thread PHPDiscuss - PHP Newsgroups and mailing lists
I have a VB component which encrypts/decrypts passwords using the CAPCIOM EncryptedData object. Internal to the VB component is an 'On Error Resume Next' statement before running a method on the decrypt method. For some reason, if there is an error on the decrypt method, rather than carry on to t

[PHP-WIN] COM error problem with PHP 4.3.2

2005-01-05 Thread PHPDiscuss - PHP Newsgroups and mailing lists
I have a VB component which encrypts/decrypts passwords using the CAPCIOM EncryptedData object. Internal to the VB component is an 'On Error Resume Next' statement before running a method on the decrypt method. For some reason, if there is an error on the decrypt method, rather than carry on to t

Re: [PHP-WIN] PHP5 and MySQL

2005-05-23 Thread PHPDiscuss - PHP Newsgroups and mailing lists
I am using PHP 5.0.4, which is installed as an IIS ISAPI module, and MySQL 4.1.11. According to php.net, I am suppose to use the mysqli extension. Have you tried such a combination? I've tried everything you'd mentioned and it just does work. Graeme wrote: > I don't use MySQL however, on my XP