]>
granicus.if.org Git - php/log
Kalle Sommer Nielsen [Tue, 30 Jun 2009 11:36:58 +0000 (11:36 +0000)]
Fixed bug #38091 (Mail() does not use FQDN when sending SMTP helo)
Hannes Magnusson [Tue, 30 Jun 2009 08:49:05 +0000 (08:49 +0000)]
MFB5.3: Add missing ini entries (Mikko)
<changelog@php.net> [Tue, 30 Jun 2009 01:33:19 +0000 (01:33 +0000)]
ChangeLog update
andy wharmby [Mon, 29 Jun 2009 07:52:26 +0000 (07:52 +0000)]
Basic test for max() on 64 bit platforms. Tested on Linux 64 bit
andy wharmby [Mon, 29 Jun 2009 07:45:14 +0000 (07:45 +0000)]
Fix tests
andy wharmby [Mon, 29 Jun 2009 07:31:15 +0000 (07:31 +0000)]
Basic tests for sleep() and usleep(). Tested on Windows, Linux and Linux 64 bit
<changelog@php.net> [Mon, 29 Jun 2009 01:33:31 +0000 (01:33 +0000)]
ChangeLog update
Scott MacVicar [Sun, 28 Jun 2009 22:58:49 +0000 (22:58 +0000)]
Update libsqlite to 3.6.16
Patrick Allaert [Sun, 28 Jun 2009 22:40:38 +0000 (22:40 +0000)]
forgotten some credits :)
Patrick Allaert [Sun, 28 Jun 2009 22:38:23 +0000 (22:38 +0000)]
unicode support in ext/ldap
Felipe Pena [Sun, 28 Jun 2009 18:41:20 +0000 (18:41 +0000)]
- Fixed bug #48709 (metaphone and 'wh')
Andrei Zmievski [Sun, 28 Jun 2009 18:00:38 +0000 (18:00 +0000)]
Update
Johannes Schlüter [Sun, 28 Jun 2009 17:55:36 +0000 (17:55 +0000)]
Add missing ini entries (Mikko)
Johannes Schlüter [Sun, 28 Jun 2009 16:40:22 +0000 (16:40 +0000)]
Add ibase settings
Johannes Schlüter [Sun, 28 Jun 2009 15:55:19 +0000 (15:55 +0000)]
- Add two ini settings
Jani Taskinen [Sun, 28 Jun 2009 15:41:25 +0000 (15:41 +0000)]
- dot dot dot.. :)
Johannes Schlüter [Sun, 28 Jun 2009 15:29:14 +0000 (15:29 +0000)]
fix typo
Johannes Schlüter [Sun, 28 Jun 2009 15:20:22 +0000 (15:20 +0000)]
Add missing MySQL entries
Pierre Joye [Sun, 28 Jun 2009 12:41:51 +0000 (12:41 +0000)]
- fix build
Felipe Pena [Sun, 28 Jun 2009 02:36:19 +0000 (02:36 +0000)]
- Fixed bug #48658 (Change in behaviour of parse_str on php 6.0)
Felipe Pena [Sun, 28 Jun 2009 02:02:09 +0000 (02:02 +0000)]
- Fixed bug #48539 (pdo_dblib fails to connect, throws empty PDOException "SQLSTATE[] (null)")
<changelog@php.net> [Sun, 28 Jun 2009 01:33:04 +0000 (01:33 +0000)]
ChangeLog update
Felipe Pena [Sun, 28 Jun 2009 01:14:28 +0000 (01:14 +0000)]
- Fixed bug #48693 (Double declaration of __lambda_func when lambda wrongly formatted)
Pierre Joye [Sat, 27 Jun 2009 21:20:25 +0000 (21:20 +0000)]
- fix regression introduced by the fix for #48518 (Ilia, Rasmus)
Mikko Koppanen [Sat, 27 Jun 2009 15:22:06 +0000 (15:22 +0000)]
[DOC]
Support multiple paths (separated by path_separator) in config-file-scan-dir/PHP_INI_SCAN_DIR
<changelog@php.net> [Sat, 27 Jun 2009 01:35:55 +0000 (01:35 +0000)]
ChangeLog update
Pierre Joye [Fri, 26 Jun 2009 07:44:57 +0000 (07:44 +0000)]
- MF53:
- Windows ACL cache support, update existing tests and add a new one
- #48535, file_exists returns false when impersonate is used
Pierre Joye [Fri, 26 Jun 2009 07:25:38 +0000 (07:25 +0000)]
- add license
<changelog@php.net> [Fri, 26 Jun 2009 01:33:10 +0000 (01:33 +0000)]
ChangeLog update
Johannes Schlüter [Thu, 25 Jun 2009 15:04:14 +0000 (15:04 +0000)]
Add test
Felipe Pena [Thu, 25 Jun 2009 14:48:53 +0000 (14:48 +0000)]
- Fixed bug #48696 (ldap_read() segfaults with invalid parameters)
Ilia Alshanetsky [Thu, 25 Jun 2009 12:41:41 +0000 (12:41 +0000)]
Fixed bug #48678 (DateInterval segfaults when unserialising)
Ilia Alshanetsky [Thu, 25 Jun 2009 01:35:15 +0000 (01:35 +0000)]
MFB: Handle instances where TMPDIR = ""
<changelog@php.net> [Thu, 25 Jun 2009 01:33:13 +0000 (01:33 +0000)]
ChangeLog update
Scott MacVicar [Thu, 25 Jun 2009 00:04:07 +0000 (00:04 +0000)]
Fix bug #48679 - Crash in SQLite with count on an unbuffered query set
Greg Beaver [Wed, 24 Jun 2009 22:19:47 +0000 (22:19 +0000)]
fix Bug #48681: openssl signature verification for tar archives broken in ext/phar, merge small fixes to phar.phar generation from PHP_5_3
Felipe Pena [Wed, 24 Jun 2009 17:39:36 +0000 (17:39 +0000)]
- Fixed memleak when depth arg is less than zero
Ilia Alshanetsky [Wed, 24 Jun 2009 12:21:37 +0000 (12:21 +0000)]
MFB: Fixed bug #48465 (sys_get_temp_dir() possibly inconsistent when using
TMPDIR).
Pierre Joye [Wed, 24 Jun 2009 11:52:07 +0000 (11:52 +0000)]
- add readme.redist.bins as .txt
Pierre Joye [Wed, 24 Jun 2009 11:48:44 +0000 (11:48 +0000)]
- MF53: add licenses info for bundled libs, codes merged from other projects, etc., information for binary distributions (windows, linux, etc.)
Pierre Joye [Wed, 24 Jun 2009 11:47:46 +0000 (11:47 +0000)]
- MF53: license for libgd
Dmitry Stogov [Wed, 24 Jun 2009 08:53:44 +0000 (08:53 +0000)]
Fixed bug #48643 (String functions memory issue)
Jani Taskinen [Wed, 24 Jun 2009 07:42:14 +0000 (07:42 +0000)]
- Fixed bug #48661 (phpize broken with non-bash shells)
<changelog@php.net> [Wed, 24 Jun 2009 01:33:04 +0000 (01:33 +0000)]
ChangeLog update
andy wharmby [Tue, 23 Jun 2009 23:00:54 +0000 (23:00 +0000)]
Fix test
andy wharmby [Tue, 23 Jun 2009 22:45:30 +0000 (22:45 +0000)]
New and fixed html tests. Tested in Windows, Linux and Linux 64.
andy wharmby [Tue, 23 Jun 2009 22:39:42 +0000 (22:39 +0000)]
New basic parse_str() tests. Tested on Windows,Linux and Lnux 64 bit. Some tests fail on PHP 6 (tagged with XFAIL) due to bug 48658
Gwynne Raskind [Tue, 23 Jun 2009 21:11:12 +0000 (21:11 +0000)]
add S_IRWXU and friends as defined POSIX constants
Johannes Schlüter [Tue, 23 Jun 2009 18:14:03 +0000 (18:14 +0000)]
Fix build problem (Kalle)
David Soria Parra [Tue, 23 Jun 2009 14:14:32 +0000 (14:14 +0000)]
Fix bug #48644 mysqlnd does not compile with '--enable-mysqlnd-threading'
Johannes Schlüter [Tue, 23 Jun 2009 13:19:22 +0000 (13:19 +0000)]
The experimental warning sohuld be in the configure output...
Johannes Schlüter [Tue, 23 Jun 2009 13:09:20 +0000 (13:09 +0000)]
The json header should be installed so other exts can use it
Hannes Magnusson [Tue, 23 Jun 2009 12:27:36 +0000 (12:27 +0000)]
Fix arginfo for libxml_disable_entity_loader() and
libxml_use_internal_errors()
Rob Richards [Tue, 23 Jun 2009 10:49:00 +0000 (10:49 +0000)]
add libxml_disable_entity_loader function
Kalle Sommer Nielsen [Tue, 23 Jun 2009 06:55:45 +0000 (06:55 +0000)]
Move these defines to config.w32.h
Kalle Sommer Nielsen [Tue, 23 Jun 2009 02:13:04 +0000 (02:13 +0000)]
Use %* instead of a range + WS
Kalle Sommer Nielsen [Tue, 23 Jun 2009 01:37:05 +0000 (01:37 +0000)]
* Fix deprecation warning when building deplister
* Fix some mkdir warnings if "nmake build-dist" is executed twice
<changelog@php.net> [Tue, 23 Jun 2009 01:33:15 +0000 (01:33 +0000)]
ChangeLog update
Pierre Joye [Mon, 22 Jun 2009 20:35:46 +0000 (20:35 +0000)]
- MF53: #48619, imap_search ALL segfaults
Pierre Joye [Mon, 22 Jun 2009 20:15:27 +0000 (20:15 +0000)]
- MF53: [PHP-CVS] cvs: php-src(PHP_5_3) /sapi/cgi cgi_main.c
Christian Seiler [Mon, 22 Jun 2009 18:14:14 +0000 (18:14 +0000)]
- Fixed spl_autoload_functions/spl_autoload_unregister wrt. closures and
invokables.
Ilia Alshanetsky [Mon, 22 Jun 2009 13:43:06 +0000 (13:43 +0000)]
MFB: Fixed bug #48636 (Error compiling of ext/date on netware).
<changelog@php.net> [Mon, 22 Jun 2009 01:33:38 +0000 (01:33 +0000)]
ChangeLog update
Scott MacVicar [Sun, 21 Jun 2009 22:30:37 +0000 (22:30 +0000)]
Specific test for bug #48276
Scott MacVicar [Sun, 21 Jun 2009 22:18:53 +0000 (22:18 +0000)]
Fix bug #48276 - year is a long long so we need %lld so big endian systems print the correct value.
Hannes Magnusson [Sun, 21 Jun 2009 20:41:51 +0000 (20:41 +0000)]
MFB: Fix proto and arginfo
andy wharmby [Sun, 21 Jun 2009 17:42:13 +0000 (17:42 +0000)]
New lang tests.
Johannes Schlüter [Sun, 21 Jun 2009 16:44:40 +0000 (16:44 +0000)]
It's 2009
Ilia Alshanetsky [Sun, 21 Jun 2009 15:30:23 +0000 (15:30 +0000)]
MFB: Fixed bug #48620 (X-PHP-Originating-Script assumes no trailing CRLF in
existing headers)
Takeshi Abe [Sun, 21 Jun 2009 05:59:25 +0000 (05:59 +0000)]
fixed bug #48555 (ImageFTBBox() differs from previous versions for texts with new lines)
<changelog@php.net> [Sun, 21 Jun 2009 01:33:40 +0000 (01:33 +0000)]
ChangeLog update
Kalle Sommer Nielsen [Sat, 20 Jun 2009 06:05:26 +0000 (06:05 +0000)]
Fixed arginfo for array_map, patch by Matthew Fonda <matthewfonda@gmail.com>
<changelog@php.net> [Sat, 20 Jun 2009 01:33:11 +0000 (01:33 +0000)]
ChangeLog update
Kalle Sommer Nielsen [Fri, 19 Jun 2009 22:12:20 +0000 (22:12 +0000)]
Fix memleak
<changelog@php.net> [Fri, 19 Jun 2009 01:33:18 +0000 (01:33 +0000)]
ChangeLog update
andy wharmby [Thu, 18 Jun 2009 21:53:14 +0000 (21:53 +0000)]
Fix test; remove spurious code
andy wharmby [Thu, 18 Jun 2009 21:14:14 +0000 (21:14 +0000)]
Basic tests for strftime(). Tested on Windows (all tests skip), Linux and Liinux 64 bit
Greg Beaver [Thu, 18 Jun 2009 18:12:10 +0000 (18:12 +0000)]
fix EXPECT section of test
Derick Rethans [Thu, 18 Jun 2009 09:02:43 +0000 (09:02 +0000)]
- Updated to version 2009.10 (2009j)
Zoe Slattery [Thu, 18 Jun 2009 07:25:55 +0000 (07:25 +0000)]
Tests from Berlin test fest
Rasmus Lerdorf [Thu, 18 Jun 2009 06:39:11 +0000 (06:39 +0000)]
Fix bug #48592
<changelog@php.net> [Thu, 18 Jun 2009 01:33:13 +0000 (01:33 +0000)]
ChangeLog update
Pierre Joye [Wed, 17 Jun 2009 19:31:54 +0000 (19:31 +0000)]
- MF53: #47318, UMR when trying to activate user config
andy wharmby [Wed, 17 Jun 2009 19:15:18 +0000 (19:15 +0000)]
New test for standard object compare handler. Tested on Windows, Linux and Linux 64
andy wharmby [Wed, 17 Jun 2009 19:07:15 +0000 (19:07 +0000)]
New foreach tests. Tested on Windows, Linux and Linux 64 bit.
Andrey Hristov [Wed, 17 Jun 2009 16:21:34 +0000 (16:21 +0000)]
Fix two problems:
- The value of mysqli_get_client_info() has been changed recently and did
not include "mysqlnd" anymore thus the test suite was thinking the build
is always libmysql. This did not kept the suite from running pconn tests
- Going back to the libc allocator because the memory arena could be on a
persistent connections. If the build is not debug there will be no error
but the memory will be freed and in the second use of this pconn freed
memory will be used - not good! For now the arena doesn't take an argument
whether it should allocate persistently or not, thus persistent is safe
for now.
Johannes gave his +1 to commit this.
Felipe Pena [Wed, 17 Jun 2009 16:19:48 +0000 (16:19 +0000)]
- Fixed bug #48578 (Can't build 5.3 on FBSD 4.11) (Rasmus)
Scott MacVicar [Wed, 17 Jun 2009 13:15:39 +0000 (13:15 +0000)]
Update test to test a few more cases and another for calling prev() on a blank DLL.
Scott MacVicar [Wed, 17 Jun 2009 12:57:38 +0000 (12:57 +0000)]
Add SplDoublyLinkedList::prev(), no point in having a DLL that only goes one way
Robin Fernandes [Wed, 17 Jun 2009 10:38:24 +0000 (10:38 +0000)]
Additional class related tests.
Hannes Magnusson [Wed, 17 Jun 2009 10:18:42 +0000 (10:18 +0000)]
fix skipf
Rasmus Lerdorf [Wed, 17 Jun 2009 08:57:44 +0000 (08:57 +0000)]
Need the gcc version check here too
<changelog@php.net> [Wed, 17 Jun 2009 01:33:11 +0000 (01:33 +0000)]
ChangeLog update
Felipe Pena [Tue, 16 Jun 2009 19:49:04 +0000 (19:49 +0000)]
- Fixed tests
andy wharmby [Tue, 16 Jun 2009 19:39:37 +0000 (19:39 +0000)]
New strcoll error test. Tested on Windows, Linux and Linux 64.
Andrey Hristov [Tue, 16 Jun 2009 17:59:19 +0000 (17:59 +0000)]
C-comments should be used
Pierre Joye [Tue, 16 Jun 2009 16:53:56 +0000 (16:53 +0000)]
- MF53: fix readlink in TS SAPI
Rasmus Lerdorf [Tue, 16 Jun 2009 16:11:05 +0000 (16:11 +0000)]
Tweak to make this compile with gcc2
Felipe Pena [Tue, 16 Jun 2009 14:29:18 +0000 (14:29 +0000)]
- Fixed build (removed trailing comma) patch by Seiji Masugata <s.masugata at digicom.dnp.co.jp>
Andrey Hristov [Tue, 16 Jun 2009 13:06:45 +0000 (13:06 +0000)]
Memory usage optimisation. mysqlnd is not libmysql. mysqlnd does use the
Zend allocator, which means that is easier to hit memory_limit if you
have big stored (buffered) result sets. Before with libmysql you won't
hit memory_limit because libmysql uses libc's allocator and nothing is
checked. Now, with mysqlnd the situation is stricter and it is easier to
hit memory_limit. We try to optimize for big result sets. If a result set
is larger than 10 rows we will start freeing some data to keep memory usage
after 10 rows constant. This will help in the cases where a buffered result
set is scrolled forward only and just only once, or mysqlnd will need to
decode data from the network buffers again - yes, it is a trade-off between
CPU time and memory size. The best for big result sets is of course using
unbuffered queries - for comparison : 3 Million rows with buffered take
at least 180MB, with buffered you will stay at 3MB, and unbuffered will be
just 7-8% slower.