#
378d5d4e |
| 31-May-2006 |
Ilia Alshanetsky |
spelling corrections |
#
c116ecf2 |
| 31-May-2006 |
Derick Rethans |
- There was nothing wrong here, bug report #37595 is bogus. - Added a new test case to demonstrate a longer plain text. |
#
47edd8a3 |
| 31-May-2006 |
Antony Dovgal |
MFH: fix #37595 (mcrypt_generic calculates data length in wrong way) |
#
42f32bfa |
| 31-May-2006 |
Andi Gutmans |
- Fix typo |
#
258351c3 |
| 30-May-2006 |
Michael Wallner |
- fix bug #37635 (parameter of pcntl signal handler is trashed) |
#
5186ee9c |
| 30-May-2006 |
Ilia Alshanetsky |
Added memory_get_peak_usage() function for retrieving peak memory usage of a PHP script. |
#
fb92e33b |
| 30-May-2006 |
Derick Rethans |
- MFH: Fixed bug #37616: DATE_RFC822 does not product RFC 822 dates. (Patch by Hannes Magnusson) |
#
aa405956 |
| 29-May-2006 |
Marcus Boerger |
- BFN |
#
3b407d14 |
| 29-May-2006 |
Michael Wallner |
- Fixed bug #36949 (invalid internal mysqli objects dtor) |
#
aed81da3 |
| 29-May-2006 |
Antony Dovgal |
BFN |
#
10ed7a1e |
| 29-May-2006 |
Georg Richter |
Fix for bug #37620 |
#
7ac96de0 |
| 28-May-2006 |
Michael Wallner |
- news entry for apache2handler ap_set_content_type() fix |
#
1ad21d9b |
| 28-May-2006 |
Ilia Alshanetsky |
Fixed bug #37586 (Bumped minimum PCRE version to 6.6, needed for recurssion limit support). |
#
ccfc0d9d |
| 27-May-2006 |
Johannes Schlüter |
- MFH Fix #37614 (Class name lowercased in error message) |
#
10371b03 |
| 26-May-2006 |
Dmitry Stogov |
Fixed bug #37523 (namespaces added too late, leads to missing xsi:type attributes. incompatibility with libxml2-2.6.24) |
#
59ddb749 |
| 26-May-2006 |
Pierre Joye |
- fix leaks in openssl context options |
#
b882f9f3 |
| 25-May-2006 |
Ilia Alshanetsky |
Fixed bug #37569 (WDDX incorrectly encodes high-ascii characters) |
#
3dcef1b9 |
| 25-May-2006 |
Michael Wallner |
- implement standard http stream wrapper options, fixes bug #34180 - skip empty headers in on_header_available() |
#
a681fcb0 |
| 25-May-2006 |
Marcus Boerger |
- Update update news and sync with NEWS |
#
ec79dd79 |
| 25-May-2006 |
Marcus Boerger |
- MFH Bugfix 37587 |
#
93851ebf |
| 25-May-2006 |
Dmitry Stogov |
Fixed bug #37278 (SOAP not respecting uri in __soapCall) |
#
26ccde4d |
| 25-May-2006 |
Dmitry Stogov |
Fixed bug #37558 (timeout functionality doesn't work after a second PHP starup on the same thread). (p dot desarnaud at wanadoo dot fr) |
#
43c79a61 |
| 25-May-2006 |
Antony Dovgal |
reorder |
#
630def46 |
| 25-May-2006 |
Dmitry Stogov |
Fixed bug #37496 (FastCGI output buffer overrun) |
#
53988d8c |
| 24-May-2006 |
Ilia Alshanetsky |
Fixed bug #37563 (array_key_exists performance is poor for &$array). |