php-general Digest 22 Feb 2009 17:38:38 -0000 Issue 5973

2009-02-22 Thread php-general-digest-help
php-general Digest 22 Feb 2009 17:38:38 - Issue 5973 Topics (messages 288657 through 288657): PHP5 - SOAP extension and WSDL generation 288657 by: Yannick Warnier Administrivia: To subscribe to the digest, e-mail: php-general-digest-subscr...@lists.php.net To unsubscribe

php-general Digest 23 Feb 2009 06:14:20 -0000 Issue 5974

2009-02-22 Thread php-general-digest-help
php-general Digest 23 Feb 2009 06:14:20 - Issue 5974 Topics (messages 288658 through 288662): Securing web services 288658 by: Yannick Warnier 288659 by: Nathan Rixham Re: Which file Included me? 288660 by: RottenEye ldap_search filter with memberOf 288661

[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

[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/SSL

[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

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 input

[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

[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

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