php-windows Digest 7 Nov 2002 07:39:47 -0000 Issue 1427

2002-11-06 Thread php-windows-digest-help
php-windows Digest 7 Nov 2002 07:39:47 - Issue 1427 Topics (messages 16754 through 16769): Re: Isapi Module 16754 by: Carlos Andre Marques Moreira 16755 by: Jack Kelly Dobson 16759 by: erythros Re: PHP Editor 16756 by: Dash McElroy 16757 by: Radovan R

[PHP-WIN] Re: Subject: dynamic font

2002-11-06 Thread Franco Pozzer
the field CODICE FISCALE must be pzzfnc56l02e682i or 115.

[PHP-WIN] Re: enabling extensions

2002-11-06 Thread Seung Hwan Kang
I've installed PHP to c:\php. I do this way in PHP.INI extension_dir = c:\php\extensions ;Windows Extensions extension=php_ldap.dll That's it. When you run phpinfo() it will gives you something like this. ldap LDAP Support enabled RCS Version $Id: ldap.c,v 1.116.2.2 2002/09/23 23:2

[PHP-WIN] Re: Problem with W2K + IIS 5.0 + PHP 4.2.2 running as module (isapi)

2002-11-06 Thread William Holroyd
I have always had problems trying to run PHP as a SAPI module and have had to resort in having PHP extensioned pages be handled by PHP directly. Example of my settings... 1.) Go into the Internet Services Manager in the Administrative Tools folder listed under Programs in the Start menu. Click on

[PHP-WIN] Re: API modules not matching

2002-11-06 Thread Brett Curtiss
The version of php installed via EasyPHP does not match the version you initially installed. All you need to do is decide which version you want to use and copy the appropiate php4ts.dll, and the entire contents of the PHP\DLLs directory to C:\%WINDIR%\system32, overwriting any files currently ther

[PHP-WIN] Re: enabling extensions

2002-11-06 Thread Brett Curtiss
You need to have the trailing \ ex: C:\WINDOWS\SYSTEM32\ Hope that helps. "Tim Blackwell" <[EMAIL PROTECTED]> wrote in message news:20021106190556.22437.qmail@;pb1.pair.com... > I'm trying to enable the ldap extension on my server. > > I've put the php_ldap.dll in the windows/system32 directory

[PHP-WIN] Re: mcrypt... where do I get it and how do I compile it?

2002-11-06 Thread Jack Kelly Dobson
Never mind... I figured it out. j- "Jack Kelly Dobson" <[EMAIL PROTECTED]> wrote in message news:20021106175615.52098.qmail@;pb1.pair.com... > Hello, > > I'd really like to start using mcrypt for a few things. Apparently I'm > supposed to compile it with the Cygwin compiler for the Win32 platform

Re: [PHP-WIN] query problem

2002-11-06 Thread Scott Carr
Make sure you have the AutoIncrement bit set on the table. -- Scott Carr Documentation Maintainer OpenOffice.org Quoting Frank Tudor <[EMAIL PROTECTED]>: > I am using php on unix and have moved my pages and > database over from a win 2k server. > > I rebuilt the databases > > and figured the

[PHP-WIN] query problem

2002-11-06 Thread Frank Tudor
I am using php on unix and have moved my pages and database over from a win 2k server. I rebuilt the databases and figured the pages would work right. I have an mediumint set to null in my mysql database the code issues a null value and on windows it increments properly. on unix it increment

[PHP-WIN] Re: enabling extensions

2002-11-06 Thread Tim Blackwell
when i make the changes to the php.ini and try to run a page i get Warning Unable to load dynamic library 'C:\windows\system32/php_ldap.dll' - The specified procedure could not be found thanks "Tim Blackwell" <[EMAIL PROTECTED]> wrote in message news:20021106190556.22437.qmail@;pb1.pair.com...

[PHP-WIN] enabling extensions

2002-11-06 Thread Tim Blackwell
I'm trying to enable the ldap extension on my server. I've put the php_ldap.dll in the windows/system32 directory I've set the extension_dir = C:\WINDOWS\SYSTEM32 in the php.ini file. By the way i've tried extension_dir = C:/WINDOWS/SYSTEM32 I've taken the ; from the extension=php_ldap.dll line i

[PHP-WIN] Re: Isapi Module

2002-11-06 Thread erythros
cant help you there, unless you want to switch to apache... "Carlos Andre Marques Moreira" <[EMAIL PROTECTED]> wrote in message news:4184F7218614D411B4F600304F0363F86248FC@;valiant.sfiec.org.br... I tryed to use it, but i'm getting PHP has encountered an Access Violation at When this happen i 'ha

[PHP-WIN] mcrypt... where do I get it and how do I compile it?

2002-11-06 Thread Jack Kelly Dobson
Hello, I'd really like to start using mcrypt for a few things. Apparently I'm supposed to compile it with the Cygwin compiler for the Win32 platform. I've installed the compiler. I'm not sure what I'm supposed to download to get mcrypt or how to compile it. Anyone know of any good instructions o

Re: [PHP-WIN] Re: PHP Editor

2002-11-06 Thread Radovan Radic
Thx a lot I ll give it a try Radovan "Dash McElroy" <[EMAIL PROTECTED]> wrote in message news:Pine.NEB.4.44.0211060943070.11600-10@;shell.sasquatch.com... > www.editplus.com > > Works rather well. I've still yet to touch on a lot of it's capabilities. > > -Dash > > "Nuclear war can ruin your

Re: [PHP-WIN] Re: PHP Editor

2002-11-06 Thread Dash McElroy
www.editplus.com Works rather well. I've still yet to touch on a lot of it's capabilities. -Dash "Nuclear war can ruin your whole compile." -- Karl Lehenbauer On Wed, 6 Nov 2002, Radovan Radic wrote: > Hi > > We could use some url for this editor, pls? > > Radovan > > "Seung Hw

[PHP-WIN] Re: Isapi Module

2002-11-06 Thread Jack Kelly Dobson
Okay... Running under W2k/IIS/and MySQL: I set my maximum execution time to 15 minutes, ran a script on two separate machines at the same time that creates 50 randomly named tables, populates the tables with data from my weblog (about 10,000 records), displays the contents of the tables in the br

[PHP-WIN] RE: Isapi Module

2002-11-06 Thread Carlos Andre Marques Moreira
I tryed to use it, but i'm getting PHP has encountered an Access Violation at When this happen i 'have to stop IIS and restart it. Carlos André Marques Moreira SENAI-CE / CETAE [EMAIL PROTECTED] -Original Message- From: erythros [mailto:erythros@;erythros.d2g.com] Sent: quarta-feira, 6

php-windows Digest 6 Nov 2002 16:18:08 -0000 Issue 1426

2002-11-06 Thread php-windows-digest-help
php-windows Digest 6 Nov 2002 16:18:08 - Issue 1426 Topics (messages 16748 through 16753): Re: expat extension 16748 by: Seung Hwan Kang Problem/s connecting to Sybase 16749 by: Mark Re: Subject: dynamic font 16750 by: neil smith Re: PHP Editor 16751 by: Ra

[PHP-WIN] Re: Isapi Module

2002-11-06 Thread erythros
im using it with apache 1.3.27 and winxp, no probs. "Jack Kelly Dobson" <[EMAIL PROTECTED]> wrote in message news:20021105151623.16303.qmail@;pb1.pair.com... > I've been using it and MySQL under W2k for about a month now with no > problems. > > j- > > "Charles P. Killmer" <[EMAIL PROTECTED]> wrote

Re: [PHP-WIN] Re: PHP Editor

2002-11-06 Thread Maxim Maletsky
Edit Plus is probably the best an simplest. -- Maxim Maletsky [EMAIL PROTECTED] "Radovan Radic" <[EMAIL PROTECTED]> wrote... : > Hi > > We could use some url for this editor, pls? > > Radovan > > "Seung Hwan Kang" <[EMAIL PROTECTED]> wrote in message > news:20021105082844.78910.qmail@;pb1

[PHP-WIN] Re: PHP Editor

2002-11-06 Thread Radovan Radic
Hi We could use some url for this editor, pls? Radovan "Seung Hwan Kang" <[EMAIL PROTECTED]> wrote in message news:20021105082844.78910.qmail@;pb1.pair.com... > If you looking for a small size editor (about 1MB), Editplus should be ok. > It support all syntax highlights for commonly known open-s

[PHP-WIN] Re: Subject: dynamic font

2002-11-06 Thread neil smith
Hi - Really it doesnt make sense to do this using PHP. CSS (cascading stylesheets) provide all that is required to offer different font sizes. You can use a simple bit of javascript which detects the users screen resolution, and then use document.write to write out a style sheet link suited to

[PHP-WIN] Problem/s connecting to Sybase

2002-11-06 Thread Mark
Hi, I have Sybase Central installed on my windows box as well as the apache server running in the same environment and PHP4 with it which all works great. Problem here is that this problem has a history... I innicially had alot of problems with my .dll's for establishing a database connection now