forked from php/php-src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added check in the ODBC module that a connection is still valid before
reuse in a persistent connection.
- Loading branch information
Nick Gorham
committed
Nov 30, 1999
1 parent
bc38c05
commit 2df67b7
Showing
6 changed files
with
40 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,8 @@ PHP 4.0 NEWS | |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| | ||
|
||
?? ?? ????, Version 4.0 Beta 4 | ||
- Added check to see if a persistent connection is still valid with the | ||
ODBC interface before reusing ([email protected]) | ||
- Added DBMaker support (patch by Pax Tsai <[email protected]>) | ||
- Renamed "PECL" to "PEAR" (PHP Extension and Add-on Repository) (Stig) | ||
- buildconf now uses build.mk (Stig) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters