[PHP] Problem with PHP in Moodle LMS

2012-09-27 Thread Gary Lebowitz
Has anyone ever heard of a problem with the Moodle LMS when trying to edit an activity (quiz, resource) in which there is a timeout after only a few seconds and a message saying something to the effect of that the system is sorry but there was a time out, please retry. When I look in the URL I see

RE: [PHP] Problem with PHP in Moodle LMS

2012-09-27 Thread admin
Has anyone ever heard of a problem with the Moodle LMS when trying to edit an activity (quiz, resource) in which there is a timeout after only a few seconds and a message saying something to the effect of that the system is sorry but there was a time out, please retry. When I look in the URL I

[PHP] problem loading php extension: undefined reference to __gxx_personality_v0‏

2012-05-02 Thread Nathan Ridge
is not finding this symbol, or how I can further diagnose the problem? Thanks, Nate -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] problem about PHP-FPM in TCP socket and Unix socket

2012-03-02 Thread Yuchen Wang
Hello all, I am trying to config some new server All of my servers are using TCP Socket(127.0.0.1:9000) between nginx and php-fpm before But, I run ab(ab -n 2 -c50 http://192.168.74.130:81/) to test the performance of Unix Socket and TCP Socket, the result is Unix is little better than TCP

Re: [PHP] problem about PHP-FPM in TCP socket and Unix socket

2012-03-02 Thread Daniel Fenn
This how I would look at it, if it on the same box use socket, and yes it is expected that socket is faster than TCP since (as far as I know) you don't need to deal with the overhead of TCP. Regards, Daniel Fenn On Sat, Mar 3, 2012 at 3:56 AM, Yuchen Wang phob...@gmail.com wrote: Hello

Re: [PHP] problem about PHP-FPM in TCP socket and Unix socket

2012-03-02 Thread Matijn Woudt
On Fri, Mar 2, 2012 at 5:56 PM, Yuchen Wang phob...@gmail.com wrote: Hello all, I am trying to config some new server All of my servers are using TCP Socket(127.0.0.1:9000) between nginx and php-fpm before But, I run ab(ab -n 2 -c50 http://192.168.74.130:81/) to test the performance

Re: [PHP] problem about PHP-FPM in TCP socket and Unix socket

2012-03-02 Thread Daniel Fenn
Something else that should be said: You won't need to muck around with firewall settings as well (that if your running a firewall on the same box On Sat, Mar 3, 2012 at 11:22 AM, Matijn Woudt tijn...@gmail.com wrote: On Fri, Mar 2, 2012 at 5:56 PM, Yuchen Wang phob...@gmail.com wrote: Hello

[PHP] Problem with PHP 5.3.3 under Debian/Squeeze

2011-03-20 Thread Michelle Konzack
Hello *, since I have re-installed mail.tamay-dogan.net with Debian/Squeeze on a new machine, my /srv/log/apache/error.log ist arround 450 times bigger then the access.log du to following (and similar) entries [ '/srv/log/apache/error.log' ]- [Thu Mar 17

Re: [PHP] Problem with PHP 5.3.3 under Debian/Squeeze

2011-03-20 Thread Stuart Dallas
On Sunday, 20 March 2011 at 18:38, Michelle Konzack wrote: Hello *, since I have re-installed mail.tamay-dogan.net with Debian/Squeeze on a new machine, my /srv/log/apache/error.log ist arround 450 times bigger then the access.log du to following (and similar) entries [

Re: [PHP] problem with PHP simplexml and doxygen generated XML

2009-04-05 Thread hessiess
On Apr 3, 2009, at 17:52, hessi...@hessiess.com wrote: I have bean trying to right a PHP script to generate XHTML code from the class documentation xml files created by Doxygen(the HTML it outputs is invalid, messy and virtually imposable to integrate into another web page). One thing

Re: [PHP] problem with PHP simplexml and doxygen generated XML

2009-04-05 Thread Andrew Williams
I HAVE THE SAME PROBLEM, PLEASE HOW HAVE YOU DONE IT On Sun, Apr 5, 2009 at 4:08 PM, hessi...@hessiess.com wrote: On Apr 3, 2009, at 17:52, hessi...@hessiess.com wrote: I have bean trying to right a PHP script to generate XHTML code from the class documentation xml files created by

Re: [PHP] problem with PHP simplexml and doxygen generated XML

2009-04-05 Thread hessiess
I HAVE THE SAME PROBLEM, PLEASE HOW HAVE YOU DONE IT On Sun, Apr 5, 2009 at 4:08 PM, hessi...@hessiess.com wrote: On Apr 3, 2009, at 17:52, hessi...@hessiess.com wrote: I have bean trying to right a PHP script to generate XHTML code from the class documentation xml files created

[PHP] problem with PHP simplexml and doxygen generated XML

2009-04-03 Thread hessiess
I have bean trying to right a PHP script to generate XHTML code from the class documentation xml files created by Doxygen(the HTML it outputs is invalid, messy and virtually imposable to integrate into another web page). One thing has bean causing problems, the tags which start with `@', for

Re: [PHP] problem with PHP simplexml and doxygen generated XML

2009-04-03 Thread Phpster
On Apr 3, 2009, at 17:52, hessi...@hessiess.com wrote: I have bean trying to right a PHP script to generate XHTML code from the class documentation xml files created by Doxygen(the HTML it outputs is invalid, messy and virtually imposable to integrate into another web page). One thing has

[PHP] Problem with php execution and variables

2008-06-13 Thread SenTnel
this message in context: http://www.nabble.com/Problem-with-php-execution-and-variables-tp17816172p17816172.html Sent from the PHP - General mailing list archive at Nabble.com. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Problem with php execution and variables

2008-06-13 Thread Shawn McKenzie
SenTnel wrote: Hello! Im new to programing and this is the situation I have with a first level basic php tutorial: One of the samples uses a simple order form that submits to this page and is supposed to return the values entered on that form. This is the code not working: ? echo pYour

Re: [PHP] Problem with php execution and variables

2008-06-13 Thread SenTnel
://www.nabble.com/Problem-with-php-execution-and-variables-tp17816172p17824587.html Sent from the PHP - General mailing list archive at Nabble.com. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Problem with php execution and variables

2008-06-13 Thread Shawn McKenzie
SenTnel wrote: Thank you Shawn! Just to make sure, the long way IS the correct way? Thanks again! Shawn McKenzie wrote: SenTnel wrote: Hello! Im new to programing and this is the situation I have with a first level basic php tutorial: One of the samples uses a simple order form that

Re: [PHP] Problem with php execution and variables

2008-06-13 Thread SenTnel
://www.php.net/unsub.php :handshake::handshake::handshake::handshake::rules: -- View this message in context: http://www.nabble.com/Problem-with-php-execution-and-variables-tp17816172p17825702.html Sent from the PHP - General mailing list archive at Nabble.com. -- PHP General Mailing List

Re: [PHP] Problem with php mail

2007-08-05 Thread Richard Heyes
I'm having problem with php mail. When I try to create an html message with only a href='mydomain.com'mydomain/a, gmail is registering it as a spam while yahoo is not. Can you suggest solutions to my problem. Try sending a real message. Messages being too small is one indicator

RE: [PHP] Problem with php mail

2007-08-05 Thread Bastien Koert
Can you post the headers that you are using...they play a role how the message is viewed by the receiving agent bastien Date: Sat, 4 Aug 2007 21:06:53 -0700 From: [EMAIL PROTECTED] To: php-general@lists.php.net Subject: [PHP] Problem with php

Re: [PHP] Problem with php mail

2007-08-05 Thread Tijnema
On 8/5/07, Jason Sia [EMAIL PROTECTED] wrote: Hi Everyone, I'm having problem with php mail. When I try to create an html message with only a href='mydomain.com'mydomain/a, gmail is registering it as a spam while yahoo is not. Can you suggest solutions to my problem. Thanks, Jason

Re: [PHP] Problem with php mail

2007-08-05 Thread Carlton Whitehead
) Regards, Carlton Whitehead - Original Message - From: Tijnema [EMAIL PROTECTED] To: Jason Sia [EMAIL PROTECTED] Cc: php-general@lists.php.net Sent: Sunday, August 5, 2007 11:22:13 AM (GMT-0500) America/New_York Subject: Re: [PHP] Problem with php mail On 8/5/07, Jason Sia [EMAIL PROTECTED

[PHP] Problem with php mail

2007-08-04 Thread Jason Sia
Hi Everyone, I'm having problem with php mail. When I try to create an html message with only a href='mydomain.com'mydomain/a, gmail is registering it as a spam while yahoo is not. Can you suggest solutions to my problem. Thanks, Jason Send instant messages to your online friends http

[PHP] Problem using PHP with Apache (probably something silly)

2007-01-04 Thread Douglas Temple
Hello, First off, I hope everyone had Happy New Year. Onto business, I am trying to install PHP 5.2.0 on a WinXP computer, using Apache 2.2.3 as the web server with MySQL enabled extension. My problem is that when I start up Apache with the edited httpd.conf file including the following code:

Re: [PHP] Problem using PHP with Apache (probably something silly)

2007-01-04 Thread Stut
Douglas Temple wrote: First off, I hope everyone had Happy New Year. Onto business, I am trying to install PHP 5.2.0 on a WinXP computer, using Apache 2.2.3 as the web server with MySQL enabled extension. My problem is that when I start up Apache with the edited httpd.conf file including the

Re: [PHP] Problem using PHP with Apache (probably something silly)

2007-01-04 Thread Jochem Maas
like stut said - your probably have some old .dll(s) hanging around that windows is loading in preference to the ones it should be (when cleaning up all existing installations also check that there is nothing lurking in the system32 directory. if that doesn't give you any joy - you might consider

[PHP] Problem with PHP 5.2.0

2006-11-13 Thread [EMAIL PROTECTED]
Hi. I just installed PHP 5.2.0 and I'm running into some strange problems. I have a rather large program which uses sockets, pcntl, posix, pdo (mysql), and is fully object oriented. The program is rather large and is about 75,000 lines of code. When I run the application with PHP 5.1.6, I can

Re: [PHP] Problem with PHP 5.2.0

2006-11-13 Thread Kevin Waterson
This one time, at band camp, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi. I just installed PHP 5.2.0 and I'm running into some strange problems. xdebug Kevin -- Democracy is two wolves and a lamb voting on what to have for lunch. Liberty is a well-armed lamb contesting the vote. -- PHP

Re: [PHP] problem with php[4,5] (horde 2/3)

2006-11-13 Thread Chris
Norbert Ehart wrote: hello, i have some problem with horde, after my isp have upgraded php on my vps! i only get some error massages. Notice: Only variable references should be returned by reference in /usr/share/horde3/lib/Horde/Perms.php on line 343 Notice: Only variable references

[PHP] problem with php[4,5] (horde 2/3)

2006-11-10 Thread Norbert Ehart
hello, i have some problem with horde, after my isp have upgraded php on my vps! i only get some error massages. Notice: Only variable references should be returned by reference in /usr/share/horde3/lib/Horde/Perms.php on line 343 Notice: Only variable references should be returned by

[PHP] Problem compiling PHP 4.4.2 with mcrypt

2006-10-26 Thread Tom Ray [Lists]
to have mcrypt compiled with PHP and I'm running into a problem. If I compile PHP without mcrypt I can install PHP without issue. However, when I try to compile PHP with --with-mcrypt=/usr/local/mcrypt I get the following error: main/internal_functions.lo -lcrypt -lcrypt -lmcrypt -lltdl -lresolv

Re: [PHP] Problem compiling PHP 4.4.2 with mcrypt

2006-10-26 Thread Chris
to 4.4.2 however I need to have mcrypt compiled with PHP and I'm running into a problem. If I compile PHP without mcrypt I can install PHP without issue. However, when I try to compile PHP with --with-mcrypt=/usr/local/mcrypt I get the following error: main/internal_functions.lo -lcrypt -lcrypt

[PHP] Problem installing php

2006-07-11 Thread Ruben Rubio Rey
I have a problem when installing php. I have tried with different versions of apache (2.0.55 and 2.0.58) and php (5.1.4 and 5.1.2). The problem still there (Same error in different versions)!!! Note that I had installed apache 2.0.58 and php 5.1.4 before on this server. Problems began when

[Fwd: [PHP] Problem installing php] - SOLVED

2006-07-11 Thread Ruben Rubio Rey
Solved installing csv version. Is it officially stable? Do anyone know when is it going to be stable? Original Message Subject:[PHP] Problem installing php Date: Tue, 11 Jul 2006 12:04:18 +0200 From: Ruben Rubio Rey [EMAIL PROTECTED] To: php-general

[PHP] problem with php and mail()

2005-09-23 Thread Marco Strullato
hi all, I have a problem sending mails with mail(): when this code runs: mail([EMAIL PROTECTED],ciao,ciao[EMAIL PROTECTED],%22ciao%22,%22ciao, From: marco marco@ [EMAIL PROTECTED] anotherexample.comhttp://anotherexample.com/ ); any email arrives: qmail tells @40004332b7d900edffbc delivery

Re: [PHP] problem connecting php and mysql

2005-04-26 Thread Hegeds Balzs
the error Fatal error: Call to undefined function mysql_connect() in D:\PHP\teknohub\new.php on line 14 please help me to solve this problem out -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] problem connecting php and mysql

2005-04-26 Thread Rob Agar
hi Rahot From: rahot man I have windows server 2003, PHPv5.0.3, Mysql v4.1 and IIS 6 and i am working in Macromedia Dreamweaver MX2004 i am unable to connect to the mysql server. but my php files are running fine and my mysql server is also running fine. i) i had changed the

Re: [PHP] problem connecting php and mysql

2005-04-26 Thread Prathaban Mookiah
. Prathap -- Original Message --- From: rahot man [EMAIL PROTECTED] To: php-general@lists.php.net Sent: Tue, 26 Apr 2005 11:11:38 +0530 Subject: [PHP] problem connecting php and mysql I have windows server 2003, PHPv5.0.3, Mysql v4.1 and IIS 6 and i am working in Macromedia

[PHP] problem connecting php and mysql

2005-04-25 Thread rahot man
the error Fatal error: Call to undefined function mysql_connect() in D:\PHP\teknohub\new.php on line 14 please help me to solve this problem out -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] problem with PHP

2004-12-20 Thread Richard Lynch
GD-Aqua wrote: I would like to know what this mean`s. PHP has encountered an Access Violation at 01650AFD It means Windows is broken, and you should switch to Linux. :-) More specifically, some programmer somewhere has done something very very very wrong in their code. Exactly which code and

[PHP] problem with PHP

2004-12-17 Thread GD-Aqua
I would like to know what this mean`s. PHP has encountered an Access Violation at 01650AFD Thank You Mike harrell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] problem with PHP

2004-12-17 Thread Jay Blanchard
[snip] I would like to know what this mean`s. PHP has encountered an Access Violation at 01650AFD Thank You Mike harrell [/snip] If you ask the question over and over no one will answer you. You must be patient. Have you searched for the answer on the web? An access violation

Re: [PHP] Problem with PHP Curl support and Apache

2004-11-28 Thread Matthew Weier O'Phinney
* Raditha Dissanayake [EMAIL PROTECTED]: Luis Lebron wrote: I have a server running RH 8, Apache 1.3.27, PHP 4.3.9. I tried to recompile PHP with Curl support. that's a very old version of red hat that is no longer supported you might want to upgrade at least to RH 9 if not to fedora

[PHP] Problem with PHP Curl support and Apache

2004-11-24 Thread Luis Lebron
I have a server running RH 8, Apache 1.3.27, PHP 4.3.9. I tried to recompile PHP with Curl support. Everything seemed to compile correctly. However, when I restarted apache I got the following error: Cannot load /etc/httpd/modules/libssl.so into server: /etc/httpd/modules/libssl.so: undefined

Re: [PHP] Problem with PHP Curl support and Apache

2004-11-24 Thread Raditha Dissanayake
Luis Lebron wrote: I have a server running RH 8, Apache 1.3.27, PHP 4.3.9. I tried to recompile PHP with Curl support. that's a very old version of red hat that is no longer supported you might want to upgrade at least to RH 9 if not to fedora Everything seemed to compile correctly. However,

[PHP] Problem - Running PHP with different groups (Safe hosting enviroment)

2004-11-01 Thread Eric Bolikowski
Dear PHP-list, Me and a small group of developers are thinking about making a Norwegian free hosting service. This service features PHP, MySQL and a lot of different services. Everything we have sat up is ready - Cpanel handles making the most. When a user is registered, we call by HTTP the

[PHP] Problem with php 4/5, segmentation fault

2004-10-20 Thread robert mena
Hi, I have a Linux Fedora Core2 system with apache 2.0.51 and php installed. Recently I 've noticed that some pages stopped working. Those pages while accessed does not output anything. After some tests I noticed that the page comes back to live if I remove the mysql_pconnect call. I've tried

[PHP] problem compailing php-4.3.6 please help !!!!! CAn someone PLEA SE HELP !!!!

2004-09-16 Thread Juan Fernandez
Hi, I am installing php-4.3.6 on Fedora, When I am compiling I receive the following error : [EMAIL PROTECTED] php-4.3.6]# make install Installing PHP SAPI module: apache2handler /www/build/instdso.sh SH_LIBTOOL='/www/build/libtool' libphp4.la /www/modules

[PHP] problem compailing php-4.3.6 please help !!!!!

2004-09-15 Thread Juan Fernandez
Hi, I am installing php-4.3.6 on Fedora, When I am compiling I receive the following error : [EMAIL PROTECTED] php-4.3.6]# make install Installing PHP SAPI module: apache2handler /www/build/instdso.sh SH_LIBTOOL='/www/build/libtool' libphp4.la /www/modules /www/build/libtool

[PHP] problem compailing php-4.3.6 please help !!!!!

2004-09-15 Thread Juan Fernandez
Hi, I am installing php-4.3.6 on Fedora, When I am compiling I receive the following error : [EMAIL PROTECTED] php-4.3.6]# make install Installing PHP SAPI module: apache2handler /www/build/instdso.sh SH_LIBTOOL='/www/build/libtool' libphp4.la /www/modules

[PHP] Problem installing PHP 4.3.8

2004-08-06 Thread Don
Hi, I'm trying to install PHP on a SCO OS 5.0.5 UNIX server. Here are the results when I run the configure command: loading cache ./config.cache checking host system type... i386-pc-sco3.2v5.0.5 checking for gcc... gcc checking whether the C compiler (gcc ) works... no configure: error:

[PHP] problem with php script

2004-08-03 Thread asolomon15
Hello everyone I have a problem with this php script that gives this error *Fatal error*: Unsupported operand types in */usr/local/www/data-dist/brisk/php/classes/PageContent.php* on line *64 here is the part of the code that gives the error $this-currentWebPageCount += 1; $this-previousPage

[PHP] Problem with PHP + WML + Post method

2004-06-03 Thread Shelby
Hi, I'm having problem with the Post method in my PHP + WML file. Note that I have No problem with the Get method. When I click Login, The Error: Malformed server response I'm using Win2k + PHP436 for testing. And I have set the MIME type in the IIS: .wml application/x-httpd-php =

RE: [PHP] Problem with PHP + WML + Post method

2004-06-03 Thread Tyler Replogle
hey, don't you need a page thats after that and will check the info, if you have it will help use see what your problem with the $_POST[] is. From: Shelby [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [PHP] Problem with PHP + WML + Post method Date: Fri, 4 Jun 2004 11:46:10 +0800 Hi, I'm

Re: [PHP] Problem with PHP + WML + Post method

2004-06-03 Thread Shelby
[] is. From: Shelby [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [PHP] Problem with PHP + WML + Post method Date: Fri, 4 Jun 2004 11:46:10 +0800 Hi, I'm having problem with the Post method in my PHP + WML file. Note that I have No problem with the Get method. When I click Login

[PHP] problem about php

2004-04-02 Thread Lu Wang
Dear Sir/Madam, These days I am studying php, however, there are always problems of configuration with php under windows 98. Could you tell me how to configurate it in detail. In perticurly,when I deal with some codes about domxml function, the browser always shows like this: brbFatal

[PHP] Problem integrating PHP into Servlet environment

2004-03-08 Thread Prudence Au
Hi all, I am working on a project where I need to have PHP talked with Servlet. I've been trying to integrate PHP into Servlet environment, so PHP can be easily communicate with the Servlet. However, I can't even get my test.php to work properly. All test.php does is to call phpinfo().

[PHP] problem: The PHP CGI cannot be accessed directly.

2003-07-15 Thread pehepe php
My system is windows 98 second edition im using pws i built php 4.2.2 when ý struggle to reach any .php file for example 127.0.0.1/sample.php this error occur: Security Alert! The PHP CGI cannot be accessed directly. This PHP CGI binary was compiled with force-cgi-redirect enabled. This means

Re: [PHP] problem with php-4.3.2 and gblib 2 on apache server

2003-07-10 Thread Jason Wong
On Thursday 10 July 2003 09:41, Tim Grote wrote: I updated my linux apache server to php-4.3.2. It works fine but the promised 'embedded' gdlib 2 doesnt seem to work. gd_info always ends in 'call to undefined function'. Can anybody tell me what's wrong or how to get gdlib 2 working? Was php

Re: [PHP] problem with php-4.3.2 and gblib 2 on apache server

2003-07-10 Thread info
Yes, that was the problem. I found out earlier today. Thanks. - Original Message - From: Jason Wong [EMAIL PROTECTED] Newsgroups: php.general To: [EMAIL PROTECTED] Sent: Thursday, July 10, 2003 8:31 AM Subject: Re: [PHP] problem with php-4.3.2 and gblib 2 on apache server

[PHP] problem with php-4.3.2 and gblib 2 on apache server

2003-07-09 Thread Tim Grote
Hello people, I updated my linux apache server to php-4.3.2. It works fine but the promised 'embedded' gdlib 2 doesnt seem to work. gd_info always ends in 'call to undefined function'. Can anybody tell me what's wrong or how to get gdlib 2 working? Thanks. -- PHP General Mailing List

[PHP] Problem with PHP installation Under windows 2003

2003-07-02 Thread Dennis Verdaasdonk
Hi there i was bussy with installing the PHP package under windows 2003 when i do it with the CGI bin i ill always get error 404 and ca not find that problem when i use the ASPI way it's can not be loaded.. any idea please tell me. best regards Dennis Verdaasdonk Project Engineer Transics

[PHP] Problem with PHP and Oracle

2003-07-02 Thread Anup Vijayaraghavan
Hello I am having problems connecting to Oracle 9.2.0.3.0 from php. It connects fine but crashes after 3 or four attempts. My setup is Redhat Advanced Server 2.1 uname -a Linux .xx.xx 2.4.20 #2 SMP Thu Jun 12 08:35:45 NZST 2003 i686 unknown Server version: Apache/2.0.46 Server built: Jul

[PHP] Problem with PHP

2003-06-03 Thread Roman Duriancik
I can't install php on mandrake 9.1 from source binary. When I do make command I have this error message : unresolved reference to errno roman -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Problem with PHP and MySQl after install

2003-04-03 Thread Don
Forgive my ignorance but I don't follow. I am not getting any compiling error messages or warnings. 2) Installed PHP 4.3.1 One of my config options was --with-mysql=shared,/usr I may be completely off base, but where did you intend the mysql installation to go? Did it end up there? (I'm

Re: [PHP] Problem with PHP and MySQl after install

2003-04-03 Thread Don
Further to this point, I've just read that RedHat installed PHP RPM's do not come with MySQL support. Now I've d/l the latest stable version form php.net, version 4.3.1 but I still cannot get MySQL support after compiling and installing. So..., how does one remove every trace of a PHP install; I

Re: [PHP] Problem with PHP and MySQl after install

2003-04-03 Thread Ernest E Vogelsinger
At 16:58 03.04.2003, Don spoke out and said: [snip] Further to this point, I've just read that RedHat installed PHP RPM's do not come with MySQL support. Now I've d/l the latest stable version form php.net, version 4.3.1 but I still cannot get MySQL support

Re: [PHP] Problem with PHP and MySQl after install

2003-04-03 Thread Don
The expected MySQL section is not even listed in the phpinfo() page. This would explain my undefined function errors when attempting MySQL functions. What I can't figure out is why MySQL is not being recognized by PHP. At 16:58 03.04.2003, Don spoke out and said:

Re: [PHP] Problem with PHP and MySQl after install

2003-04-03 Thread Ernest E Vogelsinger
At 17:09 03.04.2003, Don spoke out and said: [snip] The expected MySQL section is not even listed in the phpinfo() page. This would explain my undefined function errors when attempting MySQL functions. What I can't figure out is why MySQL is not being

Re: [PHP] Problem with PHP and MySQl after install

2003-04-03 Thread Don
Hmmm...well the php libraries indicate that it is PHP 4 which is what I had originally (upgraded from 4.1.x to 4.3.1). I did use the i386-redhat'linux configuration option. I am using the --with-mysql=shared/usr option. Following your point below, I did a search on all instances of 'mysql' and

Re: [PHP] Problem with PHP and MySQl after install

2003-04-03 Thread Jason Wong
://marc.theaimsgroup.com/?l=php-general -- /* The biggest problem with communication is the illusion that it has occurred. */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Problem with PHP and MySQl after install

2003-04-03 Thread Chris Hewitt
Don wrote: Further to this point, I've just read that RedHat installed PHP RPM's do not come with MySQL support. Now I've d/l the latest stable version form php.net, version 4.3.1 but I still cannot get MySQL support after compiling and installing. I think that there is more than one rpm. If you

Re: [PHP] Problem with PHP and MySQl after install

2003-04-03 Thread Barry Gould
Yes, the RPM you need in RedHat for php with mysql is called php-mysql. It is a replacement for the php rpm Also, if you install them both (i.e. rpm -Uvh php*) you may not get the correct php.ini file. At 12:39 PM 4/3/2003, you wrote: Don wrote: Further to this point, I've just read that RedHat

[PHP] Problem with PHP and MySQl after install

2003-04-02 Thread Don
1) Installed MySQL 4.0.12 2) Installed PHP 4.3.1 One of my config options was --with-mysql=shared,/usr 3) added the following to /etc/ld.so.conf and ran ldconfig: /usr/lib/libmysqlclient.so /usr/lib/mysql 4) When I try to run phpmyadmin, I get the following error: cannot load MySQL extension,

Re: [PHP] Problem installing PHP 4.3.1 - won't compile due to odderror.

2003-04-01 Thread Marek Kilimajer
Run ./configure --help, it will tell you how to specify the path to curl libraries Don wrote: Hi, Trying to install PHP 4.3.1 but getting the following error message: configure error: cURL version 7.9.8 or later is required to compile php with cURL support I have curl installed; when I issue

Re: [PHP] Problem installing PHP 4.3.1 - won't compile due to odd error.

2003-04-01 Thread Don
] Sent: Tuesday, April 01, 2003 7:27 AM Subject: Re: [PHP] Problem installing PHP 4.3.1 - won't compile due to odd error. Run ./configure --help, it will tell you how to specify the path to curl libraries Don wrote: Hi, Trying to install PHP 4.3.1 but getting the following error message

Re: [PHP] Problem installing PHP 4.3.1 - won't compile due to odderror.

2003-04-01 Thread Don
;; So, all I did was change the 7.9.5 to 7.10.3 and no more compile error. Silly huh? - Original Message - From: Adam Voigt [EMAIL PROTECTED] To: Don [EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 11:19 AM Subject: Re: [PHP] Problem installing PHP 4.3.1 - won't compile due to odderror

Re: [PHP] Problem installing PHP 4.3.1 - won't compile due to odderror.

2003-04-01 Thread Marek Kilimajer
, April 01, 2003 11:19 AM Subject: Re: [PHP] Problem installing PHP 4.3.1 - won't compile due to odderror. Just out of curiosity, try --with-curl=/usr. On Tue, 2003-04-01 at 11:12, Don wrote: I altered the configuration to say -- --with-curl=/usr/bin as that is the location

[PHP] Problem installing PHP 4.3.1 - won't compile due to odd error.

2003-03-31 Thread Don
Hi, Trying to install PHP 4.3.1 but getting the following error message: configure error: cURL version 7.9.8 or later is required to compile php with cURL support I have curl installed; when I issue a curl -V, the version number reported is 7.10.3 Can anyone tell me what the install is looking

Re: [PHP] Problem with PHP

2003-03-28 Thread Marek Kilimajer
My guess is you have register_globals off. You need to use $_GET['get_variable'] or $_POST['post_variable'] ?php echo $_GET['get_variable'].'br'; echo $_POST['post_variable'].'br'; ? form action=?= $_SERVER['SCRIPT_NAME'] ??get_variable=hello+i+am+a+get+variable method=post input type=text

[PHP] Problem with PHP

2003-03-27 Thread Navratil, Jan
Hallo, i have problem with running PHP4.3.1 on Apache1.3.19 on W2K. I instaled everithng by install.txt. Is posible to load easy php pages but when i want to Recieve data from form it does not wrok. Please help me Best regards Honza Navratil -- PHP General Mailing List

[PHP] Problem with php and ldap...

2003-02-24 Thread Jim Greene
Hello, I am having a problem with using LDAP and PHP... The two seperate scripts work fine, but when I try to combine them in anyway It does not complete... The scripts are below.. ldap_add.php ?php //require_once (ldap-search-uid.php); $dn=cn=Directory Manager; $dn2=uid=default,

[PHP] problem in PHP with ADODB connection, Microsoft JET Database

2003-02-19 Thread pei_world
when I try to connection to the access file using Microsoft Jet Engine. it come up with following error! can anyone help me? $conn = new COM(ADODB.Connection); $conn-Open(Provider=Microsoft.Jet.OLEDB.4.0; Data Source=$database); $query = SELECT * FROM user; $result = $conn-Execute($query) or

[PHP] problem installing php

2003-01-28 Thread Anton Grafström
Hi I am trying to install php with PHP 4.3.0 installer on windows98. I have the Xitami server. When I try to run a php-file in the webbpages folder I get the following meaasge Security Alert! The PHP CGI cannot be accessed directly. This PHP CGI binary was compiled with force-cgi-redirect

RE: [PHP] problem installing php

2003-01-28 Thread John W. Holmes
Hi I am trying to install php with PHP 4.3.0 installer on windows98. I have the Xitami server. When I try to run a php-file in the webbpages folder I get the following meaasge Security Alert! The PHP CGI cannot be accessed directly. This PHP CGI binary was compiled with force-cgi-redirect

Re: [PHP] problem installing php

2003-01-28 Thread Anton Grafström
Thanks. That solved the problem John W. Holmes [EMAIL PROTECTED] skrev i meddelandet 005e01c2c6ba$975f3110$7c02a8c0@coconut">news:005e01c2c6ba$975f3110$7c02a8c0@coconut... Hi I am trying to install php with PHP 4.3.0 installer on windows98. I have the Xitami server. When I try to run a

[PHP] problem compiling php

2002-11-08 Thread dk1eng
hi there again, here's the problem: I compiled apache using --enable-modules=so What do i need to do now in order to compile and install php on my machine? Furthermore, how do i add mysql support to apache? Is there a --with-mysql switch? Kind regards, dimitris -- PHP General Mailing List

Re: [PHP] problem compiling php

2002-11-08 Thread Jason Wong
On Saturday 09 November 2002 00:52, dk1eng wrote: hi there again, here's the problem: I compiled apache using --enable-modules=so What do i need to do now in order to compile and install php on my machine? The manual says it all. Basically: ./configure --with-apxs=/usr/local/apache/bin/apxs

Re: [PHP] problem compiling php

2002-11-08 Thread .: B i g D o g :.
i would always make sure you check the manuals for the information first... http://www.php.net/manual/en/install.apache.php On Fri, 2002-11-08 at 16:52, dk1eng wrote: hi there again, here's the problem: I compiled apache using --enable-modules=so What do i need to do now in order to compile

[PHP] Problem compiling PHP

2002-06-25 Thread David Loszewski
I'm using php-4.2.1 on FreeBSD 4.5 with Apache2, I did the configurefine, I did a './configure --with-mysql --with-apxs2=/usr/local/apache/bin/apxs', but when I do a 'gmake' it comes up with php_functions.c:93: syntax error gmake[3]: *** [php_functions.lo] Error 1 gmake[3]: Leaving directory

[PHP] PROBLEM WITH PHP 4.1.2 / MY SQL 3.22.32

2002-03-04 Thread Alexandra Aguiar
Hi, i need some help, We gotta here some database using mysql 3.22.32 and we integrate it with php.. in the webpages and stuffso now, we upgraded to PHP 4.1.2 and it's seems php it's not recognizin the data in the mysql database.. any ideas ? thnx in advance.. Alexandra Aguiar

[PHP] Problem installing PHP on RH7.1

2001-09-16 Thread Tad
I am setting up a box to run Apache + mod_ssl + MySQL + PHP. Apache is configured with DSO support and everything goes fine until I do make inststall in the php source dir Making install in . make[1]: Entering directory `/root/programs/web/php-4.0.6' /root/programs/web/php-4.0.6/build/shtool

[PHP] Problem with PHP y Phorummail

2001-09-05 Thread Webmaster
Hi people: I trying to execute Phorummail script (put email into a web message board) from my shell, but I get this error message. [root@corotu docs]# ./phorummail php: error in loading shared libraries: libmysqlclient.so.6: cannot open shared object file: No such file or directory What can I

Re: [PHP] Problem with PHP y Phorummail

2001-09-05 Thread Brian Clark
@ 2:52:49 PM on 9/5/01, Webmaster wrote: [root@corotu docs]# ./phorummail php: error in loading shared libraries: libmysqlclient.so.6: cannot open shared object file: No such file or directory What can I do for execute this script properly, What I doing it wrong? I am running Apache

Re: [PHP] Problem with PHP y Phorummail

2001-09-05 Thread Brian Clark
@ 3:55:04 PM on 9/5/01, Webmaster wrote: Thanks for your answer, but I can't find libmysqlclient.so.6 in my server, is not in MySQL lib directory or PHP Lib directory, How I can do for install or copy this lib?? Do I need reinstall MySQL?? what use in ./configure line???. Try running

Re: [PHP] Problem with PHP y Phorummail

2001-09-05 Thread Brian Clark
@ 4:13:46 PM on 9/5/01, Webmaster wrote: Sorry, I forget this is my previous message, I'm running in Red Hat Linux 6.0. Been a long time for me and RedHat/RPM, but.. You need to find the MySQL RPM with the same version that you currently have installed, but it'll be labeled as 'MySQL client

RE: [PHP] Problem: Sybase, PHP and multiple result sets

2001-08-16 Thread Warren Vail
[mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 15, 2001 12:19 AM To: Warren Vail; [EMAIL PROTECTED] Subject:Re: [PHP] Problem: Sybase, PHP and multiple result sets On Wednesday 15 August 2001 10:07, Warren Vail wrote: The ability to select a set from a previously selected set

[PHP] Problem: Sybase, PHP and multiple result sets

2001-08-15 Thread Herouth Maoz
I have started working with Sybase lately, and it has come to my knowledge that a single query can return multiple result sets in Sybase, especially when using stored procedures. Now, in ASP (sorry...), there are calls that allow retrieving the next result set from the current result set. So

RE: [PHP] Problem: Sybase, PHP and multiple result sets

2001-08-15 Thread Warren Vail
To: [EMAIL PROTECTED] Subject:[PHP] Problem: Sybase, PHP and multiple result sets I have started working with Sybase lately, and it has come to my knowledge that a single query can return multiple result sets in Sybase, especially when using stored procedures. Now, in ASP (sorry

  1   2   >