History log of /PHP-5.5/ (Results 251 – 275 of 57919)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
9e4d720813-Jun-2015 Matteo Beccati

Fix copy/paste error in test

7f4e1a0e12-Jun-2015 Stanislav Malyshev

5.4.43 next

b60efdce11-Jun-2015 Matteo Beccati

Fix bug #69344 (PDO PgSQL Incorrect binding numeric array with gaps)

7c0b8f8711-Jun-2015 Matteo Beccati

Fix bug #69362 (PDO-pgsql fails to connect if password contains a leading single quote)

44b09b8011-Jun-2015 Christoph M. Becker

Fixed bug #61574 - No MSI

The information regarding the Windows installers (.msi) in install.txt are
obsolete, so let's remove them.

a037b6de11-Jun-2015 Anatol Belski

rework that test to allow delta for rounding errors

If this workout doesn't make travis happy, the patch needs to be
reviewed as the leak might still persist.

dcfd115311-Jun-2015 Anatol Belski

improve test

e711325c11-Jun-2015 Anatol Belski

added test for bug #69646

cd927cca11-Jun-2015 Stanislav Malyshev

fix bad copypaste

72b8a30c10-Jun-2015 Ferenc Kovacs

make it possible to set the re2c and yacc paths via environment variables for genfiles

9d5ab7e210-Jun-2015 Anatol Belski

updated NEWS

9ba3a4c603-Jun-2015 Philip Hofstetter

fix memory leak in pdo_pgsql closeCursor (bug 69752)

the parent PDO closeCursor method resets the pdo_stmt_t's executed flag
which is used by the postgres driver as a flag to check wheth

fix memory leak in pdo_pgsql closeCursor (bug 69752)

the parent PDO closeCursor method resets the pdo_stmt_t's executed flag
which is used by the postgres driver as a flag to check whether to
allocate memory for the column data or not.

This means that after the parent closeCursor() has been called, the
pdo_pgsql driver will allocate a new buffer for the columns, so the
existing buffer should be freed when the cursor is being closed.

show more ...

f14141ac10-Jun-2015 Anatol Belski

regenerated the ini scanner

follow up fix for bug #69551

60e181c210-Jun-2015 Anatol Belski

updated NEWS

0c81366509-Jun-2015 Christian Wenz

Fix #69781: phpinfo() reports Professional Editions of Windows 7/8/8.1/10 as "Business"

82e5260109-Jun-2015 Christian Wenz

Revert "Fix #69781: phpinfo() reports Professional Editions of Windows 7/8/8.1/10 as "Business""

This reverts commit 4a05c81b85336b76d05017cc86372fbd04871e3f.

741b949a09-Jun-2015 Christian Wenz

Fix #69781: phpinfo() reports Professional Editions of Windows 7/8/8.1/10 as "Business"

aef5a02e10-Jun-2015 Anatol Belski

updated NEWS

36222eb404-Jun-2015 Christoph M. Becker

fixed bug, where a linebreak immediately after an opening quote of a value caused a segfault

2ba9681e04-Jun-2015 Christoph M. Becker

made failing test more meaningful

616b932a04-Jun-2015 Christoph M. Becker

added failing test

2b8ba3e910-Jun-2015 Ferenc Kovacs

add missing NEWS entries

f1ffb4b110-Jun-2015 Stanislav Malyshev

add NEWS

e10af61810-Jun-2015 Stanislav Malyshev

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
Fixed bug #68776


Revision tags: POST_PHP7_NSAPI_REMOVAL, PRE_PHP7_NSAPI_REMOVAL, php-5.6.10RC1, php-5.5.26RC1, php-5.5.25, php-5.6.9
9d168b8613-May-2015 Yasuo Ohgaki

Fixed bug #68776

1...<<11121314151617181920>>...2317