Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    PHP


SuperbHosting.net have generously sponsored dedicated servers to ensure a reliable and scalable dedicated hosting solution for BigResource.com.





Need A Windows Binary Or Zip For PHP 5.0.5 With MySQL Support Builtin


Need an installation set for PHP 5.0.5 Windows Binary or Zip for PHP
5.0.5 with MySQL support built in




View Complete Forum Thread with Replies

Related Forum Messages:
Windows Binary With LDAP
I'm using a PHP-based CMS and I want to use LDAP to hook in an active directory (WAMP setup). But LDAP isn't turned on in the default binary for Windows.

I'm in the process of trying to compile it but I'm not optimistic as far as getting every little detail right. Is there no PHP precompiled to work with Active Directory? (I saw the snapshot PHP seems to be but it's not supposed to be for production, right?)

Any advice?

View Replies !
Windows Package/binary
I am several years removed from PHP (different career path) so I've lost touch with some of the innovations. I was wondering if anyone has put together a simple windows binary that includes MySQL + PHP and a webserver? Basically, I want an easy way to distribute a PHP and MySQL application to another non-technical windows user and don't have the luxury of a server sitting somewhere.

Basically, I'd like them to be able to click an icon, launch the services, and then launch a web browser pointing to localhost. I don't care about the code being compiled or hidden. It doesn't help that when I did do a lot of programming that I did it
exclusively on Unix machines so even then I wasn't too in tune with the windows world. Is there some acceptable standard way of dealing with this?

View Replies !
Sendmail Binary To Send Email With On Windows
I believe I require the sendmail binary to be able to send an email automatically from my local machine? How is this done? I don't see it under the "extensions" in the PHP installer?

View Replies !
T1lib Support On Windows
I don't normally do PHP development work on Windows but I need to port
an image creation tool to Windows. So I have loaded the php_gd2.dll
module for image creation support but it doesn't include the t1lib
functions and the code relies on the imagepsbbox(), imagepstext() and
imagepsloadfont() functions.

The result from gd_info() is:

array(11) {
["GD Version"]=> string(27) "bundled (2.0.28 compatible)"
["FreeType Support"]=> bool(true)
["FreeType Linkage"]=> string(13) "with freetype"
["T1Lib Support"]=> bool(false)
["GIF Read Support"]=> bool(true)
["GIF Create Support"]=> bool(true)
["JPG Support"]=> bool(true)
["PNG Support"]=> bool(true)
["WBMP Support"]=> bool(true)
["XBM Support"]=> bool(true)
["JIS-mapped Japanese Font Support"]=> bool(false)
}

Anyone have any idea where I can get a php_gd2.dll which includes the
t1lib? I can always recode the functions to use TTF fonts instead but
only want to do that as a last resort.

View Replies !
IMAP Support For PHP On Windows
I have a computer I've set up as a testing server at home and I'm having a
problem trying to locate the pre-compiled IMAP libraries for PHP on Windows.
According to the book "PHP & MySQL Web Development by Luke Welling and Laura
Thomson", I can get the Windows build of the imap libraries from
http://www.php4win.de. But in going to the website, the title bar says
"php4win suspended" with an empty page.

The creators of IMAP, http://www.cac.washington.edu only seems to distribute
the source and you have to compile it yourself, which I don't have a
compiler. Anyone know where I can find it (or an older and possibly
compatible build)?

View Replies !
Type Support On Windows
I want to get PHP running with GD capability that allows me to use true type fonts, preferably to generate GIFs (the US patent has expired, but GIF support isn't due back until mid-2004 due to global patents). Has anybody got experience of running this combination on a windows box (using apache).

View Replies !
How To Open The Mbstring Support Under PHP Of Windows
In linux & unix envir, add the optional flag ----enable-mbstring --enable-mbsrt-euc-trans can open mbstring module support, But in Windows I couldn't find the dll of mbstring (multi-byte string). How to make it work?

View Replies !
Deos Exec() Support A Popup Windows?
I am using exec() to run a .exe file which call another function to popup a new window? It does not work. Anyone know how to make it work?

View Replies !
Compile Oracle Support On Linux For Windows
I'm trying to help a local non-profit organization tie in their online
credit card donations to their existing vendor software, which uses
Oracle 8i (8.1.7) on windows. Does anyone have any pointers on 1) how
to compile oracle support into PHP, not having a linux version of
Oracle, and 2) creating remote connections to Oracle.

View Replies !
Does MyAdmin Support Windows Integrated Authentication
I have installed PHP 4.x and PHPMyAdmin and all works. But I cannot get PHPMyAdmin to work with IIS and Windows Integrated Authentication. Does PhpMyAdmin work with IIS Windows Integrated Authentication or only Anonymous Access.

I have searched but cannot find an answer. It is using auth_type http in the config.inc.php file.

View Replies !
Warning: Date(): Windows Does Not Support Dates Prior To Midnight
I tried to use the date() function with the mktime(). It keeps giving warning:

Warning: date(): Windows does not support dates prior to midnight (00:00:00), January 1, 1970

I could use the @ to surpress the warning but I would like to know why it's happening. Take a look at this. There doesn't seem to be anything wrong with it. PHP Code:

View Replies !
[function.date]: Windows Does Not Support Dates Prior To Midnight (00:00:00)
I'm working with PHP in a Windows environment and ended up with the following message:

Warning: date() [function.date]: Windows does not support dates prior to midnight (00:00:00), January 1, 1970 in c:Inetpubincludecommonereken.inc.php on line 29
Whether I'm working in Windows or Linux is all the same, because I'm dealing with dates prior to the year 1700 as well.

I've found the following library:
http://phplens.com/phpeverywhere/adodb_date_library

It replaces a number of standard php functions such as date(), but for strtotime() there's no replacement. Anybody got an efficient code solution for this?

View Replies !
Php, MySQL, And Binary Data
I'm trying to upload binary data and store it in mySQL as a mediumblob. Since there's always the possibility of quotes (along with any other character) within the binary stream, I assume I need to do something along the lines of AddSlashes to ensure that the sql request won't fail. The trouble is I'm finding that StripSlashes is blowing away the string when I retrieve it. I've tried rolling my own encoding, but ereg_replace("'", "'", $string) is truncating my data, apparantly at the first null character it hits.

So: what's a solution for safely getting binary data into mysql via php?

View Replies !
Php Mysql Binary Images
I have a problem with php and mysql, i have stored in mysql an image in bynary format, and i want to put the image in the browser but when i do:

echo "conten" the browser makes a download of the image and do not show in the browser.

a solution to this problem.

View Replies !
How To Create Only One Binary Log File In Mysql?
I am working on linux platform....as soon as mysql is started then [binary_update_log_filename] is created...if I again restart mysql then new log file is created... ie at first:

[binary_update_log_filename].000001
and next
[binary_update_log_filename].000002

now is there any method to maintain same log file that is: [binary_update_log_filename].000001 when I restart mysql ie not creating new binary file ie [binary_update_log_filename].000002 .

View Replies !
No MySQL Support With PHP On RH 8
I'm using Redhat 8.0. Apache, PHP and MySQL were installed as part of the default installation.

If I try to access MySQL from PHP with mysql_connect(), I get error messages referring to undefined functions. This generally indicates that PHP was compiled without MySQL support.

I know how to set up MySQL support when installing from a tarball, but since PHP was installed from an RPM, I'd prefer to keep it this way, as RH tends to have wildly different ideas about file paths to standard installations (not to mention dependency issues).

I was going to ask if there is any way of specifying the same paths with RPM that you normally specify when you do a tarball installation. However, when I look at the data from phpinfo(), it looks like everything is set up correctly - MySQL is enabled, the path to apxs is set, etc. But I still can't use any db functions. I've upgraded all of the above rpms just to make sure no dependencies were missed out, but with no success.

View Replies !
MySql Support In PHP 5.x
According to documentation on PHP site, MySql support is not built in to
the v. 5.x Windows binaries posted on the site. Does anyone know where
to get PHP 5.x Windows binaries with MySql support turned on? I'd rather
not have to rebuild the product.

View Replies !
Does MySQL 4.1 Support
I have been reading a book published in 2001 about database design. It has a little section on features that MySQL does not support. My question is, now in 2005, Does MySQL 4.1 support 'Referential integrity', 'Transactions' and 'Stored procedures' ?

View Replies !
MySQL And PHP Support
I don't understand why so few free services offer MySQL databases, and when then do, it's usually limited to one. I mean, plenty of free sites are willing to give away up to 1 GB of space for all kinds of files (images especially), but why can't they offer more than one simple table?

Is it because there is just a lot less demand, or maybe because they'd like to present it as a special added feature just for show (like domain parking, which can be done by anyone). Or am I just completely missing the point?

View Replies !
MySQL Support Off???
I am trying to install Zen Cart shopping cart software and getting error messages that I am having difficulty in resolving or finding anyone that is willing or able to assist me.

CONFIGURATION: I have PHP 5.0.5 and MySQL 4.17 installed on my Windows 2003 SP1 server.
Test.php loads and I can create a MySQL database successfully so I would assume these applications are installed and configured correctly???? Code:

View Replies !
Storing BINARY File Uploads Into A Mysql Database
I know I do a column with a BLOB of size of the max file size I guess...
then I tell php to do: fopen($FILE,'rb'); fread($file,1024); (loop) then I send the info to the db???

How would I download the file later then, would I have to write it to a fiel first? or could I ouptu it to the browser if I supply , content-type: binary?

View Replies !
Get Binary Data In Binary File
I know how to open a binary file with fopen('abc.dat', 'rb') but I don't how to get the data from it. I know the position (offset) of some long, interget, char and string. However I fail to get them by any method. I had trial fread, fgetc and fgets and fscanf but all false. Is there any function I was overlooked?

View Replies !
Mysql Support Missing
I install rpms for php and mysql and php-mysql on rhel5. however phpinfo is
showing --without-mysql'

View Replies !
Where Do I Activate Mysql Support?
I run php pages in IIS in cgi-mode(only pointing them to PHP.exe).

But I can't connect to database:

Fatal error: Call to undefined function: mysql_pconnect().....

I read that I have to activate PHP with mySQL support...but where in my
scenario??

I looked at php.ini...but no results...

View Replies !
Php + Mysql Multilingual Support
We have a CMS which is written is based on php & mysql. Recently we received
a request to support multiple languages so that sites in that particular
laguage can be created. I did some search on the google and it seems I have
to build in multibyte support for php and mysql. Mbstring
(http://us3.php.net/mbstring) claims to support multiple languages with a
caution saying it might not work properly.

After further research it seems unicode might be the way to go, since
unicode can represents all characters (in all languages) with integers,
which in turn can be handled in php as it has excellent integer support. But
again since all the data is store in mysql we need unicode support for mysql
too and it has 2 formats (http://www.mysql.com/doc/en/Charset-Unicode.html)
usc-2 (for storing data) and utf-8 (for encoding). Here is where I need
help. Do I opt for usc-2 or go ahead with utf-8? What are the advantages and
disadvantages of both.

Now back to our CMS; can we make changes so that this new support is
transparent to the code (that doesn't sound right). Any suggestion on how I
can minimize the amount of rework we have to do on the code to accomodate
for unicode. Are there any other suggestions on how to approach this
transformation?

View Replies !
How To Configure Php Cli With Mysql Support?
can anyone tell me how to configure php cli with mysql support? i;ve
tried adding defaul username, password and host in /etc/php5/cli/
php.ini but this didnt work.

php-m does not list mysql.

php version is 5.1.6 running on Ubuntu 6.10 with Apache/2.0.55

View Replies !
How Do We Compile Php With MySQL Support?
I have some PHP files that need to be compile with MySQL support How do we
do this?.

I am using IIS 5.1 and I installed MySQL 4.1 Server 4.1 as a Development
system.

View Replies !
PHP / MySQL Support Forum
What's the best PHP/Mysql forum / BB out there that will allow me to
set it up so that a user cannot see the forums until they sign up, and
then once they sign up they can only see the forums that they created,
or was created for them when they registered?

View Replies !
How To Recompile PHP With MySQL Support??
i am having the annoying "Undefined Function" message, anyway i read many threads on how to solve it but here's the problem, when i use phpinfo();, i didn't find the part with MySql info, i searched and found that if it doesn't exist then i need to recompile PHP with MySQL support before starting editing php.ini and that other stuff.

View Replies !
MySQL Transaction Support
I could not find any PHP functions that allow me to send multiple queries to MySQL inside a single transaction. So, are there any such functions available around??

Moreover, are there any classes available in PHP that provide an OO interface to communicate with mysql via PHP???

View Replies !
Versions Support MySql 4.1
Which versions of PHP support MySql 4.1? Is this information available on the php.net web? If so, where do I look?

View Replies !
Enable MySQL Support
I've tried installing Apache, Php and MySQL for 2 nights now. I've done everything I could find on the internet but I still couldn't get the PHP and MySQL to work properly. I follow an example in my book to test.Php code:

<?php
echo mysql_connect ('localhost', 'username', 'password');
?>

And the output on the browser is:

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'username'@'localhost' (using password: YES) in C:Program FilesApache Software FoundationApache2.2htdocsmysql_test.php on line 2

Can anyone help?

View Replies !
How To Support UTF-8 In My Php/mySQL Scripts
I wonder what needs to be done to support UTF-8 codepage in my PHP scripts. I set up the tables as

ALTER DATABASE dbname DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci

and import my existing sqldump from a text file in UTF-8 format. In phpmyadmin, all language special characters are displayed correct.

I use the meta tags on the html page as usual:

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

However, despite all my efforts, the page shows special characters as question marks. That brings me to the question, do I need to do something special in my code?

View Replies !
Free HOST That Support PHP And MYsql
Is there any free HOST that support PHP and MYsql?

View Replies !
Building PHP With Mysql Support On CentOS
php with mysql support on CentOS. Have
installed MySql and that works okay. I have downloaded the latest version of
php and tried to build it but I keep getting errors about missing function
mysql_connect(). This appears to be caused by not having extensions=mysql in
the php.ini file. However when I build php it does not make a mysql.so file,
where does this come from? I have tried using the configure --with-mysql but
it still does not generate it. I have managed to get it from another
distribution but it does not work correctly due to incorrect versions of
shared libraries.
How do you build the mysql.so file?

View Replies !
Sanity Check... Is This MySQL Support Too?
I know there's no comp.databases.mysql group, but if there's the demand for
questions about phrasing queries and the like that aren't PHP related (and
there is - every other q. seems to be), why isn't one created? I haven't
done that for a while, but why hasn't this already been done?

View Replies !
Mysql Based Web Hosting Support
Does anyone know of any php/mysql based systems that are capable of being integrated into your website that contain a "helpdesk" type of feature for basic web hosting issues.

I find myself on the phone almost all day helping just a few customers with basic email issues, domain issues, and others of such.

Just wondering if there is any kind of premade system that has some of these commonly asked questions in it?

View Replies !
Unable To Detect MySQL Support
"The installer was unable to detect MySQL support in PHP. Please ask your host to ensure that PHP was compiled with MySQL, or that the proper extension is being loaded."

This is the error i am getting while installing a free software - Simple machines forum. What can be done to install the software. I am trying to do it on windows platform.

View Replies !
Can't Enable MySQL Support On WinXP
I'm a bit of a newb to setting up my own server, but I wanted to have something to use for development on my home PC. I'm running Windows XP Pro with SP1. I run an Apache 1.3.33 server,

with the server called localhost(I access it from a browser using http://localhost so I assume thats correct). I have installed MySQL 4.1.19, which runs fine as I have created databases in the command line. I have PHP 5.1.3 on my system, which I know works because my server root page is a simple PHP page that is working fine.

My problem is that, no matter what I try, I can't set-up the MySQL extensions in PHP. I have four MySQL/PHP commands in my PHP script, but as soon as I try and display the page the script fails on Code:

View Replies !
Pdf With Unicode Support Or Arabic Characterset Support
I am working on a project that have a featre to print the news as a PDF file format. I am having a problem in generaing pdf with unicode support or Arabic characterset support. I can generat eenglish document like a charm but the probem in Arabic text. I am geting the data from the MySQL database. Anyone have any idea what to do, I search everywhere on net find some small results but still I am not been able to accomplish the task.

View Replies !
Client Does Not Support Authentication Protocol MYSQL
Just thought I would post a solution (temporary at best, but a solution at
least.) for all those using PostNuke who have upgraded MySql to 4.1. I have
had problems with PostNuke logging into MySql after upgrading to MySql 4.1.
I received the message:

"Client does not support authentication protocol requested by server.
Consider upgrading MySQL client."

After reading here:
http://www.mysql.com/doc/en/Old_client.html

And here:
http://www.mysql.com/doc/en/Password_hashing.html

* I simply edited my startup script for MySql Server on my box to launch
with:
mysqld_safe --old-passwords

* Restarted my MySQL server

* and then changed my MySQL passwords with the OLD_PASSWORD function rather
than the previous PASSWORD function.

It solved my problem. I was able to create a new site database and all was
well!

View Replies !
Lightest Weight Web Server With Php / Mysql Support
I'd like to create a web server in Virtual PC that requires as little
space as possible and that supports PHP and MySQL.

I could, for example, install Windows XP, then install Apache, and then
install PHP and MySQL, but Windows XP seems like overkill since the
only thing I want out of it is a small webserver...

View Replies !
PHP On Windows And Mysql
Is it possible to run php scripts on windows XP Professional with IIS? How? If yes, is it possible to access mysql database on windows by PHP? Is there any different between on windows and on linux?

View Replies !
MySQL And PHP (Windows)
Yes I have googled for newsitems about this,
and I found a trillion documents. But pardon me if I think most doen't help
to clear up the mist.

Tried this once before and again I am caught up in copying libmysql.dll and
php_mysql.dll all over the place and still I get that annoying error: Unable
to load PHP_mysql.dll

So maybe someone has the one correct answer for me to this question:

For Apache2, PHP5 and MySQL on windows:

WHICH version of the files php_mysql.dll and libmysql.dll do I copy from
where to where ?
The one that ships with PHP ? The ones that come with mySQL ? A mix ? Others
still ? I know I don't have to compile sources myself for Win32, I got it
working once before.

I promise, if someone points out the right strategy, complete, concise, I
will immediately make a webpage of that info and serve it to the public so
I'll never have to ask again...



View Replies !
MySql On Windows XP
'.exe' file should I run in order to start the MySql Server ?
How do I creat a new data base ?
I learnt how to access MySql using php commands, but dont know how to create
the database.
Is there any GUI manager to access records stored on the MySql server ?


View Replies !
MySQL On Windows
my host doesnt support mySQL so i was wondering is it possible to install mySQL on another server with another host and connect to it from another host? for example I have a dedicated server that i can install mySQL on, will I be able to get my scripts on the other host to connect to the MySQL on my dedicated server?

View Replies !
Installing PHP And MySQL On Windows
Does anyone know of any good guides on installing PHP and MySQL on Windows (XP)?

View Replies !
How Much Slower Does PHP/mySQL Run On Windows?
I have a couple tables in Microsft Access &#3997; with hundreds of thousands of records that I routinely run queries off of which I then paste into Excel to make changes, and then paste back into the database.

I want to switch to a brower-based system to simplify things but I'm running on Windows. If I install PHP/mySQL, will it process the queries slower than the Access database?

View Replies !
Windows Apache Mysql
I have to extract 3 tables out of a .db (previously bzip2'ed). I am on a windows machine with apache php and mysql.

How can I import / create a database on my pc out of the .db file i have. Can I import / create through mysql query browser?Or how should I do this?

View Replies !
Uploading To MySQL AND Windows
I would like to upload files to MySQL UNIX box and also copy the files to the Windows shared drive on the network. Is there any way to push to both places at the same time? I am using something similar to this UPLOAD.PHP file: ...

View Replies !
Uninstall MySQL > Windows...
How do you uninstall MySQL from Windows...? I installed Foxserv (foxserv.net), so I could develop locally on my Windows machine (XP). Now I need to uninstall it...I've stopped it as a service in the Administrative Tools, but there is no option to uninstall.

View Replies !
PHP5, Windows Installer And MySQL
Does the Windows Installer version of PHP5 come with MySQL support? As
well, how hard is it to add extensions to the Windows Installer version?

View Replies !

Copyright © 2005-08 www.BigResource.com, All rights reserved