Php Install Standalone
I need to install php like standalone. can somebody say me that way to install it like standalone on linux, with support for mysql, apache and oci8?
View Complete Forum Thread with Replies
Related Forum Messages:
Standalone Problem
I've set up PHP 4 with Apache on an intel/Redhat 6.2 linux box with no network interface. Using URL PHP code with the .php extension works fine, but php code in html documents does nothing. In fact, view source shows the php code on the browser.
View Replies !
Multithreading For Standalone Php
I'm trying to write a mutlithreading server with standalone PHP. Concurrent requests is possible. Normally it is done by handling each socket spawn by serversocket in separate threads. But it seems that there is no thread support in PHP at all. Would anyone give me some suggestions? BTW, is the community considering add thread support to PHP in the future? What is the major difficulty to import an existing thread library (such as pthread library) into PHP
View Replies !
Standalone Program
I'm going to be doing a program for an elderly couple who owns a horse ranch, and wants some software to keep track of all their horses, owners, doctors, etc. I'm going to be writing the program in PHP using a MySQL database. I set up one like this for my work and it runs off of Apache on our server. I need this program to be a stand-alone install, without installing MySQL, PHP, and Apache seperately. How could I go about integrating it all into one package?
View Replies !
Standalone PHP Installation
I have never installed PHP before. It's always been set up for me. I have a client whose site is hosted as a virtual server. I'm trying to set up ecom for him, but the mhash library is not installed. So I use fopen to open a script on my website that hashes the variables. Obviously, this is not ideal because if my site goes down his ecom will too. I asked the tech people at his hosting company to set that up, but they said they don't do custom compilations. "As per compiling PHP with --with-mhash=[DIR] this is how that works: any custom compilations, custom applications, etc. are up to the user to compile and install. Use gcc/etc. to compile PHP with the options that you like. The php.ini in /etc is available for your customization as well. If you compile your own binary of PHP, you can place it where you like (or leave it at the default) and get the paths updated to use it, or you can obviously use it directly if necessary." I was planning on compiling a new, minimalist version of PHP (with just mhash) in a different directory, but I'm hesitant to do it in case I get unexpected results (I don't want to take the rest of his site down). Can anyone tell me if this sounds feasible? What kind of pitfalls can I expect? And can anyone recommend a tutorial? Most of the tutorials I've found assume you have root access and/or are compiling PHP/Apache together. I was also wondering if it would be possible to just compile the mhash library and add it to php.ini? That seems to be the simplest thing, though I don't know if it would work...
View Replies !
Standalone Sig Generator
I currently have my sig generator running, the problme Im facing is that it outputs like this http://mysite.com/image.php?sigimage.png I need to have it out put like this -> http://mysite.com/image.png?sigimage.png or something like it because a lot of sites do not allow image.php. Code:
View Replies !
Standalone Apps And Php
I have a project in mind for a library management system which I would like to try building with php/mysql. Are there any Delphi-like IDE apps out there that would do the job? Can the code be compiled into an executable?
View Replies !
Standalone Solution
I was asked to write a database solution for a friend.. it was supposed to do the normal add/retrieve/modify/search functions of a databse. i started with vb6 then decided to use php/sql. I might sound really dumb and ignorant but the question is... if i want to "package" this to him... how can i do this without having to personally go and install a webserver and php and sql and the rest so he can use it just through his web browser? can i use an installer that will allow it to be packaged so after the install he would just have to open the databsae through his browser?
View Replies !
PHP Standalone: Charset Setting
I'm simply using PHP as a programming language, and I just want to print some text information to stdout, but instruction print "é" (é) does not print my "e" with an accent in the shell window: wrong charset. How to set the correct charset?
View Replies !
Standalone DB (like Access) For PHP/Apache
I am in the process of translating an WIndows/ASP/MsSQL Content Managment System (CMS) to Linux/PHP/???. Is there a popular database I can use that will allow standalone files like Access did (which used .MDB files)? In order for the CMS to work, there needs to be a standalone database file that is self-contained, just like Access .mdb files are under Windows. I guess I am asking for an Access equivalent for Linux/Apache.
View Replies !
Standalone Executable File
I downloaded the tarball and while was able to compile within PHP with no problems, I am having memory timeout issues involving image manipulation with extremely large images (800K - 2mb). Requirements are to create thumbnails for even these banner-sized images, but PHP + GD + [huge image] = too much memory. I'm trying to prove that it is undoable, though the suggestion was to do a command-line GD call to the image instead of using the PHP functions to do so to save some memory; if it still times out, then it's undoable altogether. However, I cannot find the standalone executable file that will ensure I can run GD from the command line.
View Replies !
Submit Standalone Programs With Php
I'm building an application which submits scheduled php jobs. The way I would like it to work is to have one php program to submit the other php programs on a scheduled basis. This control program shouldn't have to wait until one job finishes before it can start the next one; instead, it should be able to submit all the jobs in one go, but it also needs to be able to be informed of the return codes of the submitted programs so dependent programs can be submitted too. I've looked at the exec() and system() commands, but they either don't seem to allow return codes to be returned from a submitted program to the submitter program or they unconditionally print anything the submitted programs produce.
View Replies !
Where Can I Find The GD Library Standalone Executable File?
I downloaded the tarball and while was able to compile within PHP with no problems, I am having memory timeout issues involving image manipulation with extremely large images (800K - 2mb). Requirements are to create thumbnails for even these banner-sized images, but PHP + GD + [huge image] = too much memory. I'm trying to prove that it is undoable, though the suggestion was to do a command-line GD call to the image instead of using the PHP functions to do so to save some memory; if it still times out, then it's undoable altogether. However, I cannot find the standalone executable file that will ensure I can run GD from the command line.
View Replies !
PHP Install Core Dump "make Install" PEAR On Solaris 9
php has been configured with the following two configure lines and core's during "make install" on the PEAR section. Is there something simple i'm missing? Any help would be appreciated. Environment: Solaris 9 php 5.2.1 GNU Make 3.81 gcc 4.1.1 ../configure --prefix=/opt/foo/php5 --enable-force-cgi-redirect -- enable-discard-path --enable-fastcgi --with-curl=/opt/foo --enable- sockets --with-zlib=/opt/foo --with-libxml-dir=/opt/foo --with- openssl=/opt/foo --with-nsapi=/opt/foo/sunone/current --enable-ftp -- with-ldap=/opt/foo/openldap --with-snmp=/opt/foo/net-snmp --enable- soap --with-xsl=/opt/foo --enable-libgcc --with-mysql=/opt/foo/mysql -- with-pear .....
View Replies !
Help With XP PHP Install, Php.ini
I installed PHP 4, Apache, and SQL on my home machine for development. I upgraded to PHP 5 to get squared away on it (even with the supposed bugs in XP) and yesterday it worked great with globals registered, SQL running and the GD & SQL libraries loading. I restarted my computer and now it doesn't seem that the php.ini file is being read. I run scripts that require globals to be registered and they are breaking. I fixed php.ini, restarted, erased all php.ini files, restarted (PHP worked still), replaced php.ini, restarted (still no luck), and ran db scripts that didn't require globals and found that the globals wasn't my only problem, php isn't loading any libraries which leads me to believe that php.ini is not being read. I didn't move any files between yesterday (working) and restarting (bad). Double-yew tee eff?
View Replies !
Can't Install PHP 4.3.7
It seems I can't install PHP 4.3.7, neither on my old apache (2.0.35), nor on a newer one (2.0.49). I always get the same error: module "sapi_apache2.c" is not compatible with this version of Apache (found 20020329, need 20020903). I tried to recompile apache & php several times. The only things that work are httpd 2.0.35 and php 4.2.2. I must admit that I didn't try other php and apache versions... Should I?
View Replies !
Help I Can't Install PHP
I don’t even know where to start. Two days over 14 bloody hours I am trying to install Apache2, MySQL, PHP and PhpMyAdmin. First I had a problem with Apache 2.0.48 but when I downloaded 2.0.53 and it installed fine. Next step Installing MySQL Servers and Clients 4.0.16 was the easiest part. Then I go for PHP and that’s the place where I feel sudden urge to swear uncontrollably. My installation file is php-4.3.4-installer.exe I select standard install and of course it goes to C:PHP Oh yes, I forgot to mention that I am using Windows XP and I am doing tutorials on dynamic web sites from a book I just bought so I’m really following the steps from that book. So I select: Address for SMTP server: localhost (From) address: me@localhost Select the type of http server: Apache (I set Microsoft IIS 4 of higher on my laptop and it worked) ......
View Replies !
PHP Install On IIS
i have to install PHP on IIS as my ADSL modem is not supported for Linux. I was just wondering if installing PHP while IIS is running is a good idea and is there anything i should do before installing??
View Replies !
PHP On XP Pro Install
I am trying to install PRP 4.0 on my machine, running XP Pro and IIS 5.1. I have tried two different installations to try to get PHP 4.0 running, but I have had no luck. I followed the "foolproof" instructions here: http://php.weblogs.com/easywindows on how to install PHP to windows, but alas, when I try to open a file called test.php in a browser all that happens is that the .php document opens up in notepad. I would also note that all the files on my machine with a .php extension have a "notepad" icon.
View Replies !
PHP 4.06 Install
I am using FreeBSD 4.2 currently with PHP 4.04. I want to install PHP 4.06 - with GD 1.8, jpeg support, PDFlib (newest version). I allready have Mysql 2.23. How much would you charge to walk me through how to compile/install/etc. the above on my FreeBSD if anything?
View Replies !
PHP Install On Win XP -
I am trying to install PHP on a Win XP Pro machine with no success. Is there someone who can walk me through the installation and setup or give me a link that will do the same? I've been told I have to go to the C:PHP directory, select Properties and then the Security tab in order to in order to select the I_USERcomputer name on an NTFS system. The problem is there is no Security tab when I go to the Properties of the php directory.
View Replies !
Gd-lib On Php Install?
1- I've php 4.3 installed on Win xp/Apache. How do I check that GD-library is working. I haven't installed it yet because I read somewhere that php 4.higher comes with gd-lib. 2- In the event I must install it, is there a gd-lib-on-php install workthrough?
View Replies !
How (or Where) To Install Gd?
I've actually downloaded gd-2.0.15 from here to try out some image generation. but then i dunno whether i've successfully installed it and store in the right place. is there anyone can help on explaining the steps? or is there any configuration required after successful installation of the library also plz b kind to share here.
View Replies !
PHP Install On Win XP
I'm trying to install PHP on my Win XP Pro machine. I've read many web sites giving installation instructions but can't seem to get it working. Is there somebody who could give me clear instructions on how to install and configure it? From what I've read, I've been able to do everything that seems to have to be done except for one thing. I'm using an NTFS file system and I've read that I must go to the PHP directory, select Properties and go to the Security tab. The problem is, I don't see a Security tab and therefore can't proceed.
View Replies !
GD2 Install
i've been using PHP version 4.3.8 successfully for a while on this system now, with Apache 2. I'm now trying to add the php_gd2.dll module, and can't for the life of me get it to work. I have moved files around, renamed things, restarted apache and my computer numerous times to make the changes, but no dice. I moved my php.ini file from the c:/winnt directory right into the c:/php folder, and moved the dll out into the main folder, but when i run phpinfo(), it's still pointing at c:/winnt as the location of the .ini file! WHY? I've added this into the httpd config file to point it in the right direction: PHPIniDir "c:/php" but NOTHING.
View Replies !
Which To Install First.
I need to get a web server up on FreeBSD and am just wondering what the recommend order of install should be. Should I A) Install PHP, MySQL, OpenSSL, then Apache or B) Install Apache, PHP, MySQL, OpenSSL or C) some other order
View Replies !
PHP Install On Win XP, IIS
I'm trying to install PHP on my Win XP Pro machine. I've read many web sites giving installation instructions but can't seem to get it working. Is there somebody who could give me clear instructions on how to install and configure it? From what I've read, I've been able to do everything that seems to have to be done except for one thing. I'm using an NTFS file system and I've read that I must go to the PHP directory, select Properties and go to the Security tab. The problem is, I don't see a Security tab and therefore can't proceed. There may be other problems with my configuration so if anyone who could walk me through or point me to a good site that will do so it
View Replies !
Php 5.0.5 Install
I am trying to install php 5.0.5 on a linux box running suse 10. It configures fine, the make looks good, but when I make install it pukes. Warning! dlname not found in /usr/local/apache2/modules/libphp5.la. Assuming installing a .so rather than a libtool archive. chmod 755 /usr/local/apache2/modules/libphp5.so chmod: cannot access `/usr/local/apache2/modules/libphp5.so': No such file or directory apxs:Error: Command failed with rc=65536 . make: *** [install-sapi] Error 1
View Replies !
Install.php
i am creating a script that requires mysql but i want it to be as easy as possible for people that hardly know php so i am creating an install.php file to install the DB tables for them but i kinda need help. so if anyone has a code to help me out or knows where I can find the code.
View Replies !
PHP Install
I am trying to install a LAMP system and have so far installed Linux, Apache, MySQL all of which appear to be working. The instructions I have to install PHP include the following line ../configure --with-apxs= PathToFile/apxs -- with-mysql What is apxs? I have searched my system and dont appear to have any files by that name.( find -iname apxs*) - I assume it should be installed with apache. Can I install it seperately?
View Replies !
New Install
I just purchased a PC with Windows Vista. I need to install PHP, MySQL, and phpMyAdmin. the best way of going about to install these? And, are the versions that are out there compatible with Windows Vista? Should I be using Apache or IIS for my Windows install? On Windows XP, I'm using IIS.
View Replies !
Install Help
I am trying to install PHP to work with a FirstClass server. FirstClass indicates that it does support PHP with an interpreter. The interpreter it refers to, i believe, is having PHP installed. I used PHP 4.4.4 windows installer to begin installing (standard) PHP and of course FirstClass is not in the server list so I had to select a manual configuration.
View Replies !
Php 5 Install
I get the following when running php -i module compiled with module API=20020429, debug=0,.... php compiled with module API=20040412, debug=0,.... They have to match. I was using php 4.3.7. It looks like the module ? is an earlier date than php.exe?
View Replies !
My First Install
I've just had a go at installing PHP and MySQL on my local machine for the first time. Everything seems to be fine apart from I am not getting any error reports showing when I try and run a PHP script in the browser, it just shows a white screen. When the script is error free it runs fine. I'm guessing there is a setting somewhere that I need to change.
View Replies !
Install On Mac Os
I have recently switched to mac, and have finally got round to doing some more php development. I have installed php according to these instructions. Apache is running fine and i have installed php in ROOT/apps. Have i installed in the correct place or does it need to be in a specific dir relative to apache. If installed correctly then where is my dicument root? The unix terminal lists usr/local but i cannnot find these dirs on my hdd.
View Replies !
Install
I downloaded and installed PHP 5 on a linux machine. For some reason I am getting "Fatal error: Call to undefined function domxml_open_file()" when loading a php file that uses that function. This seems to indicate that the DOM functions are missing/not installed properly. I did configure with the --with-dom option. Here is the phpinfo():
View Replies !
Install GD
so i downloaded that library because i was trying to make a thumbnail and i just found out that php 5 does not come with gd integrated and i downloaded it but i dont know what to do or where to put the files.
View Replies !
Install GD2
I am using PHP Version 4.4.0 with IIS 5.1 .when i tried phpinfo it is not showing anything with GD as heading. I downloaded GD 2.0.33 but dont know how to install it. I dont even have the extentions folder in the PHP directory. Should i create one?There are no dll files in the download.
View Replies !
4.3.11 Install The Right Way?
I can install PHP 4.0 with Windows 2000 and Apache 2.0... But i'm disoriented with 4.3.11 with Windows 2000 as the OS and Apache 2.0 as the Web server, please help... me.. Can u guide me on installing 4.3.11 on windows 2000 and with apache 2.0... I decided to use this as a testing ground and run as a localhost..
View Replies !
Install As CGI
I am installing a development server and need some help. The operating system is Windows XP Home edition. On the server I want, amongst other things, Apache2.2, PHP4 and PHP5. But I don't know what is the best way to connect Apache and PHP. What are the preferred way to install it, should I install it as a CGI binary or a Apache module? Why? Does it make any difference that I want to install 2 different versions of PHP. I also found a file that I don't know what it does. The name is php5apache2_2_filter.dll.
View Replies !
Install On IIS
This may be dumb, but I want to explore installing PHP and MySQL on a Microsoft Small Busines Server running IIS. The server will be used to host a church website. Although the server is protected by a firewall, I would like advice on installing PHP and MySQL and how to secure the applications.
View Replies !
Install On Win 95
I want to install php below 4.3.0 on my win 95 machine. But there is no installer. I need help on how to install it manually.
View Replies !
PHP 3.0.17 Expat (XML) Install
If anyone has a good step by step for this, I would greatly appreciate it. I do NOT have Apache so the expat-lite option seems out. I am compiling it as a CGI. PHP 4 currently has a bug as it relates to my current setup.
View Replies !
Install - Oleaut32.dll???
I am installing php 4.3.0 on a win 98 machine alontg with apache. Apache is running well. The problem is php is giving me fits. I have it installed on my xp machine, but for some reason no go on win98. Here is the error I am getting. "The PHP4TS.DLL file is linked to missing export OLEAUT32.DLL:77." What the heck is that? I check and made siure that I had the oleaut32.dll file on my system, and I do. Does anyone have the exact folders to place php4ts.dll in, is it windows/system32, or windows/system? And some installations pf php say you just edit the apache config...but that didnt work...then I read you had to edit the php.ini file. Can someone tell me once and for all what the steps are. I am staring at 3 different sets of instructions here, in three places, and I have had about enough.
View Replies !
Php Install Problems
I have read the FAQs and mailing list archives on php.net, searched, and even checked the Apache site, but nothing has seemed to help. I don't seem to be able to get php working. So, I figured the best way to pose my question would be to delete php, and reinstall it, keeping a journal of everything I did and the error messages. I am using Red Hat 7.1, Apache 1.3.20, and PHP 3.0.18 1. Downloaded source code for php 3.0.18 into /usr/local 2. Opened console and cd'd into /usr/local 3. typed gunzip /usr/local/php-3.0.18.tar.gz 4. typed tar -xvf /usr/local/php-3.0.18.tar 5. cd ./php-3.0.18 6. ./configure --with-mysql --with-apxs=/usr/local/apache/bin/apxs --with-xml 7. at the end was an error message-- configure: error: Invalid MySQL directory - unable to find libmysqlclient.a or libmysqlclient.so. 8. I typed "make", it said make: *** No targets specified and no makefile found. Stop. 9. I figured I'd try an alternate way to compile, so I typed ./setup and selected all of the defaults 10. Worked, I typed make, then make install, which copied the php binary into /usr/local/bin 11. typed vi /path/to/httpd.conf 12. uncommented the PHP AddType line 13. uncommented the LoadModule line and changed it to AddType application/x-httpd-php3 .php3 14. Started Apache successfully, made a Hello World program and tried saving it both as .php and .php3, both times the browser tried to have me save the file. What is going on? Other times I have tried to install I got either a 404 or the output was the source code.
View Replies !
|