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
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
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 ""
>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
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
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:
> >
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
"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
...
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
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
[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
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
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-
13 matches
Mail list logo