summaryrefslogtreecommitdiff
path: root/ext/mysql/mysql.dsp
Commit message (Collapse)AuthorAgeFilesLines
* removed *.dsw and *.dsp filesAnatol Belski2014-09-281-171/+0
|
* Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-201-4/+4
|
* revert change #298288: Remove old dsp/dsw/makefile filesRob Richards2010-04-281-0/+171
|
* Remove old dsp/dsw/makefile files, these arent used by the build system ↵Kalle Sommer Nielsen2010-04-211-171/+0
| | | | anymore and are barely updated nor available for all extensions
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-4/+4
|
* COMPILE_DL_MYSQL_MYSQL -> COMPILE_DL_MYSQLSebastian Bergmann2003-07-061-4/+4
|
* Fix shared win32 buildEdin Kadribasic2003-07-011-4/+4
|
* fix building mysql as a loadable extensionShane Caraveo2003-06-281-4/+4
|
* s/COMPILE_DL/COMPILE_DL_EXTNAME/ for Windows build files.Sascha Schumann2000-05-231-6/+6
|
* @- Made the IMAP and LDAP modules compilable under Windows and thread-safe ↵Zeev Suraski2000-04-011-29/+0
| | | | (Zeev)
* Several fixes, plus remove bindlib_w32 (it's more trouble than it's worth)Zeev Suraski2000-03-311-1/+1
|
* - Fix Win32 build in Release_TS* modesZeev Suraski2000-02-241-0/+29
|
* *** empty log message ***Zeev Suraski2000-02-191-3/+3
|
* - Update the project file with the Win32 defines.Andi Gutmans2000-02-121-4/+4
|
* Get Win32 IMAP DLL to compileZeev Suraski2000-02-051-4/+4
|
* libzend -> ZendZeev Suraski1999-12-191-6/+6
|
* - Changed path to MySQL library in Win32 projectAndi Gutmans1999-11-201-2/+2
|
* *** empty log message ***Zeev Suraski1999-09-031-1/+1
|
* More cleanupsZeev Suraski1999-09-031-1/+1
|
* - Add PHP Modules workspaceZeev Suraski1999-08-131-10/+10
| | | | | | - Get the MySQL module to compile&work under thread-safe Win32 - Fix various thread safety issues with dynamic modules
* * Add a new workspace for dynamic PHP extensions.Zeev Suraski1999-06-041-0/+171
* 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.