>If you need more recent LAMP stuff on Woody (ex php5) add these lines
>in your /etc/apt/sources.list:
>deb http://packages.dotdeb.org ./
>deb-src http://sources.dotdeb.org ./
>
>This will use recent Debian packages (backported for Woody)
>from http://dotdeb.org/
That looks like what I'm after
>T
> Should you ask this at a debian list?
I tried . . .no luck. I thought that you php folks might know a bit more
about specific versions.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I am running a Woody server. I'd like to run php scripts from the command
line, but I note that the php/php4 executable is not in my PATH.
I have php4, version 4.1.2-7.0.1 installed.
Is the command-line option available with this version, or do I need to
install another package?
I understand t
Hope I was helpful
Yaron Khazai
Thanks - will try that out soon.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I am writing a contact manager in php/mysql. I'd like to use a binary array
as an efficient way to store information for groups that each contact
belongs to eg:
Field: 'group': 001010 means that the contact belongs to the second and
fourth group.
If the array is of type Byte, it should be able t
I am trying to port a small database application (php, MySQL) to sqlite.
How can I find the type of an arbitrary field? In other words, what is the
equivalent of mysql_field_type() and mysql_field_flags() in sqlite?
I read something on the sqlite group recently that recommended using
pragma_show_
is xml compatible with php? i don't know anything about xml. any places on
the net i can get a quick overview of it?
- Original Message -
From: Alex Black <[EMAIL PROTECTED]>
To: <>
Sent: Wednesday, January 24, 2001 2:17 PM
Subject: Re: [PHP] building a language pack
> I'm of the opi
How is this going to help me?
I want to evaluate the code in $php_code to *another* string...
- Original Message -
From: Thomas Weber <>
To: Php-General <>
Sent: Wednesday, January 24, 2001 10:14 AM
Subject: AW: [PHP] eval() to string???
> try
>
> eval("\$php_code;");
>
> -Ursprün
8 matches
Mail list logo