[PHP] compiling modues

2002-02-13 Thread Andreas Gietl
hi, i am looking for a good documentation how i can build the "standard" php-modules like mysql or like postgres as loadable extensions on linux-systems. Just doing make in the appropriate directories just gives .la files which are not loadable like the normal .so files. Can you point me at a

Re: [PHP] Anyway to open a PHP file and view its code in the browser?

2002-02-14 Thread Andreas Gietl
then do a symbolic link On Thursday 14 February 2002 22:34, Kevin Stone wrote: > I'm glad you posted this. It's great to know. Unfortunately it's not > what I need to do. I'm uploading and updating my scripts all the time. > So I need to offer code views of *active* scripts. Changing the file

[PHP] Unable to find stream pointer

2001-09-11 Thread Andreas Gietl
Hi PHP-Users, I am having problems with php and imap now for several days on several servers. I just get the following Error: Warning: Unable to find stream pointer in on line This error does not occur in every execution, but only sometimes. I read a lot about this error on the internet, bu

Re: [PHP] Unable to find stream pointer

2001-09-13 Thread Andreas Gietl
On Tuesday 11 September 2001 19:00, Andreas Gietl wrote: why is it that nobody answers my question? Does nobody know an answer? > Hi PHP-Users, > > I am having problems with php and imap now for several days on several > servers. I just get the following Error: > > Warni

Re: [PHP] user auth

2001-09-14 Thread Andreas Gietl
On Friday 14 September 2001 17:01, you wrote: if you want to work with the passwords that originally are in the shadow-file your webserver needs to have read-permissions for the shadow-file, which is no good idea. you could parse out the passwords from the shadow-file and write them into an e

Re: [PHP] Code Speed & Optimization

2001-09-17 Thread Andreas Gietl
On Monday 17 September 2001 18:32, Alex Ranaldi wrote: i just gonna quote Yasuo Ohgaki who posted this morning: There are sevral cache modules. These are cache modules that I know. - Alternative PHP Cache (APC): http://apc.communityconnect.com/ - AfterBuaner Cache (bwcache) : http://bwcache

Re: [PHP] Code Speed & Optimization

2001-09-17 Thread Andreas Gietl
"bad" code. Just try it out. > The question really for me is this...are they caches of results? in other > words, slightly old information? Or can they still be used in the same way > as a "raw" script and still be improved? > > - Original Message - >

Re: [PHP] Getting IP address

2001-09-19 Thread Andreas Gietl
On Wednesday 19 September 2001 11:37, Andrew Semark wrote: $addr = getenv('REMOTE_ADDR'); > Can anybody tell me how to get the IP address of the remote machine looking > at the web page. I have two versions of PHP 4 On the box with version > 4.0.1 I can use $HTTP_SERVER_VARS["REMOTE_ADDR"], but

Re: [PHP] WEB LOG

2001-09-24 Thread Andreas Gietl
On Monday 24 September 2001 16:04, Jeffrey Paul wrote: Well. If you check the HTTP_REFERER on the target-site it would work and give you at least some "security". However it is still not really secure. > At 07:08 AM 9/24/2001, Chris Herring wrote: > >OOPS, again, elseif isn't what needs to be

Re: [PHP] WEB LOG

2001-09-24 Thread Andreas Gietl
This is the reason why i wrote it is just some security. On Monday 24 September 2001 16:15, Jeffrey Paul wrote: > At 10:09 AM 9/24/2001, Andreas Gietl wrote: > >Well. If you check the HTTP_REFERER on the target-site it would work and > > give you at least some "security"