From: "Robert" on
Hi to all of you dear friends.

Is still possible to print from php scripts directly to server's attached
printers?
(here it is php for windows, so this question is intended as to print on a
windows server WAMP)

Thank you for any update.

A related curiosity is about PHP_PRINTER.DLL. Has that dll been abandoned?

Mr. Pierre Joye is publishing one intended (seems) to fit on php 5.2.8
http://downloads.php.net/pierre/

but using it with last apache makes that extension to not be loaded (checked
on apache error log). So playing with search engines i've found (looks like)
that the higher php version usable with php_printer.dll is

PHP 5.2.8 with pecl for PHP 5.2.6
http://us2.php.net/get/pecl-5.2.6-Win32.zip/from/a/mirror

it does work, already verified.

Yes, cool! ... But the behaviour is that this does not allow me to upgrade
MySQL. (* see at bottom)

Next issue/question: seems to me that pecl collections later than 5.2.6 are
not available. Isn't it?

Thank you for any help or tip on how to upgrade PHP and still be able to
print directly to server's attached printers from php scripts.

Kind regards

Robert

(*) about MySQL upgrade (off topic but just to explain my request)
With the WAMP environment I've installed phpmyadmin.
I was going to install MySQL 5.1.42 but...
Well, using the libmysql.dll provided with PHP 5.2.8 makes a warning appear
in the phpmyadmin server home page. The warning says:
"Your PHP MySQL library version 5.0.51a differs from your MySQL server
version 5.1.xx. This may cause unpredictable behavior"
Again on search engines...: appeared a solution like "overwrite the php
provided libmysql.dll you copied in \system32 directory with the one in the
mysql installation directory".
Tried.

This doesn't work and crashes apache as soon I attempt to login phpmyadmin.

So, for the moment, the only solution I've found has been to remove MySQL
5.1.42 and install MySQL 5.0.90 (community). Apache is 2.2.14. Windows is
2008 server standard edition.


From: Pierre Joye on
hi,

On Sat, Jan 30, 2010 at 6:43 PM, Robert <effe.stm(a)virgilio.it> wrote:

> Is still possible to print from php scripts directly to server's attached
> printers?
> (here it is php for windows, so this question is intended as to print on a
> windows server WAMP)
>
> Thank you for any update.
>
> A related curiosity is about PHP_PRINTER.DLL. Has that dll been abandoned?
>
> Mr. Pierre Joye is publishing one intended (seems) to fit on php 5.2.8
> http://downloads.php.net/pierre/

Pierre works too ;)

> but using it with last apache makes that extension to not be loaded (checked
> on apache error log). So playing with search engines i've found (looks like)
> that the higher php version usable with php_printer.dll is
>
> PHP 5.2.8 with pecl for PHP 5.2.6
> http://us2.php.net/get/pecl-5.2.6-Win32.zip/from/a/mirror
>
> it does work, already verified.

It should work with 5.2.6 and later.

> Yes, cool! ... But the behaviour is that this does not allow me to upgrade
> MySQL. (* see at bottom)

> "Your PHP MySQL library version 5.0.51a differs from your MySQL server
> version 5.1.xx. This may cause unpredictable behavior"

It should work just fine.

> Thank you for any help or tip on how to upgrade PHP and still be able to
> print directly to server's attached printers from php scripts.

Do you need printer for 5.3? I did not try to compile it lately but it
should be possible.

Cheers,
--
Pierre

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org
From: "Keith Davis" on
I need this for 5.3.1. Can you compile it for me? I've compiled PHP once
(we're using MS SQL Server Driver For PHP, had to compile for 5.3), but
I'm very shaky about it.



Keith Davis (214) 906-5183

-----Original Message-----
From: Pierre Joye [mailto:pierre.php(a)gmail.com]
Sent: Saturday, January 30, 2010 12:28 PM
To: Robert
Cc: php-windows(a)lists.php.net
Subject: Re: [PHP-WIN] What about php 5.3 and printers or
PHP_PRINTER.DLL ?

hi,

On Sat, Jan 30, 2010 at 6:43 PM, Robert <effe.stm(a)virgilio.it> wrote:

> Is still possible to print from php scripts directly to server's
> attached printers?
> (here it is php for windows, so this question is intended as to print
> on a windows server WAMP)
>
> Thank you for any update.
>
> A related curiosity is about PHP_PRINTER.DLL. Has that dll been
abandoned?
>
> Mr. Pierre Joye is publishing one intended (seems) to fit on php 5.2.8

> http://downloads.php.net/pierre/

Pierre works too ;)

> but using it with last apache makes that extension to not be loaded
> (checked on apache error log). So playing with search engines i've
> found (looks like) that the higher php version usable with
> php_printer.dll is
>
> PHP 5.2.8 with pecl for PHP 5.2.6
> http://us2.php.net/get/pecl-5.2.6-Win32.zip/from/a/mirror
>
> it does work, already verified.

It should work with 5.2.6 and later.

> Yes, cool! ... But the behaviour is that this does not allow me to
> upgrade MySQL. (* see at bottom)

> "Your PHP MySQL library version 5.0.51a differs from your MySQL server

> version 5.1.xx. This may cause unpredictable behavior"

It should work just fine.

> Thank you for any help or tip on how to upgrade PHP and still be able
> to print directly to server's attached printers from php scripts.

Do you need printer for 5.3? I did not try to compile it lately but it
should be possible.

Cheers,
--
Pierre

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org

--
PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:
http://www.php.net/unsub.php


This message (including any attachments) may contain confidential or otherwise privileged information and is intended only for the individual(s) to which it is addressed. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message or that arise as a result of e-mail transmission. If verification is required please request a hard-copy version from the sender.

www.pridedallas.com

From: "Keith Davis" on
If I need to do it myself, where do I get the source?



Keith Davis (214) 906-5183

-----Original Message-----
From: Keith Davis
Sent: Friday, February 05, 2010 7:50 AM
To: 'Pierre Joye'; Robert
Cc: php-windows(a)lists.php.net
Subject: RE: [PHP-WIN] What about php 5.3 and printers or
PHP_PRINTER.DLL ?

I need this for 5.3.1. Can you compile it for me? I've compiled PHP once
(we're using MS SQL Server Driver For PHP, had to compile for 5.3), but
I'm very shaky about it.



Keith Davis (214) 906-5183

-----Original Message-----
From: Pierre Joye [mailto:pierre.php(a)gmail.com]
Sent: Saturday, January 30, 2010 12:28 PM
To: Robert
Cc: php-windows(a)lists.php.net
Subject: Re: [PHP-WIN] What about php 5.3 and printers or
PHP_PRINTER.DLL ?

hi,

On Sat, Jan 30, 2010 at 6:43 PM, Robert <effe.stm(a)virgilio.it> wrote:

> Is still possible to print from php scripts directly to server's
> attached printers?
> (here it is php for windows, so this question is intended as to print
> on a windows server WAMP)
>
> Thank you for any update.
>
> A related curiosity is about PHP_PRINTER.DLL. Has that dll been
abandoned?
>
> Mr. Pierre Joye is publishing one intended (seems) to fit on php 5.2.8

> http://downloads.php.net/pierre/

Pierre works too ;)

> but using it with last apache makes that extension to not be loaded
> (checked on apache error log). So playing with search engines i've
> found (looks like) that the higher php version usable with
> php_printer.dll is
>
> PHP 5.2.8 with pecl for PHP 5.2.6
> http://us2.php.net/get/pecl-5.2.6-Win32.zip/from/a/mirror
>
> it does work, already verified.

It should work with 5.2.6 and later.

> Yes, cool! ... But the behaviour is that this does not allow me to
> upgrade MySQL. (* see at bottom)

> "Your PHP MySQL library version 5.0.51a differs from your MySQL server

> version 5.1.xx. This may cause unpredictable behavior"

It should work just fine.

> Thank you for any help or tip on how to upgrade PHP and still be able
> to print directly to server's attached printers from php scripts.

Do you need printer for 5.3? I did not try to compile it lately but it
should be possible.

Cheers,
--
Pierre

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org

--
PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:
http://www.php.net/unsub.php


This message (including any attachments) may contain confidential or otherwise privileged information and is intended only for the individual(s) to which it is addressed. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message or that arise as a result of e-mail transmission. If verification is required please request a hard-copy version from the sender.

www.pridedallas.com

From: "Keith Davis" on
Ok, this is the source, correct?

http://svn.php.net/viewvc/pecl/printer/

Can't seem to figure out how to compile it.



Keith Davis (214) 906-5183

-----Original Message-----
From: Keith Davis
Sent: Friday, February 05, 2010 7:50 AM
To: 'Pierre Joye'; 'Robert'
Cc: 'php-windows(a)lists.php.net'
Subject: RE: [PHP-WIN] What about php 5.3 and printers or
PHP_PRINTER.DLL ?

If I need to do it myself, where do I get the source?



Keith Davis (214) 906-5183

-----Original Message-----
From: Keith Davis
Sent: Friday, February 05, 2010 7:50 AM
To: 'Pierre Joye'; Robert
Cc: php-windows(a)lists.php.net
Subject: RE: [PHP-WIN] What about php 5.3 and printers or
PHP_PRINTER.DLL ?

I need this for 5.3.1. Can you compile it for me? I've compiled PHP once
(we're using MS SQL Server Driver For PHP, had to compile for 5.3), but
I'm very shaky about it.



Keith Davis (214) 906-5183

-----Original Message-----
From: Pierre Joye [mailto:pierre.php(a)gmail.com]
Sent: Saturday, January 30, 2010 12:28 PM
To: Robert
Cc: php-windows(a)lists.php.net
Subject: Re: [PHP-WIN] What about php 5.3 and printers or
PHP_PRINTER.DLL ?

hi,

On Sat, Jan 30, 2010 at 6:43 PM, Robert <effe.stm(a)virgilio.it> wrote:

> Is still possible to print from php scripts directly to server's
> attached printers?
> (here it is php for windows, so this question is intended as to print
> on a windows server WAMP)
>
> Thank you for any update.
>
> A related curiosity is about PHP_PRINTER.DLL. Has that dll been
abandoned?
>
> Mr. Pierre Joye is publishing one intended (seems) to fit on php 5.2.8

> http://downloads.php.net/pierre/

Pierre works too ;)

> but using it with last apache makes that extension to not be loaded
> (checked on apache error log). So playing with search engines i've
> found (looks like) that the higher php version usable with
> php_printer.dll is
>
> PHP 5.2.8 with pecl for PHP 5.2.6
> http://us2.php.net/get/pecl-5.2.6-Win32.zip/from/a/mirror
>
> it does work, already verified.

It should work with 5.2.6 and later.

> Yes, cool! ... But the behaviour is that this does not allow me to
> upgrade MySQL. (* see at bottom)

> "Your PHP MySQL library version 5.0.51a differs from your MySQL server

> version 5.1.xx. This may cause unpredictable behavior"

It should work just fine.

> Thank you for any help or tip on how to upgrade PHP and still be able
> to print directly to server's attached printers from php scripts.

Do you need printer for 5.3? I did not try to compile it lately but it
should be possible.

Cheers,
--
Pierre

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org

--
PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:
http://www.php.net/unsub.php


This message (including any attachments) may contain confidential or otherwise privileged information and is intended only for the individual(s) to which it is addressed. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message or that arise as a result of e-mail transmission. If verification is required please request a hard-copy version from the sender.

www.pridedallas.com