]>
granicus.if.org Git - php/log
Pierre Joye [Tue, 25 Aug 2009 00:14:23 +0000 (00:14 +0000)]
- fix test
Pierre Joye [Mon, 24 Aug 2009 20:33:36 +0000 (20:33 +0000)]
- sigh. that too (separate fix).
Pierre Joye [Mon, 24 Aug 2009 20:32:11 +0000 (20:32 +0000)]
- that part was for a separate fix
Pierre Joye [Mon, 24 Aug 2009 20:27:52 +0000 (20:27 +0000)]
- split atime and mtime
Pierre Joye [Mon, 24 Aug 2009 19:19:43 +0000 (19:19 +0000)]
- fix test
Pierre Joye [Mon, 24 Aug 2009 18:45:45 +0000 (18:45 +0000)]
- fix test
Pierre Joye [Mon, 24 Aug 2009 18:43:21 +0000 (18:43 +0000)]
- fix test
Ilia Alshanetsky [Mon, 24 Aug 2009 18:40:13 +0000 (18:40 +0000)]
Don't clober variables
Pierre Joye [Mon, 24 Aug 2009 14:18:19 +0000 (14:18 +0000)]
- fix object dir usage (ie: relative path called from a symlinked dir), also fix nmake test for similar cases
Rafael Machado Dohms [Mon, 24 Aug 2009 02:50:19 +0000 (02:50 +0000)]
Adding tests for imagecolorallocatealpha
Mikko Koppanen [Sat, 22 Aug 2009 02:31:23 +0000 (02:31 +0000)]
Fixes a memory leak in ssl streams. The context was not properly freed
Antony Dovgal [Fri, 21 Aug 2009 07:46:43 +0000 (07:46 +0000)]
fix build broken by the fix for bug #49306
Jani Taskinen [Thu, 20 Aug 2009 12:40:15 +0000 (12:40 +0000)]
- Fixed bug #49286 (php://input (php_stream_input_read) is broken)
Jani Taskinen [Thu, 20 Aug 2009 12:19:49 +0000 (12:19 +0000)]
- Merge missing commit by Ilia from PHP_5_3: Make filters without a resource throw E_RECOVERABLE_ERROR rather then E_ERROR
Jani Taskinen [Thu, 20 Aug 2009 12:17:32 +0000 (12:17 +0000)]
- WS + CS + sync
Ilia Alshanetsky [Thu, 20 Aug 2009 12:13:38 +0000 (12:13 +0000)]
Fixed bug #49306 (inside pdo_mysql default socket settings are ignored).
Jani Taskinen [Thu, 20 Aug 2009 11:19:20 +0000 (11:19 +0000)]
- Fixed bug #49289 (bcmath module does not compile with phpize configure).
Pierre Joye [Thu, 20 Aug 2009 09:03:19 +0000 (09:03 +0000)]
- revert fix for #43327, it breaks system&co functions
Pierre Joye [Wed, 19 Aug 2009 18:43:46 +0000 (18:43 +0000)]
- fixed #43327, wrong return value from mail(), if sendmail_path is wrong
andy wharmby [Wed, 19 Aug 2009 08:39:33 +0000 (08:39 +0000)]
New basic test for md5(). Tested on Windows, Linux and Linux 64 bit
Stanislav Malyshev [Tue, 18 Aug 2009 20:51:49 +0000 (20:51 +0000)]
fix crash when unexpectedly passed by-ref parameter is modified
Garrett Serack [Tue, 18 Aug 2009 18:58:33 +0000 (18:58 +0000)]
- Fixed bug #28038 (Sent incorrect RCPT TO commands to SMTP server)
Ilia Alshanetsky [Tue, 18 Aug 2009 12:44:32 +0000 (12:44 +0000)]
NULL the value after free
Dmitry Stogov [Tue, 18 Aug 2009 10:12:32 +0000 (10:12 +0000)]
Fixed ability to call user functions from user opcodes without recursion
Stanislav Malyshev [Tue, 18 Aug 2009 00:41:43 +0000 (00:41 +0000)]
cleanup parameter parsing
andy wharmby [Mon, 17 Aug 2009 22:41:30 +0000 (22:41 +0000)]
New str_replace() tests. All tested on Windows, Linux and Linux 64
Stanislav Malyshev [Mon, 17 Aug 2009 22:15:18 +0000 (22:15 +0000)]
fix parameter parsing for SNMP
Garrett Serack [Mon, 17 Aug 2009 21:28:22 +0000 (21:28 +0000)]
- Fix for bug #49223 Inconsistency using get_defined_constants(true)
Dmitry Stogov [Mon, 17 Aug 2009 18:23:48 +0000 (18:23 +0000)]
Fixed bug #49144 (import of schema from different host transmits original authentication details)
Jani Taskinen [Mon, 17 Aug 2009 17:57:40 +0000 (17:57 +0000)]
- Fixed bug #49236 (Missing PHP_SUBST(PDO_MYSQL_SHARED_LIBADD)).
Jani Taskinen [Mon, 17 Aug 2009 16:54:39 +0000 (16:54 +0000)]
- Try disabling zlib.output_compression always for images. (zlib extension might be compiled as shared and not same time as the main PHP binary)
Derick Rethans [Mon, 17 Aug 2009 14:46:58 +0000 (14:46 +0000)]
- Updated to version 2009.12 (2009l)
andy wharmby [Mon, 17 Aug 2009 14:22:02 +0000 (14:22 +0000)]
New basic tests for uniqid(). Tested on Windows, Linux and Linux 64 bit
andy wharmby [Mon, 17 Aug 2009 10:37:30 +0000 (10:37 +0000)]
New basic string tests - includes back-porting a few existing tests back to 5.2. All tested on Windows, Linux and Linux 64
Dmitry Stogov [Mon, 17 Aug 2009 07:41:22 +0000 (07:41 +0000)]
Fixed bug #49269 (Ternary operator fails on Iterator object when used inside foreach declaration). (Etienne, Dmitry)
Ilia Alshanetsky [Sun, 16 Aug 2009 14:32:32 +0000 (14:32 +0000)]
MFB: Added missing sanity checks around exif processing.
Felipe Pena [Sat, 15 Aug 2009 16:05:06 +0000 (16:05 +0000)]
- Fix ZTS build && removed unused vars
Felipe Pena [Sat, 15 Aug 2009 14:46:34 +0000 (14:46 +0000)]
- Add check
Stanislav Malyshev [Sat, 15 Aug 2009 05:43:18 +0000 (05:43 +0000)]
cleanup string parameter parsing, fix some tests
Felipe Pena [Sat, 15 Aug 2009 00:52:31 +0000 (00:52 +0000)]
- Improved param. parsing for ldap_read(), ldap_search() and ldap_list()
Dmitry Stogov [Fri, 14 Aug 2009 06:21:49 +0000 (06:21 +0000)]
Fixed crash in usort() and uasort() in case user comparison function modifyes th
e array.
Etienne Kneuss [Thu, 13 Aug 2009 22:07:05 +0000 (22:07 +0000)]
Fix several recursion problems when var_dump'ing self-referencing objects
Christopher Jones [Wed, 12 Aug 2009 14:54:16 +0000 (14:54 +0000)]
refactor & WS for local test config change
Ilia Alshanetsky [Wed, 12 Aug 2009 12:47:19 +0000 (12:47 +0000)]
Fixed compiler warning
Scott MacVicar [Wed, 12 Aug 2009 09:18:41 +0000 (09:18 +0000)]
Fix build on platforms where crypt isn't always available
Sriram Natarajan [Tue, 11 Aug 2009 23:45:35 +0000 (23:45 +0000)]
- Simplify default flags for Sun C compiler.
Scott MacVicar [Tue, 11 Aug 2009 23:05:13 +0000 (23:05 +0000)]
Fix BC break in mime_content_type()
Stanislav Malyshev [Tue, 11 Aug 2009 22:46:07 +0000 (22:46 +0000)]
fix potential memory issue on serialization
# When internal class uses zend_mangle_property_name it's malloc()
# so it should be freed with free()
Scott MacVicar [Tue, 11 Aug 2009 22:22:21 +0000 (22:22 +0000)]
Update libsqlite to 3.6.17.
Scott MacVicar [Tue, 11 Aug 2009 21:40:15 +0000 (21:40 +0000)]
We should check /usr/local/include last
Pierre Joye [Tue, 11 Aug 2009 17:19:35 +0000 (17:19 +0000)]
- destroy the file entry stream first
Pierre Joye [Tue, 11 Aug 2009 15:12:00 +0000 (15:12 +0000)]
- fixed bug #49072, feof never returns true for damaged file in zip
Pierre Joye [Tue, 11 Aug 2009 13:09:11 +0000 (13:09 +0000)]
-skip if not 5.3
Scott MacVicar [Tue, 11 Aug 2009 12:03:29 +0000 (12:03 +0000)]
Search /usr/include too for those wanting to use a system PCRE.
David Soria Parra [Tue, 11 Aug 2009 02:21:09 +0000 (02:21 +0000)]
Add actions for the gitclean target.
Kalle Sommer Nielsen [Mon, 10 Aug 2009 16:58:53 +0000 (16:58 +0000)]
Don't build sqlite as threadsafe if we are doing an NTS build
Etienne Kneuss [Mon, 10 Aug 2009 15:18:13 +0000 (15:18 +0000)]
Fix endless recursion of var_dump() over self-referencing closures
Pierre Joye [Mon, 10 Aug 2009 08:05:11 +0000 (08:05 +0000)]
- fix and improve dns' AAAA support on windows
Rasmus Lerdorf [Mon, 10 Aug 2009 06:53:49 +0000 (06:53 +0000)]
Tweak a few tests that failed on OSX
Rasmus Lerdorf [Sun, 9 Aug 2009 14:50:51 +0000 (14:50 +0000)]
Make these socket tests less Linux-specific
Rasmus Lerdorf [Sun, 9 Aug 2009 14:20:54 +0000 (14:20 +0000)]
The system error here may not be "Filename too long". On OSX, for example,
it is "Invalid ioctl" in this case.
Ilia Alshanetsky [Sun, 9 Aug 2009 13:16:21 +0000 (13:16 +0000)]
MFB: Fixed bug #49193 (gdJpegGetVersionString() inside gd_compact identifies wrong type in declaration)
Rasmus Lerdorf [Sun, 9 Aug 2009 05:16:17 +0000 (05:16 +0000)]
Skip this test on osx because ceil(-0.5) doesn't return -0 like
everywhere else because of weird optimizations.
Andi Gutmans [Sun, 9 Aug 2009 04:46:02 +0000 (04:46 +0000)]
- Optimize slightly for common case - n!=4
Andi Gutmans [Sun, 9 Aug 2009 03:39:15 +0000 (03:39 +0000)]
- Fix small typo
Rasmus Lerdorf [Sat, 8 Aug 2009 14:48:47 +0000 (14:48 +0000)]
Doing a strnatcasecmp(chr(128),chr(255)) is completely non-sensical.
Logically one might think that chr(128) would collate before chr(255) except
this is a case-insensitive comparison and internally we toupper() both args.
toupper(chr(128)) is 128. There is no upper-case equivalent of this char.
toupper(chr(255)) is 120 so chr(255) collates before chr(128) in this
case-insensitive comparison. And these are rather bogus characters to feed
to a natsort test anyway.
Rasmus Lerdorf [Sat, 8 Aug 2009 14:39:34 +0000 (14:39 +0000)]
Restore intra-string whitespace collapsing broken in the previous change.
Pierre Joye [Sat, 8 Aug 2009 13:01:13 +0000 (13:01 +0000)]
- [DOC] Fixed #49183 patch for VC6, NAPTR is only available in VC9+ build
Rasmus Lerdorf [Fri, 7 Aug 2009 17:32:31 +0000 (17:32 +0000)]
Oops, true/false are not defined on Linux. They are on OSX.
Rasmus Lerdorf [Fri, 7 Aug 2009 17:14:19 +0000 (17:14 +0000)]
Only skip leading 0's - fixes a test I broke a while ago
Jani Taskinen [Fri, 7 Aug 2009 15:45:56 +0000 (15:45 +0000)]
- Generated files
Jani Taskinen [Fri, 7 Aug 2009 15:44:37 +0000 (15:44 +0000)]
- Fixed bug #48719 parse_ini_*(): scanner mode is not checked for sanity)
Jani Taskinen [Fri, 7 Aug 2009 14:22:49 +0000 (14:22 +0000)]
- Generated files..
Jani Taskinen [Fri, 7 Aug 2009 14:21:38 +0000 (14:21 +0000)]
- Fixed bug #48660 (parse_ini_*(): dollar sign as last character of value fails)
Pierre Joye [Fri, 7 Aug 2009 13:31:09 +0000 (13:31 +0000)]
- Fixed #49183, dns_get_record does not return NAPTR records
Jani Taskinen [Thu, 6 Aug 2009 13:54:21 +0000 (13:54 +0000)]
- Fix test
Rasmus Lerdorf [Thu, 6 Aug 2009 13:26:43 +0000 (13:26 +0000)]
Fix more tests messed up by svn
Rasmus Lerdorf [Thu, 6 Aug 2009 13:08:13 +0000 (13:08 +0000)]
Fix test
Ilia Alshanetsky [Thu, 6 Aug 2009 12:23:35 +0000 (12:23 +0000)]
Make test more generic
Jani Taskinen [Thu, 6 Aug 2009 11:11:15 +0000 (11:11 +0000)]
- Fix CS and remove extra strlen() call
Jani Taskinen [Thu, 6 Aug 2009 11:02:25 +0000 (11:02 +0000)]
- Restore PHP-5.2 behaviour when passing null inside object scope to get_class()
Rasmus Lerdorf [Thu, 6 Aug 2009 10:56:00 +0000 (10:56 +0000)]
The user argument cannot be NULL here - fixes 2 tests
Scott MacVicar [Thu, 6 Aug 2009 04:37:07 +0000 (04:37 +0000)]
Deal with moving to res_nsearch(). dns_search() on OSX lacks an error handler, might revert to using straight bind9.
Scott MacVicar [Thu, 6 Aug 2009 01:33:54 +0000 (01:33 +0000)]
Fix bug #48575 - Use dlopen() just like all the other *nixes instead of OSX specific code.
Scott MacVicar [Thu, 6 Aug 2009 00:10:46 +0000 (00:10 +0000)]
Remove usage of res_nmkquery and res_nsend. We essentially were just doing a res_search() anyway, though now we use res_nsearch() with our own state.
This also adds support for using the high level <dns.h> API on OSX which in turns allows use of bind9 (finally).
Scott MacVicar [Wed, 5 Aug 2009 23:20:17 +0000 (23:20 +0000)]
Change dns.h to php_dns.h, part of my dns cleanup
Scott MacVicar [Wed, 5 Aug 2009 20:01:33 +0000 (20:01 +0000)]
res_search is already checked within ext/standard/config.m4
also check for arpa/nameser_compat.h, OSX puts some old defines in there (not used yet)
andy wharmby [Wed, 5 Aug 2009 16:10:46 +0000 (16:10 +0000)]
Basic test for is_resource() and isset() functions. tested on Windows, Linux and Linux 64
Greg Beaver [Wed, 5 Aug 2009 15:58:50 +0000 (15:58 +0000)]
use x.y.z version number, use a #define for version number
andy wharmby [Wed, 5 Aug 2009 08:54:27 +0000 (08:54 +0000)]
Add new use-case to parse_str() test. Tested on Windows, Linux and Linux 64
Kalle Sommer Nielsen [Tue, 4 Aug 2009 21:11:35 +0000 (21:11 +0000)]
Fix compiler warnings in ext/date
Jani Taskinen [Tue, 4 Aug 2009 14:51:29 +0000 (14:51 +0000)]
Merge from PHP_5_3
Ilia Alshanetsky [Tue, 4 Aug 2009 14:34:44 +0000 (14:34 +0000)]
Added missing handling for ICO support
Jani Taskinen [Tue, 4 Aug 2009 12:16:40 +0000 (12:16 +0000)]
- Add test (yes, it fails still :)
Jani Taskinen [Tue, 4 Aug 2009 11:20:49 +0000 (11:20 +0000)]
- Fixed bug #48608 (Invalid libreadline version not detected during configure)
Kalle Sommer Nielsen [Tue, 4 Aug 2009 11:19:07 +0000 (11:19 +0000)]
Revert and correct previous fix, this does not loose precision and convert back to int
Antony Dovgal [Tue, 4 Aug 2009 10:22:18 +0000 (10:22 +0000)]
fix test
Antony Dovgal [Tue, 4 Aug 2009 09:27:15 +0000 (09:27 +0000)]
cosmetic fix
Antony Dovgal [Tue, 4 Aug 2009 09:24:48 +0000 (09:24 +0000)]
fix memleak and possible segfault in HTTP fopen wrapper
Jani Taskinen [Tue, 4 Aug 2009 02:58:29 +0000 (02:58 +0000)]
- Generated files