#
9e48381b |
| 11-Dec-2010 |
Ilia Alshanetsky |
Upgraded bundled Sqlite3 to version 3.7.4. |
#
3c8c56fb |
| 11-Dec-2010 |
Gustavo André dos Santos Lopes |
- Implemented request #26158/bug #53465 (open arbitrary file descriptor with fopen) |
#
9864040e |
| 10-Dec-2010 |
Felipe Pena |
- Fixed bug #53515 (property_exists incorrect on ArrayObject null and 0 values) |
#
83a78317 |
| 10-Dec-2010 |
Felipe Pena |
- Fixed bug #53517 (segfault in pgsql_stmt_execute() when postgres is down) patch by: gyp at balabit dot hu |
#
df5f526c |
| 10-Dec-2010 |
Felipe Pena |
- Cosmetics |
#
d9187596 |
| 10-Dec-2010 |
Scott MacVicar |
MFH: Fix indirect reference of $this |
#
7d2b0898 |
| 10-Dec-2010 |
Felipe Pena |
- Fixed bug #53512 (NumberFormatter::setSymbol crash on bogus $attr values) |
#
573475a8 |
| 10-Dec-2010 |
Felipe Pena |
- Fixed bug #39199 (Cannot load Lob data with more than 4000 bytes on ORACLE 10) patch by: spatar at mail dot nnov dot ru |
Revision tags: php-5.2.15 |
|
#
78a2762e |
| 08-Dec-2010 |
Johannes Schlüter |
Back to -dev |
Revision tags: php-5.3.4 |
|
#
3d76289c |
| 08-Dec-2010 |
Johannes Schlüter |
PHP 5.3.4 |
#
755c2cd0 |
| 08-Dec-2010 |
Dmitry Stogov |
Removed compile time dependency from ext/mbstring |
#
a0eb5848 |
| 08-Dec-2010 |
Pierre Joye |
- Fix #53492, fix crash if aa steps are invalid |
#
1504071c |
| 07-Dec-2010 |
Pierre Joye |
- add CVE |
#
3e0b6331 |
| 03-Dec-2010 |
Felipe Pena |
- Order |
#
689d1d9e |
| 03-Dec-2010 |
Felipe Pena |
- Fixed bug #53463 (sqlite3 columnName() segfaults on bad column_number) |
#
d2263d48 |
| 03-Dec-2010 |
Adam Harvey |
Implement FR #53457 (number_format must support more than one character for thousands separator). |
#
18ec6dae |
| 03-Dec-2010 |
Adam Harvey |
Implemented FR #53447 (Cannot disable SessionTicket extension for servers that do not support it). I haven't written a test due to the need for such a test to have a HTTPS server ava
Implemented FR #53447 (Cannot disable SessionTicket extension for servers that do not support it). I haven't written a test due to the need for such a test to have a HTTPS server available which mishandles SessionTicket requests; it's likely that server administrators will gradually fix this either intentionally or through OpenSSL upgrades. That said, if there's a great clamoring for a test, I'll work one up.
show more ...
|
Revision tags: php-5.2.15RC2 |
|
#
06c183b7 |
| 02-Dec-2010 |
Felipe Pena |
- Cosmetics |
#
aef55bc5 |
| 02-Dec-2010 |
Pierre Joye |
- some missing entries |
#
094bcdff |
| 02-Dec-2010 |
Johannes Schlüter |
- Back to -dev |
Revision tags: php-5.3.4RC2 |
|
#
f915973c |
| 02-Dec-2010 |
Johannes Schlüter |
- PHP 5.3.4RC2 |
#
2024790f |
| 01-Dec-2010 |
Christopher Jones |
Add Berkeley DB 5.1 support to the DBA extension |
#
d506ce8d |
| 01-Dec-2010 |
Ilia Alshanetsky |
Fixed bug #51250 (iconv_mime_decode() does not ignore malformed Q-encoded words) |
#
4c76006f |
| 30-Nov-2010 |
Jérôme Loyet |
- Fixed bug #53412 (segfault when using -y) |
#
085e8b78 |
| 30-Nov-2010 |
Ilia Alshanetsky |
Fixed bug #52202 (CURLOPT_PRIVATE gets corrupted). |