summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Fixed Bug #67724"php-5.4.32PHP-5.4.32Stanislav Malyshev2014-08-203-28/+1
| | | | | This reverts commit e4ff7f2ee346d641715694209e61704c9e815483. Reverted since it causes https://bugs.php.net/bug.php?id=67865
* 5.4.32Stanislav Malyshev2014-08-193-4/+4
|
* fix potentially missing NUL terminationStanislav Malyshev2014-08-181-0/+2
|
* Fix bug #67730 - Null byte injection possible with imagexxx functionsStanislav Malyshev2014-08-182-0/+7
|
* Fixed bug #67717 - segfault in dns_get_recordStanislav Malyshev2014-08-182-25/+64
|
* Fix bug #67716 - Segfault in cdf.cRemi Collet2014-08-142-1/+2
|
* 5.4.32 RC1php-5.4.32RC1Stanislav Malyshev2014-08-053-4/+4
|
* Fixed Bug #67724Michael Wallner2014-08-054-1/+32
| | | | | | | (chained zlib filters silently fail with large amounts of data) Use the same buffer size zlib uses internally to avoid Z_DATA_ERROR on massively compressed data
* typoRemi Collet2014-08-041-1/+1
|
* NEWSRemi Collet2014-08-041-0/+4
|
* Fixed Bug #66901 php-gd 'c_color' NULL pointer dereferenceRemi Collet2014-08-041-1/+6
| | | | | | | | Upstream https://bitbucket.org/libgd/gd-libgd/commits/463c3bd09bfe8e924e19acad7a2a6af16953a704 Notice: this fix don't manage monochrome/monovisual values but just fix the security issue CVE-2014-2497 failing when trying to load such an image
* backport the fix for bug #67739Anatol Belski2014-08-041-0/+8
|
* add testStanislav Malyshev2014-08-041-0/+35
|
* Fix bug #67705 (extensive backtracking in rule regular expression)Stanislav Malyshev2014-08-044-21/+76
|
* Merge branch 'pull-request/754' into PHP-5.4Peter Cowburn2014-07-312-11514/+11512
|\
| * Bug #51096 - Remove unnecessary ? for first/last day ofPeter Cowburn2014-07-312-11514/+11512
|/
* Update NEWSKeyur Govande2014-07-301-0/+4
|
* Fixed bug #67715 (php-milter does not build and crashes randomly).Michael Wallner2014-07-304-6/+13
|
* We need to turn off any strict mode here for this warning to show upRasmus Lerdorf2014-07-301-0/+3
|
* Updated NEWS for #67693Tjerk Meesters2014-07-301-0/+3
|
* Fixed bug #67693 - incorrect push to the empty arrayTjerk Meesters2014-07-302-1/+26
|
* Undo inadvertent commit of php_versionKeyur Govande2014-07-301-0/+1
|
* Corrected patch for bug #60616Keyur Govande2014-07-306-27/+121
| | | | | | | | | | | For unixODBC, use ODBC version as defined by it (as of v2.2.14 it is 3.5). This allows us to use newer features like SQL_DESC_OCTET_LENGTH (which returns the number of bytes required to store the data). This fixes the issue in #60616. If the newer version is not available, over-allocate to accomodate 4-byte Unicode characters for CHAR and VARCHAR datatypes (and their Wide counterparts). version. Fixed a couple of failing tests.
* Fix bug #60616 (odbc_fetch_into returns junk at end of multi-byte char fields)Keyur Govande2014-07-282-2/+16
| | | | | | | | | The ODBC extension did not support WVARCHAR. WVARCHAR ends up being handled by the default handler where vallen is set by the driver to the actual bytes needed for the field. If it is larger than default-lrl then the output is corrupted (reading past the buffer) because the return functions don't expect that to happen. The patch add support to handle WVARCHAR just like a regular VARCHAR.
* fix NEWSStanislav Malyshev2014-07-281-3/+3
|
* Fix missing type checks in various functionsStanislav Malyshev2014-07-275-9/+32
|
* update NEWSStanislav Malyshev2014-07-241-1/+6
|
* Fixed bug #67539 (ArrayIterator use-after-free due to object change during ↵Xinchen Hui2014-07-242-0/+22
| | | | sorting)
* Fixed Bug #67538 (SPL Iterators use-after-free)Xinchen Hui2014-07-242-2/+22
|
* Fix bug #67496 Save command history when exiting interactive shell with ↵Dmitry Saprykin2014-07-242-1/+13
| | | | control-c
* Fix bug #55496 Interactive mode doesn't force a newline before the promptJohannes Schlüter2014-07-242-1/+8
|
* fix nmake snap when ext name is different in target dllAnatol Belski2014-07-211-2/+5
|
* Enable $ replacement in exif, ldap, pdo_pgsql and tidyLior Kaplan2014-07-211-0/+4
|
* Update NEWSYasuo Ohgaki2014-07-191-0/+4
|
* Fixed bug #66827 Session raises E_NOTICE when session name variable is arrayYasuo Ohgaki2014-07-192-9/+25
|
* implemented copy libs of core exts in phpize modeAnatol Belski2014-07-182-3/+13
|
* fix copy the ext dll into the prefix path in phpize modeAnatol Belski2014-07-181-4/+2
|
* fix default prefix in phpize modeAnatol Belski2014-07-181-0/+5
|
* fix file with zero size usage in phpize modeAnatol Belski2014-07-181-2/+6
|
* Enable build without atoll (e.g old AIX flavours)Lior Kaplan2014-07-171-0/+4
|
* implemented usage of the non core ext deps in phpize modeAnatol Belski2014-07-173-3/+22
|
* implemented force usage of generated .h and .js deps in phpize modeAnatol Belski2014-07-172-0/+6
|
* basic routines for phpize mode toAnatol Belski2014-07-161-0/+137
| | | | | - generate headers for non core ext defines - generate js deps for non core exts
* added headers install to phpize modeAnatol Belski2014-07-141-0/+3
|
* Updated NEWS for 34407Tjerk Meesters2014-07-121-0/+1
|
* Fix for bug #34407 - ucwords and title caseTjerk Meesters2014-07-124-8/+37
| | | | Added support for ranges like trim() has
* Fixed a bug that cannot access custom request header stored in ↵George Wang2014-07-111-0/+1
| | | | apache_request_headers() though array index.
* fix makefile in phpize modeAnatol Belski2014-07-111-4/+1
| | | | | - extend LDFLAGS with dynamically generated ones - prevend dynamically generated CFLAGS to be overridden by hardcoded ones
* fixe output_as_table() when no ext was enabledAnatol Belski2014-07-111-1/+1
|
* fix end of stream exception when generating makefileAnatol Belski2014-07-101-1/+3
|