php-general Digest 12 Jun 2013 16:02:03 -0000 Issue 8263

2013-06-12 Thread php-general-digest-help

php-general Digest 12 Jun 2013 16:02:03 - Issue 8263

Topics (messages 321369 through 321372):

Re: htaccess to make html act as php suffixed files
321369 by: Stuart Dallas
321370 by: Matijn Woudt
321371 by: Rodrigo Silva dos Santos

debugging remote PHP code in eclipse
321372 by: Rafnews

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


--
---BeginMessage---
On 11 Jun 2013, at 18:16, Tedd Sperling t...@sperling.com wrote:

 Hi gang:
 
 To get html pages to use php scripts, I've used:
 
 RewriteEngine on
 # handler for phpsuexec. -- this makes these prefixes considered for php
 FilesMatch \.(htm|html)$
 SetHandler application/x-httpd-php
 /FilesMatch
 
 In a .htaccess file.
 
 However, it works on one site, but not on another -- any ideas as to why?

At a rough guess there's an AllowOverride line in the main Apache config that's 
restricting what you can do in the .htaccess file.

-Stuart

-- 
Stuart Dallas
3ft9 Ltd
http://3ft9.com/---End Message---
---BeginMessage---
On Tue, Jun 11, 2013 at 7:17 PM, Stuart Dallas stu...@3ft9.com wrote:

 On 11 Jun 2013, at 18:16, Tedd Sperling t...@sperling.com wrote:

  Hi gang:
 
  To get html pages to use php scripts, I've used:
 
  RewriteEngine on
  # handler for phpsuexec. -- this makes these prefixes considered for php
  FilesMatch \.(htm|html)$
  SetHandler application/x-httpd-php
  /FilesMatch
 
  In a .htaccess file.
 
  However, it works on one site, but not on another -- any ideas as to why?

 At a rough guess there's an AllowOverride line in the main Apache config
 that's restricting what you can do in the .htaccess file.


Or the .htaccess usage is not enabled at all in that site.
---End Message---
---BeginMessage---

Em Ter 11 Jun 2013 15:08:59 BRT, Matijn Woudt escreveu:

On Tue, Jun 11, 2013 at 7:17 PM, Stuart Dallas stu...@3ft9.com wrote:


On 11 Jun 2013, at 18:16, Tedd Sperling t...@sperling.com wrote:


Hi gang:

To get html pages to use php scripts, I've used:

RewriteEngine on
# handler for phpsuexec. -- this makes these prefixes considered for php
FilesMatch \.(htm|html)$
SetHandler application/x-httpd-php
/FilesMatch

In a .htaccess file.

However, it works on one site, but not on another -- any ideas as to why?


At a rough guess there's an AllowOverride line in the main Apache config
that's restricting what you can do in the .htaccess file.



Or the .htaccess usage is not enabled at all in that site.



ALSO, you have to be sure this site is using apache. Otherwise, 
.htaccess are not available.
---End Message---
---BeginMessage---

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---


[PHP] debugging remote PHP code in eclipse

2013-06-12 Thread Rafnews

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

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



[PHP] Re: debugging remote PHP code in eclipse

2013-06-12 Thread Jason P.


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



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



[PHP] ZF developers in Spain

2013-06-12 Thread Jason P.


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.

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



[PHP] Detect and Redirect Mobile Users

2013-06-12 Thread dealTek
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]


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



Re: [PHP] Detect and Redirect Mobile Users

2013-06-12 Thread Paul M Foster
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

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