Re: [PHP-WIN] PDF generation

2002-03-11 Thread alain
Look at pdf_translate() and pdf_set_text_pos() functions in the pdf lib doc. A+ Alain On Mon, Mar 11, 2002 at 05:12:27PM -0800, Ethan Nelson wrote: > Hello all you developers, > > I've looked at the news groups to find an answer, but to no avail... > > My code looks something like this: and I w

[PHP-WIN] FW: Mssql trusted connections ?

2002-03-11 Thread Kearns, Terry
How does one use trusted connections with mssql_connect()? Also, the manual says something about an "interfaces" file. Where do I find this? Where is this interfaces file documented? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] PDF generation

2002-03-11 Thread Ethan Nelson
Hello all you developers, I've looked at the news groups to find an answer, but to no avail... My code looks something like this: and I want to rotate some text. I tried sticking the pdf_rotate($pdf,90) command in before the page and after the page. It didn't appear to affect anything. Anyone

[PHP-WIN] compiling --with-t1lib= on win2k apache with cygwin

2002-03-11 Thread think a Bit
I'm desperately trying to compile php 4.1.2 with t1lib support on a windows apache server I succeeded in getting rid of the unary minus error in datetime.c by getting the latest version from cvs. But now the make process stops with lots of undefined references in xml.c (libtool: link: warning: u

RE: [PHP-WIN] Fw: please send to the list

2002-03-11 Thread alain samoun
http://www.google.com Search T1lib A+ Alain -Original Message- From: Afan Pasalic [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002 2:16 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Fw: please send to the list Hi, does anyone know where we can get a compiled T1lib to be able to use

[PHP-WIN] Fw: please send to the list

2002-03-11 Thread Afan Pasalic
Hi, does anyone know where we can get a compiled T1lib to be able to use postcript fonts with PHP. Thanks, c

RE: [PHP-WIN] PHP 4.1.2 Windows binaries

2002-03-11 Thread Robin Bolton
The original post, however, was asking specifically about the 4.1.2 binaries. I didn't state that there were no Windows vulnerabilities in 4.1.1 or 4.1.2, what I did state was that the vulnerabilities fixed in 4.1.2 do not affect Windows. I assume that is the Netscape/iPlanet issues will be deal

php-windows Digest 11 Mar 2002 20:11:31 -0000 Issue 1041

2002-03-11 Thread php-windows-digest-help
php-windows Digest 11 Mar 2002 20:11:31 - Issue 1041 Topics (messages 12570 through 12581): Re: [PHP-DEV] PHP 4.1.2 for windows 12570 by: Shane Caraveo PHP / Apache on XP 12571 by: Paul Wallace 12574 by: Nicole Amashta Freetype2 Binary 12572 by: andy Re: n

Re: [PHP-WIN] PHP 4.1.2 Windows binaries

2002-03-11 Thread Shane Caraveo
There IS a security issue with 4.1.1, and the 4.1.2 sources, if you use CGI with Apache or Netscape/iPlanet servers. Dig back through the php-dev archives from about a week to week and half back, you will find the info. It's been patched in CVS, and I beleive that the next build will include thos

[PHP-WIN] MSSQL2000 + IIS 5 mssql SELECT querys TIMEOUT

2002-03-11 Thread Daniel Ryhle
I have a totally wacked problem that i need help with. I run MS SQL 2000 on a win 2k machine and IIS5. On this i have installed php4.11 with php_mssql.dll support. When i do an insert query it works fine. But my problem is with SELECT querys. If i write a select query and run it on a table that

RE: [PHP-WIN] PHP 4.1.2 Windows binaries

2002-03-11 Thread Robin Bolton
Unfortunately the posting on the PHP.net website makes the situation VERY unclear. PHP 4.1.2 is NOT required for Windows users. The security issues that the 4.1.2 patch deal with are Solaris and Linux specific. There is a PHP3 vulnerability in Windows, but since you were asking about PHP4, I ass

[PHP-WIN] PHP 4.1.2 Windows binaries

2002-03-11 Thread Werner Schweizer
Does anyone know when the binaries of PHP 4.1.2 for Windows are available ? Werner Schweizer -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] exec error ("A specified logon session does not exist. It may already have been terminated.")

2002-03-11 Thread Michael Hall
I'm trying to use exec (or system) to create NT user accounts on our domain. My plan was to add a user on the command line with the "net user /domain" command. This has to be executed on the PDC (NT 4 service pack 6) rather than on the web server (which is 2000, but I'm not sure that matters)

Re: [PHP-WIN] new window with set size via php ?

2002-03-11 Thread Mike Flynn
At 08:00 AM 3/11/2002 +0100, Wolfgang Schneider wrote: >Actually, I was thinking of some "normal server side pages" ... :-) >I've seen things people did with asp pages where I thought they sized >pop windows or resized already open windows via the server side >language, now I may simply be mistak

[PHP-WIN] Re: Can anyone translate this script to php?

2002-03-11 Thread Nicole Amashta
<%@language="vbscript"%> <%location=request.querystring("res") location=replace(location, " ", "/") %> == == This may do it. Nicole www.aeontrek.com "Ceyhun GüLer" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED

[PHP-WIN] Re: PHP / Apache on XP

2002-03-11 Thread Nicole Amashta
There are 2 additional lines you need to add to your httpd.conf file. If you are running PHP as CGI, you need these lines in addition to the set of lines you already mentioned: 1. ScriptAlias /php/ "c:/php/" 2. AddType application/x-httpd-php .php # this one you already

[PHP-WIN] Re: no permissions for copy/move_uploaded_file - workaround?

2002-03-11 Thread Fabby
fabby again. found it! my isp had to remove the write protection. the permissions shown by my cuteftp interface are a fake. In reality the permissions are different to what cuteftp displays, because the remote directories are on a windows system. Now I know... "Fabby" <[EMAIL PROTECTED]> schrieb

[PHP-WIN] Freetype2 Binary

2002-03-11 Thread andy
Hi there, I am searching for the freetype2 binary. Can anybody help on that. Thanx andy -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] PHP / Apache on XP

2002-03-11 Thread Paul Wallace
Hi, I am trying to setup PHP 4.* on XP. Whenever I access a PHP page from IE using Apache, I am prompted to either download the file or the page can't be found. In the Apache httpd.conf file I have uncommented: AddType application/x-httpd-php .php AddType application/x-httpd-php-sourc