On 20/03/2010, at 10:46 AM, Gregory Machin wrote:
> Hi
> I'm setting up a development environment that runs multiple versions of php.
> I'm looking a list of the compile option options for each php release
> other than "./configure --help" with more detail on what each option
> does.
> Any suggest
On 03/20/2010 03:16 AM, Gregory Machin wrote:
Hi
I'm setting up a development environment that runs multiple versions of php.
I'm looking a list of the compile option options for each php release
other than "./configure --help" with more detail on what each option
does.
Any suggestions welcome .
Hi
I'm setting up a development environment that runs multiple versions of php.
I'm looking a list of the compile option options for each php release
other than "./configure --help" with more detail on what each option
does.
Any suggestions welcome .
Thank you.
--
PHP General Mailing List (http:
On Mon, Jun 9, 2008 at 10:43 AM, Wolf <[EMAIL PROTECTED]> wrote:
> "Hélio Rocha" <[EMAIL PROTECTED]> wrote:
> > Hi there,
> >
> > How can i compile or encrypt a PHP project without changing any thing on
> the
> > server? [Fast-]CGI it's a possibility.
> >
> > Thanks in advance.
> > Hélio
>
>
"Hélio Rocha" <[EMAIL PROTECTED]> wrote:
> Hi there,
>
> How can i compile or encrypt a PHP project without changing any thing on the
> server? [Fast-]CGI it's a possibility.
>
> Thanks in advance.
> Hélio
STFW:
http://www.google.com/search?q=PHP%3A+encrypt&ie=utf-8&oe=utf-8&aq=t&rls=com.
On Mon, Jun 9, 2008 at 10:36 AM, Hélio Rocha <[EMAIL PROTECTED]> wrote:
> Hi there,
>
> How can i compile or encrypt a PHP project without changing any thing on the
> server? [Fast-]CGI it's a possibility.
STFW: http://www.google.com/search?q=php+encoders
Generally, there will have to be
Hi there,
How can i compile or encrypt a PHP project without changing any thing on the
server? [Fast-]CGI it's a possibility.
Thanks in advance.
Hélio
Hi Daniel
>That's a bit out of the scope of this list, but a simple fix
> anyway. Change config.m4:
> PHP_NEW_EXTENSION(hello, hello.c, $ext_shared)
>
> to
> PHP_NEW_EXTENSION(hello, php_hello.c, $ext_shared)
>
Thank you very much! You made my day :)
it was the wrong filename
On 6/9/07, "H. Hübel" <[EMAIL PROTECTED]> wrote:
Hello everyone
for learning to develope an own external php-extension i studied the
following session under
http://devzone.zend.com/article/1021-Extension-Writing-Part-I-Introduction-to-PHP-and-Zend
and tried to develope my first extension as the
Hello everyone
for learning to develope an own external php-extension i studied the
following session under
http://devzone.zend.com/article/1021-Extension-Writing-Part-I-Introduction-to-PHP-and-Zend
and tried to develope my first extension as the examples from this site.
i use Linux (openSuse 10.
Hi,
I am trying to compile PHP with LDAP support via the Sun ONE Directory
Server. I am running into a problem where some functions aren't being found
in the include or shared libraries. Here's my configure command:
export
LD_LIBRARY_PATH="/usr/lib:/usr/local/nss-3.8/lib:/usr/local/nspr-4.3/lib:/
Hi all!
I'm installing php4.3.3, apache 1.3.28 with
mysql3.22.32
I'm using this option --with-mysql=/usr/local/mysql
But when I compile the php code, I get this error:
ext/mysql/php_mysql.o: In function
`zif_mysql_client_encoding':
/root/fuente/archivos/php-4.3.3/ext/mysql/php_mysql.c:1118:
undef
Hi all!
I'm installing php4.3.3, apache 1.3.28 with
mysql3.22.32
I'm using this option --with-mysql=/usr/local/mysql
But when I compile the php code, I get this error:
ext/mysql/php_mysql.o: In function
`zif_mysql_client_encoding':
/root/fuente/archivos/php-4.3.3/ext/mysql/php_mysql.c:1118:
undef
On Thursday 13 November 2003 05:42, John Nichel wrote:
> Is the phpinfo page showing your php code '', or is
> it blank as in no content at all?
>
> If no content, what do you see when you view the source of the page in
> the browser?
>
> Did you restart apache?
>
> Did you compile php at the same
Mike R wrote:
[snip]
Yeah, got that as:
AddType application/x-httpd-php .php
AddType application/x-httpd-php .html
AddType application/x-httpd-php .phtml
And the DirectoryIndex stuff is there, too.
[/snip]
So, all of that is there, yet PHP does not work? After you compiled PHP
did you restart Apac
> [snip]
> Yeah, got that as:
>
> AddType application/x-httpd-php .php
> AddType application/x-httpd-php .html
> AddType application/x-httpd-php .phtml
>
> And the DirectoryIndex stuff is there, too.
> [/snip]
>
> So, all of that is there, yet PHP does not work? After you compiled PHP
> did you re
[snip]
Yeah, got that as:
AddType application/x-httpd-php .php
AddType application/x-httpd-php .html
AddType application/x-httpd-php .phtml
And the DirectoryIndex stuff is there, too.
[/snip]
So, all of that is there, yet PHP does not work? After you compiled PHP
did you restart Apache? How, pre
> -Original Message-
> From: Jay Blanchard [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 12, 2003 3:32 PM
> To: Mike R; [EMAIL PROTECTED]
> Subject: RE: [PHP] php compile
>
>
> [snip]
> In what way would I have to modify it? I've comp
[snip]
In what way would I have to modify it? I've compiled before without any
issues... (not on this server, though, admittedly).
[/snip]
# DirectoryIndex: Name of the file or files to use as a pre-written HTML
# directory index. Separate multiple entries with spaces.
#
DirectoryIndex ind
[snip]
I'm compiling php (4.3.4) on a server with linux (different server than
my
other post), and the config, make, and make install all seem to go fine
(no
errors or special messages). No go on PHP, though. Restarted apache,
but
nothing.
Should I reboot the server?
Any other possibilities?
[/
I'm compiling php (4.3.4) on a server with linux (different server than my
other post), and the config, make, and make install all seem to go fine (no
errors or special messages). No go on PHP, though. Restarted apache, but
nothing.
Should I reboot the server?
Any other possibilities?
Thanks
no problem. the only thing i forgot to say is that this is on a redhat 7.3
machine and the libraries that are used by some of those options are from
redhat rpms. If you aren't using a similar version of redhat then you may
get messages about certain options missing headers etc.
up to you whether y
Thanks! I'll give it a shot in the morning!
JIM
On Monday 17 February 2003 18:19, Mat Harris wrote:
> i like to use to following with php 4.3.0. Note the $APACHE_PREFIX should
> be changed:
>
> ./configure --prefix=/usr --with-apxs=$APACHE_PREFIX/bin/apxs
> --enable-debug=no --enable-safe-mode --
i like to use to following with php 4.3.0. Note the $APACHE_PREFIX should be
changed:
./configure --prefix=/usr --with-apxs=$APACHE_PREFIX/bin/apxs --enable-debug=no
--enable-safe-mode --with-mysql=/usr --with-regex=system --with-xml --with-imap
--with-snmp --with-kerberos --with-imap-ssl --with
Hi all...
I just compiled PHP from source for the first time. It "works", but not like I
want it to. I need it to work with Mysql, do graphs, and let me run programs
(ie safe-mode is off). Also the odd thing is that before I compiled my own
PHP I could access all my mysql databases. Now I can
Hi,
On Friday 31 January 2003 01:10, Robert Fitzpatrick wrote:
> Running Redhat 8.0
> PHP 4.3.0
>
> When I try to configure with the following:
> ./configure --with-apxs=/web_root/bin/apxs --enable-track-vars
> --enable-versioning --with-mysql=/usr/mysql --with-gd=/usr/local
Are you sure you told
Running Redhat 8.0
PHP 4.3.0
When I try to configure with the following:
./configure --with-apxs=/web_root/bin/apxs --enable-track-vars
--enable-versioning --with-mysql=/usr/mysql --with-gd=/usr/local
--with-jpeg-dir=/usr/local/bin/ --with-png-dir=/usr/lib
--with-zlib-dir=/usr/lib --with-zlib --e
Any News ??
Moussa Dahadha wrote:
>
>
>
>Hi, i know that this question was asked many times but i still
>can't find any solution :-(
>
>When i try to compile php
>
>
>I alweys recive this error:
>
> Making all in .
> make[1]: Entering directory `/root/php-4.2.1'
Hi, i know that this question was asked many times but i still
can't find any solution :-(
When i try to compile php
I alweys recive this error:
Making all in .
make[1]: Entering directory `/root/php-4.2.1'
/bin/sh /root/php-4.2.1/libtool --silent --mode=link
On Wednesday 20 March 2002 00:46, Mike At Spy wrote:
> If IMAP is entered under "Loaded Modules" in the apache section of a
> phpinfo file, does that mean IMAP has been enabled?
Use php_info() to find out.
--
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
/*
High heels are a device
If IMAP is entered under "Loaded Modules" in the apache section of a phpinfo
file, does that mean IMAP has been enabled?
Thanks,
-Mike
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
* Jason Signalness ([EMAIL PROTECTED]) [Jan 04. 2002 16:18]:
> Hello,
Backatcha
> I am having trouble compiling php with snmp support. ucd-snmp 4.2.2 is
> installed and working without trouble. PHP4.1.1 configures ok but fails
> on make, giving many errors similar to this:
> /usr/local/lib/l
Hello,
I am having trouble compiling php with snmp support. ucd-snmp 4.2.2 is
installed and working without trouble. PHP4.1.1 configures ok but fails
on make, giving many errors similar to this:
/usr/local/lib/libsnmp.a(snmp_alarm.o): In function `sa_find_next':
/export/home/j/js/jsignalness/u
i, i'm sorry if this has been discussed in the list... but i have
searched the entire list's archive but i have not found no
solution/hint for the problem.
I have PHP compiled with imap support. I works just fine.
I have recompiled PHP to add ldap support.
The configure and make runs fine,
Hi,
We are currently configuring PHP4.0.4 with MySQL and Apache.
We *need* to access MySQL via ODBC as well.
Which is the best thing to do? There are many options of different ODBC drivers that
can be configured, like 'iodbc' or 'openlink' from Openlink or unixODBC.
Which driver is best? Wh
35 matches
Mail list logo