php-general Digest 13 Jun 2013 06:51:23 -0000 Issue 8264
Topics (messages 321373 through 321377):
Re: debugging remote PHP code in eclipse
321373 by: Jason P.
ZF developers in Spain
321374 by: Jason P.
Detect and Redirect Mobile Users
321375 by: dealTek
321376 by: Paul M Foster
321377 by: Tihanyi Péter
Administrivia:
To subscribe to the digest, e-mail:
php-general-digest-subscr...@lists.php.net
To unsubscribe from the digest, e-mail:
php-general-digest-unsubscr...@lists.php.net
To post to the list, e-mail:
php-gene...@lists.php.net
----------------------------------------------------------------------
--- Begin Message ---
I haven't tested yet but I've found yesterday some good tips that maybe
could work.
1) Xdebug wizard. Simple paste there the output of phpinfo() and follow
the steps.
http://xdebug.org/wizard.php
If you find problems with phpize, remember to run it inside the inner
xdebug folder.
2) Go to your /etc/php5/apache2/php.ini and add the zend_extension for
xdebug and its configuration.
This is the post I've been following:
http://www.cleancode.co.nz/blog/724/remote-php-debugging-eclipse-php-xdebug
It's possible (I don't know it for sure) that you may have to activate
in Eclipse one specific option about Jit:
http://bogdan-albei.blogspot.com.es/2010/06/php-remote-debugging-with-xdebug-and.html
Hope this helps!
El 12/06/13 18:01, Rafnews escribió:
Hi everybody,
I have big trouble to correctly configure Eclipse/Xdebug to remotely
debug a PHP website.
When web server is local i have no problem, it works like a charm...but
in case webserver is not local, that's a real nightmare.
till now everything what i found on internet was about settings for a
local debugging.
few are about remote debugging... and after reading them i still have
trouble.... it's like something is missing...an important step...
so i would like to know if someone could help me.
If you already successfully setup eclipse/xdebug for a remote
debugging, please let me know.
i feel like a local copy of website root folder must exist on my client
computer but is it true ? how to configure eclipse to be sure it will
run code with PHP server ?
so please, contact me if you already did it.
thx a lot
--- End Message ---
--- Begin Message ---
Hi people!
I'm doing a personal research of Spanish freelancers and agencies that
use ZF in his projects, version 2 preferably.
My summer purpose is to learn the basics of the new framework and I
would like to find people using it to simply interchange knowledge or
job opportunities ;)
Thanks.
--- End Message ---
--- Begin Message ---
Hi all,
I'm curious of a simple, common, universal way to detect a mobile user so I can
redirect them to a mobile directory...
What is best for this: Javascript - CSS - PHP?
I think for my purposes if I can detect screen size or mobile browser agent -
that would be good enough for what I need right now.
Thanks in advance - Dave
--
Thanks,
Dave - DealTek
deal...@gmail.com
[db-3]
--- End Message ---
--- Begin Message ---
On Wed, Jun 12, 2013 at 04:19:50PM -0700, dealTek wrote:
> Hi all,
>
> I'm curious of a simple, common, universal way to detect a mobile user so I
> can redirect them to a mobile directory...
>
> What is best for this: Javascript - CSS - PHP?
>
> I think for my purposes if I can detect screen size or mobile browser agent -
> that would be good enough for what I need right now.
This is not really a PHP question. I understand your asking it, though.
Does anyone know of a better list or whatever for generic web designer
questions?
To your question, there are two problems: 1) Looking for a browser
signature is a needle/haystack proposition, and the haystack is
enormous, and it gets bigger every time a new phone/tablet model comes
out; 2) Screen size used to be a good indicator, but as I feared when
people first started using screen resolution as the main indicator, the
screens on mobile devices have become progressively more and more
capable. Some of them are better than many desktops I've seen.
So I'd be interested in the answer to the question myself.
Paul
--
Paul M. Foster
http://noferblatz.com
http://quillandmouse.com
--- End Message ---
--- Begin Message ---
Hi,
It might be a good solution for your problem:
http://detectmobilebrowsers.com/
You can find php, js, apache, etc scripts for your problem.
Regards,
Peter Tihanyi
________________
http://systream.hu
2013.06.13. 1:19 keltezéssel, dealTek írta:
Hi all,
I'm curious of a simple, common, universal way to detect a mobile user so I can
redirect them to a mobile directory...
What is best for this: Javascript - CSS - PHP?
I think for my purposes if I can detect screen size or mobile browser agent -
that would be good enough for what I need right now.
Thanks in advance - Dave
--
Thanks,
Dave - DealTek
deal...@gmail.com
[db-3]
--- End Message ---