1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 04:02:19 +02:00

ChangeLog update

This commit is contained in:
2001-10-21 00:12:45 +00:00
parent efd46d53b5
commit cc0c2ea603

View File

@@ -1,3 +1,25 @@
2001-10-20 Rasmus Lerdorf <rasmus@php.net>
* ext/pcre/php_pcre.h
main/SAPI.c:
Re-instated safe-mode realm mangling as it was in php 2 and 3 albeit
in a somewhat more robust way.
2001-10-20 Andrei Zmievski <andrei@ispi.net>
* ext/standard/syslog.c: Fix warning,
2001-10-20 Derick Rethans <d.rethans@jdimedia.nl>
* ext/standard/url.c: - MFH for bug #13413
* ext/standard/url.c: - Fix for bug #13413
2001-10-20 Markus Fischer <mfischer@guru.josefine.at>
* pear/DB/mssql.php:
'mssql' module works with either mssql or sybase extension
2001-10-19 Andrei Zmievski <andrei@ispi.net>
* ext/standard/head.c: convert to use new parameter parsing API.