]> granicus.if.org Git - php/log
php
9 years agoRemoved ifdefs of LDAP_API_FEATURE_X_OPENLDAP, fixed a warning
Côme Bernigaud [Tue, 23 Jun 2015 13:50:14 +0000 (15:50 +0200)]
Removed ifdefs of LDAP_API_FEATURE_X_OPENLDAP, fixed a warning

9 years agoMerge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6
George Wang [Tue, 23 Jun 2015 03:40:34 +0000 (23:40 -0400)]
Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6

9 years agobump API version to 6.8
George Wang [Tue, 23 Jun 2015 03:38:38 +0000 (23:38 -0400)]
bump API version to 6.8

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Nikita Popov [Sat, 20 Jun 2015 14:40:27 +0000 (16:40 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

10 years agoFixed bug #69892
Nikita Popov [Sat, 20 Jun 2015 14:39:23 +0000 (16:39 +0200)]
Fixed bug #69892

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Fri, 19 Jun 2015 01:35:52 +0000 (09:35 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

10 years agoMerge branch 'patch-3' of https://github.com/s0ph1e/php-src into PHP-5.5
Xinchen Hui [Fri, 19 Jun 2015 01:35:28 +0000 (09:35 +0800)]
Merge branch 'patch-3' of https://github.com/s0ph1e/php-src into PHP-5.5

10 years agoupdate NEWS
Anatol Belski [Thu, 18 Jun 2015 20:04:03 +0000 (22:04 +0200)]
update NEWS

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Thu, 18 Jun 2015 20:03:28 +0000 (22:03 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  updated NEWS
  fixes bug #69835: phpinfo() does not report many Windows SKUs

10 years agoupdated NEWS
Anatol Belski [Thu, 18 Jun 2015 20:02:37 +0000 (22:02 +0200)]
updated NEWS

10 years agofixes bug #69835: phpinfo() does not report many Windows SKUs
Christian Wenz [Mon, 15 Jun 2015 13:12:40 +0000 (15:12 +0200)]
fixes bug #69835: phpinfo() does not report many Windows SKUs

10 years agoRemove excess variable in mail.c (5.5 branch)
Sophia Nepochataya [Thu, 18 Jun 2015 17:06:08 +0000 (20:06 +0300)]
Remove excess variable in mail.c (5.5 branch)

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Lior Kaplan [Thu, 18 Jun 2015 14:35:54 +0000 (17:35 +0300)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed bug #69689 (Align PCRE_MINOR with current version)

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Lior Kaplan [Thu, 18 Jun 2015 14:34:53 +0000 (17:34 +0300)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed bug #69689 (Align PCRE_MINOR with current version)

10 years agoFixed bug #69689 (Align PCRE_MINOR with current version)
Lior Kaplan [Thu, 18 Jun 2015 14:30:21 +0000 (17:30 +0300)]
Fixed bug #69689 (Align PCRE_MINOR with current version)

10 years agoAdd CVE to bugs #69545, #69646 and #69667
Lior Kaplan [Thu, 18 Jun 2015 13:56:06 +0000 (16:56 +0300)]
Add CVE to bugs #69545, #69646 and #69667

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Lior Kaplan [Thu, 18 Jun 2015 13:52:51 +0000 (16:52 +0300)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Add CVE to bugs #69545, #69646 and #69667

10 years agoAdd CVE to bugs #69545, #69646 and #69667
Lior Kaplan [Thu, 18 Jun 2015 13:51:20 +0000 (16:51 +0300)]
Add CVE to bugs #69545, #69646 and #69667

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Lior Kaplan [Thu, 18 Jun 2015 12:50:11 +0000 (15:50 +0300)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Add CVE to bugs #69545, #69646 and #69667

10 years agoAdd CVE to bugs #69545, #69646 and #69667
Lior Kaplan [Thu, 18 Jun 2015 12:45:10 +0000 (15:45 +0300)]
Add CVE to bugs #69545, #69646 and #69667

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Sara Golemon [Wed, 17 Jun 2015 20:34:33 +0000 (13:34 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fix buffer growth in sockets/conversion.c

10 years agoFix buffer growth in sockets/conversion.c
Sara Golemon [Wed, 17 Jun 2015 20:26:48 +0000 (13:26 -0700)]
Fix buffer growth in sockets/conversion.c

memset() the *end* of the new buffer, not the beginning
Copy the pointer to the buffer, not its initial contents

Fixes bug 69619

10 years agoImplements extended error messages
Andreas Heigl [Tue, 5 May 2015 19:30:29 +0000 (21:30 +0200)]
Implements extended error messages

This commit introduces a new constant that can be used to retrieve more
detailed error messages.

This fixes #47222

The new constant LDAP_OPT_DIAGNOSTIC_MESSAGE is defined in PHP when the
underlying library provides (and understands) it. This is the case in
the current OpenLDAP-implementation.

Tanks to Johnny Willer who provided the solution at http://stackoverflow.com/questions/28765077/get-number-of-ad-errors-with-ldap-and-php-ldap-function-return-unprecise-error/28816473#28816473

10 years agoReplaced calls to deprecated openldap functions
Côme Bernigaud [Thu, 16 Apr 2015 15:11:38 +0000 (17:11 +0200)]
Replaced calls to deprecated openldap functions

ldap_unbind_s   -> ldap_unbind_ext
389             -> LDAP_PORT
ldap_init       -> ldap_initialize
ldap_bind_s     -> ldap_sasl_bind_s
ldap_value_free -> ber_memvfree
Also added ldap_is_ldap_url check

10 years agoFixed LDAP tests so that base can exists
Côme Bernigaud [Wed, 17 Jun 2015 11:47:32 +0000 (13:47 +0200)]
Fixed LDAP tests so that base can exists

Now you can set the base in the env var LDAP_TEST_BASE.
The base has to exists. (before tests were attempting to create/delete
the base itself)

10 years agoupdated NEWS
Christoph M. Becker [Wed, 17 Jun 2015 00:20:14 +0000 (02:20 +0200)]
updated NEWS

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Christoph M. Becker [Wed, 17 Jun 2015 00:18:53 +0000 (02:18 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  updated NEWS
  Fixed bug #61221 - imagegammacorrect function loses alpha channel

10 years agoupdated NEWS
Christoph M. Becker [Wed, 17 Jun 2015 00:17:40 +0000 (02:17 +0200)]
updated NEWS

10 years agoFixed bug #61221 - imagegammacorrect function loses alpha channel
Christoph M. Becker [Sat, 6 Jun 2015 12:57:38 +0000 (14:57 +0200)]
Fixed bug #61221 - imagegammacorrect function loses alpha channel

When applying imagegammacorrect() the alpha channel is now fully retained, instead of being completely lost.

10 years ago- Updated to version 2015.5 (2015e)
Derick Rethans [Mon, 15 Jun 2015 09:41:30 +0000 (10:41 +0100)]
- Updated to version 2015.5 (2015e)

10 years agoEmpty merge
Derick Rethans [Mon, 15 Jun 2015 09:41:30 +0000 (10:41 +0100)]
Empty merge

10 years ago- Updated to version 2015.5 (2015e)
Derick Rethans [Mon, 15 Jun 2015 09:41:29 +0000 (10:41 +0100)]
- Updated to version 2015.5 (2015e)

10 years ago- Updated to version 2015.5 (2015e)
Derick Rethans [Mon, 15 Jun 2015 09:28:23 +0000 (10:28 +0100)]
- Updated to version 2015.5 (2015e)

10 years agoEmpty merge
Derick Rethans [Mon, 15 Jun 2015 09:28:23 +0000 (10:28 +0100)]
Empty merge

10 years ago- Updated to version 2015.5 (2015e)
Derick Rethans [Mon, 15 Jun 2015 09:28:22 +0000 (10:28 +0100)]
- Updated to version 2015.5 (2015e)

10 years ago- Updated to version .-96 ()
Derick Rethans [Mon, 15 Jun 2015 09:17:24 +0000 (10:17 +0100)]
- Updated to version .-96 ()

10 years agoEmpty merge
Derick Rethans [Mon, 15 Jun 2015 09:17:24 +0000 (10:17 +0100)]
Empty merge

10 years ago- Updated to version .-96 ()
Derick Rethans [Mon, 15 Jun 2015 09:17:23 +0000 (10:17 +0100)]
- Updated to version .-96 ()

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Matteo Beccati [Sat, 13 Jun 2015 06:08:21 +0000 (08:08 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fix copy/paste error in test

10 years agoFix copy/paste error in test
Matteo Beccati [Sat, 13 Jun 2015 06:07:49 +0000 (08:07 +0200)]
Fix copy/paste error in test

10 years ago5.4.43 next
Stanislav Malyshev [Fri, 12 Jun 2015 03:46:47 +0000 (20:46 -0700)]
5.4.43 next

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Matteo Beccati [Fri, 12 Jun 2015 00:07:02 +0000 (02:07 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fix bug #69344 (PDO PgSQL Incorrect binding numeric array with gaps)
  Fix bug #69362 (PDO-pgsql fails to connect if password contains a leading single quote)
  Fixed bug #61574 - No MSI

Conflicts:
ext/pdo_pgsql/pgsql_driver.c

10 years agoFix bug #69344 (PDO PgSQL Incorrect binding numeric array with gaps)
Matteo Beccati [Thu, 11 Jun 2015 23:57:22 +0000 (01:57 +0200)]
Fix bug #69344 (PDO PgSQL Incorrect binding numeric array with gaps)

10 years agoFix bug #69362 (PDO-pgsql fails to connect if password contains a leading single...
Matteo Beccati [Thu, 11 Jun 2015 21:41:56 +0000 (23:41 +0200)]
Fix bug #69362 (PDO-pgsql fails to connect if password contains a leading single quote)

10 years agoFix bug #69362 (PDO-pgsql fails to connect if password contains a leading single...
Matteo Beccati [Thu, 11 Jun 2015 21:41:56 +0000 (23:41 +0200)]
Fix bug #69362 (PDO-pgsql fails to connect if password contains a leading single quote)

10 years agoMerge branch 'PHP-5.6' of https://git.php.net/push/php-src into PHP-5.6
Christoph M. Becker [Thu, 11 Jun 2015 21:55:10 +0000 (23:55 +0200)]
Merge branch 'PHP-5.6' of https://git.php.net/push/php-src into PHP-5.6

10 years agoFixed bug #61574 - No MSI
Christoph M. Becker [Thu, 11 Jun 2015 20:44:14 +0000 (22:44 +0200)]
Fixed bug #61574 - No MSI

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

10 years agoFixed bug #61574 - No MSI
Christoph M. Becker [Thu, 11 Jun 2015 20:44:14 +0000 (22:44 +0200)]
Fixed bug #61574 - No MSI

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

10 years agoFixed bug #69803
Nikita Popov [Thu, 11 Jun 2015 20:10:08 +0000 (22:10 +0200)]
Fixed bug #69803

10 years agothis is in 5.6.10, not in 5.6.9
Ferenc Kovacs [Thu, 11 Jun 2015 18:30:56 +0000 (20:30 +0200)]
this is in 5.6.10, not in 5.6.9

10 years agoFix bug #69740
Nikita Popov [Thu, 11 Jun 2015 15:40:10 +0000 (17:40 +0200)]
Fix bug #69740

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Thu, 11 Jun 2015 15:06:46 +0000 (17:06 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  rework that test to allow delta for rounding errors

10 years agorework that test to allow delta for rounding errors
Anatol Belski [Thu, 11 Jun 2015 15:05:03 +0000 (17:05 +0200)]
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.

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Thu, 11 Jun 2015 13:36:30 +0000 (15:36 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  improve test

10 years agoimprove test
Anatol Belski [Thu, 11 Jun 2015 13:36:02 +0000 (15:36 +0200)]
improve test

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Thu, 11 Jun 2015 10:07:32 +0000 (12:07 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  added test for bug #69646

10 years agoadded test for bug #69646
Anatol Belski [Thu, 11 Jun 2015 10:06:59 +0000 (12:06 +0200)]
added test for bug #69646

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Thu, 11 Jun 2015 08:52:23 +0000 (01:52 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fix bad copypaste

10 years agofix bad copypaste
Stanislav Malyshev [Thu, 11 Jun 2015 08:51:55 +0000 (01:51 -0700)]
fix bad copypaste

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Ferenc Kovacs [Wed, 10 Jun 2015 22:13:40 +0000 (00:13 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  make it possible to set the re2c and yacc paths via environment variables for genfiles

10 years agomake it possible to set the re2c and yacc paths via environment variables for genfiles
Ferenc Kovacs [Wed, 10 Jun 2015 22:13:08 +0000 (00:13 +0200)]
make it possible to set the re2c and yacc paths via environment variables for genfiles

10 years agoupdated NEWS
Anatol Belski [Wed, 10 Jun 2015 14:41:33 +0000 (16:41 +0200)]
updated NEWS

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Wed, 10 Jun 2015 14:41:07 +0000 (16:41 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  updated NEWS
  fix memory leak in pdo_pgsql closeCursor (bug 69752)

10 years agoupdated NEWS
Anatol Belski [Wed, 10 Jun 2015 14:40:38 +0000 (16:40 +0200)]
updated NEWS

10 years agofix memory leak in pdo_pgsql closeCursor (bug 69752)
Philip Hofstetter [Wed, 3 Jun 2015 12:56:02 +0000 (14:56 +0200)]
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.

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Wed, 10 Jun 2015 11:16:29 +0000 (13:16 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  regenerated the ini scanner

10 years agoregenerated the ini scanner
Anatol Belski [Wed, 10 Jun 2015 11:15:01 +0000 (13:15 +0200)]
regenerated the ini scanner

follow up fix for bug #69551

10 years agoupdated NEWS
Anatol Belski [Wed, 10 Jun 2015 09:26:00 +0000 (11:26 +0200)]
updated NEWS

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Wed, 10 Jun 2015 09:25:21 +0000 (11:25 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  updated NEWS
  Fix #69781: phpinfo() reports Professional Editions of Windows 7/8/8.1/10 as "Business"
  Revert "Fix #69781: phpinfo() reports Professional Editions of Windows 7/8/8.1/10 as "Business""
  Fix #69781: phpinfo() reports Professional Editions of Windows 7/8/8.1/10 as "Business"

10 years agoupdated NEWS
Anatol Belski [Wed, 10 Jun 2015 09:24:45 +0000 (11:24 +0200)]
updated NEWS

10 years agoFix #69781: phpinfo() reports Professional Editions of Windows 7/8/8.1/10 as "Business"
Christian Wenz [Tue, 9 Jun 2015 08:40:36 +0000 (10:40 +0200)]
Fix #69781: phpinfo() reports Professional Editions of Windows 7/8/8.1/10 as "Business"

10 years agoRevert "Fix #69781: phpinfo() reports Professional Editions of Windows 7/8/8.1/10...
Christian Wenz [Tue, 9 Jun 2015 08:29:26 +0000 (10:29 +0200)]
Revert "Fix #69781: phpinfo() reports Professional Editions of Windows 7/8/8.1/10 as "Business""

This reverts commit 4a05c81b85336b76d05017cc86372fbd04871e3f.

10 years agoFix #69781: phpinfo() reports Professional Editions of Windows 7/8/8.1/10 as "Business"
Christian Wenz [Tue, 9 Jun 2015 08:05:27 +0000 (10:05 +0200)]
Fix #69781: phpinfo() reports Professional Editions of Windows 7/8/8.1/10 as "Business"

10 years agoupdated NEWS
Anatol Belski [Wed, 10 Jun 2015 08:44:02 +0000 (10:44 +0200)]
updated NEWS

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Wed, 10 Jun 2015 08:43:23 +0000 (10:43 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  updated NEWS
  fixed bug, where a linebreak immediately after an opening quote of a value caused a segfault
  made failing test more meaningful
  added failing test

10 years agoupdated NEWS
Anatol Belski [Wed, 10 Jun 2015 08:42:31 +0000 (10:42 +0200)]
updated NEWS

10 years agofixed bug, where a linebreak immediately after an opening quote of a value caused...
Christoph M. Becker [Thu, 4 Jun 2015 00:40:05 +0000 (02:40 +0200)]
fixed bug, where a linebreak immediately after an opening quote of a value caused a segfault

10 years agomade failing test more meaningful
Christoph M. Becker [Thu, 4 Jun 2015 00:25:43 +0000 (02:25 +0200)]
made failing test more meaningful

10 years agoadded failing test
Christoph M. Becker [Thu, 4 Jun 2015 00:16:25 +0000 (02:16 +0200)]
added failing test

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Ferenc Kovacs [Wed, 10 Jun 2015 07:37:00 +0000 (09:37 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  add missing NEWS entries

10 years agoadd missing NEWS entries
Ferenc Kovacs [Wed, 10 Jun 2015 07:36:53 +0000 (09:36 +0200)]
add missing NEWS entries

10 years agoadd missing NEWS entries
Ferenc Kovacs [Wed, 10 Jun 2015 07:35:38 +0000 (09:35 +0200)]
add missing NEWS entries

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Wed, 10 Jun 2015 04:35:41 +0000 (21:35 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  add NEWS

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Wed, 10 Jun 2015 04:35:31 +0000 (21:35 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  add NEWS

10 years agoadd NEWS
Stanislav Malyshev [Wed, 10 Jun 2015 04:35:18 +0000 (21:35 -0700)]
add NEWS

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Wed, 10 Jun 2015 04:34:06 +0000 (21:34 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed bug #68776

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Wed, 10 Jun 2015 04:33:38 +0000 (21:33 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed bug #68776

10 years agoFixed bug #68776
Yasuo Ohgaki [Wed, 13 May 2015 00:18:46 +0000 (09:18 +0900)]
Fixed bug #68776

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Wed, 10 Jun 2015 00:12:25 +0000 (17:12 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fix test
  update NEWS

10 years agoMerge branch 'PHp-5.4' into PHP-5.5
Stanislav Malyshev [Wed, 10 Jun 2015 00:12:11 +0000 (17:12 -0700)]
Merge branch 'PHp-5.4' into PHP-5.5

* PHp-5.4:
  fix test
  update NEWS

10 years agofix test
Stanislav Malyshev [Wed, 10 Jun 2015 00:11:33 +0000 (17:11 -0700)]
fix test

10 years agoupdate NEWS
Stanislav Malyshev [Tue, 9 Jun 2015 23:23:05 +0000 (16:23 -0700)]
update NEWS

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Tue, 9 Jun 2015 22:32:27 +0000 (15:32 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fix bug #69646 OS command injection vulnerability in escapeshellarg
  Fix #69719 - more checks for nulls in paths
  fix test description
  Fixed Buf #68812 Unchecked return value.

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Tue, 9 Jun 2015 22:31:27 +0000 (15:31 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix bug #69646 OS command injection vulnerability in escapeshellarg
  Fix #69719 - more checks for nulls in paths
  fix test description
  Fixed Buf #68812 Unchecked return value.

Conflicts:
ext/dom/document.c
ext/gd/gd.c

10 years agoFix bug #69646 OS command injection vulnerability in escapeshellarg
Stanislav Malyshev [Mon, 1 Jun 2015 05:53:35 +0000 (22:53 -0700)]
Fix bug #69646 OS command injection vulnerability in escapeshellarg

10 years agoFix #69719 - more checks for nulls in paths
Stanislav Malyshev [Mon, 1 Jun 2015 05:47:52 +0000 (22:47 -0700)]
Fix #69719 - more checks for nulls in paths

10 years agofix NEWS
Ferenc Kovacs [Tue, 9 Jun 2015 11:57:28 +0000 (13:57 +0200)]
fix NEWS

10 years agothese will be part of 5.6.11
Ferenc Kovacs [Tue, 9 Jun 2015 11:39:21 +0000 (13:39 +0200)]
these will be part of 5.6.11

10 years agoadd missing NEWS entry
Ferenc Kovacs [Tue, 9 Jun 2015 11:31:45 +0000 (13:31 +0200)]
add missing NEWS entry

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Julien Pauli [Tue, 9 Jun 2015 08:35:42 +0000 (10:35 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  5.5.27 now

Conflicts:
configure.in
main/php_version.h