]>
granicus.if.org Git - php/log
Marcus Boerger [Sun, 20 May 2007 21:46:17 +0000 (21:46 +0000)]
- MFH Add print_htptr, print_htstr
Ilia Alshanetsky [Sun, 20 May 2007 15:56:10 +0000 (15:56 +0000)]
Fixed a possible crash when PATH_INFO is not provided but the path contains
path info information
Pierre Joye [Sat, 19 May 2007 22:25:11 +0000 (22:25 +0000)]
- use the same checks for zip_stat
Pierre Joye [Sat, 19 May 2007 22:05:08 +0000 (22:05 +0000)]
- #41423. PHP assumes wrongly that certain ciphers are enabled in OpenSSL
Ilia Alshanetsky [Sat, 19 May 2007 20:30:35 +0000 (20:30 +0000)]
Optimized digest generation in md5() and sha1() functions by using code
from ext/hash. This makes the functions 20-50% faster on short strings.
Michael Wallner [Sat, 19 May 2007 19:36:11 +0000 (19:36 +0000)]
- fix compile/linker agnostic runpath switch
Ilia Alshanetsky [Sat, 19 May 2007 19:29:37 +0000 (19:29 +0000)]
CS fixes
Fixed a possible crash in the event directory cannot be created, due to a
double free.
Ilia Alshanetsky [Sat, 19 May 2007 18:40:27 +0000 (18:40 +0000)]
Fixed typo in constant name
Ilia Alshanetsky [Sat, 19 May 2007 18:32:35 +0000 (18:32 +0000)]
Eliminate memory allocation in RINIT for spl
Ilia Alshanetsky [Sat, 19 May 2007 17:58:22 +0000 (17:58 +0000)]
Remove pointless RINIT
Ilia Alshanetsky [Sat, 19 May 2007 17:52:30 +0000 (17:52 +0000)]
Avoid strlen()
Ilia Alshanetsky [Sat, 19 May 2007 15:28:37 +0000 (15:28 +0000)]
Fixed test to work with postgresql
Antony Dovgal [Sat, 19 May 2007 12:53:06 +0000 (12:53 +0000)]
MFH
Stanislav Malyshev [Sat, 19 May 2007 08:10:52 +0000 (08:10 +0000)]
and now the right number
Stanislav Malyshev [Sat, 19 May 2007 08:08:03 +0000 (08:08 +0000)]
fix reference
Antony Dovgal [Fri, 18 May 2007 20:56:50 +0000 (20:56 +0000)]
reorder
Stanislav Malyshev [Fri, 18 May 2007 20:49:28 +0000 (20:49 +0000)]
news about #41401
Antony Dovgal [Fri, 18 May 2007 20:45:50 +0000 (20:45 +0000)]
fix test
add separate test for 64bit
Antony Dovgal [Fri, 18 May 2007 20:34:13 +0000 (20:34 +0000)]
fix leak and check for < 0 only of the 5th arg was passed
Stanislav Malyshev [Fri, 18 May 2007 20:13:28 +0000 (20:13 +0000)]
add test for 41401
Stanislav Malyshev [Fri, 18 May 2007 18:36:04 +0000 (18:36 +0000)]
fix #41401 - parser precedence on unary operators
# now 1/-2*5 is -2.5 as it should be
Dmitry Stogov [Fri, 18 May 2007 13:12:05 +0000 (13:12 +0000)]
Improved compilation of heredocs and interpolated strings. (Matt, Dmitry)
Antony Dovgal [Fri, 18 May 2007 12:06:44 +0000 (12:06 +0000)]
MFH: fix #41430 (Fatal error with negative values of maxlen parameter of file_get_contents())
Antony Dovgal [Fri, 18 May 2007 11:52:47 +0000 (11:52 +0000)]
BFN
Antony Dovgal [Fri, 18 May 2007 11:52:08 +0000 (11:52 +0000)]
MFH: fix #41421 (Uncaught exception from a stream wrapper segfaults)
Antony Dovgal [Fri, 18 May 2007 11:47:58 +0000 (11:47 +0000)]
fix tests
Rasmus Lerdorf [Fri, 18 May 2007 11:36:55 +0000 (11:36 +0000)]
Get rid of a stray time() syscall in tsrm and clean up lcg rinit
Antony Dovgal [Fri, 18 May 2007 11:29:55 +0000 (11:29 +0000)]
fix tests
Nuno Lopes [Thu, 17 May 2007 17:57:51 +0000 (17:57 +0000)]
fix gcov build.......
Antony Dovgal [Thu, 17 May 2007 15:13:51 +0000 (15:13 +0000)]
news entry
Antony Dovgal [Thu, 17 May 2007 15:12:23 +0000 (15:12 +0000)]
implement FR #41416 (getColumnMeta() should also return table name)
Hannes Magnusson [Thu, 17 May 2007 13:40:12 +0000 (13:40 +0000)]
Fix paths for ext/sqlite
Antony Dovgal [Thu, 17 May 2007 11:43:47 +0000 (11:43 +0000)]
fix test
Rasmus Lerdorf [Thu, 17 May 2007 06:38:13 +0000 (06:38 +0000)]
Get rid of a useless RINIT and an empty RSHUTDOWN on non-Windows
Pierre Joye [Wed, 16 May 2007 22:55:27 +0000 (22:55 +0000)]
- fix title
Pierre Joye [Wed, 16 May 2007 22:21:41 +0000 (22:21 +0000)]
- MFH: libgd #86: Fixed possible infinite loop in libgd/gd_png.c, fix test
(Reported by Xavier Roche)
Pierre Joye [Wed, 16 May 2007 22:19:08 +0000 (22:19 +0000)]
- MFH: libgd #86: Fixed possible infinite loop in libgd/gd_png.c
(Reported by Xavier Roche)
Michael Wallner [Wed, 16 May 2007 21:22:12 +0000 (21:22 +0000)]
- BFN
Michael Wallner [Wed, 16 May 2007 21:18:41 +0000 (21:18 +0000)]
- fixed bug #41358: configure cannot determine libcurl's SSL lib as of v7.16.2
Zoe Slattery [Wed, 16 May 2007 21:07:33 +0000 (21:07 +0000)]
Updated range() test
Ilia Alshanetsky [Wed, 16 May 2007 21:04:46 +0000 (21:04 +0000)]
Upgraded libsqlite3 to SQLite 3.3
Ilia Alshanetsky [Wed, 16 May 2007 21:03:46 +0000 (21:03 +0000)]
Make test work in sqlite
Antony Dovgal [Wed, 16 May 2007 20:04:32 +0000 (20:04 +0000)]
typofix
Ilia Alshanetsky [Wed, 16 May 2007 19:36:21 +0000 (19:36 +0000)]
news
Ilia Alshanetsky [Wed, 16 May 2007 19:33:57 +0000 (19:33 +0000)]
[DOC] Added PDO::FETCH_KEY_PAIR mode that will fetch a 2 column result set
into an associated array.
Marcus Boerger [Wed, 16 May 2007 18:57:15 +0000 (18:57 +0000)]
- MFH Extensions are indexed lowercased and not case aware
Antony Dovgal [Wed, 16 May 2007 13:17:50 +0000 (13:17 +0000)]
MFH: fix #41394 (dbase_create creates file with corrupted header)
Antony Dovgal [Wed, 16 May 2007 12:54:30 +0000 (12:54 +0000)]
MFH: fix #41403 (json_decode cannot decode floats if localeconv decimal_point is not '.')
Stanislav Malyshev [Wed, 16 May 2007 01:18:14 +0000 (01:18 +0000)]
do not send cookie when session is passed in URL, same as it happens with GET/POST
Antony Dovgal [Tue, 15 May 2007 14:25:21 +0000 (14:25 +0000)]
fix tests
Scott MacVicar [Tue, 15 May 2007 13:04:43 +0000 (13:04 +0000)]
MFH: Fixed bug #41390 (Clarify error message with invalid protocol scheme)
Antony Dovgal [Tue, 15 May 2007 12:39:05 +0000 (12:39 +0000)]
add the original author of the patch
Dmitry Stogov [Tue, 15 May 2007 08:17:08 +0000 (08:17 +0000)]
Fixed bug #41378 (fastcgi protocol lacks support for Reason-Phrase in "Status:" header)
Ilia Alshanetsky [Mon, 14 May 2007 18:54:05 +0000 (18:54 +0000)]
News file cleanup
Scott MacVicar [Mon, 14 May 2007 18:09:20 +0000 (18:09 +0000)]
Prefix NEWS item so documentation team know of new function and typo from old parsing API spotted by bjori
Scott MacVicar [Mon, 14 May 2007 17:10:47 +0000 (17:10 +0000)]
Add mysql_set_charset() so that the connection encoding can be changed. This is similar to the SET NAMES statement but allows the mysql_real_escape_string to use the correct character set.
Antony Dovgal [Mon, 14 May 2007 16:18:02 +0000 (16:18 +0000)]
fix test
Antony Dovgal [Mon, 14 May 2007 12:19:34 +0000 (12:19 +0000)]
MFH
Rob Richards [Mon, 14 May 2007 11:52:35 +0000 (11:52 +0000)]
free wholetext properly
Rob Richards [Mon, 14 May 2007 11:45:38 +0000 (11:45 +0000)]
BFN
Rob Richards [Mon, 14 May 2007 11:44:15 +0000 (11:44 +0000)]
Fixed bug #41374 (wholetext concats values of wrong nodes).
add test
Antony Dovgal [Mon, 14 May 2007 11:33:34 +0000 (11:33 +0000)]
fix CS
Antony Dovgal [Mon, 14 May 2007 11:10:30 +0000 (11:10 +0000)]
remove floats, their text representation varies depending on many factors
Antony Dovgal [Mon, 14 May 2007 11:04:30 +0000 (11:04 +0000)]
add 64bit tests
Antony Dovgal [Mon, 14 May 2007 11:04:08 +0000 (11:04 +0000)]
fix precision
Antony Dovgal [Mon, 14 May 2007 10:57:04 +0000 (10:57 +0000)]
fix tests - make them 32bit only, 64bit version will be later
add --INI-- section
remove recursive arrays, that thing should be in a separate test
Pierre Joye [Mon, 14 May 2007 09:23:49 +0000 (09:23 +0000)]
- [@DOC] MFH: #41326, better fix. It restores BC and allows both canonical
and short form:
- when $content is given, the closing tag will be generated (even for empty
string)
- when $content is ignored or NULL is given, the short form will be used
Ilia Alshanetsky [Sun, 13 May 2007 17:37:32 +0000 (17:37 +0000)]
Fixed bug #41353 (crash in openssl_pkcs12_read() on invalid input).
Hannes Magnusson [Sat, 12 May 2007 16:06:46 +0000 (16:06 +0000)]
MFH: bug#41361 (shell_exec() does not find binaries)
Raghubansh Kumar [Sat, 12 May 2007 10:28:00 +0000 (10:28 +0000)]
New version of debug_zval_dump_b.phpt, is_array.phpt, is_null.phpt, is_string.phpt, debug_zval_dump_e.phpt, is_bool.phpt, is_numeric.phpt, print_r.phpt, debug_zval_dump_o.phpt, is_float.phpt is_object.phpt, strval.phpt,
debug_zval_dump_v.phpt, is_int.phpt, is_scalar.phpt, var_dump.phpt
Raghubansh Kumar [Sat, 12 May 2007 10:15:02 +0000 (10:15 +0000)]
New version of addcslashes.phpt, md5_file.phpt, str_replace.phpt, substr.phpt, chr_ord.phpt, strpos.phpt, strstr.phpt, trim1.phpt, implode1.phpt, str_repeat.phpt, substr_count.phpt
Raghubansh Kumar [Sat, 12 May 2007 09:53:30 +0000 (09:53 +0000)]
New version of 005.phpt, array_change_key_case.phpt, array_key_exists.phpt, array_keys.phpt, array_map.phpt, array_pop.phpt, array_search.phpt, array_values.phpt, each.phpt, end.phpt, extract.phpt
Raghubansh Kumar [Sat, 12 May 2007 09:50:40 +0000 (09:50 +0000)]
New version of 009.phpt
Antony Dovgal [Fri, 11 May 2007 15:46:38 +0000 (15:46 +0000)]
MFH: remove warnings in resource dtor
Antony Dovgal [Fri, 11 May 2007 12:22:00 +0000 (12:22 +0000)]
BFN
Antony Dovgal [Fri, 11 May 2007 12:21:26 +0000 (12:21 +0000)]
MFH: fix #41134 (zend_ts_hash_clean not thread-safe)
fix also zend_ts_hash_*destroy()
Antony Dovgal [Fri, 11 May 2007 09:39:49 +0000 (09:39 +0000)]
BFN
Antony Dovgal [Fri, 11 May 2007 09:39:36 +0000 (09:39 +0000)]
MFH: fix #41351 (Invalid opcode with foreach ($a[] as $b))
Dmitry Stogov [Fri, 11 May 2007 08:02:43 +0000 (08:02 +0000)]
Fixed bug #39542 (Behaviour of require/include different to < 5.2.0)
Marcus Boerger [Fri, 11 May 2007 00:15:25 +0000 (00:15 +0000)]
- MFH Add invert option to RegexIterator
Antony Dovgal [Thu, 10 May 2007 22:10:43 +0000 (22:10 +0000)]
MFH: fix segfault in strripos() when offset == INT_MAX+1
identified and repoted by Joxean Koret
Antony Dovgal [Thu, 10 May 2007 21:52:10 +0000 (21:52 +0000)]
%d -> %ld
Ilia Alshanetsky [Thu, 10 May 2007 21:05:14 +0000 (21:05 +0000)]
Fixed random number generation for http auth mechanism in SOAP
# Identified by Stefan Esser
Hannes Magnusson [Thu, 10 May 2007 19:48:30 +0000 (19:48 +0000)]
use php_strtok_r() rather than strsep()
# Fixes build on, for instance, solaris
Antony Dovgal [Thu, 10 May 2007 16:28:11 +0000 (16:28 +0000)]
MFH: flush output buffer when/if highlight_string()/php_strip_whitespace()/highlight_string() fail
Dmitry Stogov [Thu, 10 May 2007 15:21:02 +0000 (15:21 +0000)]
Fixed bug #41291 (FastCGI does not set SO_REUSEADDR). (fmajid at kefta dot com)
Dmitry Stogov [Thu, 10 May 2007 14:58:17 +0000 (14:58 +0000)]
Fixed bug #41337 (WSDL parsing doesn't ignore non soap bindings)
Scott MacVicar [Thu, 10 May 2007 13:16:54 +0000 (13:16 +0000)]
Fixed bug #41347 (checkdnsrr() segfaults on empty hostname).
Antony Dovgal [Thu, 10 May 2007 12:23:25 +0000 (12:23 +0000)]
MFH: fix segfault in iptcembed()
Antony Dovgal [Thu, 10 May 2007 09:53:36 +0000 (09:53 +0000)]
MFH: bcmath.scale must be greater or equal to zero
Ilia Alshanetsky [Wed, 9 May 2007 23:59:06 +0000 (23:59 +0000)]
Fixed a typo
Pierre Joye [Tue, 8 May 2007 21:41:36 +0000 (21:41 +0000)]
- MFH: #41326, Writing empty tags with Xmlwriter::WriteElement[ns]
Ilia Alshanetsky [Tue, 8 May 2007 18:38:20 +0000 (18:38 +0000)]
Fixed bug #41321 (downgrade read errors in getimagesize() to E_NOTICE).
Dmitry Stogov [Tue, 8 May 2007 12:08:17 +0000 (12:08 +0000)]
Fixed bug #41304 (compress.zlib temp files left)
Ilia Alshanetsky [Mon, 7 May 2007 23:27:59 +0000 (23:27 +0000)]
Register RAW_POST_DATA even when always_populate_raw_post_data is off in
instances where content type is not known
Antony Dovgal [Mon, 7 May 2007 22:41:30 +0000 (22:41 +0000)]
fix tests (add precision)
Antony Dovgal [Mon, 7 May 2007 22:30:16 +0000 (22:30 +0000)]
fix tests
Antony Dovgal [Mon, 7 May 2007 22:10:14 +0000 (22:10 +0000)]
fix tests
Antony Dovgal [Mon, 7 May 2007 21:38:42 +0000 (21:38 +0000)]
fix test
Ilia Alshanetsky [Mon, 7 May 2007 18:45:03 +0000 (18:45 +0000)]
Fixed SOAP tests and added additional tests to ensure processing POST data
works based on server001.phpt