Skip to content

Commit

Permalink
* Add a new workspace for dynamic PHP extensions.
Browse files Browse the repository at this point in the history
* Add a few functions to PHP's API.
* Get the MySQL extension up-to-date and thread safe.
* Add a project for building the MySQL extension under Win32.
  • Loading branch information
zsuraski committed Jun 4, 1999
1 parent a3a60dd commit 3cad348
Show file tree
Hide file tree
Showing 10 changed files with 285 additions and 34 deletions.
14 changes: 14 additions & 0 deletions ext/mysql/Readme_w32.txt
@@ -0,0 +1,14 @@
MySQL Extension for PHP 4.0 - Win32 README
------------------------------------------

In order to compile this extension, MySQL must be installed in a parrallel directory
to that of PHP 4.0. For example, if you have PHP 4.0's source tree set up in
C:\Projects\php4, you must have MySQL set up in C:\Projects\MySQL. The compiler
will look for include files in C:\Projects\MySQL\include and for the library
files in C:\Projects\MySQL\lib.

You can change this by editing the project settings, but it's not recommended, since
you will have to do it every time you obtain a new version of the PHP 4.0 source tree.


[4/6/1999 zeev@zend.com]

0 comments on commit 3cad348

Please sign in to comment.