Re: [PHP] Re: Securing web services

2009-02-22 Thread Thodoris
Yanick, I'm hoping to save you some time here; Web Services are very poorly implemented in PHP (and that sentence is the reason I'm emailing you off-list). You actually didn't :-) . Everything you need is catered for in SOAP and by using the WS-xxx extensions which are common place in

[PHP] need help on the BBcode extension: What's the syntax of the Object Oriented Notation content_handling

2009-02-22 Thread Zhang Qingcheng
Hi there, I'm using the BBcode extension(version 1.0.2), and the manual(url: http://www.php.net/manual/en/function.bbcode-create.php) said the "bbcode_initial_tags" accepted Object Oriented Notation on content_handling, but I don't find any document on this notation or syntax, so could anyo

[PHP] ldap_search filter with memberOf

2009-02-22 Thread Zaitchik, Alan
I am trying to construct a filter for ldap_search that tests the AD memberOf attribute. The latter has possibly multiple values for a given user, and I want something like (memberOf=*Student*) to get all and only the students. I realize that the above does not work, that the memberOf attribute h

Re: [PHP] Which file "Included" me?

2009-02-22 Thread RottenEye
But we could use rawurlencode($_SERVER['PHP_SELF']), no? João Michael A. Peters wrote: Nisse Engström wrote: On Wed, 18 Feb 2009 10:37:53 -0800, "Michael A. Peters" wrote: http://www.gfx-depot.com/forum/-php-server-php-self-validation-t-1636.html explains a technique to validate the inpu

[PHP] Re: Securing web services

2009-02-22 Thread Nathan Rixham
Yannick Warnier wrote: Hi there, Another Web Service related question. Obviously, Google gives me enough hints to find *many* documents on the topic (searching for "securing web services"), but I am developing open-source soft and I'd like to secure my web services to the maximum without forcing

[PHP] Securing web services

2009-02-22 Thread Yannick Warnier
Hi there, Another Web Service related question. Obviously, Google gives me enough hints to find *many* documents on the topic (searching for "securing web services"), but I am developing open-source soft and I'd like to secure my web services to the maximum without forcing the user to use HTTPS/SS

[PHP] PHP5 - SOAP extension and WSDL generation

2009-02-22 Thread Yannick Warnier
Hi there, I'm trying to find out how to generate a WSDL with the functions I am providing as web services, and I'm finding various posts on the net that say it's not possible with the SOAP extension built in PHP5. At the same time, I find that http://www.php.net/manual/en/soap.constants.php list