]> granicus.if.org Git - php/log
php
11 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Wed, 9 Oct 2013 16:40:54 +0000 (09:40 -0700)]
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4

# By Daniel Lowrey (1) and Michael Wallner (1)
# Via Michael Wallner
* 'PHP-5.4' of https://git.php.net/repository/php-src:
  C89 compatibility
  Fixed segfault when built with OpenSSL >= 1.0.1

11 years agoC89 compatibility
Michael Wallner [Wed, 9 Oct 2013 10:30:31 +0000 (12:30 +0200)]
C89 compatibility

11 years agoFixed segfault when built with OpenSSL >= 1.0.1
Daniel Lowrey [Mon, 7 Oct 2013 19:02:48 +0000 (15:02 -0400)]
Fixed segfault when built with OpenSSL >= 1.0.1

(PR #481)

11 years agofixing a minor typo in CODING_STANDARDS document
ArunSK [Sun, 6 Oct 2013 22:26:49 +0000 (00:26 +0200)]
fixing a minor typo in CODING_STANDARDS document

11 years agoFIX BUG #65219 - Typo correction
Stanley Sufficool [Sun, 6 Oct 2013 03:59:20 +0000 (20:59 -0700)]
FIX BUG #65219 - Typo correction

11 years agoMerge branch 'PHP-5.4' of https://git.php.net/push/php-src into PHP-5.4
Stanley Sufficool [Sat, 5 Oct 2013 16:57:13 +0000 (09:57 -0700)]
Merge branch 'PHP-5.4' of https://git.php.net/push/php-src into PHP-5.4

* 'PHP-5.4' of https://git.php.net/push/php-src:
  - Fixed bug #65818 (Segfault with built-in webserver and chunked transfer encoding)
  - BFN
  Fix bug #65667: ftp_nb_continue produces segfault
  fix bug #64146 (serialize incorrectly saving objects when they are cloned)
  such a weird hack probably helps in finding regressions in the future
  Fixed bug #64230 (XMLReader does not suppress errors)
  typo: really fix bug #51936  Crash with clone xmlreader
  fix bug #59613 (Crash with clone XMLReader)
  fix bug #65808  the socket_connect() won't work with IPv6 address
  5.4.22-dev now
  fix bug #62396 'make test' crashes starting with 5.3.14 (missing gzencode())
  Fixed bug #61548
  fix test
  fix memleak on resetting rebind_proc
  Fix bug #65322: compile time errors won't trigger auto loading
  5.4.20 release date
  Add information about which INI file is which inside respective files
  - Updated to version 2013.6 (2013f)

11 years agoFIX BUG #65219 - USE DB not being sent for FreeTDS version < 0.92
Stanley Sufficool [Sat, 5 Oct 2013 16:54:45 +0000 (09:54 -0700)]
FIX BUG #65219 - USE DB not being sent for FreeTDS version < 0.92
FreeTDS <0.92 does not support DBSETLDBNAME option and therefore
will not work with SQL Azure. Fallback to dbuse command in
letter versions.

11 years ago- Fixed bug #65818 (Segfault with built-in webserver and chunked transfer encoding)
Felipe Pena [Sat, 5 Oct 2013 15:52:55 +0000 (12:52 -0300)]
- Fixed bug #65818 (Segfault with built-in webserver and chunked transfer encoding)

11 years ago- BFN
Felipe Pena [Sat, 5 Oct 2013 15:52:32 +0000 (12:52 -0300)]
- BFN

11 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Fri, 4 Oct 2013 17:50:53 +0000 (10:50 -0700)]
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4

* 'PHP-5.4' of https://git.php.net/repository/php-src:
  Fix bug #65667: ftp_nb_continue produces segfault
  fix bug #64146 (serialize incorrectly saving objects when they are cloned)
  such a weird hack probably helps in finding regressions in the future

11 years agoFix bug #65667: ftp_nb_continue produces segfault
Philip Hofstetter [Wed, 2 Oct 2013 06:35:02 +0000 (08:35 +0200)]
Fix bug #65667: ftp_nb_continue produces segfault

the idea behind ftp_nb_get is for it to be followed by multiple calls
to ftp_nb_continue in order to download a file piece-by-piece.

As such, it's unwise to close the stream used to write the downloaded
data to when the file hasn't been completely downloaded within the first
call to ftp_nb_get.

This regression was added in a93a462dcefd62e07963dd2da506fbb3409c88b5
and this patch restores the behavior that was seen pre-patch.

11 years agofix bug #64146 (serialize incorrectly saving objects when they are
Michael Wallner [Fri, 4 Oct 2013 14:16:15 +0000 (16:16 +0200)]
fix bug #64146 (serialize incorrectly saving objects when they are
cloned)

11 years agosuch a weird hack probably helps in finding regressions in the future
Michael Wallner [Fri, 4 Oct 2013 14:11:49 +0000 (16:11 +0200)]
such a weird hack probably helps in finding regressions in the future

11 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Fri, 4 Oct 2013 12:40:30 +0000 (05:40 -0700)]
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4

* 'PHP-5.4' of https://git.php.net/repository/php-src:
  Fixed bug #64230 (XMLReader does not suppress errors)

11 years agoFixed bug #64230 (XMLReader does not suppress errors)
Michael Wallner [Fri, 4 Oct 2013 09:22:17 +0000 (11:22 +0200)]
Fixed bug #64230 (XMLReader does not suppress errors)

11 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Thu, 3 Oct 2013 12:40:24 +0000 (05:40 -0700)]
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4

* 'PHP-5.4' of https://git.php.net/repository/php-src:
  typo: really fix bug #51936  Crash with clone xmlreader
  fix bug #59613 (Crash with clone XMLReader)
  fix bug #65808  the socket_connect() won't work with IPv6 address

11 years agotypo: really fix bug #51936 Crash with clone xmlreader
Michael Wallner [Thu, 3 Oct 2013 11:34:31 +0000 (13:34 +0200)]
typo: really fix bug #51936  Crash with clone xmlreader

11 years agofix bug #59613 (Crash with clone XMLReader)
Michael Wallner [Thu, 3 Oct 2013 11:28:41 +0000 (13:28 +0200)]
fix bug #59613 (Crash with clone XMLReader)

11 years agofix bug #65808 the socket_connect() won't work with IPv6 address
Michael Wallner [Wed, 2 Oct 2013 13:19:25 +0000 (15:19 +0200)]
fix bug #65808  the socket_connect() won't work with IPv6 address

11 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Wed, 2 Oct 2013 12:40:33 +0000 (05:40 -0700)]
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4

* 'PHP-5.4' of https://git.php.net/repository/php-src:
  5.4.22-dev now
  fix bug #62396 'make test' crashes starting with 5.3.14 (missing gzencode())

11 years ago5.4.22-dev now
Stanislav Malyshev [Wed, 2 Oct 2013 05:25:56 +0000 (22:25 -0700)]
5.4.22-dev now

11 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Tue, 1 Oct 2013 17:19:24 +0000 (10:19 -0700)]
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4

# By Michael Wallner
# Via Michael Wallner
* 'PHP-5.4' of https://git.php.net/repository/php-src:
  fix bug #62396 'make test' crashes starting with 5.3.14 (missing gzencode())
  Fixed bug #61548

11 years agofix bug #62396 'make test' crashes starting with 5.3.14
Michael Wallner [Tue, 1 Oct 2013 15:01:03 +0000 (17:01 +0200)]
fix bug #62396 'make test' crashes starting with 5.3.14
(missing gzencode())

11 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Tue, 1 Oct 2013 12:40:24 +0000 (05:40 -0700)]
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4

* 'PHP-5.4' of https://git.php.net/repository/php-src:
  Fixed bug #61548

11 years agoFixed bug #61548
Michael Wallner [Tue, 1 Oct 2013 09:07:55 +0000 (11:07 +0200)]
Fixed bug #61548

11 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Mon, 30 Sep 2013 22:54:34 +0000 (15:54 -0700)]
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4

# By Michael Wallner (2) and others
# Via Michael Wallner
* 'PHP-5.4' of https://git.php.net/repository/php-src:
  fix test
  fix memleak on resetting rebind_proc
  Fix bug #65322: compile time errors won't trigger auto loading
  5.4.20 release date

11 years agofix test
Michael Wallner [Mon, 30 Sep 2013 09:41:35 +0000 (11:41 +0200)]
fix test

11 years agofix memleak on resetting rebind_proc
Michael Wallner [Mon, 30 Sep 2013 09:23:33 +0000 (11:23 +0200)]
fix memleak on resetting rebind_proc

11 years agoFix bug #65322: compile time errors won't trigger auto loading
Nikita Popov [Sun, 29 Sep 2013 15:58:25 +0000 (17:58 +0200)]
Fix bug #65322: compile time errors won't trigger auto loading

Also fixes duplicate bugs #54054 and #42098.

Furthermore this fixes incorrect error messages thrown from code
running inside an error handler when a compilation is in progress.
The error file and line are now correctly associated with the
file/line of the executor, rather than the compiler.

11 years ago5.4.20 release date
Stanislav Malyshev [Sun, 29 Sep 2013 01:04:44 +0000 (18:04 -0700)]
5.4.20 release date

11 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Fri, 27 Sep 2013 22:57:04 +0000 (15:57 -0700)]
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4

# By Derick Rethans (1) and others
# Via Lior Kaplan (1) and Stanley Sufficool (1)
* 'PHP-5.4' of https://git.php.net/repository/php-src:
  Add information about which INI file is which inside respective files
  - Updated to version 2013.6 (2013f)
  FIX BUG #48539 - Disable TEXTLIMIT for FreeTDS driver

11 years agoAdd information about which INI file is which inside respective files
Ondřej Surý [Fri, 27 Sep 2013 15:46:14 +0000 (17:46 +0200)]
Add information about which INI file is which inside respective files

11 years ago- Updated to version 2013.6 (2013f)
Derick Rethans [Fri, 27 Sep 2013 09:14:46 +0000 (10:14 +0100)]
- Updated to version 2013.6 (2013f)

11 years agoFIX BUG #48539 - Disable TEXTLIMIT for FreeTDS driver
Stanley Sufficool [Fri, 27 Sep 2013 02:53:47 +0000 (19:53 -0700)]
FIX BUG #48539 - Disable TEXTLIMIT for FreeTDS driver

11 years agoMerge branch 'PHP-5.4' of https://git.php.net/push/php-src into PHP-5.4
Stanley Sufficool [Fri, 27 Sep 2013 02:52:01 +0000 (19:52 -0700)]
Merge branch 'PHP-5.4' of https://git.php.net/push/php-src into PHP-5.4

* 'PHP-5.4' of https://git.php.net/push/php-src: (140 commits)
  Copy dba_*() keys before converting to string.
  Fix the broken sh syntax in ext/imap/config.m4.
  Revert "EmptyIterator now implements Countable; fixes bug 60577"
  RFC 6598 reserved ip range starts at 100.64.0.0
  fix a very rare case of use of uninitialized value combined with a memleak
  NEWS for added reserved ip addresses according to RFC 6598
  Add RFC 6598 IPs to reserved addresses
  NEWS for #60577
  NEWS for bug #64441
  Fix bug #64441 (FILTER_VALIDATE_URL rejects fully qualified domain names)
  EmptyIterator now implements Countable; fixes bug 60577
  News for bugfix #64157
  Bug 64157 Changed error message to make sense
  Tinker with the wording of the short_open_tag description.
  Handle CLI server request headers case insensitively.
  5.4.21 now
  Typo....
  Add a XFAIL test for #64896
  Fixed Bug #65564 stack-buffer-overflow in DateTimeZone stuff caught by AddressSanitizer
  Fixed bug #60598 (cli/apache sapi segfault on objects manipulation)
  ...

11 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Thu, 26 Sep 2013 16:57:30 +0000 (09:57 -0700)]
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4

# By Adam Harvey
# Via Adam Harvey
* 'PHP-5.4' of https://git.php.net/repository/php-src:
  Copy dba_*() keys before converting to string.

11 years agoCopy dba_*() keys before converting to string.
Adam Harvey [Sun, 22 Sep 2013 23:46:17 +0000 (16:46 -0700)]
Copy dba_*() keys before converting to string.

A nice Sunday afternoon project for somebody would be to refactor the dba
functions to use zend_parse_parameters() reliably and try to untangle some of
the macros in dba.c. Sadly, it is not a nice Sunday afternoon here.

Fixes bug #65708 (dba functions cast $key param to string in-place, bypassing
copy on write).

11 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Sat, 21 Sep 2013 00:09:47 +0000 (17:09 -0700)]
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4

# By Adam Harvey
# Via Adam Harvey
* 'PHP-5.4' of https://git.php.net/repository/php-src:
  Fix the broken sh syntax in ext/imap/config.m4.

11 years agoFix the broken sh syntax in ext/imap/config.m4.
Adam Harvey [Fri, 20 Sep 2013 21:15:19 +0000 (14:15 -0700)]
Fix the broken sh syntax in ext/imap/config.m4.

Patch by ryotakatsuki at gmail dot com. Fixes bug #65721 (configure script
broken in 5.5.4 and 5.4.20 when enabling imap).

11 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Thu, 19 Sep 2013 02:49:30 +0000 (19:49 -0700)]
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4

# By David Soria Parra (6) and others
# Via David Soria Parra
* 'PHP-5.4' of https://git.php.net/repository/php-src:
  Revert "EmptyIterator now implements Countable; fixes bug 60577"
  RFC 6598 reserved ip range starts at 100.64.0.0
  fix a very rare case of use of uninitialized value combined with a memleak
  NEWS for added reserved ip addresses according to RFC 6598
  Add RFC 6598 IPs to reserved addresses
  NEWS for #60577
  NEWS for bug #64441
  Fix bug #64441 (FILTER_VALIDATE_URL rejects fully qualified domain names)
  EmptyIterator now implements Countable; fixes bug 60577
  News for bugfix #64157
  Bug 64157 Changed error message to make sense

11 years agoRevert "EmptyIterator now implements Countable; fixes bug 60577"
David Soria Parra [Wed, 18 Sep 2013 13:06:19 +0000 (15:06 +0200)]
Revert "EmptyIterator now implements Countable; fixes bug 60577"

This reverts commit 8a936e8eb938965b0daaf076c109ec60141e57a7.

11 years agoRFC 6598 reserved ip range starts at 100.64.0.0
David Soria Parra [Wed, 18 Sep 2013 12:26:10 +0000 (14:26 +0200)]
RFC 6598 reserved ip range starts at 100.64.0.0

11 years agofix a very rare case of use of uninitialized value combined with a
Michael Wallner [Wed, 18 Sep 2013 09:10:55 +0000 (11:10 +0200)]
fix a very rare case of use of uninitialized value combined with a
memleak

11 years agoNEWS for added reserved ip addresses according to RFC 6598
David Soria Parra [Tue, 17 Sep 2013 07:54:58 +0000 (09:54 +0200)]
NEWS for added reserved ip addresses according to RFC 6598

11 years agoAdd RFC 6598 IPs to reserved addresses
Sebastian Nohn [Sun, 15 Sep 2013 17:18:20 +0000 (19:18 +0200)]
Add RFC 6598 IPs to reserved addresses

(cherry picked from commit b3f5b822e9f83d99d7cb5eed36ba8d307d1408ee)

11 years agoNEWS for #60577
David Soria Parra [Mon, 16 Sep 2013 14:23:29 +0000 (16:23 +0200)]
NEWS for #60577

11 years agoNEWS for bug #64441
David Soria Parra [Mon, 16 Sep 2013 03:21:42 +0000 (05:21 +0200)]
NEWS for bug #64441

11 years agoFix bug #64441 (FILTER_VALIDATE_URL rejects fully qualified domain names)
Alex Bobrov [Sun, 21 Apr 2013 07:32:02 +0000 (14:32 +0700)]
Fix bug #64441 (FILTER_VALIDATE_URL rejects fully qualified domain names)

(cherry picked from commit c149d4ee4be81ecf005eafd43ede06e70aa4c985)

11 years agoEmptyIterator now implements Countable; fixes bug 60577
Levi Morrison [Thu, 12 Sep 2013 22:03:39 +0000 (16:03 -0600)]
EmptyIterator now implements Countable; fixes bug 60577

(cherry picked from commit 6398844c86bee08abe4ee3f206ecd86ad0a498f9)

11 years agoNews for bugfix #64157
David Soria Parra [Mon, 16 Sep 2013 01:48:34 +0000 (03:48 +0200)]
News for bugfix #64157

11 years agoBug 64157
Boro Sitnikovski [Fri, 13 Sep 2013 00:20:19 +0000 (02:20 +0200)]
Bug 64157
Changed error message to make sense

11 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Fri, 13 Sep 2013 21:10:50 +0000 (14:10 -0700)]
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4

# By Adam Harvey
# Via Adam Harvey
* 'PHP-5.4' of https://git.php.net/repository/php-src:
  Tinker with the wording of the short_open_tag description.
  Handle CLI server request headers case insensitively.

11 years agoTinker with the wording of the short_open_tag description.
Adam Harvey [Mon, 9 Sep 2013 23:56:57 +0000 (16:56 -0700)]
Tinker with the wording of the short_open_tag description.

I'm still not thrilled with this, but it's a bit better and addresses the
issues noted in bug #65644. Plus, it now mentions the decoupling of <?=.

11 years agoHandle CLI server request headers case insensitively.
Adam Harvey [Mon, 9 Sep 2013 23:24:49 +0000 (16:24 -0700)]
Handle CLI server request headers case insensitively.

Fixes bug #65633 (built-in server treat some http headers as case-sensitive).

11 years ago5.4.21 now
Stanislav Malyshev [Tue, 3 Sep 2013 20:38:15 +0000 (13:38 -0700)]
5.4.21 now

11 years agoTypo....
Xinchen Hui [Mon, 2 Sep 2013 08:15:52 +0000 (16:15 +0800)]
Typo....

11 years agoAdd a XFAIL test for #64896
Xinchen Hui [Mon, 2 Sep 2013 08:02:24 +0000 (16:02 +0800)]
Add a XFAIL test for #64896

11 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Fri, 30 Aug 2013 12:40:24 +0000 (05:40 -0700)]
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4

* 'PHP-5.4' of https://git.php.net/repository/php-src:
  Fixed Bug #65564 stack-buffer-overflow in DateTimeZone stuff caught by AddressSanitizer
  Fixed bug #60598 (cli/apache sapi segfault on objects manipulation)

11 years agoFixed Bug #65564 stack-buffer-overflow in DateTimeZone stuff caught by AddressSanitizer
Remi Collet [Fri, 30 Aug 2013 08:42:08 +0000 (10:42 +0200)]
Fixed Bug #65564 stack-buffer-overflow in DateTimeZone stuff caught by AddressSanitizer

11 years agoFixed bug #60598 (cli/apache sapi segfault on objects manipulation)
Xinchen Hui [Fri, 30 Aug 2013 03:20:24 +0000 (11:20 +0800)]
Fixed bug #60598 (cli/apache sapi segfault on objects manipulation)

11 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Thu, 29 Aug 2013 12:40:23 +0000 (05:40 -0700)]
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4

* 'PHP-5.4' of https://git.php.net/repository/php-src:
  Fixed bug #61759 (class_alias() should accept classes with leading backslashes). (Julien)
  Fixed bug #61759 (class_alias() should accept classes with leading backslashes). (Julien)
  Avoid compiler warning
  Fix bug #65579 (Using traits with get_class_methods causes segfault).

11 years agoFixed bug #61759 (class_alias() should accept classes with leading backslashes)....
Dmitry Stogov [Thu, 29 Aug 2013 07:16:56 +0000 (11:16 +0400)]
Fixed bug #61759 (class_alias() should accept classes with leading backslashes). (Julien)

11 years agoFixed bug #61759 (class_alias() should accept classes with leading backslashes)....
Dmitry Stogov [Thu, 29 Aug 2013 07:12:06 +0000 (11:12 +0400)]
Fixed bug #61759 (class_alias() should accept classes with leading backslashes). (Julien)

11 years agoAvoid compiler warning
Xinchen Hui [Thu, 29 Aug 2013 06:02:15 +0000 (14:02 +0800)]
Avoid compiler warning

11 years agoFix bug #65579 (Using traits with get_class_methods causes segfault).
Adam Harvey [Thu, 29 Aug 2013 03:33:42 +0000 (20:33 -0700)]
Fix bug #65579 (Using traits with get_class_methods causes segfault).

Specifically, this checks if there are trait aliases defined in the class scope
before attempting to dereference the first trait alias. This handles the case
where a trait alias was used in a child trait but no aliases exist in the
concrete class.

11 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Wed, 28 Aug 2013 18:14:29 +0000 (11:14 -0700)]
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4

* 'PHP-5.4' of https://git.php.net/repository/php-src:
  updated lib versions

11 years agoupdated lib versions
Anatol Belski [Wed, 28 Aug 2013 12:43:00 +0000 (14:43 +0200)]
updated lib versions

11 years agoFix bug #65554 in DateTime, when use it with D/l in format and textual day have dot...
gron1987 [Wed, 28 Nov 2012 10:19:42 +0000 (12:19 +0200)]
Fix bug #65554 in DateTime, when use it with D/l in format and textual day have dot at the end

11 years agoFix DateInterval->days value when object was created not from DateTime::diff()
Alexander Moskalev [Tue, 9 Apr 2013 20:12:39 +0000 (00:12 +0400)]
Fix DateInterval->days value when object was created not from DateTime::diff()

11 years agoTest extension xmlrpc encode type double and string decode type string and int
root [Fri, 23 Aug 2013 01:06:58 +0000 (01:06 +0000)]
Test extension xmlrpc encode type double and string decode type string and int

11 years agoStricter libc-client symlink check
Ole Markus With [Thu, 22 Aug 2013 06:59:33 +0000 (08:59 +0200)]
Stricter libc-client symlink check

11 years agoFix #65483: quoted-printable encode stream filter incorrectly encoding spaces
Michael M Slusarz [Tue, 20 Aug 2013 07:07:26 +0000 (01:07 -0600)]
Fix #65483: quoted-printable encode stream filter incorrectly encoding spaces

11 years agoUpdate NEWS
Christopher Jones [Fri, 23 Aug 2013 15:13:59 +0000 (08:13 -0700)]
Update NEWS

11 years agoRemove duplicate calls to set filename & lineno for the DTRACE_FUNCTION_ENTRY/RETURN...
Christopher Jones [Tue, 20 Aug 2013 23:32:53 +0000 (16:32 -0700)]
Remove duplicate calls to set filename & lineno for the DTRACE_FUNCTION_ENTRY/RETURN cases

11 years agoSuppress compliation warning "warning: passing argument 1 of ‘_efree’ discards qualif...
Christopher Jones [Thu, 22 Aug 2013 16:05:52 +0000 (09:05 -0700)]
Suppress compliation warning "warning: passing argument 1 of ‘_efree’ discards qualifiers from pointer target type"

11 years agoRevert "Suppress compliation warning "warning: passing argument 1 of ‘_efree’ discard...
Christopher Jones [Thu, 22 Aug 2013 15:58:24 +0000 (08:58 -0700)]
Revert "Suppress compliation warning "warning: passing argument 1 of ‘_efree’ discards qualifiers from pointer target type""

This reverts commit f38bd22ed2c5f710f72e719d7ab2a41ce30541fc.

11 years agoFixed other compiler warnings
Matteo Beccati [Thu, 22 Aug 2013 13:33:12 +0000 (15:33 +0200)]
Fixed other compiler warnings

11 years agoSuppress compiler warning "warning: variable ‘length’ set but not used [-Wunused...
Christopher Jones [Wed, 21 Aug 2013 22:39:14 +0000 (15:39 -0700)]
Suppress compiler warning "warning: variable ‘length’ set but not used [-Wunused-but-set-variable]"

11 years agoSuppress compiler warning "warning: variable ‘retcount’ set but not used [-Wunused...
Christopher Jones [Wed, 21 Aug 2013 22:37:02 +0000 (15:37 -0700)]
Suppress compiler warning "warning: variable ‘retcount’ set but not used [-Wunused-but-set-variable]"

11 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Wed, 21 Aug 2013 22:23:48 +0000 (15:23 -0700)]
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4

* 'PHP-5.4' of https://git.php.net/repository/php-src:
  Suppress compliation warning "warning: passing argument 1 of ‘_efree’ discards qualifiers from pointer target type"

11 years agoSuppress compliation warning "warning: passing argument 1 of ‘_efree’ discards qualif...
Christopher Jones [Wed, 21 Aug 2013 22:06:23 +0000 (15:06 -0700)]
Suppress compliation warning "warning: passing argument 1 of ‘_efree’ discards qualifiers from pointer target type"

11 years agoFix pointer sign warning showing up in EVERY build
Michael Wallner [Wed, 21 Aug 2013 17:17:22 +0000 (19:17 +0200)]
Fix pointer sign warning showing up in EVERY build

11 years agoFixed compiler warnings in ext/pgsql
Matteo Beccati [Wed, 21 Aug 2013 09:21:43 +0000 (11:21 +0200)]
Fixed compiler warnings in ext/pgsql

11 years agoFixed other compiler warnings in PDO_PGSQL
Matteo Beccati [Wed, 21 Aug 2013 09:08:16 +0000 (11:08 +0200)]
Fixed other compiler warnings in PDO_PGSQL

11 years agoFixed compiler warning
Matteo Beccati [Wed, 21 Aug 2013 09:00:31 +0000 (11:00 +0200)]
Fixed compiler warning

I moved the constant to the enum in order to avoid this:
ext/pgsql/pgsql.c:3491: warning: comparison is always false due to limited range of data type

Works in gcc 4.6, but I'm not sure about other compilers.

11 years agoQuash compile warning "warning: 'flags' may be used uninitialized in this function"
Christopher Jones [Tue, 20 Aug 2013 20:36:18 +0000 (13:36 -0700)]
Quash compile warning "warning: 'flags' may be used uninitialized in this function"

11 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Tue, 20 Aug 2013 18:26:49 +0000 (11:26 -0700)]
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4

* 'PHP-5.4' of https://git.php.net/repository/php-src:
  Fix bug #64953 (Postgres prepared statement positional parameter casting)

11 years agoEliminate compiler warnings: "warning: pointer targets in initialization differ in...
Christopher Jones [Tue, 20 Aug 2013 17:41:29 +0000 (10:41 -0700)]
Eliminate compiler warnings: "warning: pointer targets in initialization differ in signedness"

11 years agoEliminate compiler warnings "warning: pointer targets in initialization differ in...
Christopher Jones [Tue, 20 Aug 2013 17:41:01 +0000 (10:41 -0700)]
Eliminate compiler warnings "warning: pointer targets in initialization differ in signedness"

11 years agoRemove some compilation warnings:
Christopher Jones [Tue, 20 Aug 2013 17:33:00 +0000 (10:33 -0700)]
Remove some compilation warnings:
  'unused variable' and
  'enumeration value not handled in switch'

11 years agoFix bug #64953 (Postgres prepared statement positional parameter casting)
Michael Wallner [Tue, 20 Aug 2013 17:19:02 +0000 (19:19 +0200)]
Fix bug #64953 (Postgres prepared statement positional parameter casting)

11 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Tue, 20 Aug 2013 12:40:19 +0000 (05:40 -0700)]
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4

* 'PHP-5.4' of https://git.php.net/repository/php-src:
  bump version

11 years agobump version
Stanislav Malyshev [Tue, 20 Aug 2013 06:19:51 +0000 (23:19 -0700)]
bump version

11 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Tue, 20 Aug 2013 00:55:25 +0000 (17:55 -0700)]
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4

* 'PHP-5.4' of https://git.php.net/repository/php-src:
  Update NEWS
  fix bug #65481 (shutdown segfault due to serialize)
  Track created curl_slist structs by option so they can be updated in situ.
  Fixed bug #64503 (Compilation fails with error: conflicting types for 'zendparse').

11 years agoUpdate NEWS
Christopher Jones [Tue, 20 Aug 2013 00:14:15 +0000 (17:14 -0700)]
Update NEWS

11 years agofix bug #65481 (shutdown segfault due to serialize)
Michael Wallner [Mon, 29 Jul 2013 15:59:35 +0000 (17:59 +0200)]
fix bug #65481 (shutdown segfault due to serialize)

11 years agoTrack created curl_slist structs by option so they can be updated in situ.
Adam Harvey [Mon, 19 Aug 2013 18:58:57 +0000 (11:58 -0700)]
Track created curl_slist structs by option so they can be updated in situ.

At present, when curl_setopt() is called with an option that requires the
creation of a curl_slist, we simply push the new curl_slist onto a list to be
freed when the curl handle is freed. This avoids a memory leak, but means that
repeated calls to curl_setopt() on the same handle with the same option wastes
previously allocated memory on curl_slist structs that will no longer be read.

This commit changes the zend_llist that was previously used to track the lists
to a HashTable keyed by the option number, which means that we can simply
update the hash table each time curl_setopt() is called.

Fixes bug #65458 (curl memory leak).

11 years agoFixed bug #64503 (Compilation fails with error: conflicting types for 'zendparse').
Xinchen Hui [Mon, 25 Mar 2013 15:48:21 +0000 (23:48 +0800)]
Fixed bug #64503 (Compilation fails with error: conflicting types for 'zendparse').

11 years agoMerge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4
Christopher Jones [Mon, 19 Aug 2013 17:53:41 +0000 (10:53 -0700)]
Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4

* 'PHP-5.4' of https://git.php.net/repository/php-src:
  added new glob() test
  fix using wrong buffer pointer
  Fix bug #65470 Segmentation fault in zend_error() with --enable-dtrace
  Fix for php bug #64802 includes test case
  new for fix #65225
  Fixed #65225: PHP_BINARY incorrectly set
  Use pkg-config to detect iodbc
  Add -P option to use the current binary
  Create test to the extension xmlrpc
  Fixbug: phpize --clean will delete include/*.h

11 years agoadded new glob() test
Anatol Belski [Mon, 19 Aug 2013 09:17:13 +0000 (11:17 +0200)]
added new glob() test