#
efa9b7e2 |
| 22-Nov-2006 |
Pierre Joye |
- MFH: #39538, fgetcsv can't handle starting newlines and trailing odd number of backslashes (David Soria Parra, Pierre) |
#
df1a1c84 |
| 22-Nov-2006 |
Antony Dovgal |
MFH: fix #39576 (array_walk() doesn't separate userdata zval) |
#
0d338f46 |
| 19-Nov-2006 |
Ilia Alshanetsky |
Fixed bug #38770 (unpack() broken with longs on 64 bit machines). |
#
c06f9e1e |
| 17-Nov-2006 |
Dmitry Stogov |
COM initialization/deinitialization are done only if necessary |
#
c4124091 |
| 15-Nov-2006 |
Pierre Joye |
- MFH: #39217, serialNumber might be -1 when the value is too big |
#
82fb3e00 |
| 15-Nov-2006 |
Ilia Alshanetsky |
Fixed bug #37773 (iconv_substr() gives "Unknown error" when string length = 1"). |
#
842b1b5a |
| 15-Nov-2006 |
Dmitry Stogov |
Fixed bug #39445 (Calling debug_backtrace() in the __toString() function produces a crash) |
#
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 |