#
fca0e244 |
| 15-Nov-2006 |
Ilia Alshanetsky |
Added missing object support to file_put_contents(). |
#
a3453eb8 |
| 14-Nov-2006 |
Edin Kadribasic |
Bundled lib upgrade |
#
5caf547a |
| 14-Nov-2006 |
Dmitry Stogov |
cgi.* and fastcgi.* directives are moved to INI subsystem. The new directive cgi.check_shebang_line can be used to ommiting checnk for "#! /usr/bin/php" line. |
#
b28cbe8b |
| 13-Nov-2006 |
Ilia Alshanetsky |
Fixed bug #36812 (pg_execute() modifies input array). |
#
941c0362 |
| 13-Nov-2006 |
Ilia Alshanetsky |
Fixed bug #36644 (possible crash in variant_date_from_timestamp()). |
#
e0d385a3 |
| 12-Nov-2006 |
Ilia Alshanetsky |
Optimized array functions utilizing php_splice(). |
#
7b81e554 |
| 12-Nov-2006 |
Hannes Magnusson |
MFH: Fixed bug#36975 (natcasesort() causes array_pop() to misbehave) |
#
d98a8aa5 |
| 10-Nov-2006 |
Andi Gutmans |
- Fix typo |
#
31bfc6e5 |
| 10-Nov-2006 |
Dmitry Stogov |
Fixed bug #39454 (Returning a SOAP array segfaults PHP) |
#
ce958ede |
| 10-Nov-2006 |
Dmitry Stogov |
stat() is reimplemented using using GetFileAttributesEx(). The new implementation is faster then implementation in MS VC CRT, but it doesn't support Windows 95. |
#
daed3795 |
| 10-Nov-2006 |
Dmitry Stogov |
Removed unnecessary ftell() calls (one call for each included PHP file) |
#
f22ae56b |
| 10-Nov-2006 |
Dmitry Stogov |
Disabled reading from stream (calls to read()) after EOF |
#
f05ed639 |
| 10-Nov-2006 |
Dmitry Stogov |
VCWD_REALPATH() is improved to use realpath cache without VIRTUAL_DIR |
#
a4a77d3f |
| 10-Nov-2006 |
Dmitry Stogov |
Intialization code is moved from request startup to module startup |
#
011e0cde |
| 10-Nov-2006 |
Dmitry Stogov |
Start timiout thread on Windows only if necessary |
#
532b02cd |
| 10-Nov-2006 |
Dmitry Stogov |
Implemented registry cache that prevent registry lookup on each request. In case of modification of corresponding registry-tree PHP will reload it automatic. |
#
41c81f20 |
| 10-Nov-2006 |
Dmitry Stogov |
opendir() is reimplemented using GetFistFile/GetNextFile those are faster then _findfirst/_findnext |
#
a5f951f2 |
| 10-Nov-2006 |
Dmitry Stogov |
Removed unnecessary checks for ISREG file and corresponding stat() calls on Windows |
#
ab5268fc |
| 10-Nov-2006 |
Dmitry Stogov |
typo |
#
f1b6587e |
| 10-Nov-2006 |
Dmitry Stogov |
Zend Memory Manager Improvements . use HeapAlloc() instead of VirtualAlloc() . use "win32" storage manager (instead of "malloc") on Windows by default |
#
b3006ed2 |
| 09-Nov-2006 |
Ilia Alshanetsky |
Fixed bug #38456 (Apache2 segfaults when virtual() is called in .php ErrorDocument). |
#
e5f9b479 |
| 09-Nov-2006 |
Ilia Alshanetsky |
Fixed bug #38602 (header( "HTTP/1.0 ..." ) does not change proto version). |
#
1f061b31 |
| 08-Nov-2006 |
Antony Dovgal |
fix #39300 (make install fails if wget is not available) add support of 'fetch' |
#
41ae8de1 |
| 08-Nov-2006 |
Dmitry Stogov |
Fixed bug #39297 (Memory corryption because of indirect modification of overloaded array). |
#
a84a2eae |
| 08-Nov-2006 |
Dmitry Stogov |
Fixed bug #39344 (Unnecessary calls to OnModify callback routine for an extension INI directive). (wharmby at uk dot ibm dot com, Dmitry) |