summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* Fixed crash on recursive error handler invocationPHP-5.2Dmitry Stogov2011-05-171-1/+1
|
* Fixed crash when passing invalid timestamp (negative integer on win32)Dmitry Stogov2011-05-041-0/+3
|
* MFH fixed bug #52784 (Race condition when handling manyArnaud Le Blanc2011-02-143-5/+24
| | | | | concurrent signals)
* revert commit 307876Boris Lytochkin2011-01-311-1/+1
|
* Fixed bug #51336Boris Lytochkin2011-01-311-1/+1
|
* Added ability to connect to HTTPS sites through proxy with basic ↵Dmitry Stogov2011-01-281-8/+108
| | | | authentication using stream_context/http/header/Proxy-Authorization
* - Fixed bug #53568 (swapped memset arguments in struct initialization) ↵Felipe Pena2011-01-111-3/+1
| | | | [backported]
* MFH: Optimize unix timestamp to date-string conversion for very high year valuesIlia Alshanetsky2011-01-052-0/+23
|
* fixed 6 tests to pass on non-linux os, by removing the generic linux error ↵Eyal Teutsch2010-12-267-6/+9
| | | | string from the exp result. on socket_strerror on the other hand, added to the SKIPIF a condition to run on linux only, as the test checks specifically various error strings
* added value for PHP_MAXPATHLEN for os which is not windows/linuxEyal Teutsch2010-12-141-0/+2
|
* moved the second unlink() to the CLEAN section in the ↵Eyal Teutsch2010-12-123-0/+12
| | | | SplFileObject_fwrite_variation* tests
* Merge from trunk:Martin Jansen2010-12-111-2/+2
| | | | | | | * Fixed parameter check introduced with the recent fix for bug #53492. * Improved the error message along the way.
* - Fixed bug #53517 (segfault in pgsql_stmt_execute() when postgres is down)Felipe Pena2010-12-101-1/+1
| | | | | patch by: gyp at balabit dot hu
* Fixed bug #53492 (fix crash if anti-aliasing steps are invalid).Ilia Alshanetsky2010-12-081-0/+5
|
* curl_setopt() arg: using DIRECTORY_SEPARATOR rather then "/" to make windows ↵Eyal Teutsch2010-12-085-9/+14
| | | | tests pass too
* - Fixed test (Eyal Teutsch)Felipe Pena2010-12-041-1/+1
|
* - Fixed testsFelipe Pena2010-12-044-5/+20
|
* Fixed crash in zip extract method (possible CWE-170)Pierre Joye2010-11-301-0/+3
|
* - Fixed extract() to do not overwrite $GLOBALS and $this when using ↵Felipe Pena2010-11-192-2/+26
| | | | | | | EXTR_OVERWRITE. patch by: jorto at redhat dot com
* - Revert bad changesFelipe Pena2010-11-171-4/+0
|
* - Updated QA and User note maintainers creditsFelipe Pena2010-11-171-2/+2
|
* - Fixed bug #53323 (pdo_firebird getAttribute() crash)Felipe Pena2010-11-161-1/+5
| | | | | patch by: preeves at ibphoenix dot com
* - Fixed bug #47643 (array_diff() takes over 3000 times longer than php 5.2.4)Felipe Pena2010-11-111-2/+2
|
* - Remove duplicate portion.Moriyoshi Koizumi2010-11-091-31/+0
|
* - Fix bug #53273 (mb_strcut() returns garbage with the excessive length ↵Moriyoshi Koizumi2010-11-091-0/+62
| | | | parameter).
* Fixed WSDL loading using https through proxyDmitry Stogov2010-11-081-4/+7
|
* - Fixed tests not passing under windows because of the directory separatorPatrick Allaert2010-11-087-21/+21
| | | | | difference (thanks Eyal Teutsch for reporting)
* - Added fix to bug #49687 to PHP 5.2.Gustavo André dos Santos Lopes2010-11-032-30/+134
|
* Fixed a possible double free in imap extension (Identified by Mateusz ↵Ilia Alshanetsky2010-11-021-0/+2
| | | | Kocielski).
* - fix IsotoppPierre Joye2010-10-241-1/+1
|
* - fix Fixed NULL pointer dereference in ZipArchive::getArchiveComment, ↵Pierre Joye2010-10-191-0/+3
| | | | (CVE-2010-3709), report&patch from Maksymilian Arciemowicz
* Fixed bug #44248 (RFC2616 transgression while HTTPS request through proxy ↵Dmitry Stogov2010-10-051-0/+7
| | | | with SoapClient object).
* MFH: Fix for bug #52929 (Segfault in filter_var with FILTER_VALIDATE_EMAIL withAdam Harvey2010-09-302-0/+23
| | | | | large amount of data).
* - Fixed bug #52944 (Invalid write on second and subsequent reads with an ↵Gustavo André dos Santos Lopes2010-09-292-0/+160
| | | | inflate filter fed invalid data).
* Fixed bug #52772 (var_dump() doesn't check for the existence of ↵Kalle Sommer Nielsen2010-09-131-3/+7
| | | | get_class_name before calling it)
* MFB5.3: The fix (and the fix to the fix) for bug #52546 (pdo_dblib segmentationAdam Harvey2010-08-241-2/+2
| | | | | fault when iterating MONEY values).
* Revert fix for #52636 in 5.2Kalle Sommer Nielsen2010-08-211-1/+1
|
* Fixed possible crash in php_mssql_get_column_content_without_type()Kalle Sommer Nielsen2010-08-181-0/+8
| | | | # Also fix NEWS entry in PHP_5_2 for previous commit
* Fixed bug #52636 (php_mysql_fetch_hash writes long value into int)Kalle Sommer Nielsen2010-08-181-1/+1
| | | | # Tested by rein at basefarm dot no
* Fix Windows buildKalle Sommer Nielsen2010-08-161-0/+3
|
* Changed mysqli_report() to be per-request specific rather than per-process ↵Kalle Sommer Nielsen2010-08-131-0/+1
| | | | specific (Fixes #52390)
* - Fixed bug #52436 (Compile error in pcre if systems do not have stdint.h)Sriram Natarajan2010-07-271-0/+7
| | | | | | # PCRE's config.h can very well reuse the definitions made available from # PHP's configure script output available within php_config.h
* MFH: fix for bug #52317 (Segmentation fault when using mail() on a rhel 4.xAdam Harvey2010-07-191-0/+1
| | | | | (only 64 bit)).
* Update the re2c files aswell (bug #51943)Kalle Sommer Nielsen2010-07-141-0/+2
|
* Fixed bug #51943 (Several files are out of ANSI spec)Kalle Sommer Nielsen2010-07-133-4/+6
| | | | # Based on patch by CoreyStup at gmail dot com
* - MFH: Fix a bug when var_export() causes a fatal error that could ↵Pierre Joye2010-07-134-56/+96
| | | | inadvertently display data due to flushing of the output buffer.
* - MFT: Added -DSYB_LP64 to CFLAGS on 64 bit platformsTimm Friebe2010-07-071-2/+43
| | | | | | - MFT: Added checks for 64 bit versions of sybase libraries - MFT: Added checks for sybase libraries prefixed with "libsyb"
* - Fixed testsFelipe Pena2010-07-063-11/+3
|
* Fix bug #52238: Crash when an Exception occured in iterator_to_arrayJohannes Schlüter2010-07-022-1/+27
|
* - Fixed a possible interruption array leak in trim()Felipe Pena2010-07-021-0/+3
|