This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: When running exec('rsync') with PHP, getting Warning: Error while sending QUERY packet.


Greetings, Björn Tantau!

> Sorry for the missing cygcheck.out, the Spamfilter wouldn't let me pass.
> Every package is up to date.
> rsync 3.1.2
> php 7.0.19
> mysql 10.1.19-MariaDB

> Hi,

> I encountered a rather strange PHP bug I could only reproduce in cygwin 
> (32 Bit and 64 Bit).
> If you have a working MySQL-Connection and then run exec('rsync')

exec()'ing anything from PHP, especially from PHP running on a webserver is a
very, very, very bad idea.

> the next Query produces the Warning:
> PHP Warning:  Error while sending QUERY packet. PID=15036 in 
> /home/limora/test.php on line 5

Show the

phpinfo(~(2+16+32+64));

please...

> So far I could reproduce this with the MariaDB from cygwin as well as 
> xampp, so I guess it's not a MySQL problem. I was only able to reproduce 
> this with rsync so far and  no other cli program.

> I'm completely stumped as to what could be causing this.

I could guess some possibilities, but I'd like to see settings first.


-- 
With best regards,
Andrey Repin
Thursday, May 18, 2017 15:23:00

Sorry for my terrible english...
--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]