| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* PHP-5.6: (164 commits)
add missing entry to NEWS
add missing entries to NEWS
add NEWS block for the next RC
NEWS entry for #67713
update the exception message to better match the actual check
ReflectionClass::newInstanceWithoutConstructor() should be allowed to instantiate every class except those internal classes with a final __construct()
Fixed usage after free
Undo inadvertent commit of php_version
Corrected patch for bug #60616
Wildcards should only be used in the first name component; fixed comment style
Fix bug #60616 (odbc_fetch_into returns junk at end of multi-byte char fields)
fix SOAP for uninitialzed object
fix NEWS
Fix missing type checks in various functions
Fix SPL objects initialization checks
Add object initialization checks for sqlite3 classes
Revert "Fix bug #66568: the second arg for unserialize is optional." as we already reverted the introduction of the second arg.
update NEWS
Fixed bug #67539 (ArrayIterator use-after-free due to object change during sorting)
Fixed Bug #67538 (SPL Iterators use-after-free)
...
Conflicts:
NEWS
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\
| | |
| | |
| | |
| | |
| | | |
* newInstanceWithoutConstructor:
update the exception message to better match the actual check
ReflectionClass::newInstanceWithoutConstructor() should be allowed to instantiate every class except those internal classes with a final __construct()
|
| | | |
|
| |/
| |
| |
| | |
instantiate every class except those internal classes with a final __construct()
|
| |\
| | |
| | |
| | |
| | | |
* PHP-5.5:
Fixed usage after free
|
| | | |
|
| |\ \
| | |/
| | |
| | |
| | |
| | | |
* PHP-5.5:
Undo inadvertent commit of php_version
Corrected patch for bug #60616
|
| | |\
| | | |
| | | |
| | | |
| | | |
| | | | |
* PHP-5.4:
Undo inadvertent commit of php_version
Corrected patch for bug #60616
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| | | | |
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | | |
* PHP-5.5:
Fix bug #60616 (odbc_fetch_into returns junk at end of multi-byte char fields)
|
| | |\ \
| | | |/
| | | |
| | | |
| | | | |
* PHP-5.4:
Fix bug #60616 (odbc_fetch_into returns junk at end of multi-byte char fields)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| | | | |
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | | |
* PHP-5.5:
fix NEWS
|
| | |\ \
| | | |/
| | | |
| | | |
| | | | |
* PHP-5.4:
fix NEWS
|
| | | | |
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* PHP-5.5:
Fix missing type checks in various functions
Conflicts:
ext/openssl/openssl.c
|
| | |\ \
| | | |/
| | | |
| | | |
| | | | |
* PHP-5.4:
Fix missing type checks in various functions
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
already reverted the introduction of the second arg.
This reverts commit aefc8f22b35999624f3a579696cf68b389f41ae8.
Conflicts:
NEWS
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | | |
* PHP-5.5:
update NEWS
Fixed bug #67539 (ArrayIterator use-after-free due to object change during sorting)
Fixed Bug #67538 (SPL Iterators use-after-free)
|
| | |\ \
| | | |/
| | | |
| | | |
| | | |
| | | |
| | | | |
* PHP-5.4:
update NEWS
Fixed bug #67539 (ArrayIterator use-after-free due to object change during sorting)
Fixed Bug #67538 (SPL Iterators use-after-free)
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
sorting)
|
| | | | |
|
| |\ \ \ |
|
| | |\ \ \ |
|
| | |\ \ \ \ |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
(Zend/tests/constant_expressions_arrays.phpt failed when opcache.protect_memort was set)
|
| | |\ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* PHP-5.5:
fix nmake snap when ext name is different in target dll
|
| | | | | | | | |
|
| | |\ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
* PHP-5.5:
Enable $ replacement in exif, ldap, pdo_pgsql and tidy
Update NEWS
|
| | |\ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
* PHP-5.5:
See bug #67635
|
| | | | | | | | | | |
|
| | |\ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
* PHP-5.5:
NEWS
improve previous, add message during configure
Fixed bug #67635 php links to systemd libraries without using pkg-config
|
| |\ \ \ \ \ \ \ \ \ \
| | |/ / / / / / / / /
| |/| | | | | | | / /
| | | |_|_|_|_|_|/ /
| | |/| | | | | | | |
|
| | | |_|_|_|_|/ /
| | |/| | | | | | |
|