First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
2 questions on mssql and ldap
Hello everyone Does anyone know how to use SASL within LDAP on php 5.2.13 or 5.3.2 (copying libsasl.dll in the PATH doesn't work) ? Do I mandatory compile PHP ? Why php_mssql.dll and php_pdo_mssql.dll have disappeared from the lasts windows packages of php 5.3.2 on windows.php.net ? regards, Bruno CHA... 21 May 2010 12:49
older windows binaries
Hi! Where could I find older versions of PHP binaries? The page http://windows.php.net/download/ contains 5.3.2 and 5.2.13 binaries. The Page http://www.php.net/releases/ does not contain 5.3.1, 5.3.0 binaries but only sources. Binaries of older versions of 5.2 branch are still available on http://www.php.n... 11 May 2010 05:42
Will look into the suggestions tonight
Thanks for your suggestions, Tyrael and Neil. I have to work during business hours but I will look forward to trying out your approach to my appending need later tonight. Bill Mudry MIssissauga. ... 10 May 2010 10:59
Appending one MySQL file to another without duplicates.
I have seen many examples of just getting rid of duplicate records all in the same file. However, I need to know how to append one MySQL table into another table without adding duplicate records into the original file accepting the data. I ran the following script that successfully appended data from what ... 10 May 2010 16:35
using php apc functions
Hello, i want to use the php APC Functions. I am using xampp server and latest php. The Windows dll for APC is in the extensions directory and the extension is configured in the php.ini. However, i still get an error that php does not find the fuction apc_add: $myvar = 'hell world'; $stored = apc... 5 May 2010 10:27
how to access class members
Hello, i have a question: How to access class members? I have the following class definition: class Mitarbeiter{ public $name = 'meier'; public $alter = '50'; public $gehalt = '2000'; public $abteilung = 'programmierung'; function printMember()... 4 May 2010 10:06
serialize/unserialize and 32/64 bit integers
Hello, I am having a problem with unserializing integers with Windows XP/PHP 5.2.11. The serialization takes place on a Linux x86_64 host. The values then gets passed to the Windows machine that is 32 bit. I think the problem is 32/64 bit related. If I serialize a number say 2600001234 on 32 bit Windows i... 3 May 2010 18:45
Hoping to add a site search to my TAXA website
Right now, the only way readers can search for anything in the wood botanical tree I have built is by botanical (scientific) names: www.prowebcanada.com/taxa Most people would wish to find woods and information about them by their common names or perhaps other search terms such as by country they grow i... 29 Apr 2010 15:49
Compiling PHP with MS SQL Server Driver for PHPsupport
Hi, My guess is that SQL team may be linking with VC9 required libraries statically and you are not. It works because you have VC9 runtime on your machine. Thanks, Don. -----Original Message----- From: Richard Quadling [mailto:rquadling(a)googlemail.com] Sent: Thursday, April 29, 2010 8:16 AM To: php-window... 29 Apr 2010 12:25
Compiling PHP with MS SQL Server Driver for PHP support
Hi. Compiling using VC9 Express Edition. I'm ending up with a php_sqlsrv.dll of 88KB The VC9 x86 nts version supplied by MS (php_sqlsrv_53_nts_vc9.dll) is 227KB. If it had been just a few bytes, then OK, but to be over 40% smaller is a significant difference. Any ideas? As far as I can tell, it all w... 30 Apr 2010 06:13
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16