[PHP-INSTALL] "shared" PHP build problems on AIX

2013-07-11 Thread Frank Fegert
und. rtld: 0712-001 Symbol zend_parse_parameters was referenc in Unknown on line 0 Does anyone have an idea where to look why php and php-cgi aren't build like libphp5.so when configured as "shared"? Thanks & best regards, Frank Fegert ##

[PHP-INSTALL] Segmentation fault

2012-10-03 Thread Frank Broniewski
GD is gd-2.0.35_8,1, PHP uses [GD Version] => bundled (2.0.34 compatible). So, finally, any tipps to solve this problem are greatly appreceated ... Frank PS My installed PHP modules: brfr@frodo> pkg_info | grep php5 php5-5.4.6 PHP Scripting Language php5-bz2-5.4.6 The bz2 s

Re: [PHP-INSTALL] PHP files coming up as files to download? (Part 2)

2008-12-24 Thread Frank DeChellis
WORKS Thanks. Looks like I "over" configured it. Merry Christmas to everybody. Frank On 12/24/08 2:20 PM, "Keith Roberts" wrote: > On Wed, 24 Dec 2008, Frank DeChellis wrote: > >> To: php-install@lists.php.net >> From: Frank DeChellis >> S

[PHP-INSTALL] PHP files coming up as files to download?

2008-12-24 Thread Frank DeChellis
: php_value - PHP Value Modifier php_flag - PHP Flag Modifier php_admin_value - PHP Value Modifier (Admin) php_admin_flag - PHP Flag Modifier (Admin) PHPINIDir - Directory containing the php.ini file Current Configuration: Thanks Frank Frank DeChellis President, Internet Access Worldwide Welland

[PHP-INSTALL] PHP files coming up as files to download? (Part 2)

2008-12-24 Thread Frank DeChellis
.php3 AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps AddHandler php5-script .php AddHandler php5-script .php3 Am I missing a line somewhere? Thanks Frank Frank DeChellis President, Internet Access Worldwide Welland, Ontario, Canada www.iaw.com

[PHP-INSTALL] PHP files coming up as files to download?

2008-12-23 Thread Frank DeChellis
application/x-httpd-php .php3 AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps AddHandler php5-script .php AddHandler php5-script .php3 Am I missing a line somewhere? Thanks Frank Frank DeChellis President, Internet Access Worldwide Welland, Ontario

[PHP-INSTALL] PHP files coming up as files to download?

2008-12-23 Thread Frank DeChellis
application/x-httpd-php .php3 AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps AddHandler php5-script .php AddHandler php5-script .php3 Am I missing a line somewhere? Thanks Frank Frank DeChellis President, Internet Access Worldwide Welland, Ontario

[PHP-INSTALL] Something is likely to be messed up here...

2007-09-20 Thread Frank Campagna
uot; iMac I've attached the debug.log for your reference. I don't know if I need a resolution, or if this note is for your development needs. Thanks, Frank Campagna debug.log Description: Binary data

Re: [PHP-INSTALL] pdo_mysql can not find libmysqlclient.so libz.so

2007-05-09 Thread Graham Frank
Actually, check the two files it claims are missing. Typically, those files are actually symbolic links (e.g. /usr/lib/libmysqlclient.so -> /usr/lib/libmysqlclient.so.14) and same for libz. --Graham Fr

[PHP-INSTALL] Ooookay

2006-05-09 Thread Graham Frank
You know what. Seriously. Enough with this. If it isn't people spamming the list, it's someone's spam filter flipping out and spamming the list. That's the 24th email I've gotten in the past twelve hours with that person's spam filter seemingly in a loop with itself due to message content. This

RE: [PHP-INSTALL] List Spam

2006-05-08 Thread Graham Frank
I've complained numerous times to the "list admin" address regarding the program wanting to kick me off the list for bouncing email containing viruses. I've never gotten a response. --Graham -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, May 08, 2006

RE: [PHP-INSTALL] PHP on RH9 still shows old version after upgrade

2005-06-07 Thread Frank Hamersley
--with-unixODBC=shared' > '--enable-memory-limit' '--enable-bcmath' '--enable-shmop' > '--enable-calendar' '--enable-dbx' '--enable-dio' '--enable-mcal' > '--enable-mbstring=shared' '--enable-mbstr-enc-trans' > '--enable-mbregex' > '--with-apxs2=/usr/sbin/apxs' > > Where is this "hiding" in the OS? Rob, I also had a similar problem when migrating from a RH rpm installed environment to a vanilla Apache/PHP compile from source arrangement. I chose to use the standard paths ie. /usr/local/x rather than the RH /usr/sbin etc and had to track down (using which etc) a few things to break the RH configurations grip. I suspect your path to apxs is not helping - after building apache 1.3.33 I had found the new apxs in /usr/local/apache/bin. My approach was to replace the RH files with symbolic links to the new vanilla files (prolly overkill but keeps me feelin' relaxed). Let me know how it pans out, Cheers Frank.

Re: [PHP-INSTALL] Install php with IMAP

2005-04-21 Thread Frank Bax
At 03:23 PM 4/21/05, Greene, Jason A [ITS] wrote: If this is getting through I apologize... I seem to begetting strange relpies so I am trying again. That is quite common on this list. You get bogus bounce messages because of misconfigured mailservers out there and our list admin is not removin

Re: [PHP-INSTALL] Password Script needed - Not sure if this is the right thread for this. Please redirect if it is not.

2005-03-26 Thread Frank Bax
At 11:00 AM 3/26/05, Jimbob wrote: I have an input script which is a bare minimum for hiding the password the user enters and stores and encrypted password. However, I am unable to retrieve the encrypted pw and decrypt it as I do not have the code for the decrypt function. Does anybody know of a

Re: [PHP-INSTALL] Offline test site - php commands ignored

2005-03-18 Thread Frank Bax
y things I do after installing binaries on OpenBSD: 1) run phpxs -s 2) update httpd.conf with: AddType application/x-httpd-php .php 3) create php.ini (in same directory as http.conf) 4) stop/start apache Frank

[PHP-INSTALL] pdf library

2005-03-09 Thread Frank Bax
http://www.php.net/manual/en/ref.pdf.php The online man page for pdf functions indicates that pdflib is not free (requires license) for commercial use and a user comment on above page indicates the functions are no longer available in php5? On OpenBSD, there are no pdf functions included

[PHP-INSTALL] .php works

2005-02-19 Thread Frank
I can't seem to find a way to add php scripting to the vbscript and javascript settings? win2k, IIs. Thanks Frank

Re: [PHP-INSTALL] Problem with gd and jpeg support

2005-01-18 Thread Frank Bax
At 11:41 AM 1/16/05, xorn wrote: My PHP configure arguments are: ./configure --prefix=/usr/local/opt/php \ --with-mysql=/usr/local/\ --with-apache=../apache_1.3.33 \ --with-curl=/usr/include\ --

[PHP-INSTALL] MSSQL build-in for PHP

2004-12-02 Thread Frank Hsu
Hi:   I have downloaded php 4.3.9 zip package and installer from php's web site.  I used this with snort, acid, and MS SQL server 2000.   It seems that the download version of PHP doesn't support MS SQL Server.   I need a compiler version of PHP with MS SQL Server supported.  Could anyone te

Re: [PHP-INSTALL] Also...

2004-10-21 Thread Frank Bax
At 01:57 AM 10/21/04, [EMAIL PROTECTED] wrote: I'd thought I'd signed up for the digest here, and I just got about 15 individual messages from people's autoresponders. Does that seem right? Normal for this list - you'll get 15-20 auto-responses or bounces every time you post.

Re: [PHP-INSTALL] Error trying to list images in a directory

2004-10-20 Thread Frank Bax
e indicates error on line 41 and the source code only has 25 lines. 2B) You mention line 41 contains , but sample code does not contain this line. That said, a php parse error commonly reports a line number to be one higher than last line of php code when it cannot determine more accurately where the error is. Frank

Re: [PHP-INSTALL] Apache segmentation faults

2004-10-19 Thread Frank Bax
a way to prove it that program is the source of the error messages? Frank

Re: [PHP-INSTALL] deleted php.ini

2004-08-11 Thread Frank Bax
At 06:13 AM 8/11/04, temiz wrote: I deleted php.ini file accidentially What can we do ? Restore from backup.

Re: [PHP-INSTALL] Problems with one Script

2004-07-27 Thread Frank Bax
At 07:23 AM 7/27/04, Andreas Schulz wrote: I use a Netware 6.5 Server with Apache 2 and PHP 4.2.4-dev. I can use the phpinfo and then can I see the configuration. An other Script is not running then becomes the follwed error message: Warning: open_basedir restriction in effect. File is in wrong

Re: [PHP-INSTALL] locale functions on OpenBSD 3.5

2004-07-22 Thread Frank Bax
I've learned something - I can now answer two out of three of my own questions! At 01:12 PM 7/20/04, Frank Bax wrote: So I have three questions: 1) Is there a connection between the C and PHP setlocale functions? 2) If PHP setlocale calls the C routine, then why don't PHP manuals in

[PHP-INSTALL] Administrator questions?

2004-07-21 Thread Frank Bax
Does this list have an administrator? I received about 20 automated replies to my first post to this list yesterday. Most of them are obsolete email addresses for three reasons: 1) Bounced messages. 2) Reply indicating email has changed. 3) Reply that email from this list does not meet filter c

[PHP-INSTALL] locale functions on OpenBSD 3.5

2004-07-20 Thread Frank Bax
I've installed binary packages (see below) from OpenBSD 3.5 CDROM. I'm having trouble with the locale functions (setlocale and localeconv). I have tried the following code with $sLocale set to '', 'en_US', 'de_DE', 'fr_FR', 'it_IT', 'C' and 'POSIX': setlocale(LC_ALL, $sLocale='C); $aLocal

[PHP-INSTALL] hi

2004-06-10 Thread Frank Perez
Hello everyone, I'm new to the list and I thought I would just drop everyone a line to say hello. Frank __ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/

[PHP-INSTALL] configure help

2004-03-07 Thread Frank Pineiro
Hi Guys,   I need some help. All I want is create php cli scripts to access both a Progress DB and a MySQL DB.   I first configure php   >./configure >make >make install   but when try to use a odbc related function I get   Fatal error:  Call to undefined function:  odbc_connect() in /dlc/o

[PHP-INSTALL] help configuring php 4.3.4

2004-03-07 Thread Frank Pineiro
Hi Guys,   I need some help. All I want is create php cli scripts to access both a Progress DB and a MySQL DB.   I first configure php   >./configure >make >make install   but when try to use a odbc related function I get   Fatal error:  Call to undefined function:  odbc_connect() in /dlc/od

[PHP-INST] Re: I need help with some php code please

2003-03-07 Thread Frank
When you to do the image from php, you put a name to file? if is this, not put name file to out from php, call directly to page php, so not make a file temporal, generality when is use a file temporal to imagen in php, not update inmediate the change. look. Frank.- ps: to more information, write

Re: [PHP-INST] Re: problems with imagettftext()

2003-02-25 Thread Frank Schlicht
ype-dir=..." raises the error, because without this option the compilation works fine. Thanks Frank -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] Re: problems with imagettftext()

2003-02-23 Thread Frank Schlicht
ber the part with gd and freetype? Thanks Frank -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] problems with imagettftext()

2003-02-23 Thread Frank Schlicht
problems. I compiled PHP like this: ./configure --with-mysql --with-apache=../apache --enable-track-vars --with-jpeg-dir=/usr/local --with-gd --with-gd-dir=/usr --with-ttf --enable-gd-native-ttf --with-zlib --enable-gd-imgstrttf Thanks Frank -- Frank Schlicht (mailto:[EMAIL PROTECTED]) -- PHP

[PHP-INST] Problem with Oracle 8

2003-02-17 Thread Frank
Hi, I'm Frank, I have a problem with the extension oci8 PHP, yours known some version from PHP up to 4.0.4 that execute good the extension oci8 in php, to update my php. thank you and blessing. Hola, soy Frank, tengo un problema con la extension oci8 de PHP, ustedes conocen alguna versi

Re: [PHP-INST] I get a "File Download" dialogue box

2003-02-10 Thread Frank S. Bernhardt
igure run PHP4 on Apache on Windows XP. When I type http://localhost/ all I get is a "File Download" dialogue box, instead of the normal Apache server page. Does anyone know whats is going on here? Please tell me if you need any more information. -Nelson -- Regards Frank S. Be

[PHP-INST] make / gmake errors on TRU64 v5.1a

2003-01-16 Thread Parkin Frank - fparki
integer of different size gmake: *** [main/streams.lo] Error 1 Can anyone help? Also, I hope to compile this with apache and mysql options. Any gotchas? Thanks Frank ** The information contained in this communication is

[PHP-INST] loading dynamic library

2002-12-06 Thread Frank Wuts
I have php 4.0.4pl1 running under apache/1.3.19 . It is all a binary distribution. When I uncomment the line in "php.ini" to include "php_gd.dll" I get the following message. Unable to load dynamic library"php_gd.dll"- One of the library files needed to run this applicaton connot be found. Wha

[PHP-INST] Re: building on OS X with pgsql support (works with 4.3.0RC2)

2002-11-29 Thread Frank Joerdens
PHP 4.3.0RC2 compiles out of the box if you install the fink postgresql-ssl-dev package. Regards, Frank -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] building on OS X with pgsql support

2002-11-27 Thread Frank Joerdens
ing ./configure without pgsql support doesn't give an error. The system is OS X 10.2.2 with the latest fink (cvs) packages installed. Any ideas? Regards, Frank -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] Build PHP 4.2.1 on OS X: "Multiple Definitions"

2002-07-23 Thread Frank Bitterlich
... sigh... I would be really thankful for your recipe, maybe it gets me going. TIA, Frank+++ In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Steve Cayford) wrote: > On Monday, July 22, 2002, at 02:10 PM, Frank Bitterlich wrote: > > > Hi, > > > > newbie aler

[PHP-INST] Build PHP 4.2.1 on OS X: "Multiple Definitions"

2002-07-22 Thread Frank Bitterlich
track-vars make I've tried without the --with-fbsql option, same result. The FAQ didn't offer a solution to this problem. What am I doing wrong? A virtual pizza for a kind soul who helps me get started! Thanks, Frank+++ -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Problem with download of PDF files

2002-07-18 Thread Lehmann, Frank (GE51)
me know. I would appreciate any help. Thank you in advance and best regards, Frank Lehmann

[PHP-INST] Help with PHP 4.2.1 !!!!

2002-06-18 Thread Frank
Hi, How have the PHP 4.2.1 in system Windows or WinNT and manager IIS? I like know, if working good the library php_oci8.dll. Thank you... Frank.-

Re: [PHP-INST] Problem with PHP 4.2.1

2002-06-04 Thread Frank
php_oci8.dll. Yes, I use the oracle 8, in the version old (4.0.4) not have problem sentence... $app=new COM("word.application"); I use the Microsoft Window NT Server... is the sentence correct? or which the correct sentence is? what do I lack to make? Frank.- &qu

[PHP-INST] Problem with PHP 4.2.1

2002-06-04 Thread Frank
English.- Hi, (sorry for my english), before I had installed PHP 4.0.4, the page web worked good, but, I change me to version 4.2.1 and return me the next error... - Not is possible load the library php_oci8.dll - When I to do execute the sentence... $app=new COM("word.application"); r

Re: [PHP-INST] SCO Openserver with Apache 1.3.9

2002-03-15 Thread Frank S. Bernhardt
e: drew > Web: http://www.bcit.co.za >email: [EMAIL PROTECTED] ; [EMAIL PROTECTED] > cell: (+27)(83)-708-7421 > > -- > PHP Install Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php -- Regards Frank S. Bernhardt b.c.s.i. 14 Halton

[PHP-INST] upgrade to 4.06 and php.ini MyWQL question

2001-11-03 Thread Frank Surget
rted? Are the single quotes to remain? Should I reboot the Raq for these changes to take? Thanks for your advice. Frank -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list ad

Re: [PHP-INST] Newbie struggling at the starting gate ;-)

2001-10-30 Thread Frank S. Bernhardt
> Warwick > > -- > PHP Install Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] -- Regards Frank S. Bernhardt b.c.s.i. 14 Halton Court Markham, ON. L3P 6R3 905-471-1691 Voice 905-471-3016 FAX [EMAIL PROTECTED] S/MIME Cryptographic Signature

Re: [PHP-INST] linux 7 problems

2001-10-05 Thread Frank S. Bernhardt
>> >>i can do cd /usr/local/php* and it will put me in it, but i won't show >>up on a 'ls' command. >> >>any solutions? >> >> >>-- >>PHP Install Mailing List (http://www.php.net/) >>To unsubscribe, e-mail: [EMAIL PROTECTED] >>For additional commands, e-mail: [EMAIL PROTECTED] >>To contact the list administrators, e-mail: [EMAIL PROTECTED] >> > > -- Regards Frank S. Bernhardt b.c.s.i. 14 Halton Court Markham, ON. L3P 6R3 905-471-1691 Voice 905-471-3016 FAX [EMAIL PROTECTED]

Re: [PHP-INST] Help you with our programming skills and experience

2001-07-16 Thread Frank S. Bernhardt
gt; > Get personalized email addresses from Yahoo! Mail > > http://personal.mail.yahoo.com/ > > > > -- > > PHP Install Mailing List (http://www.php.net/) > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > >

Re: [PHP-INST] how co setup(configure) php at sco unix netscape service

2001-04-20 Thread Frank S. Bernhardt
; To contact the list administrators, e-mail: [EMAIL PROTECTED] -- Regards Frank S. Bernhardt b.c.s.i. 14 Halton Court Markham, ON. L3P 6R3 905-471-1691 Voice 905-471-3016 FAX [EMAIL PROTECTED] S/MIME Cryptographic Signature

Re: [PHP-INST] adfafd

2001-03-27 Thread Frank S. Bernhardt
; For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] -- Regards Frank S. Bernhardt b.c.s.i. 14 Halton Court Markham, ON. L3P 6R3 905-471-1691 Voice 905-471-3016 FAX [EMAIL PROTECTED] Hi all. I finally got my apache/php4/mysql

Re: [PHP-INST] oracle error

2001-03-01 Thread Frank Passek
am not a database-admin and I had some difficulties to get it running myself, but I wanted to point out the problem, so you now where to look. Best regards Frank > Hi,12541, 0, > I have compiled the most recent php and apache with oracle. > When I do: > > $conn = ora_logon(&

Re: [PHP-INST] Php not working!

2001-02-07 Thread Frank S. Bernhardt
- > PHP Install Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] -- Regards Frank S. Bernhardt b.c.s.i. 14 Halton Court Markham, ON. L3P 6R3 905-471-1691 Voice 905-471-3016 FAX [EMAIL PROTECTED] S/MIME Cryptographic Signature

Re: [PHP-INST] Compile problem in SCO Open Server

2001-01-24 Thread Frank S. Bernhardt
gt; -- > PHP Install Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] -- Regards Frank S. Bernhardt b.c.s.i. 14 Halton Court Markham,

Re: [PHP-INST] Compile problem in SCO Open Server

2001-01-24 Thread Frank S. Bernhardt
et/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] -- Regards Frank S. Bernhardt b.c.s.i. 14 Halton Court Markham, ON. L3P 6R3 905-471-1691 Voice 905-471-3016 FA