]> granicus.if.org Git - php/log
php
16 years ago- declarations must be.. 1st
Pierre Joye [Thu, 20 Nov 2008 10:20:37 +0000 (10:20 +0000)]
- declarations must be.. 1st

16 years agoChangeLog update
<changelog@php.net> [Thu, 20 Nov 2008 01:32:19 +0000 (01:32 +0000)]
ChangeLog update

16 years agoCS
Arnaud Le Blanc [Wed, 19 Nov 2008 17:54:24 +0000 (17:54 +0000)]
CS

16 years agoFix a small bug that mysqlnd::next_result didn't care about an error in a
Andrey Hristov [Wed, 19 Nov 2008 17:41:25 +0000 (17:41 +0000)]
Fix a small bug that mysqlnd::next_result didn't care about an error in a
multi-statement. In an inner layer the error has been already set, thus it
needed better massage on the top level.

16 years ago- Fixed tests
Felipe Pena [Wed, 19 Nov 2008 16:59:17 +0000 (16:59 +0000)]
- Fixed tests

16 years agoImproved ArrayObject performance (made spl_hash_verify_pos() an O(1)
Arnaud Le Blanc [Wed, 19 Nov 2008 14:42:27 +0000 (14:42 +0000)]
Improved ArrayObject performance (made spl_hash_verify_pos() an O(1)
and removed some spl_array_get_hash_table() calls). Fixes #46039

16 years ago- new naming and allow libcurl static build
Pierre Joye [Wed, 19 Nov 2008 09:28:54 +0000 (09:28 +0000)]
- new naming and allow libcurl static build
- c/p error for zlib

16 years agoFix #46241 (stacked error_handlers, error_handling in general)
Etienne Kneuss [Wed, 19 Nov 2008 01:59:07 +0000 (01:59 +0000)]
Fix #46241 (stacked error_handlers, error_handling in general)

16 years agoChangeLog update
<changelog@php.net> [Wed, 19 Nov 2008 01:32:00 +0000 (01:32 +0000)]
ChangeLog update

16 years agoMFB: new parameter-parsing api
Alexey Zakhlestin [Tue, 18 Nov 2008 19:09:15 +0000 (19:09 +0000)]
MFB: new parameter-parsing api

16 years ago- mac eol to win eol
Pierre Joye [Tue, 18 Nov 2008 19:03:22 +0000 (19:03 +0000)]
- mac eol to win eol

16 years agoFix windows build - pure C compiler
Andrey Hristov [Tue, 18 Nov 2008 18:02:06 +0000 (18:02 +0000)]
Fix windows build - pure C compiler

16 years agoAsynchronous queries for mysqli, when mysqlnd is enabled.
Andrey Hristov [Tue, 18 Nov 2008 16:54:38 +0000 (16:54 +0000)]
Asynchronous queries for mysqli, when mysqlnd is enabled.
Includes 4 tests for mysqli_poll

16 years agoReflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64...
Ant Phillips [Tue, 18 Nov 2008 15:37:57 +0000 (15:37 +0000)]
Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).

16 years ago- declaration has to be first...
Pierre Joye [Tue, 18 Nov 2008 14:25:54 +0000 (14:25 +0000)]
- declaration has to be first...

16 years ago- mfb: fix title
Pierre Joye [Tue, 18 Nov 2008 02:13:53 +0000 (02:13 +0000)]
- mfb: fix title

16 years ago- MFB: #41033, enable signing with DSA keys
Pierre Joye [Tue, 18 Nov 2008 02:12:48 +0000 (02:12 +0000)]
- MFB: #41033, enable signing with DSA keys

16 years agoChangeLog update
<changelog@php.net> [Tue, 18 Nov 2008 01:32:11 +0000 (01:32 +0000)]
ChangeLog update

16 years ago- Changed 'strlen' to use ZEND_FUNCTION(strlen)
Felipe Pena [Mon, 17 Nov 2008 22:15:13 +0000 (22:15 +0000)]
- Changed 'strlen' to use ZEND_FUNCTION(strlen)
- Removed duplicated arginfo structs

16 years agoAdd openssl_random_pseudo_bytes() in order to expose access to a PRG, this wraps...
Scott MacVicar [Mon, 17 Nov 2008 21:54:20 +0000 (21:54 +0000)]
Add openssl_random_pseudo_bytes() in order to expose access to a PRG, this wraps around whatever the OS provides.

- OpenBSD uses arc4random()
- Windows uses the Windows Crypto API
- FreeBSD, Linux, etc use /dev/random or /dev/urandom if available
[DOC]

16 years agoFix #46033 - Segfault when instantiating SQLite3stmt and SQLite3Result directly.
Scott MacVicar [Mon, 17 Nov 2008 19:32:31 +0000 (19:32 +0000)]
Fix #46033 - Segfault when instantiating SQLite3stmt and SQLite3Result directly.

16 years agoSync libsqlite to 3.6.5
Scott MacVicar [Mon, 17 Nov 2008 17:13:11 +0000 (17:13 +0000)]
Sync libsqlite to 3.6.5

16 years agoFeature request #46595. Use cc as default compiler and fallback to gcc. [DOC]
David Soria Parra [Mon, 17 Nov 2008 15:12:33 +0000 (15:12 +0000)]
Feature request #46595. Use cc as default compiler and fallback to gcc. [DOC]

16 years agoCommit tests for ext/reflection
Ant Phillips [Mon, 17 Nov 2008 12:50:18 +0000 (12:50 +0000)]
Commit tests for ext/reflection

16 years ago- Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)
Felipe Pena [Mon, 17 Nov 2008 11:26:25 +0000 (11:26 +0000)]
- Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)

16 years agoChangeLog update
<changelog@php.net> [Mon, 17 Nov 2008 01:32:31 +0000 (01:32 +0000)]
ChangeLog update

16 years ago- MFB: skip if pcntl is not present
Pierre Joye [Sun, 16 Nov 2008 23:22:02 +0000 (23:22 +0000)]
- MFB: skip if pcntl is not present

16 years ago- #46127, php_openssl_tcp_sockop_accept forgets to set context on accepted stream
Pierre Joye [Sun, 16 Nov 2008 23:03:59 +0000 (23:03 +0000)]
- #46127, php_openssl_tcp_sockop_accept forgets to set context on accepted stream

16 years agoMFB: Fixed memory leak inside readline_callback_handler_install() function
Ilia Alshanetsky [Sun, 16 Nov 2008 18:02:17 +0000 (18:02 +0000)]
MFB: Fixed memory leak inside readline_callback_handler_install() function

16 years agoChangeLog update
<changelog@php.net> [Sun, 16 Nov 2008 01:35:43 +0000 (01:35 +0000)]
ChangeLog update

16 years ago- Fixed strlen function entry (missing arginfo struct size, thanks Philip!)
Felipe Pena [Sun, 16 Nov 2008 00:44:01 +0000 (00:44 +0000)]
- Fixed strlen function entry (missing arginfo struct size, thanks Philip!)

16 years agoAdded stream_cast() and stream_set_options() to user-space stream
Arnaud Le Blanc [Sat, 15 Nov 2008 12:50:17 +0000 (12:50 +0000)]
Added stream_cast() and stream_set_options() to user-space stream
wrappers, allowing stream_select(), stream_set_blocking(),
stream_set_timeout() and stream_set_write_buffer() to work with user-space
stream wrappers.
Will document.

16 years agoChangeLog update
<changelog@php.net> [Sat, 15 Nov 2008 01:32:15 +0000 (01:32 +0000)]
ChangeLog update

16 years agoInterfaces extend other interfaces, not implement
Hannes Magnusson [Fri, 14 Nov 2008 19:22:09 +0000 (19:22 +0000)]
Interfaces extend other interfaces, not implement

16 years agoNew testcases for gmdate function
Sanjay Mantoor [Fri, 14 Nov 2008 09:14:30 +0000 (09:14 +0000)]
New testcases for gmdate function

16 years agoFix proto line
Arnaud Le Blanc [Fri, 14 Nov 2008 06:00:33 +0000 (06:00 +0000)]
Fix proto line

16 years agoChangeLog update
<changelog@php.net> [Fri, 14 Nov 2008 01:32:08 +0000 (01:32 +0000)]
ChangeLog update

16 years agoDocument the xmlrpc_errors option, it is totally unrelated to the extension
Hannes Magnusson [Thu, 13 Nov 2008 19:05:36 +0000 (19:05 +0000)]
Document the xmlrpc_errors option, it is totally unrelated to the extension

16 years agoMFB - Add error_log option to log directly to SAPI
Stanislav Malyshev [Thu, 13 Nov 2008 18:51:21 +0000 (18:51 +0000)]
MFB - Add error_log option to log directly to SAPI

16 years agoMFB: Fixed a bug inside dba_replace() that could cause file truncation with
Ilia Alshanetsky [Thu, 13 Nov 2008 18:21:54 +0000 (18:21 +0000)]
MFB: Fixed a bug inside dba_replace() that could cause file truncation with
invalid keys

16 years ago- Better fix
Felipe Pena [Thu, 13 Nov 2008 18:14:31 +0000 (18:14 +0000)]
- Better fix

16 years ago- declarations go first....
Pierre Joye [Thu, 13 Nov 2008 14:36:56 +0000 (14:36 +0000)]
- declarations go first....

16 years agoMFB: Updated header_handler in apache2filter and apache_hooks
Arnaud Le Blanc [Thu, 13 Nov 2008 13:41:59 +0000 (13:41 +0000)]
MFB: Updated header_handler in apache2filter and apache_hooks

16 years ago- Fixed invalid reads
Felipe Pena [Thu, 13 Nov 2008 13:07:50 +0000 (13:07 +0000)]
- Fixed invalid reads

16 years ago- Fix build
Felipe Pena [Thu, 13 Nov 2008 11:32:04 +0000 (11:32 +0000)]
- Fix build

16 years agoMFB: Added header_remove() (chsc at peytz dotdk, Arnaud)
Arnaud Le Blanc [Thu, 13 Nov 2008 10:33:08 +0000 (10:33 +0000)]
MFB: Added header_remove() (chsc at peytz dotdk, Arnaud)

16 years agoAdded stream_context_get_params()
Arnaud Le Blanc [Thu, 13 Nov 2008 05:46:51 +0000 (05:46 +0000)]
Added stream_context_get_params()
[DOC] proto bool stream_context_get_params(resource context|stream)
      Get parameters of a file context (parameters set by
      stream_context_set_params())

16 years ago- Fixed macro redefinition warning
Felipe Pena [Thu, 13 Nov 2008 01:34:57 +0000 (01:34 +0000)]
- Fixed macro redefinition warning

16 years agoChangeLog update
<changelog@php.net> [Thu, 13 Nov 2008 01:32:14 +0000 (01:32 +0000)]
ChangeLog update

16 years ago- Fixed a macro redefinition on BSD for different purpose
Felipe Pena [Wed, 12 Nov 2008 23:37:47 +0000 (23:37 +0000)]
- Fixed a macro redefinition on BSD for different purpose

16 years ago- Removed unused variables
Felipe Pena [Wed, 12 Nov 2008 17:26:19 +0000 (17:26 +0000)]
- Removed unused variables

16 years ago- Fix test
Felipe Pena [Wed, 12 Nov 2008 17:17:38 +0000 (17:17 +0000)]
- Fix test

16 years ago- fix #14962 (makes 2nd argument really optional)
Pierre Joye [Wed, 12 Nov 2008 11:24:48 +0000 (11:24 +0000)]
- fix #14962 (makes 2nd argument really optional)
- replace ZEND_ENGINE_2_1 test with PHP_ZIP_USE_OO, version independent
- sync tests with 5.3

16 years ago- not necessary anymore
Pierre Joye [Wed, 12 Nov 2008 11:20:38 +0000 (11:20 +0000)]
- not necessary anymore

16 years agoChangeLog update
<changelog@php.net> [Wed, 12 Nov 2008 01:32:32 +0000 (01:32 +0000)]
ChangeLog update

16 years ago- New parameter parsing API
Felipe Pena [Tue, 11 Nov 2008 17:52:47 +0000 (17:52 +0000)]
- New parameter parsing API

16 years ago- New tests
Felipe Pena [Tue, 11 Nov 2008 17:52:08 +0000 (17:52 +0000)]
- New tests

16 years ago- New test
Felipe Pena [Tue, 11 Nov 2008 16:12:18 +0000 (16:12 +0000)]
- New test

16 years ago- Added ZEND_FETCH_RESOURCE2_NO_RETURN() (a version of ZEND_FETCH_RESOURCE2 but witho...
Felipe Pena [Tue, 11 Nov 2008 13:26:26 +0000 (13:26 +0000)]
- Added ZEND_FETCH_RESOURCE2_NO_RETURN() (a version of ZEND_FETCH_RESOURCE2 but without the ZEND_VERIFY_RESOURCE() which contains RETURN_FALSE)
- Fixed bug #46543 (ibase_trans() memory leaks when using wrong parameters)

16 years ago- fix build with all curl versions, even very old (thx Felipe for having found all...
Pierre Joye [Tue, 11 Nov 2008 12:25:37 +0000 (12:25 +0000)]
- fix build with all curl versions, even very old (thx Felipe for having found all versions info)

16 years agofix build
Jani Taskinen [Tue, 11 Nov 2008 11:56:39 +0000 (11:56 +0000)]
fix build

16 years agoFixed stream_get_contents() when using $maxlength and socket is not
Arnaud Le Blanc [Tue, 11 Nov 2008 01:55:19 +0000 (01:55 +0000)]
Fixed stream_get_contents() when using $maxlength and socket is not
closed. indeyets@php.net on #46049.

16 years agoChangeLog update
<changelog@php.net> [Tue, 11 Nov 2008 01:32:21 +0000 (01:32 +0000)]
ChangeLog update

16 years agoFixed bug #44818 (php://memory writeable when opened read only)
Arnaud Le Blanc [Tue, 11 Nov 2008 00:44:36 +0000 (00:44 +0000)]
Fixed bug #44818 (php://memory writeable when opened read only)

16 years agoFixed bug #45585 (fread() return value for EOF inconsistent
Arnaud Le Blanc [Tue, 11 Nov 2008 00:40:05 +0000 (00:40 +0000)]
Fixed bug #45585 (fread() return value for EOF inconsistent
between PHP 5 and 6)

16 years ago- make the curl phpinfo more verbose
Pierre Joye [Mon, 10 Nov 2008 22:58:44 +0000 (22:58 +0000)]
- make the curl phpinfo more verbose

16 years ago- Make expected result compatible with recent Firebird version
Felipe Pena [Mon, 10 Nov 2008 22:33:00 +0000 (22:33 +0000)]
- Make expected result compatible with recent Firebird version

16 years agoState that bugs should be sorted desc.
Kalle Sommer Nielsen [Mon, 10 Nov 2008 22:10:21 +0000 (22:10 +0000)]
State that bugs should be sorted desc.

16 years ago- MFB (Which was an MFH)
David Coallier [Mon, 10 Nov 2008 20:34:53 +0000 (20:34 +0000)]
- MFB (Which was an MFH)
- Bug #44153 (ErrorCode returns NULL when no error)
- Bug #44154 (ErrorInfo to ALWAYS have 3 elements)

16 years agoRemove unneeded cast
Andrey Hristov [Mon, 10 Nov 2008 20:04:56 +0000 (20:04 +0000)]
Remove unneeded cast

16 years ago(MFB because I'm a bad person) test to ensure that ArrayObject can act as an array
Sean Coates [Mon, 10 Nov 2008 19:22:11 +0000 (19:22 +0000)]
(MFB because I'm a bad person) test to ensure that ArrayObject can act as an array

16 years agoFixed compiler warnings
Ilia Alshanetsky [Mon, 10 Nov 2008 19:03:57 +0000 (19:03 +0000)]
Fixed compiler warnings

16 years ago- New tests
Felipe Pena [Mon, 10 Nov 2008 18:01:36 +0000 (18:01 +0000)]
- New tests

16 years ago- Fixed tests (thanks Timm)
Felipe Pena [Mon, 10 Nov 2008 15:07:09 +0000 (15:07 +0000)]
- Fixed tests (thanks Timm)

16 years ago- Reverted my last commit
Timm Friebe [Mon, 10 Nov 2008 14:46:50 +0000 (14:46 +0000)]
- Reverted my last commit
# See http://news.php.net/php.cvs/54140

16 years ago- Make it work with bison 2.4.
Derick Rethans [Mon, 10 Nov 2008 12:05:49 +0000 (12:05 +0000)]
- Make it work with bison 2.4.

16 years ago- Documented changes / fixes to sybase_ct
Timm Friebe [Mon, 10 Nov 2008 11:57:10 +0000 (11:57 +0000)]
- Documented changes / fixes to sybase_ct
# MFB, all also in PHP_5_3

16 years ago- MFB: Fixed expected warning messages
Timm Friebe [Mon, 10 Nov 2008 11:52:52 +0000 (11:52 +0000)]
- MFB: Fixed expected warning messages
# Changed during migration to parameter parsing API

16 years ago- MFB: Made this test independent of field types in master..sysprocesses
Timm Friebe [Mon, 10 Nov 2008 11:52:16 +0000 (11:52 +0000)]
- MFB: Made this test independent of field types in master..sysprocesses
# char on ASE 11, varchar on ASE 15

16 years ago- MFB: Made this test independent of date format
Timm Friebe [Mon, 10 Nov 2008 11:51:35 +0000 (11:51 +0000)]
- MFB: Made this test independent of date format

16 years ago- Adjusted tests to reality
Timm Friebe [Mon, 10 Nov 2008 11:51:13 +0000 (11:51 +0000)]
- Adjusted tests to reality
# We select 123456789.12345679, we should have this returned and not
# something 123456789.123457 (rounded)

16 years ago- MFB: Changed source to read host, user and password from environment
Timm Friebe [Mon, 10 Nov 2008 11:50:28 +0000 (11:50 +0000)]
- MFB: Changed source to read host, user and password from environment
# E.g. nmake test TESTS=ext/sybase_ct PHP_SYBASE_HOST=db PHP_SYBASE_USER=sa PHP_SYBASE_PASS=***

16 years ago- MFB: Initial release
Timm Friebe [Mon, 10 Nov 2008 11:49:49 +0000 (11:49 +0000)]
- MFB: Initial release

16 years ago- MFB: Added optional parameter "new" to sybase_connect()
Timm Friebe [Mon, 10 Nov 2008 11:49:06 +0000 (11:49 +0000)]
- MFB: Added optional parameter "new" to sybase_connect()
- MFB: Fixed crash in sybase_unbuffered_query()
- MFB: Migrated to new parameter parsing API
- MFB: Made sybase_fetch_*() functions also read rows with CS_ROW_FAIL
- MFB: Adjusted function protos to use "resource" instead of "int"
# Forgot the bunnies. Sorry.

16 years ago- New tests
Felipe Pena [Mon, 10 Nov 2008 11:39:35 +0000 (11:39 +0000)]
- New tests

16 years agoNew testcases for date_sunset function
Sanjay Mantoor [Mon, 10 Nov 2008 07:10:00 +0000 (07:10 +0000)]
New testcases for date_sunset function

16 years agocredits
Arnaud Le Blanc [Mon, 10 Nov 2008 06:29:52 +0000 (06:29 +0000)]
credits

16 years agoAdded the oldset parameter to pcntl_sigprocmask().
Arnaud Le Blanc [Mon, 10 Nov 2008 05:56:22 +0000 (05:56 +0000)]
Added the oldset parameter to pcntl_sigprocmask().
Already documented.

16 years agoNew testcases for date_sunrise function
Sanjay Mantoor [Mon, 10 Nov 2008 05:49:54 +0000 (05:49 +0000)]
New testcases for date_sunrise function

16 years agoChangeLog update
<changelog@php.net> [Mon, 10 Nov 2008 01:32:37 +0000 (01:32 +0000)]
ChangeLog update

16 years agoFix for bug #46525 which fixes Ilia's fix for bug #46319
Rasmus Lerdorf [Sun, 9 Nov 2008 15:50:13 +0000 (15:50 +0000)]
Fix for bug #46525 which fixes Ilia's fix for bug #46319

16 years agoPHP 4.4 is no longer active, clarify that all changes should go to HEAD first and...
Lukas Smith [Sun, 9 Nov 2008 12:12:57 +0000 (12:12 +0000)]
PHP 4.4 is no longer active, clarify that all changes should go to HEAD first and that NEWS entries should only go into one branch

16 years agoChangeLog update
<changelog@php.net> [Sun, 9 Nov 2008 01:32:26 +0000 (01:32 +0000)]
ChangeLog update

16 years ago- Added connection checking on SKIPIF
Felipe Pena [Sat, 8 Nov 2008 15:38:33 +0000 (15:38 +0000)]
- Added connection checking on SKIPIF

16 years agoChangeLog update
<changelog@php.net> [Sat, 8 Nov 2008 01:33:12 +0000 (01:33 +0000)]
ChangeLog update

16 years ago- Fixed bug #46521 (Curl ZTS OpenSSL, error in config.m4 fragment)
Felipe Pena [Fri, 7 Nov 2008 21:11:26 +0000 (21:11 +0000)]
- Fixed bug #46521 (Curl ZTS OpenSSL, error in config.m4 fragment)
  Noticed by: jd at cpanel dot net

16 years agoMFB: new parameter-parsing API
Alexey Zakhlestin [Fri, 7 Nov 2008 13:28:56 +0000 (13:28 +0000)]
MFB: new parameter-parsing API

16 years ago- MFB: fix VC6 build, use our own strtoi64 implementation for VC6
Pierre Joye [Fri, 7 Nov 2008 13:12:13 +0000 (13:12 +0000)]
- MFB: fix VC6 build, use our own strtoi64 implementation for VC6

16 years ago- MFB: strtoi64 forward compatible replacement for VC6
Pierre Joye [Fri, 7 Nov 2008 13:11:35 +0000 (13:11 +0000)]
- MFB: strtoi64 forward compatible replacement for VC6

16 years agoMFB fix VC6 build
Scott MacVicar [Fri, 7 Nov 2008 12:58:08 +0000 (12:58 +0000)]
MFB fix VC6 build