Re: [PHP] php extension about php_stream_fopen_tmpfile()

2013-05-16 Thread Matijn Woudt
On Fri, May 10, 2013 at 3:37 AM, Bleakwind wrote: > I write a php extension. > How can I user Zend API do that? > where can I find some doc about file_handle->handle ? > There's not really a place to ask questions for writing extensions, but most people here will not be able to answer your ques

Re: [PHP] PHP extension for equivalen of "getent"?

2011-01-07 Thread Michael Shadle
On Fri, Jan 7, 2011 at 12:30 AM, Michelle Konzack wrote: > Does someone know, whether there is a PHP  extension  like  "getenv"  or > something which give the passwd fields back? http://php.net/posix -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/uns

Re: [PHP] PHP Extension & Arrays

2005-02-20 Thread Joe Wollard
Chris, I have a feeling I'm missing something but from what I'm gathering you want to be able to use the key of the array right along with the value. If that's what you need then the following should work: $array = my_array_creating_function(); while(list($key, $val) = each($array)){ echo ""

RE: [PHP] php extension problem

2004-12-01 Thread Zareef Ahmed
>Hi folks, >well, I hope you can help me out. I have a Windows XP machine running >Apache 2.x and Php 5.x. So far, everything works fine. I have placed >the php5ts.dll file in my System32 directory, kopied the php.ini file >in the Windows root directory and loaded the apache module for php5. So

Re: [PHP] php extension problem

2004-10-25 Thread Pierre Ancelot
fixed. i downloaded the source from php.net and it works now... the previous source i had came from apt system. maybe the source is patched ? if i'm not the only one to have had this problem, let me know, i'll mail the debian maintener thanks, On Monday 25 October 2004 19:19, Pierre Ancelot w

Re: [PHP] .php extension

2002-05-29 Thread Ed Gorski
Yeah one of the simple tricks to mask that you use php is to make the extention that the PHP Parser looks for (ie name it page.foo) or whatever and have: AddType application/x-httpd-php .foo At 07:27 PM 5/28/2002 -0500, Miguel Cruz wrote: >On Tue, 28 May 2002, Luis Miguel N. Tavora wrote: > >

Re: [PHP] .php extension

2002-05-28 Thread Miguel Cruz
On Tue, 28 May 2002, Luis Miguel N. Tavora wrote: > As far as I understood it, for a server process the php > code, the file must have the extension .php > > But then, the apache server (for example) requires a file > index.html to be placed in the directory public_html/ ... Wrong on both coun

Re: [PHP] .php extension

2002-05-28 Thread Ashley M. Kirchner
"Luis Miguel N. Tavora" wrote: > But then, the apache server (for example) requires a file > index.html to be placed in the directory public_html/ ... The Apache server only requires what you tell it to require. Edit your httpd.conf file and look for: DirectoryIndex index.html ...

Re: [PHP] .php extension

2002-05-28 Thread Julie Meloni
LMNT> As far as I understood it, for a server process the php LMNT> code, the file must have the extension .php You can use any extension for PHP, as long as you tell Apache (or other web server) to process files of that extension as PHP files. LMNT> Does that mean that I can't have any php in

Re: [PHP] .php extension

2002-05-28 Thread Thalis A. Kalfigopoulos
On Tue, 28 May 2002, Luis Miguel N. Tavora wrote: > Hi there. > > I've started to code in PHP a couple of days ago, so > I'm really a newbie. > > As far as I understood it, for a server process the php > code, the file must have the extension .php Not really but it's a good convention. > B

RE: [PHP] Php extension for Ultradev available now !

2001-03-29 Thread Ovidiu EFTIMIE
[EMAIL PROTECTED]] > Sent: Thursday, March 29, 2001 12:18 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] Php extension for Ultradev available now ! > > > Timely post for me. I am considering upgrading Dreamweaver and Fireworks. > > How and why do you like Ultradev? > Why PHP u

Re: [PHP] Php extension for Ultradev available now !

2001-03-29 Thread Yasuo Ohgaki
Timely post for me. I am considering upgrading Dreamweaver and Fireworks. How and why do you like Ultradev? Why PHP user should use it? -- Yasuo Ohgaki ""Ovidiu EFTIMIE"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > For those working with ultradev : > ht

Re: [PHP] Php extension for Ultradev available now !

2001-03-29 Thread elias
Nice post! ""Ovidiu EFTIMIE"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > For those working with ultradev : > http://www.udzone.com/showDetail.asp?TypeId=4&NewsId=488 > > > Ovidiu > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-