RE: [PHP] htaccess

2004-02-24 Thread Ryan C. Creasey
Chris W. Parker wrote:
 what is the password thing??

In all liklihood, he's referring to apache's mod_access module.  You should
try reading the documentation over at the apache group's website, as it's
quite extensive.

http://httpd.apache.org/docs-2.0/mod/mod_access.html

This question isn't really php related.

-- 
Ryan C. Creasey
Network Engineer
p11creative, inc.

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



RE: [PHP] htaccess

2004-02-24 Thread Ryan C. Creasey
Ryan C. Creasey wrote:
 In all liklihood, he's referring to apache's mod_access module.  You
 should try reading the documentation over at the apache group's website,
 as it's quite extensive.
 
 http://httpd.apache.org/docs-2.0/mod/mod_access.html

Also, mod_auth:
http://httpd.apache.org/docs-2.0/mod/mod_auth.html

-- 
Ryan C. Creasey
Network Engineer
p11creative, inc.

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



[PHP] Re: XSLT in php v5 beta 4

2004-02-23 Thread Ryan C. Creasey

Steve Dieke wrote:
| I am guesing that I have installed something incorrectly.  I am trying to
| use the function xslt_create().  I installed php v5 Beta 4 successfully.
| but when I try to use the function xslt_create() I get the following
| error:
| 
| Fatal Error: Call to undefined function xslt_create()

I too am having difficulty getting this up on our development boxes.  I've
installed php5a5 via FreeBSD ports, and get the same error.  My
configuration options are here:

http://hastur.p11.com/phpinfo.php

From my understanding, I know that there are major changes to XML/XSL in
php5, but is there anywhere documenting their changes explicitly?  I've
just read a bunch of lip service saying that it's changing, but I have no
idea how it'll affect my xml/xhtml apps when php5 goes release.  I'd love
to get a head start on it now, but have to get this working right.

Are the XSL functions used with php4/sablotron going to be supported in the
php5/libxml implementations?  Or am I going to have to re-code a bunch of
my xsl functions?

-- 
Ryan C. Creasey
Network Engineer
p11creative, inc.

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