1
0
mirror of https://github.com/php/php-src.git synced 2026-04-17 21:11:02 +02:00

- Documented sybase_connect()'s new optional parameter 'new'

This commit is contained in:
Timm Friebe
2008-11-10 11:03:22 +00:00
parent 15adc0ddaf
commit 9543aa058d

1
NEWS
View File

@@ -10,6 +10,7 @@ PHP NEWS
parameter validation. (Felipe)
- Changed openssl info to show the shared library version number. (Scott)
- Added optional parameter "new" to sybase_connect() (Timm)
- Added parse_ini_string() function. (grange at lemonde dot fr, Arnaud)
- Added str_getcsv() function. (Sara)
- Added ability to send user defined HTTP headers with SOAP request.