]>
granicus.if.org Git - php/log
Felipe Pena [Tue, 24 May 2011 00:10:00 +0000 (00:10 +0000)]
- Fix the fix
# Arghh, copy and paste error :(
Felipe Pena [Tue, 24 May 2011 00:05:50 +0000 (00:05 +0000)]
- Fixed stack buffer overflow in socket_connect().
Found by: Mateusz Kocielski, Marek Kroemeke and Filip Palian
Felipe Pena [Mon, 23 May 2011 01:47:06 +0000 (01:47 +0000)]
- Fixed bug #54529 (SAPI crashes on apache_config.c:197)
patch by: hebergement at riastudio dot fr
Felipe Pena [Sun, 22 May 2011 19:06:21 +0000 (19:06 +0000)]
- Fixed bug #54269 (Short exception message buffer causes crash)
Rasmus Lerdorf [Sat, 21 May 2011 19:48:37 +0000 (19:48 +0000)]
Increase the overly conservative pcre backtrack limit from 100000 to
1000000
Felipe Pena [Fri, 20 May 2011 21:24:51 +0000 (21:24 +0000)]
- Fixed bug #54895 (Fix compiling with older gcc version without need for membar_producer macro)
patch by: mhei at heimpold dot de
Felipe Pena [Thu, 19 May 2011 23:20:47 +0000 (23:20 +0000)]
- Fixed bug #54804 (__halt_compiler and imported namespaces) (Pierrick)
Rasmus Lerdorf [Thu, 19 May 2011 23:18:55 +0000 (23:18 +0000)]
Fix CS
Rasmus Lerdorf [Thu, 19 May 2011 23:09:58 +0000 (23:09 +0000)]
Fix bug 54866
Pierre Joye [Thu, 19 May 2011 13:36:29 +0000 (13:36 +0000)]
- initial import, will add all libs later
Scott MacVicar [Thu, 19 May 2011 05:43:48 +0000 (05:43 +0000)]
Revert part of the fix for #53339
On OSX we need ssl AND crypto
The patch that was applied didn't even match what was in the bug
Rasmus Lerdorf [Wed, 18 May 2011 19:55:34 +0000 (19:55 +0000)]
Fix typo
Rasmus Lerdorf [Wed, 18 May 2011 17:27:41 +0000 (17:27 +0000)]
Fix autoconf version check script to make sure people are
not using 2.60 or higher here. It might actually work up to
2.62 or 2.64. If someone could verify that these versions
still work I can massage this further.
Johannes Schlüter [Wed, 18 May 2011 11:49:49 +0000 (11:49 +0000)]
- handle out of memory
Dmitry Stogov [Tue, 17 May 2011 12:27:21 +0000 (12:27 +0000)]
Fixed crash on recursive error handler invocation
Andrey Hristov [Tue, 17 May 2011 09:44:11 +0000 (09:44 +0000)]
exchange a "trap" with an error
Johannes Schlüter [Tue, 17 May 2011 00:16:57 +0000 (00:16 +0000)]
- Move the field access behind the check
# Only called from one place where the connection is checked, but
# playing safe, again (parfait)
Ferenc Kovacs [Mon, 16 May 2011 23:43:12 +0000 (23:43 +0000)]
adding an XFAIL, as we have an open bug for this test
Ferenc Kovacs [Mon, 16 May 2011 23:39:16 +0000 (23:39 +0000)]
adding an XFAIL, as we have an open bug for this test
Ferenc Kovacs [Mon, 16 May 2011 23:35:23 +0000 (23:35 +0000)]
set the timezone to UTC as suggested by Alexey Shein, and adding an SKIPIF as this test was originaly intended to be windows only
Ferenc Kovacs [Mon, 16 May 2011 23:33:05 +0000 (23:33 +0000)]
fix the test with the removal of the unnecessary newline
Ferenc Kovacs [Mon, 16 May 2011 23:31:14 +0000 (23:31 +0000)]
adding the serialize_precision=100 for the tests, credits to Mats Lindh for reporting it
Ferenc Kovacs [Mon, 16 May 2011 23:28:46 +0000 (23:28 +0000)]
removing XFAIL as #39863 has already been fixed
Ferenc Kovacs [Mon, 16 May 2011 23:22:17 +0000 (23:22 +0000)]
reverting 311103,311105-311109, will commit them to all three branches
Johannes Schlüter [Mon, 16 May 2011 22:24:41 +0000 (22:24 +0000)]
- Handle error if tempfile can't be opened, found by parfait
Johannes Schlüter [Mon, 16 May 2011 21:29:45 +0000 (21:29 +0000)]
- Fix a few more memleaks found by parfait
Ferenc Kovacs [Mon, 16 May 2011 20:11:00 +0000 (20:11 +0000)]
adding an XFAIL, as we have an open bug for this test
Ferenc Kovacs [Mon, 16 May 2011 20:10:04 +0000 (20:10 +0000)]
adding an XFAIL, as we have an open bug for this test
Ferenc Kovacs [Mon, 16 May 2011 20:07:55 +0000 (20:07 +0000)]
fix the test via setting the timezone to UTC as suggested by Alexey Shein, and adding an SKIPIF as this test was originaly intended for windows only, maybe we could drop this, as we don't support VC6 anymore
Ferenc Kovacs [Mon, 16 May 2011 19:51:39 +0000 (19:51 +0000)]
fix the test with the removal of the unnecessary newline
Ferenc Kovacs [Mon, 16 May 2011 19:49:59 +0000 (19:49 +0000)]
adding the serialize_precision=100 for the tests, credits to Mats Lindh for reporting it
Johannes Schlüter [Mon, 16 May 2011 19:46:32 +0000 (19:46 +0000)]
- Fix possible memory leak
# Found by parfait - http://labs.oracle.com/projects/parfait/
Ferenc Kovacs [Mon, 16 May 2011 19:40:12 +0000 (19:40 +0000)]
removing XFAIL as #39863 has already been fixed
Johannes Schlüter [Mon, 16 May 2011 15:37:39 +0000 (15:37 +0000)]
- Fix Bug #53782 (foreach throws irrelevant exception)
Johannes Schlüter [Mon, 16 May 2011 10:15:28 +0000 (10:15 +0000)]
- Move the access behind the check.
# I can't find an unsafe call, but let's play safe
Rasmus Lerdorf [Sun, 15 May 2011 05:49:34 +0000 (05:49 +0000)]
Oops, can't cache it here because it won't work
in autoconf2.13 and we still support that version
in this branch
Rasmus Lerdorf [Sun, 15 May 2011 05:03:29 +0000 (05:03 +0000)]
Cache the pdo include path
Rasmus Lerdorf [Sun, 15 May 2011 01:52:07 +0000 (01:52 +0000)]
We can't really predict what will happen on an unknown host lookup
since bogus ISPs like Comcast and many others try to "help" by resolving
everything to their own search page.
Martin Jansen [Sat, 14 May 2011 20:29:46 +0000 (20:29 +0000)]
Fixed two failing tests that were caused by arbitrarily chosen
but apparently bogus upper resp. lower limits for mt_rand().
Rasmus Lerdorf [Sat, 14 May 2011 17:51:38 +0000 (17:51 +0000)]
en_US locale preferred output has AM/PM and also the timezone
Rasmus Lerdorf [Sat, 14 May 2011 17:34:18 +0000 (17:34 +0000)]
Fix the require in these tests
Rasmus Lerdorf [Fri, 13 May 2011 21:54:25 +0000 (21:54 +0000)]
Make sure 'E' is included in the variables_order, otherwise
this test won't work.
Scott MacVicar [Fri, 13 May 2011 13:51:07 +0000 (13:51 +0000)]
Fix Windows build, this really should be in a patch file / README.
I'll fix this up later.
Scott MacVicar [Fri, 13 May 2011 07:00:45 +0000 (07:00 +0000)]
Update bundled PCRE to 8.12
Scott MacVicar [Fri, 13 May 2011 06:11:06 +0000 (06:11 +0000)]
Update bundled SQLite to 3.7.6.2
Scott MacVicar [Fri, 13 May 2011 05:54:34 +0000 (05:54 +0000)]
Fix use after free() in XMLReader::xml()
Scott MacVicar [Fri, 13 May 2011 05:06:48 +0000 (05:06 +0000)]
Fixed bug #54723 - getimagesize() doesn't check the full ico signature and misreports mpg files
Rasmus Lerdorf [Thu, 12 May 2011 08:19:37 +0000 (08:19 +0000)]
Check headers first and let the CHECK_LIBRARY macro
handle checking for the library. This makes it
correctly handle non-standard system paths as long
as gcc knows about them. Should fix the build on
Ubuntu natty.
Philip Olson [Thu, 12 May 2011 06:51:46 +0000 (06:51 +0000)]
Added missing date_default_timezone_set('UTC'); to the appropriate tests. A few now pass by not showing the timezone warning.
Dmitry Stogov [Wed, 11 May 2011 06:58:33 +0000 (06:58 +0000)]
Fixed bug #54367 (Use of closure causes problem in ArrayAccess)
Scott MacVicar [Tue, 10 May 2011 19:09:24 +0000 (19:09 +0000)]
Turns out that more than 1% of users clocks are more than a year out of date, this causes cookies to never get deleted since the date is in the future.
I can only guess its due to batteries on the motherboard being dead.
Adam Harvey [Tue, 10 May 2011 08:14:55 +0000 (08:14 +0000)]
Fix bug #54692 (SQLite3::open() Return Value) by correcting the SQLite3::open()
prototype.
Andrey Hristov [Tue, 10 May 2011 07:15:22 +0000 (07:15 +0000)]
Fix range
(thanks again nihen)
Andrey Hristov [Mon, 9 May 2011 16:22:54 +0000 (16:22 +0000)]
here comes the news
Andrey Hristov [Mon, 9 May 2011 16:20:35 +0000 (16:20 +0000)]
Fix for bug 54674..typo in the check of SJIS
Johannes Schlüter [Mon, 9 May 2011 11:34:17 +0000 (11:34 +0000)]
- Fix bug #54644 (wrong pathes in php_pdo_mysql_int.h)
Gustavo André dos Santos Lopes [Sun, 8 May 2011 19:59:42 +0000 (19:59 +0000)]
- Merged to 5.3 change in trunk in _php_stream_free. This prevents the segfault
in the testcase for bug #53624. The testcase still has to be fixed though,
because it only works as intended on Windows.
Felipe Pena [Sat, 7 May 2011 01:59:12 +0000 (01:59 +0000)]
- BFN #54681
Felipe Pena [Sat, 7 May 2011 01:58:26 +0000 (01:58 +0000)]
- Fixed bug #54681 (addGlob() crashes on invalid flags)
Andrey Hristov [Wed, 4 May 2011 19:09:12 +0000 (19:09 +0000)]
add the BLOCK_LEAVE macro for non-gcc and non-win
Andrey Hristov [Wed, 4 May 2011 19:05:19 +0000 (19:05 +0000)]
reorganize the DBG_ macros, add DBG_BLOCK_XXX
Antony Dovgal [Wed, 4 May 2011 08:44:14 +0000 (08:44 +0000)]
fix tests
Antony Dovgal [Wed, 4 May 2011 08:28:31 +0000 (08:28 +0000)]
fix test
Dmitry Stogov [Wed, 4 May 2011 07:53:22 +0000 (07:53 +0000)]
Fixed crash when passing invalid timestamp (negative integer on win32)
Antony Dovgal [Tue, 3 May 2011 11:15:45 +0000 (11:15 +0000)]
fix tests
Andrey Hristov [Tue, 3 May 2011 09:37:53 +0000 (09:37 +0000)]
extend the API in the backward compatible way
Antony Dovgal [Mon, 2 May 2011 16:17:52 +0000 (16:17 +0000)]
fix segfault in ext/standard/tests/network/http-stream.phpt
Antony Dovgal [Sun, 1 May 2011 19:46:27 +0000 (19:46 +0000)]
fix ZTS build for 5_3, too
Gustavo André dos Santos Lopes [Sun, 1 May 2011 18:37:20 +0000 (18:37 +0000)]
- Fixed bug #54580 (get_browser() segmentation fault when the browscap ini
directive is set in activation time). This commit fixes this by adding a per
request parsing of the browscap file that's when get_browser is called the
first time and the directive is set on activation time.w
Gustavo André dos Santos Lopes [Sun, 1 May 2011 04:16:28 +0000 (04:16 +0000)]
- Fixed accidental change.
Gustavo André dos Santos Lopes [Sun, 1 May 2011 03:57:01 +0000 (03:57 +0000)]
- Fixed bug #54623 (Segfault when when writing to a persistent socket after
closing a copy of the socket).
Derick Rethans [Sat, 30 Apr 2011 20:18:51 +0000 (20:18 +0000)]
- Updated to version 2011.7 (2011g)
Pierrick Charron [Fri, 29 Apr 2011 10:41:44 +0000 (10:41 +0000)]
Added support for CURLOPT_MAX_RECV_SPEED_LARGE and CURLOPT_MAX_SEND_SPEED_LARGE. FR #51815
# MFH. This addition was already committed to trunk and is backported as requested in #54622
Ilia Alshanetsky [Thu, 28 Apr 2011 12:32:47 +0000 (12:32 +0000)]
#doc
Added 3rd parameter to filter_var_array() and filter_input_array()
functions that allows disabling addition of empty elements
Rasmus Lerdorf [Wed, 27 Apr 2011 21:27:00 +0000 (21:27 +0000)]
Fix test by pointing this at a smaller file that is less likely to break the test
Rasmus Lerdorf [Wed, 27 Apr 2011 15:08:44 +0000 (15:08 +0000)]
Fix broken test
Hannes Magnusson [Wed, 27 Apr 2011 09:29:10 +0000 (09:29 +0000)]
Regenerate from the doc sources
Rasmus Lerdorf [Wed, 27 Apr 2011 05:05:32 +0000 (05:05 +0000)]
Someone fixed these in trunk and didn't backport to PHP_5_3
Martin Jansen [Mon, 25 Apr 2011 16:51:12 +0000 (16:51 +0000)]
MFH: The project calls itself OpenSSL and not openSSL, so let's keep it
that way in our code as well.
Pierre Joye [Mon, 25 Apr 2011 09:31:00 +0000 (09:31 +0000)]
- keep node creation check
Pierre Joye [Mon, 25 Apr 2011 09:28:08 +0000 (09:28 +0000)]
- keep inode creation check
Dmitry Stogov [Mon, 25 Apr 2011 07:50:07 +0000 (07:50 +0000)]
Fixed bug #54585 (track_errors causes segfault)
Rasmus Lerdorf [Sun, 24 Apr 2011 23:27:48 +0000 (23:27 +0000)]
SSLV2 patch cleanup
Pierre Joye [Sun, 24 Apr 2011 22:08:11 +0000 (22:08 +0000)]
- fix use of unitiliazed var
Rasmus Lerdorf [Sun, 24 Apr 2011 20:47:22 +0000 (20:47 +0000)]
Support for openssl without SSLv2 supprot compiled in. Distros are starting to
remove support now and this wasn't compiling anymore on my Debian dev box.
Hannes Magnusson [Sat, 23 Apr 2011 21:14:10 +0000 (21:14 +0000)]
2011
Hannes Magnusson [Sat, 23 Apr 2011 21:12:25 +0000 (21:12 +0000)]
its force-quit, not -exit (yawk)
Pierrick Charron [Thu, 21 Apr 2011 01:51:24 +0000 (01:51 +0000)]
Revert bug #54454 fix from PHP_5_3 branch to avoid BC break in minor release
Dmitry Stogov [Wed, 20 Apr 2011 12:59:18 +0000 (12:59 +0000)]
Fixed bug #54367 (Use of closure causes problem in ArrayAccess).
Pierre Joye [Tue, 19 Apr 2011 21:43:22 +0000 (21:43 +0000)]
- fix build >(btw, has novell man pages too?)
Hannes Magnusson [Mon, 18 Apr 2011 11:13:37 +0000 (11:13 +0000)]
Add an --man-dir to php-config too
Hannes Magnusson [Mon, 18 Apr 2011 09:50:32 +0000 (09:50 +0000)]
Expose PHP_MANDIR
Useful for apps (like the pear installer, phd, .. etc) to install their manpages into the same dir as php did :]
Stanislav Malyshev [Sun, 17 Apr 2011 21:56:26 +0000 (21:56 +0000)]
implement FR #54540 - Allow loading of arbitrary resource bundles when fallback is disabled
Rob Richards [Fri, 15 Apr 2011 14:24:40 +0000 (14:24 +0000)]
Implement FR #48587 (MySQL PDO driver doesn't support SSL connections)
Dmitry Stogov [Fri, 15 Apr 2011 12:43:20 +0000 (12:43 +0000)]
Fixed bug #54268 (Double free when destroy_zend_class fails)
Stanislav Malyshev [Wed, 13 Apr 2011 17:33:00 +0000 (17:33 +0000)]
add CVE
Felipe Pena [Wed, 13 Apr 2011 13:38:52 +0000 (13:38 +0000)]
- Remove undesired line (reported by Gökhan Özbulak)
Stanislav Malyshev [Wed, 13 Apr 2011 06:32:41 +0000 (06:32 +0000)]
fix bug #54238 (use-after-free in substr_replace())
Ilia Alshanetsky [Tue, 12 Apr 2011 18:33:08 +0000 (18:33 +0000)]
Fixed bug #54121 (error message format string typo).
Gustavo André dos Santos Lopes [Sat, 9 Apr 2011 18:32:55 +0000 (18:32 +0000)]
- Fixed bug #54440: libxml extension ignores default context.