]>
granicus.if.org Git - php/log
Antony Dovgal [Tue, 28 Apr 2009 09:02:37 +0000 (09:02 +0000)]
nuke unicode crap, fix test
Pierre Joye [Tue, 28 Apr 2009 08:33:25 +0000 (08:33 +0000)]
- space to tabs
- CS
Felipe Pena [Mon, 27 Apr 2009 20:03:16 +0000 (20:03 +0000)]
- BFN
Felipe Pena [Mon, 27 Apr 2009 19:54:35 +0000 (19:54 +0000)]
- MFH: Fixed bug #47254 (Wrong Reflection for extends class)
Scott MacVicar [Mon, 27 Apr 2009 18:38:58 +0000 (18:38 +0000)]
MFH Fix bug #47695 - xmlrpc --with-iconv-dir mangles --with-iconv if they use different iconv versions. Could also just add a dependency on iconv to fix this.
Pierre Joye [Mon, 27 Apr 2009 08:23:29 +0000 (08:23 +0000)]
- utf8_mime2text is present in 5.2's cclient
Pierre Joye [Mon, 27 Apr 2009 00:01:15 +0000 (00:01 +0000)]
- MFH: add latest cclient versions
Sebastian Schürmann [Sun, 26 Apr 2009 23:54:12 +0000 (23:54 +0000)]
- fixes to tests
- spl_classes only checks for is_array(), the output in 5_3_0 and 5_2_0 is very different,
test will run this way in 5.2 and 5.3 w.o. problems
- call user method recognizes the different errormessage in 5_2_0 now
- the php_sap_name_variation001 check now goes for cgi instead of the cgi-fcgi output string
Jani Taskinen [Sun, 26 Apr 2009 01:20:56 +0000 (01:20 +0000)]
MF53: Sync the session.c file structure and some bug fixes forgotten to merge.
Jani Taskinen [Sun, 26 Apr 2009 01:20:03 +0000 (01:20 +0000)]
- Fix test cleanup
Jani Taskinen [Sat, 25 Apr 2009 21:37:00 +0000 (21:37 +0000)]
- Missing skip section
Sebastian Schürmann [Sat, 25 Apr 2009 19:06:58 +0000 (19:06 +0000)]
Initial import
Sebastian Schürmann [Sat, 25 Apr 2009 18:59:54 +0000 (18:59 +0000)]
Initial commit
Sebastian Schürmann [Sat, 25 Apr 2009 18:51:52 +0000 (18:51 +0000)]
Initial commit
Sebastian Schürmann [Sat, 25 Apr 2009 18:44:42 +0000 (18:44 +0000)]
Initial commit
Sebastian Schürmann [Sat, 25 Apr 2009 18:36:04 +0000 (18:36 +0000)]
- Initial commit
Sebastian Schürmann [Sat, 25 Apr 2009 18:29:23 +0000 (18:29 +0000)]
Initial commit
Jani Taskinen [Sat, 25 Apr 2009 18:26:49 +0000 (18:26 +0000)]
fix .cvsignore (Tony, it is not illegal to MFH to PHP_5_2..)
Jani Taskinen [Sat, 25 Apr 2009 17:29:46 +0000 (17:29 +0000)]
- In PHP_5_2 it is still possible to disable reflection.
Jani Taskinen [Sat, 25 Apr 2009 17:16:59 +0000 (17:16 +0000)]
MFH: add .cvsignore file
Jani Taskinen [Sat, 25 Apr 2009 17:15:38 +0000 (17:15 +0000)]
- Added missing entry
Jani Taskinen [Sat, 25 Apr 2009 17:12:11 +0000 (17:12 +0000)]
MFH: Sync
Jani Taskinen [Sat, 25 Apr 2009 16:54:50 +0000 (16:54 +0000)]
- Fix bad check (Hannes, please test stuff you commit..)
Pierre Joye [Sat, 25 Apr 2009 16:36:02 +0000 (16:36 +0000)]
- ws
Pierre Joye [Fri, 24 Apr 2009 14:53:59 +0000 (14:53 +0000)]
- #47940, pass body_len
Pierre Joye [Thu, 23 Apr 2009 22:34:47 +0000 (22:34 +0000)]
- #47940 entry
Pierre Joye [Thu, 23 Apr 2009 22:32:41 +0000 (22:32 +0000)]
- MFH: #47940, leaks in imap_body()
Takeshi Abe [Thu, 23 Apr 2009 16:28:39 +0000 (16:28 +0000)]
MFH: check non-null before any use.
andy wharmby [Tue, 21 Apr 2009 08:53:26 +0000 (08:53 +0000)]
Fix test
Jani Taskinen [Mon, 20 Apr 2009 15:03:57 +0000 (15:03 +0000)]
MFH:- Added path sanity check (autotools + libtool do not cope with whitespace..)
Mikko Koppanen [Mon, 20 Apr 2009 10:03:21 +0000 (10:03 +0000)]
NEWS entry related to #47991
Mikko Koppanen [Mon, 20 Apr 2009 10:00:41 +0000 (10:00 +0000)]
MFH: Closes #47991 SSL streams fail if error stack contains items
Arnaud Le Blanc [Sun, 19 Apr 2009 22:02:06 +0000 (22:02 +0000)]
MFH: Fix test
Arnaud Le Blanc [Sun, 19 Apr 2009 17:10:52 +0000 (17:10 +0000)]
MFH: Better fix for #47997
Ilia Alshanetsky [Sun, 19 Apr 2009 15:01:11 +0000 (15:01 +0000)]
MFB: Fixed bug #47937 (system() calls sapi_flush() regardless of output
buffering)
Arnaud Le Blanc [Sun, 19 Apr 2009 14:44:09 +0000 (14:44 +0000)]
MFB5.3: Fixed bug #47997 (stream_copy_to_stream returns 1 on empty streams)
Felipe Pena [Sat, 18 Apr 2009 18:56:58 +0000 (18:56 +0000)]
- MFH: Fix build
Ilia Alshanetsky [Thu, 16 Apr 2009 22:14:52 +0000 (22:14 +0000)]
MFB: Fixed compiler warning
Pierre Joye [Thu, 16 Apr 2009 14:26:09 +0000 (14:26 +0000)]
- fix zts build
Hannes Magnusson [Thu, 16 Apr 2009 13:53:24 +0000 (13:53 +0000)]
BFN
Hannes Magnusson [Thu, 16 Apr 2009 13:52:23 +0000 (13:52 +0000)]
MFH: Fixed bug#47981 (error handler not called regardless)
Pierre Joye [Thu, 16 Apr 2009 13:51:55 +0000 (13:51 +0000)]
- improve file:// deactivation in curl_init and do not allow to enable it again manually
Hannes Magnusson [Thu, 16 Apr 2009 13:43:28 +0000 (13:43 +0000)]
MFH: sync WS
Hannes Magnusson [Thu, 16 Apr 2009 13:41:50 +0000 (13:41 +0000)]
MFH: make it possible to run on 5.2.7
Pierre Joye [Thu, 16 Apr 2009 09:47:33 +0000 (09:47 +0000)]
- disable file:// when safe_mode or open_basedir are enabled
Pierre Joye [Thu, 16 Apr 2009 05:32:38 +0000 (05:32 +0000)]
- #47978, typo in ext/sockets/sockets.c
Moriyoshi Koizumi [Thu, 16 Apr 2009 02:07:53 +0000 (02:07 +0000)]
- MFH: Just a paranoiac test. This works perfectly.
Antony Dovgal [Wed, 15 Apr 2009 20:57:26 +0000 (20:57 +0000)]
sync test with other branches
Antony Dovgal [Wed, 15 Apr 2009 20:54:59 +0000 (20:54 +0000)]
fix test
Ilia Alshanetsky [Wed, 15 Apr 2009 14:25:06 +0000 (14:25 +0000)]
MFB: Fixed bug #47969 (ezmlm_hash() returns different values depend on OS)
Nuno Lopes [Tue, 14 Apr 2009 20:31:32 +0000 (20:31 +0000)]
MFH: fix bug #47662: support more than 127 named subpatterns
Nuno Lopes [Tue, 14 Apr 2009 20:29:09 +0000 (20:29 +0000)]
upgrade to pcre 7.9
Antony Dovgal [Tue, 14 Apr 2009 14:18:49 +0000 (14:18 +0000)]
MFH: revert wrong fix for bug #47930
Stanislav Malyshev [Mon, 13 Apr 2009 19:38:52 +0000 (19:38 +0000)]
add fix #47930
Stanislav Malyshev [Mon, 13 Apr 2009 19:37:35 +0000 (19:37 +0000)]
fix #47930
Derick Rethans [Mon, 13 Apr 2009 13:41:47 +0000 (13:41 +0000)]
- Updated to version 2009.6 (2009f)
Ilia Alshanetsky [Sun, 12 Apr 2009 14:44:34 +0000 (14:44 +0000)]
MFB: Fixed bug #47946 (ImageConvolution overwrites background)
Rasmus Lerdorf [Thu, 9 Apr 2009 16:04:15 +0000 (16:04 +0000)]
Don't strip leading zeros on floating point numbers
And fix the test case
Ilia Alshanetsky [Thu, 9 Apr 2009 13:28:22 +0000 (13:28 +0000)]
Added test for php_sapi_name()
Hannes Magnusson [Thu, 9 Apr 2009 10:20:39 +0000 (10:20 +0000)]
Engelsk grammatikk
Hannes Magnusson [Thu, 9 Apr 2009 10:08:14 +0000 (10:08 +0000)]
MFH: Fixed bug#47427 (-s outputs, not displays)
Rasmus Lerdorf [Wed, 8 Apr 2009 18:16:06 +0000 (18:16 +0000)]
Fixed bug #44929 - Better handling of leading zeros
Sebastian Bergmann [Wed, 8 Apr 2009 16:09:30 +0000 (16:09 +0000)]
MFH: Rename reflection*.phpt to Reflection*.phpt for consistency.
Felipe Pena [Wed, 8 Apr 2009 00:28:06 +0000 (00:28 +0000)]
- Fixed bug #47801 (__call() accessed via parent:: operator is provided incorrect method name)
Felipe Pena [Wed, 8 Apr 2009 00:16:50 +0000 (00:16 +0000)]
- MFH: Fix ZTS build
Ilia Alshanetsky [Tue, 7 Apr 2009 17:06:53 +0000 (17:06 +0000)]
Let's actually say what was updates ;-)
# Thanks Jani & Johannes
Arnaud Le Blanc [Tue, 7 Apr 2009 16:11:57 +0000 (16:11 +0000)]
MFH: Fixed bug #47893 (CLI aborts on non blocking stdout)
Rob Richards [Tue, 7 Apr 2009 15:34:37 +0000 (15:34 +0000)]
BFN
Rob Richards [Tue, 7 Apr 2009 15:33:20 +0000 (15:33 +0000)]
MFH: fix bug #47849 (Non-deep import loses the namespace)
add test
Ilia Alshanetsky [Tue, 7 Apr 2009 14:08:39 +0000 (14:08 +0000)]
News
Kalle Sommer Nielsen [Tue, 7 Apr 2009 11:45:50 +0000 (11:45 +0000)]
MFB53: Revert previous commit as it was causing alot more trouble than expected
Felipe Pena [Mon, 6 Apr 2009 23:56:20 +0000 (23:56 +0000)]
- Fixed bug #47903 ("@" operator does not work with string offsets (PHP_5_2 only!))
(MFH: #39018)
Ilia Alshanetsky [Mon, 6 Apr 2009 14:22:51 +0000 (14:22 +0000)]
Fixed test
Derick Rethans [Mon, 6 Apr 2009 13:28:44 +0000 (13:28 +0000)]
- Updated to version 2009.5 (2009e)
Hannes Magnusson [Mon, 6 Apr 2009 12:13:21 +0000 (12:13 +0000)]
MFH: Add test for bug#42596
Hannes Magnusson [Mon, 6 Apr 2009 11:49:33 +0000 (11:49 +0000)]
MFH: Fixed segfault on invalid session.save_path
Hannes Magnusson [Mon, 6 Apr 2009 09:32:39 +0000 (09:32 +0000)]
MFH: Use an obscure name
Kalle Sommer Nielsen [Mon, 6 Apr 2009 09:17:47 +0000 (09:17 +0000)]
MFB53: Kill warning about php_localtime_r not being defined
Dave Kelsey [Mon, 6 Apr 2009 08:30:20 +0000 (08:30 +0000)]
bug 47886: fix test which failed during DST. Microsoft api working as designed, but unexpected.
Ilia Alshanetsky [Sun, 5 Apr 2009 14:10:49 +0000 (14:10 +0000)]
Define _php_rfc822_len() only when needed
Felipe Pena [Fri, 3 Apr 2009 22:14:05 +0000 (22:14 +0000)]
- Backported fix for #35386 (originally commited in 5.3+), reported recently as 5.2 bug #47845
Felipe Pena [Thu, 2 Apr 2009 15:55:02 +0000 (15:55 +0000)]
- MFH: Fixed bug #47818 (Segfault due to bound callback param)
Matt Wilmas [Thu, 2 Apr 2009 09:42:32 +0000 (09:42 +0000)]
MFH: Fixed tests, reverted changes from bug #47546
Matt Wilmas [Wed, 1 Apr 2009 17:07:46 +0000 (17:07 +0000)]
MFH: Fixed bug #47560 (explode()'s limit parameter odd behaviour) by reverting change for bug #47546
Felipe Pena [Wed, 1 Apr 2009 16:56:08 +0000 (16:56 +0000)]
- MFH: Fixed bug #47852 (Compilation failure in zend_alloc.c) (Matteo)
Ilia Alshanetsky [Tue, 31 Mar 2009 17:21:02 +0000 (17:21 +0000)]
WS
Matt Wilmas [Tue, 31 Mar 2009 11:22:19 +0000 (11:22 +0000)]
- MFH: Removed unused LONG_SIGN_MASK definition, and a stray \
- Changed sign flag to int (it's no longer being used in a calculation)
Dmitry Stogov [Tue, 31 Mar 2009 10:05:38 +0000 (10:05 +0000)]
Fixed bug #47745 (FILTER_VALIDATE_INT doesn't allow minimum integer)
Ilia Alshanetsky [Mon, 30 Mar 2009 19:59:08 +0000 (19:59 +0000)]
Fixed bug #47831 (Compile warning for strnlen() in main/spprintf.c)
# Patch by rainer\ dot\ jung\ at\ kippdata\ dot\ de
Pierre Joye [Mon, 30 Mar 2009 18:05:42 +0000 (18:05 +0000)]
- #47828
Pierre Joye [Mon, 30 Mar 2009 18:05:17 +0000 (18:05 +0000)]
- better test case, it crashes on more architecture
andy wharmby [Mon, 30 Mar 2009 12:35:30 +0000 (12:35 +0000)]
Fix date tests which started failing after change to BST
Scott MacVicar [Mon, 30 Mar 2009 09:18:21 +0000 (09:18 +0000)]
MFH Add test for bug #47828
Scott MacVicar [Mon, 30 Mar 2009 00:41:39 +0000 (00:41 +0000)]
MFH Fix test, -
2147483648 is a valid unsigned int where -
2147483649 isn't.
Scott MacVicar [Sun, 29 Mar 2009 23:35:58 +0000 (23:35 +0000)]
BFN
Scott MacVicar [Sun, 29 Mar 2009 23:33:01 +0000 (23:33 +0000)]
MFH Fix bug #47828 - Converting to UTF-8 can sometimes fail, check error codes and avoid segfault.
Ilia Alshanetsky [Sun, 29 Mar 2009 17:04:05 +0000 (17:04 +0000)]
Fixed compiler warning
Felipe Pena [Fri, 27 Mar 2009 16:53:03 +0000 (16:53 +0000)]
- Add test
Felipe Pena [Fri, 27 Mar 2009 16:50:38 +0000 (16:50 +0000)]
MFH: - Fixed bug #47769 (Strange extends PDO)
Christian Seiler [Thu, 26 Mar 2009 00:00:18 +0000 (00:00 +0000)]
MFB: Fixed memory leak in ob_get_clean/ob_get_flush.