Remi Collet
245e103ed3
NEWS
13 years ago
Remi Collet
99ea60c2dd
Fixed Bug #64961 segfault in imagesetinterpolation
enum type are not long ;) so cannot be used as zend_parse_parameters arg.
13 years ago
Matteo Beccati
ad135fc69f
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Clean up leftover test files
Improved test portability so that it doesn't fail with pdo_pgsql
Fix PDO::inTransaction() test for pgsql
13 years ago
Matteo Beccati
7360f0f1e6
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Clean up leftover test files
13 years ago
Matteo Beccati
2463e89794
Clean up leftover test files
13 years ago
Matteo Beccati
a98359b7b9
Improved test portability so that it doesn't fail with pdo_pgsql
13 years ago
Nikita Popov
cbf90b1a90
Fix PDO::inTransaction() test for pgsql
inTransaction() nowadays casts the in_transaction result to boolean.
I'm not sure whether the INERROR state should result in true or false.
For now I went with the result that we actually get.
13 years ago
Matteo Beccati
d5a1c0cae2
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fixed bug #64609 (pg_convert enum type support)
13 years ago
Matteo Beccati
51c065f611
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fixed bug #64609 (pg_convert enum type support)
13 years ago
Matteo Beccati
25aae37229
Fixed bug #64609 (pg_convert enum type support)
13 years ago
Matteo Beccati
d9c2eecec0
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fixed bug #62857 (bytea test failures)
13 years ago
Matteo Beccati
de42833115
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fixed bug #62857 (bytea test failures)
13 years ago
Matteo Beccati
79803bebde
Fixed bug #62857 (bytea test failures)
Postgres 9.1+ test fixes. Tests were failing due to the default
standard_conforming_strings GUC being changed to on. Also the
pg_escape_bytea test was encoding the data before estabilishing
a connection, thus falling back to the old escaping type which
isn't properly handled by the backend when using a default
configuration.
I haven't updated the NEWS file as it's just test fixes.
13 years ago
Matteo Beccati
d19e46d9d4
Merge branch 'PHP-5.4' into PHP-5.5
13 years ago
Matteo Beccati
a3b5b42e77
Merge branch 'PHP-5.3' into PHP-5.4
13 years ago
Matteo Beccati
598e2690b8
Merge branch 'pull-request/309' into PHP-5.3
13 years ago
Matteo Beccati
bf4a034e3e
NEWS
13 years ago
Matteo Beccati
510498947e
Slightly edited tests and fix for bug #62024
13 years ago
Matheus Degiovani
df6ca450ce
Fixed bug #62024 (unable to run consecutive prepared querys with null values)
Credits to james@kenjim.com for the patch.
13 years ago
Matheus Degiovani
65d233f06c
Fixed bug #64037 (wrong value returned when using a negative numeric field equal to the scale)
13 years ago
Remi Collet
c829895a1a
NEWS
13 years ago
Remi Collet
f3ca1d3125
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
NEWS
Fixed Bug #64949 (Buffer overflow in _pdo_pgsql_error)
13 years ago
Remi Collet
0c9f11758f
NEWS
13 years ago
Remi Collet
2dd67abb7d
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fixed Bug #64949 (Buffer overflow in _pdo_pgsql_error)
13 years ago
Remi Collet
1c623e3b07
Fixed Bug #64949 (Buffer overflow in _pdo_pgsql_error)
There is a lot of call such as:
pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, "Copy command failed");
Where the 3rd paramater is a error message string where a sqlstate (5 chars)
is expected. This cause a segfault in copy_from.phpt and copy_to.phpt.
This is only a sanity check to avoid buffer overflow, but obviously this
calls need to be fixed (using NULL or a correct sqlstate).
13 years ago
Rasmus Lerdorf
4c762152bf
Use size_t everywhere instead
13 years ago
Rasmus Lerdorf
29ee4b81f2
This needs to be a long
Otherwise we are limited to a 32G opcache segment
13 years ago
Dmitry Stogov
7e00d0994f
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fixed incorrect argument number
13 years ago
Dmitry Stogov
8b515fa00a
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fixed incorrect argument number
Conflicts:
Zend/zend_compile.c
13 years ago
Dmitry Stogov
13e5c97ffd
Fixed incorrect argument number
13 years ago
Dmitry Stogov
ad90e90d90
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
* 'PHP-5.5' of git.php.net:php-src:
Fix #64745 hash_pbkdf2 truncation issue
13 years ago
Dmitry Stogov
6008ac8e32
Fixed crash during search in empty persistent HashTable
13 years ago
Anthony Ferrara
540a5a52e8
Fix #64745 hash_pbkdf2 truncation issue
When using hash_pbkdf2 with hex output and 0 length (auto), it incorrectly
truncates the result to 1/2 the expected result.
13 years ago
Pierre Joye
2f01e06786
fix #64898imagerotate is broken with bilinear interpolation
13 years ago
Anatol Belski
b262787ef9
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
reduced the file size even more
13 years ago
Anatol Belski
bcdac7526d
reduced the file size even more
the first second is what at least has to be
13 years ago
Anatol Belski
fbdce3b6f6
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fixed bug #64916 finfo testcase contains copyrighted music.
13 years ago
Anatol Belski
2d386db878
Fixed bug #64916 finfo testcase contains copyrighted music.
I wasn't able to produce a file causing exactly the same crash.
However the first three seconds of the originally reported
file are pretty enough to repro bug #64830 . That reduces its
size to 72k.
13 years ago
Remi Collet
af13dded5c
NEWS
13 years ago
Remi Collet
433731d463
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
Fixed Bug #64915 (error_log ignored when daemonize=0)
13 years ago
Remi Collet
9f6ca9bc64
Fixed Bug #64915 (error_log ignored when daemonize=0)
Use configured error_log file when stderr is not a tty.
So only use tty during interactive debug run.
13 years ago
David Soria Parra
2df1067036
News for upcoming RC3 if necessary
13 years ago
David Soria Parra
aa5f19cffb
News for RC2
13 years ago
Johannes Schlüter
4fe74f14c4
Merge branch 'PHP-5.4' into PHP-5.5
13 years ago
Johannes Schlüter
cd74b7d57e
Merge branch 'PHP-5.3' into PHP-5.4
13 years ago
Johannes Schlüter
4cb25d25f1
This will be PHP 5.3.27
13 years ago
Stanislav Malyshev
c53058763a
5.4.17 is next
13 years ago
Remi Collet
c50cef1dc5
Fixed bug #64895 Integer overflow in SndToJewish
13 years ago
Remi Collet
93469a1d15
NEWS
13 years ago
Remi Collet
d64e8dd7a4
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
NEWS
Fixed bug #64895 Integer overflow in SndToJewish
13 years ago