]> granicus.if.org Git - php/log
php
15 years agounfuck the file, fucked up by Pierre as usual
Jani Taskinen [Wed, 17 Jun 2009 22:50:18 +0000 (22:50 +0000)]
unfuck the file, fucked up by Pierre as usual

15 years ago- Reorder
Felipe Pena [Wed, 17 Jun 2009 19:55:32 +0000 (19:55 +0000)]
- Reorder

15 years ago- fix NEWS (thx Felipe!)
Pierre Joye [Wed, 17 Jun 2009 19:42:56 +0000 (19:42 +0000)]
- fix NEWS (thx Felipe!)

15 years ago- update with latest bits
Pierre Joye [Wed, 17 Jun 2009 19:40:33 +0000 (19:40 +0000)]
- update with latest bits

15 years ago- kill unused var
Pierre Joye [Wed, 17 Jun 2009 19:28:52 +0000 (19:28 +0000)]
- kill unused var

15 years ago- #47318, UMR when trying to activate user config
Pierre Joye [Wed, 17 Jun 2009 19:22:24 +0000 (19:22 +0000)]
- #47318, UMR when trying to activate user config

15 years agoNew test for standard object compare handler. Tested on Windows, Linux and Linux 64
andy wharmby [Wed, 17 Jun 2009 19:15:19 +0000 (19:15 +0000)]
New test for standard object compare handler. Tested on Windows, Linux and Linux 64

15 years agoNew foreach tests. Tested on Windows, Linux and Linux 64 bit.
andy wharmby [Wed, 17 Jun 2009 19:07:17 +0000 (19:07 +0000)]
New foreach tests. Tested on Windows, Linux and Linux 64 bit.

15 years agoMFB5.2: "Make this happy on gcc2"
Hannes Magnusson [Wed, 17 Jun 2009 17:56:17 +0000 (17:56 +0000)]
MFB5.2: "Make this happy on gcc2"

15 years agoBFN #48578
Felipe Pena [Wed, 17 Jun 2009 16:22:14 +0000 (16:22 +0000)]
BFN #48578

15 years agoMFH:
Andrey Hristov [Wed, 17 Jun 2009 16:22:13 +0000 (16:22 +0000)]
MFH:
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.

15 years ago- MFH: Fixed bug #48578 (Can't build 5.3 on FBSD 4.11) (Rasmus)
Felipe Pena [Wed, 17 Jun 2009 16:20:04 +0000 (16:20 +0000)]
- MFH: Fixed bug #48578 (Can't build 5.3 on FBSD 4.11) (Rasmus)

15 years agoMFH Add SplDoublyLinkedList::prev() and fix a memory leak when the iterator pointer...
Scott MacVicar [Wed, 17 Jun 2009 13:27:09 +0000 (13:27 +0000)]
MFH Add SplDoublyLinkedList::prev() and fix a memory leak when the iterator pointer isn't at the end

15 years agoAdditional class related tests.
Robin Fernandes [Wed, 17 Jun 2009 10:38:25 +0000 (10:38 +0000)]
Additional class related tests.

15 years agofix skipif
Hannes Magnusson [Wed, 17 Jun 2009 10:18:17 +0000 (10:18 +0000)]
fix skipif

15 years agofix skipif
Hannes Magnusson [Wed, 17 Jun 2009 10:14:25 +0000 (10:14 +0000)]
fix skipif

15 years ago- fix test
Pierre Joye [Wed, 17 Jun 2009 10:10:19 +0000 (10:10 +0000)]
- fix test

15 years ago- missing --SKIPIF-- header
Pierre Joye [Wed, 17 Jun 2009 10:08:01 +0000 (10:08 +0000)]
- missing --SKIPIF-- header

15 years agoNeed the gcc version check here too
Rasmus Lerdorf [Wed, 17 Jun 2009 08:55:23 +0000 (08:55 +0000)]
Need the gcc version check here too

15 years ago- fix build when IO_REPARSE_TAG_SYMLINK is not defined (works with 2k+)
Pierre Joye [Tue, 16 Jun 2009 21:54:12 +0000 (21:54 +0000)]
- fix build when IO_REPARSE_TAG_SYMLINK is not defined (works with 2k+)

15 years ago- Fixed tests
Felipe Pena [Tue, 16 Jun 2009 19:49:55 +0000 (19:49 +0000)]
- Fixed tests

15 years agoNew strcoll error test. Tested on Windows, Linux and Linux 64.
andy wharmby [Tue, 16 Jun 2009 19:39:39 +0000 (19:39 +0000)]
New strcoll error test. Tested on Windows, Linux and Linux 64.

15 years agoMFH: C-comments
Andrey Hristov [Tue, 16 Jun 2009 18:00:00 +0000 (18:00 +0000)]
MFH: C-comments

15 years ago- fix readlink in TS SAPI
Pierre Joye [Tue, 16 Jun 2009 16:50:13 +0000 (16:50 +0000)]
- fix readlink in TS SAPI

15 years agoTweak to make this compile with gcc2
Rasmus Lerdorf [Tue, 16 Jun 2009 16:10:15 +0000 (16:10 +0000)]
Tweak to make this compile with gcc2

15 years ago- MFH: Fixed build (removed trailing comma) patch by Seiji Masugata <s.masugata at...
Felipe Pena [Tue, 16 Jun 2009 14:33:33 +0000 (14:33 +0000)]
- MFH: Fixed build (removed trailing comma) patch by Seiji Masugata <s.masugata at digicom.dnp.co.jp>

15 years agoMFH:
Andrey Hristov [Tue, 16 Jun 2009 13:07:14 +0000 (13:07 +0000)]
MFH:
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.

15 years agoFixed test
Ilia Alshanetsky [Tue, 16 Jun 2009 12:40:59 +0000 (12:40 +0000)]
Fixed test

15 years agoFix typo in test
andy wharmby [Tue, 16 Jun 2009 11:37:13 +0000 (11:37 +0000)]
Fix typo in test

15 years ago- fix title
Pierre Joye [Tue, 16 Jun 2009 10:37:59 +0000 (10:37 +0000)]
- fix title

15 years ago- fix title
Pierre Joye [Tue, 16 Jun 2009 10:37:30 +0000 (10:37 +0000)]
- fix title

15 years agoMFH:
Andrey Hristov [Tue, 16 Jun 2009 09:15:38 +0000 (09:15 +0000)]
MFH:
Hardwire function call instead of using callbacks. We don't actually need
callbacks, it was done for making 2 functions static, not to pollute the
global functions space but that had its price of 8 bytes overheat per
allocation, which is just too much. Also making the app member 32b instead
of 64b, which should save additional 4 byte, to the total of 12 byte per
allocation of a row buffer.

15 years agoNew class related tests. Tested on Windows, Linux and Linux 64. Tests written by...
andy wharmby [Tue, 16 Jun 2009 08:59:39 +0000 (08:59 +0000)]
New class related tests. Tested on Windows, Linux and Linux 64. Tests written by  Iain Lewis

15 years agoMFH:
Andrey Hristov [Tue, 16 Jun 2009 07:53:35 +0000 (07:53 +0000)]
MFH:
Use Zend's allocator instead of libc's and also don't try to work on
zvals that are NULLs.

15 years ago- MFH: Fixed bug #48562 (Reference recursion causes segfault when used in wddx_serial...
Felipe Pena [Tue, 16 Jun 2009 02:54:26 +0000 (02:54 +0000)]
- MFH: Fixed bug #48562 (Reference recursion causes segfault when used in wddx_serialize_vars())

15 years ago- revert last commit, should not have been applied
Pierre Joye [Tue, 16 Jun 2009 00:17:56 +0000 (00:17 +0000)]
- revert last commit, should not have been applied

15 years ago- #47767, include_once does not resolve windows symlinks or junctions
Pierre Joye [Tue, 16 Jun 2009 00:13:56 +0000 (00:13 +0000)]
- #47767, include_once does not resolve windows symlinks or junctions

15 years ago- Windows ACL cache support, update existing tests and add a new one
Pierre Joye [Tue, 16 Jun 2009 00:07:05 +0000 (00:07 +0000)]
- Windows ACL cache support, update existing tests and add a new one

15 years ago- Drop unused code
Felipe Pena [Mon, 15 Jun 2009 17:56:08 +0000 (17:56 +0000)]
- Drop unused code

15 years agoNew test for bitwise operators. Tested on Linux 64 bit
andy wharmby [Mon, 15 Jun 2009 17:38:44 +0000 (17:38 +0000)]
New test for bitwise operators. Tested on Linux 64 bit

15 years agoMove tests to correct directory
andy wharmby [Mon, 15 Jun 2009 17:34:40 +0000 (17:34 +0000)]
Move tests to correct directory

15 years ago- MFH: Fixed bug #48557 (Numeric string keys in Apache Hashmaps are not cast to integ...
Felipe Pena [Mon, 15 Jun 2009 17:31:02 +0000 (17:31 +0000)]
- MFH: Fixed bug #48557 (Numeric string keys in Apache Hashmaps are not cast to integers) patch by David Zülke <david.zuelke at bitextender.com>

15 years agoMFH: Fixing #48441 (ldap_search() with sizelimit/timelimit/deref options makes those...
Patrick Allaert [Mon, 15 Jun 2009 15:18:31 +0000 (15:18 +0000)]
MFH: Fixing #48441 (ldap_search() with sizelimit/timelimit/deref options makes those options persistent)

15 years ago- add TODO about int definition cleanup
Pierre Joye [Mon, 15 Jun 2009 15:08:12 +0000 (15:08 +0000)]
- add TODO about int definition cleanup

15 years agoMFH: Refactoring that will help fixing #48441
Patrick Allaert [Mon, 15 Jun 2009 15:04:11 +0000 (15:04 +0000)]
MFH: Refactoring that will help fixing #48441

15 years ago- #48535, file_exists returns false when impersonate is used
Pierre Joye [Mon, 15 Jun 2009 15:01:01 +0000 (15:01 +0000)]
- #48535,  file_exists returns false when impersonate is used

15 years ago- MFH: simplify, use correct type and silent warnings
Pierre Joye [Mon, 15 Jun 2009 14:47:15 +0000 (14:47 +0000)]
- MFH: simplify, use correct type and silent warnings

15 years agoBFN
Scott MacVicar [Mon, 15 Jun 2009 13:41:42 +0000 (13:41 +0000)]
BFN

15 years agoMFH sync SQLite 3.6.15
Scott MacVicar [Mon, 15 Jun 2009 13:23:59 +0000 (13:23 +0000)]
MFH sync SQLite 3.6.15

15 years agoSimplify original fix for bug #33475
Ilia Alshanetsky [Mon, 15 Jun 2009 12:37:37 +0000 (12:37 +0000)]
Simplify original fix for bug #33475

15 years agoNew POSIX extension tests from Berlin UG TestFest 2009.
andy wharmby [Mon, 15 Jun 2009 12:14:55 +0000 (12:14 +0000)]
New POSIX extension tests from Berlin UG TestFest 2009.

15 years ago- silent warning
Pierre Joye [Mon, 15 Jun 2009 08:32:38 +0000 (08:32 +0000)]
- silent warning

15 years agoSynced with the wiki
Philip Olson [Sun, 14 Jun 2009 19:15:57 +0000 (19:15 +0000)]
Synced with the wiki

15 years agoRemove unused file (see file UPGRADING for the 5.2->5.3 guide)
Philip Olson [Sun, 14 Jun 2009 17:56:07 +0000 (17:56 +0000)]
Remove unused file (see file UPGRADING for the 5.2->5.3 guide)

15 years agoBackport ob test to php 5.2 and 53.
andy wharmby [Sun, 14 Jun 2009 16:47:11 +0000 (16:47 +0000)]
Backport ob test to php 5.2 and 53.

15 years agoNew foreach tests. Tested on Windows, Linux and Linux 64 bit.
andy wharmby [Sun, 14 Jun 2009 14:17:43 +0000 (14:17 +0000)]
New foreach tests. Tested on Windows, Linux and Linux 64 bit.

15 years agoBasic tests for function_exists() and get_defined_functions(). Tested on Windows...
andy wharmby [Sun, 14 Jun 2009 13:49:16 +0000 (13:49 +0000)]
Basic tests for function_exists() and get_defined_functions(). Tested on Windows, Linux and Linux 64 bit.

15 years agoMFB: Fixed bug #48512 (DOMDocument::validate() fails with both a E_NOTICE
Ilia Alshanetsky [Sun, 14 Jun 2009 13:13:35 +0000 (13:13 +0000)]
MFB: Fixed bug #48512 (DOMDocument::validate() fails with both a E_NOTICE
and E_WARN if no DTD)

15 years agoNew json extension tests. Tested on Windows, Linux and Linux 64 bit.
andy wharmby [Sun, 14 Jun 2009 12:08:27 +0000 (12:08 +0000)]
New json extension tests. Tested on Windows, Linux and Linux 64 bit.

15 years agoremove missing erealloc entry that will go in php 5.2 NEWS
Greg Beaver [Sat, 13 Jun 2009 17:34:21 +0000 (17:34 +0000)]
remove missing erealloc entry that will go in php 5.2 NEWS

15 years agofix Bug #48541: spl_autoload_register only registers first closure, then leaks the...
Greg Beaver [Sat, 13 Jun 2009 17:30:50 +0000 (17:30 +0000)]
fix Bug #48541: spl_autoload_register only registers first closure, then leaks the others.  Fix missing erealloc in fix for bug #40091 (PHP_5_3 only)

15 years agofix criminally unclear NEWS entry by me
Greg Beaver [Sat, 13 Jun 2009 16:43:04 +0000 (16:43 +0000)]
fix criminally unclear NEWS entry by me

15 years agoNew iconv extension tests. Tested on Windows, Linux and Linux 64 bit.
andy wharmby [Sat, 13 Jun 2009 12:17:42 +0000 (12:17 +0000)]
New iconv extension tests. Tested on Windows, Linux and Linux 64 bit.

15 years ago- Constified method_name arg. in zend_get_user_call_function() and zend_get_user_call...
Felipe Pena [Fri, 12 Jun 2009 21:36:53 +0000 (21:36 +0000)]
- Constified method_name arg. in zend_get_user_call_function() and zend_get_user_callstatic_function()

15 years ago- MFH: Fixed bug #48514 (cURL extension uses same resource name for simple and multi...
Felipe Pena [Fri, 12 Jun 2009 20:48:28 +0000 (20:48 +0000)]
- MFH: Fixed bug #48514 (cURL extension uses same resource name for simple and multi APIs)

15 years agoNew iconv extension tests. Tested on Windows, Linux and Linux 64 bit.
andy wharmby [Fri, 12 Jun 2009 18:57:09 +0000 (18:57 +0000)]
New iconv extension tests. Tested on Windows, Linux and Linux 64 bit.

15 years agoNew iconv extension tests. Tested on Windows, Linux and Linux 64 bit
andy wharmby [Fri, 12 Jun 2009 17:16:01 +0000 (17:16 +0000)]
New iconv extension tests. Tested on Windows, Linux and Linux 64 bit

15 years agoMFH: Fixed static build of mbstring on Windows (makes static build of exif possible...
Kalle Sommer Nielsen [Fri, 12 Jun 2009 16:15:51 +0000 (16:15 +0000)]
MFH: Fixed static build of mbstring on Windows (makes static build of exif possible too)

15 years ago- Dropped unnecessary var
Felipe Pena [Fri, 12 Jun 2009 14:03:35 +0000 (14:03 +0000)]
- Dropped unnecessary var

15 years agoMFH:
Andrey Hristov [Fri, 12 Jun 2009 13:24:57 +0000 (13:24 +0000)]
MFH:
Fix crash when tracing is enabled. Position after buffer was used also
direct usage of MYSQLND_STRING pointer instead of the "s" property of the
structure.

15 years agoMFH: Fixed bug #48533 (__callStatic is not invoked for private/protected methods)
Felipe Pena [Fri, 12 Jun 2009 01:05:25 +0000 (01:05 +0000)]
MFH: Fixed bug #48533 (__callStatic is not invoked for private/protected methods)

15 years agoDelete duplicate test
andy wharmby [Thu, 11 Jun 2009 23:04:35 +0000 (23:04 +0000)]
Delete duplicate test

15 years agoNew intval() tests. Tested on Windows, Linux and linux 64
andy wharmby [Thu, 11 Jun 2009 22:26:51 +0000 (22:26 +0000)]
New intval() tests. Tested on Windows, Linux and linux 64

15 years agoNew 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored...
andy wharmby [Thu, 11 Jun 2009 21:17:00 +0000 (21:17 +0000)]
New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey

15 years agoAdd/Fix SKIPIF sections of cURL tests
andy wharmby [Thu, 11 Jun 2009 21:11:20 +0000 (21:11 +0000)]
Add/Fix SKIPIF sections of cURL tests

15 years agoPut these in an ifdef because they are not used at all if the zval cache
Andrey Hristov [Thu, 11 Jun 2009 17:54:04 +0000 (17:54 +0000)]
Put these in an ifdef because they are not used at all if the zval cache
is off.

15 years agoupdate NEWS about phar.phar on windows
Greg Beaver [Thu, 11 Jun 2009 14:40:43 +0000 (14:40 +0000)]
update NEWS about phar.phar on windows

15 years agoadd phar.phar creation on windows
Greg Beaver [Thu, 11 Jun 2009 14:39:37 +0000 (14:39 +0000)]
add phar.phar creation on windows

15 years ago- silent warning and make it less ambiguous
Pierre Joye [Thu, 11 Jun 2009 14:36:48 +0000 (14:36 +0000)]
- silent warning and make it less ambiguous

15 years agoNew POISX tests. Tested on Windows (all test SKIP), Linux and Linux 64
andy wharmby [Thu, 11 Jun 2009 12:31:00 +0000 (12:31 +0000)]
New POISX tests. Tested on Windows (all test SKIP), Linux and Linux 64

15 years agoMFH: Use a better extension version
Johannes Schlüter [Thu, 11 Jun 2009 10:18:08 +0000 (10:18 +0000)]
MFH: Use a better extension version

15 years agoMFH: fix bug #48518 (curl crashes when writing into invalid file handle)
Antony Dovgal [Thu, 11 Jun 2009 09:46:43 +0000 (09:46 +0000)]
MFH: fix bug #48518 (curl crashes when writing into invalid file handle)

15 years agoreapply the fix
Antony Dovgal [Thu, 11 Jun 2009 09:43:59 +0000 (09:43 +0000)]
reapply the fix

15 years agoMFH: Mark spl as required and fix extension loading order
Hannes Magnusson [Thu, 11 Jun 2009 09:41:15 +0000 (09:41 +0000)]
MFH: Mark spl as required and fix extension loading order
# Not needed in 5.2 as the simplexmliterator is part of spl there

15 years agoMFH:
Andrey Hristov [Thu, 11 Jun 2009 08:52:06 +0000 (08:52 +0000)]
MFH:
Protect the code when variable is NULL, which should never happen, but
anyway, you know about "never happens" :)

15 years agoMFH:
Andrey Hristov [Thu, 11 Jun 2009 08:35:47 +0000 (08:35 +0000)]
MFH:
  Check the pointer before calling a function on it, or we will crash.
  This is a very rare situation where the server is totally broken.

15 years agoSync with PHP6 - TSRMLS_FETCH
Andrey Hristov [Thu, 11 Jun 2009 08:30:08 +0000 (08:30 +0000)]
Sync with PHP6 - TSRMLS_FETCH
Extract reference decrement in own function
Remove PHPAPI of a function and make it static as it is not called
externally

15 years ago- MFH: Fix the fix (Bug #46973 - IPv6 address filter rejects valid address)
Felipe Pena [Wed, 10 Jun 2009 19:01:17 +0000 (19:01 +0000)]
- MFH: Fix the fix (Bug #46973 - IPv6 address filter rejects valid address)

15 years agoback to -dev
Johannes Schlüter [Wed, 10 Jun 2009 18:39:15 +0000 (18:39 +0000)]
back to -dev

15 years ago5.3.0RC3
Johannes Schlüter [Wed, 10 Jun 2009 18:18:43 +0000 (18:18 +0000)]
5.3.0RC3

15 years agoMFH Hannes said this shall not be run for RCs
Johannes Schlüter [Wed, 10 Jun 2009 18:15:22 +0000 (18:15 +0000)]
MFH Hannes said this shall not be run for RCs

15 years ago- check for static lib as well
Pierre Joye [Wed, 10 Jun 2009 15:44:51 +0000 (15:44 +0000)]
- check for static lib as well

15 years agorevert the fix for a while
Antony Dovgal [Wed, 10 Jun 2009 11:53:58 +0000 (11:53 +0000)]
revert the fix for a while

15 years agoMFH: fix arginfo for curl_multi_info_read()
Antony Dovgal [Wed, 10 Jun 2009 11:10:01 +0000 (11:10 +0000)]
MFH: fix arginfo for curl_multi_info_read()

15 years ago- put mpir headers in their own directory
Pierre Joye [Wed, 10 Jun 2009 09:59:21 +0000 (09:59 +0000)]
- put mpir headers in their own directory

15 years agoFix test - remove bogus variation
andy wharmby [Tue, 9 Jun 2009 20:18:31 +0000 (20:18 +0000)]
Fix test - remove bogus variation

15 years ago- missing ACL entry
Pierre Joye [Tue, 9 Jun 2009 16:38:17 +0000 (16:38 +0000)]
- missing ACL entry

15 years ago- #41874
Pierre Joye [Tue, 9 Jun 2009 14:10:08 +0000 (14:10 +0000)]
- #41874

15 years agoMFH: Fix bug #47042 (cgi sapi is incorrectly removing the SCRIPT_FILENAME for non...
David Soria Parra [Tue, 9 Jun 2009 13:31:39 +0000 (13:31 +0000)]
MFH: Fix bug #47042 (cgi sapi is incorrectly removing the SCRIPT_FILENAME for non apache).
The fix was provided by Sriram Natarajan.

15 years ago- fix build (void alarm)
Pierre Joye [Tue, 9 Jun 2009 09:26:02 +0000 (09:26 +0000)]
- fix build (void alarm)