]> granicus.if.org Git - php/log
php
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)

15 years ago- missing include
Pierre Joye [Tue, 9 Jun 2009 09:25:18 +0000 (09:25 +0000)]
- missing include

15 years agoBFN
Scott MacVicar [Tue, 9 Jun 2009 02:00:46 +0000 (02:00 +0000)]
BFN

15 years agoMFH Fix bug #48493 - spl_autoload_register can leave the HT in an inconsistent way.
Scott MacVicar [Tue, 9 Jun 2009 01:58:07 +0000 (01:58 +0000)]
MFH Fix bug #48493 - spl_autoload_register can leave the HT in an inconsistent way.
Need to point the second elements previous item to head so we can traverse upwards.

15 years agoMove entry to 5.2
Scott MacVicar [Tue, 9 Jun 2009 00:42:51 +0000 (00:42 +0000)]
Move entry to 5.2

15 years ago #41874, separate STDOUT and STDERR in exec functions
Pierre Joye [Tue, 9 Jun 2009 00:25:37 +0000 (00:25 +0000)]
 #41874, separate STDOUT and STDERR in exec functions

15 years ago- typo
Pierre Joye [Mon, 8 Jun 2009 21:27:05 +0000 (21:27 +0000)]
- typo

15 years ago- Updated to version 2009.9 (2009i)
Derick Rethans [Mon, 8 Jun 2009 13:53:34 +0000 (13:53 +0000)]
- Updated to version 2009.9 (2009i)

15 years agoFixed test
Ilia Alshanetsky [Mon, 8 Jun 2009 12:31:08 +0000 (12:31 +0000)]
Fixed test

15 years agoNew tests for operators. These tests were auto generated to verify correctness for...
Robert Nicholson [Mon, 8 Jun 2009 11:59:32 +0000 (11:59 +0000)]
New tests for operators. These tests were auto generated to verify correctness for a number of significant values.  The work was done by Dave Kelsey.

15 years agoMerge with HEAD. Someone committed changes to HEAD and did not merge back to
Andrey Hristov [Mon, 8 Jun 2009 10:20:27 +0000 (10:20 +0000)]
Merge with HEAD. Someone committed changes to HEAD and did not merge back to
the branch.
Also switch off the zval cache, for now.

15 years ago- sync with 1.0.2, improve perf x86-64 (patch by Solar Designer)
Pierre Joye [Mon, 8 Jun 2009 08:44:15 +0000 (08:44 +0000)]
- sync with 1.0.2, improve perf x86-64 (patch by Solar Designer)

15 years agoMFH make SQLite3::enableExceptions() return the previous value.
Scott MacVicar [Mon, 8 Jun 2009 02:15:54 +0000 (02:15 +0000)]
MFH make SQLite3::enableExceptions() return the previous value.

15 years agoFixed bug #44827 (define() is missing error checks for class constants)
Ilia Alshanetsky [Mon, 8 Jun 2009 01:26:03 +0000 (01:26 +0000)]
Fixed bug #44827 (define() is missing error checks for class constants)

15 years agoMFH: Removed credit
Patrick Allaert [Sun, 7 Jun 2009 21:27:19 +0000 (21:27 +0000)]
MFH: Removed credit

15 years agoNew tests for foreach loops. These were written by another member of the Projectzero...
Robert Nicholson [Sun, 7 Jun 2009 21:03:48 +0000 (21:03 +0000)]
New tests for foreach loops. These were written by another member of the Projectzero team.

15 years agoMFH: Fixed bug #47836 (array operator [] inconsistency when the array has PHP_INT_MAX...
Matt Wilmas [Sun, 7 Jun 2009 19:28:15 +0000 (19:28 +0000)]
MFH: Fixed bug #47836 (array operator [] inconsistency when the array has PHP_INT_MAX index value)
Also simplified related array_push() test

15 years agoMFH: Changed error messages to use "cannot" instead of "can not" (meaning "also can")
Matt Wilmas [Sun, 7 Jun 2009 15:46:54 +0000 (15:46 +0000)]
MFH: Changed error messages to use "cannot" instead of "can not" (meaning "also can")

15 years agoMFH: Fixed bug #48469 (ldap_get_entries() memory leaks on empty search results)
Patrick Allaert [Sun, 7 Jun 2009 13:07:58 +0000 (13:07 +0000)]
MFH: Fixed bug #48469 (ldap_get_entries() memory leaks on empty search results)

15 years agoMFH: Fixed error message grammar:
Matt Wilmas [Sat, 6 Jun 2009 02:40:49 +0000 (02:40 +0000)]
MFH: Fixed error message grammar:
 - "cannot" instead of "can not" (meaning "also can")
 - "than" instead of "then" (Hint: "then" should hardly be needed;
     you're not telling the order in which to do something)

... plus removed a couple ending. dots

15 years agoMFH: Make pass_two visible to extensions with ZEND_API (required for optimizer).
Brian Shire [Fri, 5 Jun 2009 23:20:59 +0000 (23:20 +0000)]
MFH: Make pass_two visible to extensions with ZEND_API (required for optimizer).

15 years agoThere is no always_inline attribute in gcc2
Rasmus Lerdorf [Fri, 5 Jun 2009 22:14:21 +0000 (22:14 +0000)]
There is no always_inline attribute in gcc2

15 years agoMFH: Added zend_eval_stringl and made create_function(), etc. binary-safe
Matt Wilmas [Fri, 5 Jun 2009 18:50:32 +0000 (18:50 +0000)]
MFH: Added zend_eval_stringl and made create_function(), etc. binary-safe

15 years agoMFH: Fixed tests again after double->long conversion change (to match 5.2)
Matt Wilmas [Fri, 5 Jun 2009 17:15:33 +0000 (17:15 +0000)]
MFH: Fixed tests again after double->long conversion change (to match 5.2)

15 years agoMFH: better fix for #48409 , #48428 , #48228
Arnaud Le Blanc [Fri, 5 Jun 2009 11:21:31 +0000 (11:21 +0000)]
MFH: better fix for #48409 , #48428 , #48228

15 years agoMFH: fixed isset() on sub-directories (isset("blah") if file "blah/foo.php" exists)
Greg Beaver [Fri, 5 Jun 2009 04:46:49 +0000 (04:46 +0000)]
MFH: fixed isset() on sub-directories (isset("blah") if file "blah/foo.php" exists)

15 years agoMFPECL: fix security vulnerability in phar's handling of long tar filenames
Greg Beaver [Thu, 4 Jun 2009 19:59:09 +0000 (19:59 +0000)]
MFPECL: fix security vulnerability in phar's handling of long tar filenames

15 years agoMFH: Updated tests after double->long conversion change (basically to match 5.2)
Matt Wilmas [Thu, 4 Jun 2009 18:25:06 +0000 (18:25 +0000)]
MFH: Updated tests after double->long conversion change (basically to match 5.2)

# Let me know about other failing tests I missed

15 years agoMFH:
Matt Wilmas [Thu, 4 Jun 2009 18:20:45 +0000 (18:20 +0000)]
MFH:
Restored double->long conversion behavior to that of PHP 5.2 (on most platforms) and prior:
 * Out-of-range numbers overflow/preserve least significant bits (no LONG_MAX/MIN limit)
 * See bug #42868 (presumably-rare platform with different results in 5.2)
 * On 32-bit platforms with 64-bit long type, a zend_long64 cast has been added,
    otherwise it's the same as 5.2
 * Use this conversion method everywhere instead of some plain (long) casts

Added 'L' parameter parsing specifier to ensure a LONG_MAX/MIN limit:
 * Essentially what 5.3's new conversion was doing in most cases
 * Functions with "limit" or "length" type params could be updated to use this,
    and prevent confusing overflow behavior with huge numbers (*also* in 5.2)
  - See bug #47854, for example; or even #42868 again

# Test updates coming

15 years agoMFB
Andrei Zmievski [Thu, 4 Jun 2009 18:17:43 +0000 (18:17 +0000)]
MFB

15 years agoMFH: Include other flags as well
Etienne Kneuss [Thu, 4 Jun 2009 14:46:26 +0000 (14:46 +0000)]
MFH: Include other flags as well

15 years agoMFH: Fixed creating directory structure when extracting phars
Hannes Magnusson [Thu, 4 Jun 2009 12:22:32 +0000 (12:22 +0000)]
MFH: Fixed creating directory structure when extracting phars

15 years agoMFH:- Fixed bug #48419 (non-portable STDIN fileno in cgi_main.c)
Jani Taskinen [Thu, 4 Jun 2009 11:51:43 +0000 (11:51 +0000)]
MFH:- Fixed bug #48419 (non-portable STDIN fileno in cgi_main.c)

15 years agoMFH: CS + WS changes
Jani Taskinen [Thu, 4 Jun 2009 11:47:27 +0000 (11:47 +0000)]
MFH: CS + WS changes

15 years ago- typo
Pierre Joye [Thu, 4 Jun 2009 07:41:01 +0000 (07:41 +0000)]
- typo

15 years ago- new constnats
Pierre Joye [Thu, 4 Jun 2009 07:01:47 +0000 (07:01 +0000)]
- new constnats

15 years ago- [DOC] add PHP_WINDOWS_NT_* and PHP_WINDOWS_VERSION_* constants (usefull for testing...
Pierre Joye [Thu, 4 Jun 2009 06:59:46 +0000 (06:59 +0000)]
- [DOC] add PHP_WINDOWS_NT_* and PHP_WINDOWS_VERSION_* constants (usefull for testing and features detections)
   see http://msdn.microsoft.com/en-us/library/ms724451(VS.85).aspx for the explanation

15 years ago- Fixed tests
Felipe Pena [Thu, 4 Jun 2009 01:15:12 +0000 (01:15 +0000)]
- Fixed tests

15 years agoMFH: Add test for Bug #47859 parse_ini_file() does not like asterisk (*) in key in...
Brian Shire [Wed, 3 Jun 2009 19:37:26 +0000 (19:37 +0000)]
MFH: Add test for Bug #47859 parse_ini_file() does not like asterisk (*) in key in the beginning

15 years agoFixed bug #46386 (Digest authentication with SOAP module fails against MSSQL
Ilia Alshanetsky [Wed, 3 Jun 2009 12:39:50 +0000 (12:39 +0000)]
Fixed bug #46386 (Digest authentication with SOAP module fails against MSSQL
SOAP services)

#original patch by lordelph at gmail dot com

15 years agoCommiting testfest tests from tek
Zoe Slattery [Wed, 3 Jun 2009 12:30:40 +0000 (12:30 +0000)]
Commiting testfest tests from tek

15 years ago- fix title
Pierre Joye [Wed, 3 Jun 2009 08:31:24 +0000 (08:31 +0000)]
- fix title

15 years ago- fix parameter order and return value check in windows (Venkat Raman Don, Pierre...
Pierre Joye [Wed, 3 Jun 2009 07:56:53 +0000 (07:56 +0000)]
- fix parameter order and return value check in windows (Venkat Raman Don, Pierre)' link

15 years agoMFH: config.h is in this directory, not in ext/bcmath root, fixes re-compilation...
Kalle Sommer Nielsen [Wed, 3 Jun 2009 01:19:33 +0000 (01:19 +0000)]
MFH: config.h is in this directory, not in ext/bcmath root, fixes re-compilation for me

15 years agoMFH:
Kalle Sommer Nielsen [Wed, 3 Jun 2009 01:14:58 +0000 (01:14 +0000)]
MFH:
* We dont need to wrap to two lines here, its small enough to show with a standard sized cmd window
* Bump copyright year in the .rc

15 years agoMFH:- Fixed bug #48456 (CPPFLAGS not restored properly in phpize.m4)
Jani Taskinen [Tue, 2 Jun 2009 19:54:03 +0000 (19:54 +0000)]
MFH:- Fixed bug #48456 (CPPFLAGS not restored properly in phpize.m4)

15 years agoFixed test
Ilia Alshanetsky [Tue, 2 Jun 2009 12:19:34 +0000 (12:19 +0000)]
Fixed test

15 years agofix test
Jani Taskinen [Tue, 2 Jun 2009 08:03:07 +0000 (08:03 +0000)]
fix test

15 years agofix compiler warnings by moving all std includes after include of zend_config.h.
Nuno Lopes [Mon, 1 Jun 2009 17:51:53 +0000 (17:51 +0000)]
fix compiler warnings by moving all std includes after include of zend_config.h.
this also fixes the build with stricter compilers than gcc (like clang)

15 years agoMFH: New tests
Arnaud Le Blanc [Mon, 1 Jun 2009 16:10:35 +0000 (16:10 +0000)]
MFH: New tests
# These tests were failing on different configurations, so adding them
# all to get more chances of seeing one failing in case of problem.

15 years agoMFH: better fix for #48409 , #48428 , #48228
Arnaud Le Blanc [Mon, 1 Jun 2009 15:07:42 +0000 (15:07 +0000)]
MFH: better fix for #48409 , #48428 , #48228

15 years agoFixed bug #48273 (snmp*_real_walk() returns SNMP errors as values)
Ilia Alshanetsky [Mon, 1 Jun 2009 13:10:18 +0000 (13:10 +0000)]
Fixed bug #48273 (snmp*_real_walk() returns SNMP errors as values)

15 years agoEngine execution order tests
Zoe Slattery [Mon, 1 Jun 2009 13:01:04 +0000 (13:01 +0000)]
Engine execution order tests

15 years agoFixes to work on Windows as well as Linux
Zoe Slattery [Mon, 1 Jun 2009 09:01:06 +0000 (09:01 +0000)]
Fixes to work on Windows as well as Linux

15 years agoMFH: Add test for the timeout inside shutdown function
Etienne Kneuss [Sun, 31 May 2009 21:32:42 +0000 (21:32 +0000)]
MFH: Add test for the timeout inside shutdown function

15 years agofix for #48247
Stanislav Malyshev [Sun, 31 May 2009 21:28:38 +0000 (21:28 +0000)]
fix for #48247

15 years agoFix the build.
Andrei Zmievski [Sun, 31 May 2009 18:55:10 +0000 (18:55 +0000)]
Fix the build.

15 years agoFixed bug #48359 (Script hangs on snmprealwalk if OID is not increasing)
Ilia Alshanetsky [Sun, 31 May 2009 14:11:04 +0000 (14:11 +0000)]
Fixed bug #48359 (Script hangs on snmprealwalk if OID is not increasing)

# Original patch by simonov at gmail dot com

15 years agoMFH: no dots in errors
Jani Taskinen [Sun, 31 May 2009 13:51:08 +0000 (13:51 +0000)]
MFH: no dots in errors

15 years agofix news
Jani Taskinen [Sun, 31 May 2009 13:20:22 +0000 (13:20 +0000)]
fix news

15 years agoThis shouldn't have been in there
Kalle Sommer Nielsen [Sun, 31 May 2009 11:16:46 +0000 (11:16 +0000)]
This shouldn't have been in there

15 years agoExpose encode/decode API.
Andrei Zmievski [Sun, 31 May 2009 01:44:07 +0000 (01:44 +0000)]
Expose encode/decode API.

15 years agoMFH: Take small blocks cache into account in memory_get_usage()
Arnaud Le Blanc [Sat, 30 May 2009 16:42:13 +0000 (16:42 +0000)]
MFH: Take small blocks cache into account in memory_get_usage()

15 years agoMFH: Fix aliasing issue (fixes #48409 , #48428 , #48228)
Arnaud Le Blanc [Sat, 30 May 2009 16:31:12 +0000 (16:31 +0000)]
MFH: Fix aliasing issue (fixes #48409 , #48428 , #48228)

15 years agoMFH: Make sure the timeout is checked in the shutdown function, patch from Etienne
Scott MacVicar [Sat, 30 May 2009 09:48:16 +0000 (09:48 +0000)]
MFH: Make sure the timeout is checked in the shutdown function, patch from Etienne

15 years agoMFH - Fixing tests - messages/warnings can vary by version
Ulf Wendel [Fri, 29 May 2009 13:37:08 +0000 (13:37 +0000)]
MFH - Fixing tests - messages/warnings can vary by version

15 years agoMFH - Updating test to reflect API changes.
Ulf Wendel [Fri, 29 May 2009 13:23:01 +0000 (13:23 +0000)]
MFH - Updating test to reflect API changes.

15 years agoMFH - Skip test for libmysql. The MySQL C-API does not support it, mysqlnd does...
Ulf Wendel [Fri, 29 May 2009 13:12:39 +0000 (13:12 +0000)]
MFH - Skip test for libmysql. The MySQL C-API does not support it, mysqlnd does...

15 years agoNEWS
Andrey Hristov [Fri, 29 May 2009 13:11:10 +0000 (13:11 +0000)]
NEWS

15 years agoMFH:Add support for mysql_stmt_store_result() from libmysql 6.0.8+ and 5.4.x
Andrey Hristov [Fri, 29 May 2009 13:09:47 +0000 (13:09 +0000)]
MFH:Add support for mysql_stmt_store_result() from libmysql 6.0.8+ and 5.4.x

15 years agoMFH - 1) The wording of a message can differ by version and by libmysql vs. mysqlnd...
Ulf Wendel [Fri, 29 May 2009 13:02:43 +0000 (13:02 +0000)]
MFH - 1) The wording of a message can differ by version and by libmysql vs. mysqlnd. 2) %i is better than %s

15 years agoMFH - Behaviour is undefined with libmysql, accept whatever libmysql may return....
Ulf Wendel [Fri, 29 May 2009 12:55:55 +0000 (12:55 +0000)]
MFH - Behaviour is undefined with libmysql, accept whatever libmysql may return. With mysqlnd you get the defined value of -1 to indicate 'no value'.