This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
archived-php-src
Watch
1
Star
0
Fork
0
You've already forked archived-php-src
mirror of
https://github.com/php/php-src.git
synced
2026-04-29 03:03:26 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
161ab0aa507a96e0bfbe36d4e158bf765dd7f7d9
archived-php-src
/
ext
/
mysql
T
History
Antony Dovgal
b1a0a4d3e4
MFH: reset active_result_id when fetching persistent connection
...
patch by Peter Christensen
2007-06-07 12:17:35 +00:00
..
tests
MFH: fix/add SKIPIF
2006-06-27 00:09:43 +00:00
config.m4
- Fix bug
#37630
: MySQL extensions should link against thread safe client libs if built with ZTS
2006-06-01 19:14:48 +00:00
config.w32
fixes for
#33251
2005-06-05 19:25:01 +00:00
CREDITS
- Proper format for CREDITS files
2002-08-21 05:41:49 +00:00
mysql.dsp
- Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5
2004-01-17 13:00:38 +00:00
mysql.mak
Changes for NetWare makefile.
2003-01-06 09:05:59 +00:00
package.xml
assign a version number
2005-09-04 17:10:56 +00:00
php_mysql.c
MFH: reset active_result_id when fetching persistent connection
2007-06-07 12:17:35 +00:00
php_mysql.h
Add mysql_set_charset() so that the connection encoding can be changed. This is similar to the SET NAMES statement but allows the mysql_real_escape_string to use the correct character set.
2007-05-14 17:10:47 +00:00