mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
minor fixes
This commit is contained in:
parent
ef0d337850
commit
f162b5f6dd
1 changed files with 6 additions and 5 deletions
11
NEWS
11
NEWS
|
@ -1,14 +1,15 @@
|
||||||
PHP 4 NEWS
|
PHP 4 NEWS
|
||||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||
?? ??? 2002, Version 4.3.0
|
?? ??? 2002, Version 4.3.0
|
||||||
- Added support for --with-apxs build on Mac OS X / Darwin (markonen)
|
- Added support for --with-apxs build on Mac OS X / Darwin. (markonen)
|
||||||
- Support for dynamically loaded extensions on OS X / Darwin (dank, markonen)
|
- Added support for dynamically loaded extensions on OS X / Darwin.
|
||||||
|
(dank, markonen)
|
||||||
NOTE: Due to the Mach object handling in current version of OS X, the
|
NOTE: Due to the Mach object handling in current version of OS X, the
|
||||||
dynamically loaded extensions do not work on the apxs build. To get
|
dynamically loaded extensions do not work on the apxs build. To get
|
||||||
reliable extensions support, build --with-apache.
|
reliable extensions support, build --with-apache.
|
||||||
- Fixed CR/LF processing for Windows/OS2 in quoted_printable_decode (kir)
|
- Fixed CR/LF processing in quoted_printable_decode() on Win32. (kir)
|
||||||
- Made crack extension available to Win32. Cracklib libraries for Win32 are
|
- Made crack extension available on Win32. Cracklib libraries for Win32 are
|
||||||
available from http://www.jtatesoftware.com/cracklib/. (jtate)
|
available at http://www.jtatesoftware.com/cracklib/. (jtate)
|
||||||
- Added mysql_info() function. (Jan)
|
- Added mysql_info() function. (Jan)
|
||||||
- Added mysql_list_processes() and mysql_stat() functions. (Georg)
|
- Added mysql_list_processes() and mysql_stat() functions. (Georg)
|
||||||
- Added file_get_contents($filename), which returns the contents of a file
|
- Added file_get_contents($filename), which returns the contents of a file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue