php-windows Digest 1 Aug 2002 10:11:30 -0000 Issue 1268

Topics (messages 15049 through 15056):

php_gd.dll Problems
        15049 by: Lorne T

Re: PDF Forms
        15050 by: Asendorf, John

Apache WebServer version 2.0.39 on Windows 2000 and PHP 4.2.2
        15051 by: Fernando Ręgo Rodrigues
        15052 by: Scott Carr

Re: Does the GD extension work with windows?
        15053 by: Mikey

GD extension fix
        15054 by: Kit Kerbel
        15055 by: Mikey

DaDaBIK 2.1b beta released
        15056 by: Eugenio Tacchini

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
Any news on getting a version of this dll that is compatible with php 4.2.2?
I have found no resources and had no luck getting this to work.


--- End Message ---
--- Begin Message ---
I think you'd actually have to tear apart the PDF file with a text editor,
determine where you want the field and do a replace on that space... Luke
Welling and Laura Thomson gave a pretty good talk about this at the PHP
conference in San Diego in 2001... they showed how you can tear apart the
PDF file as a text file to do things such as this but not this exactly.

John

---------------------
John Asendorf - [EMAIL PROTECTED]
Web Applications Developer
http://www.lcounty.com - NEW FEATURES ADDED DAILY!
Licking County, Ohio, USA
740-349-3631
Nullum magnum ingenium sine mixtura dementiae fuit


> -----Original Message-----
> From: Flint Doungchak [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 30, 2002 6:29 PM
> To: PHP Windows
> Subject: [PHP-WIN] PDF Forms
> 
> 
> Fellow PHPers,
> 
> We've been working on various dynamic PDF generation things 
> and now, we want to take things step further and place form 
> fields in the PDF dynamically. Does anyone know if we can 
> actually do this? I know that once a PDF is created with form 
> fields (such as with Acrobat), we can populate those fields 
> via the FDF forms and the FDF toolkit available through PHP. 
> 
> I've search the list, and as far as I can tell, and it's hard 
> to believe, no one has really even asked the question.
> 
> Anyway, if it's possible, could someone let me know.
> 
> Thanks,
> 
> -Flint 
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
--- End Message ---
--- Begin Message ---
Hi,

I am running Apache WebServer version 2.0.39 on Windows 2000.

I have install PHP 4.2.2 as a server module for Apache.
I have been using the install.txt that came with php-4.2.2-Win32.zip
that refers to   Apache 1.3.x.

After stoping the Apache I did this...

The lines that I have inclued on httpd.conf were :

   LoadModule php4_module c:/php/sapi/php4apache.dll
   AddModule mod_php4.c
   AddType application/x-httpd-php .php

and copy PHP.ini to WINNT folder. Also copy php4ts.dll to
winnt/system32.

In the PHP instalation I have copied all php_*.* from the extensions
directory to c:\php\sapi, also made a change to PHP.ini
extension_dir=c:\php\sapi

On starting the Apache web server I receive this msg :

"The request operation has failed".
Since this version are very recent is there any changes on the
httpd.conf that I don't know about ?

Thanks, FRR, Portugal.



--- End Message ---
--- Begin Message ---
Use the php4apache2.dll
-- 
Scott Carr
OpenOffice.org
Documentation Maintainer
http://documentation.openoffice.org/


Quoting Fernando Ręgo Rodrigues <[EMAIL PROTECTED]>:

> Hi,
> 
> I am running Apache WebServer version 2.0.39 on Windows 2000.
> 
> I have install PHP 4.2.2 as a server module for Apache.
> I have been using the install.txt that came with php-4.2.2-Win32.zip
> that refers to   Apache 1.3.x.
> 
> After stoping the Apache I did this...
> 
> The lines that I have inclued on httpd.conf were :
> 
>    LoadModule php4_module c:/php/sapi/php4apache.dll
>    AddModule mod_php4.c
>    AddType application/x-httpd-php .php
> 
> and copy PHP.ini to WINNT folder. Also copy php4ts.dll to
> winnt/system32.
> 
> In the PHP instalation I have copied all php_*.* from the extensions
> directory to c:\php\sapi, also made a change to PHP.ini
> extension_dir=c:\php\sapi
> 
> On starting the Apache web server I receive this msg :
> 
> "The request operation has failed".
> Since this version are very recent is there any changes on the
> httpd.conf that I don't know about ?
> 
> Thanks, FRR, Portugal.
> 
> 
> 
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 


-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
--- End Message ---
--- Begin Message ---
Heh!  I didn't think to mention that had happened to me too :o)

> -----Original Message-----
> From: lorne towner [mailto:[EMAIL PROTECTED]]
> Sent: 31 July 2002 21:26
> To: [EMAIL PROTECTED]
> Subject: Re: FW: [PHP-WIN] Does the GD extension work with windows?
>
>
> I fixed it. Seems the new zip package makes its own php4.2.2
> directory which I did not notice earier. So my ini file was still
> pointing at the old dll. Thanks
> --
>
> On Wed, 31 Jul 2002 18:45:02
>  Mikey wrote:
> >I posted this to the list two days ago...
> >
> >I haven't replied to the list to avoid getting flamed for
> repeating myself
> >:-)
> >
> >HTH,
> >
> >Mikey
> >
> >> -----Original Message-----
> >> From: Mikey [mailto:[EMAIL PROTECTED]]
> >> Sent: 29 July 2002 17:29
> >> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> >> Subject: RE: [PHP-WIN] Does the GD extension work with windows?
> >>
> >>
> >> > Yes, because it IS possible. No, because it is a pain to get it
> >> > to work with
> >> > the new versions of php (>4.2)
> >> >
> >> > It is some kind of versionsystem for modules buildt into php,
> >> > that renders the
> >> > standard GD2 module useless. GD1 should work as it it in the
> >> kernel, but I
> >> > haven't tried it.
> >> >
> >> > The solution is prolly to compile the GD2-lib by yourself,
> or wait until
> >> > someone does it and puts it out for downloads.
> >> >
> >> > Not much help, but at least now you it isnt easy :)
> >>
> >> This has not been my experience of using GD in PHP...
> >>
> >> Using the zipped version of PHP and not the installer version, set your
> >> extension dir to the correct place (d:\php\extensions for my
> machine) and
> >> add the following line to your php.ini and restart your web server...
> >>
> >> extension=php_gd2.dll
> >>
> >> I find that *most* of the image functions work, although I
> have never had
> >> any luck with using any TTF functions.
> >>
> >> HTH,
> >>
> >> Mikey
> >>
> >>
> >>
> >> --
> >> PHP Windows Mailing List (http://www.php.net/)
> >> To unsubscribe, visit: http://www.php.net/unsub.php
> >>
> >>
> >>
> >>
> >
> >
> >
>
>
> _____________________________________________________
> Supercharge your e-mail with a 25MB Inbox, POP3 Access, No Ads
> and NoTaglines --> LYCOS MAIL PLUS.
> http://www.mail.lycos.com/brandPage.shtml?pageId=plus
>
>
>


--- End Message ---
--- Begin Message ---
It seems 4.2.2 fixes windows/gd problems



_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com

--- End Message ---
--- Begin Message ---
And the million$ question is... can you get true type fonts to work?

I have tried absolute paths, putting the fonts in a font directory in the
same drive as my system, same drive as the web root and all to no avail.

Help?

> -----Original Message-----
> From: Kit Kerbel [mailto:[EMAIL PROTECTED]]
> Sent: 31 July 2002 23:31
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] GD extension fix
>
>
> It seems 4.2.2 fixes windows/gd problems
>
>
>
> _________________________________________________________________
> Chat with friends online, try MSN Messenger: http://messenger.msn.com
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>
>


--- End Message ---
--- Begin Message ---
Hi all,
I just want to announce that DaDaBIK 2.1b beta has been released 
(www.dadabik.org), a lot of new features and bug fixes have been added.

DaDaBIK is a free PHP application that allows to easily create a highly 
customizable Web form interface for a MySQL database in order to search, 
insert, update and delete records; all you need do is specify a few 
configuration parameters.


Eugenio

--- End Message ---

Reply via email to