]> granicus.if.org Git - php/log
php
17 years agoMFH: add ZEND_DEBUG_BUILD constant
Jani Taskinen [Tue, 20 Nov 2007 16:34:25 +0000 (16:34 +0000)]
MFH: add ZEND_DEBUG_BUILD constant

17 years agoFixed bug #42978 (mismatch between number of bound params and values causes
Ilia Alshanetsky [Tue, 20 Nov 2007 14:22:27 +0000 (14:22 +0000)]
Fixed bug #42978 (mismatch between number of bound params and values causes
a crash in pdo_pgsql)

17 years agoOptimization of zend_do_fcall_common_helper()
Dmitry Stogov [Tue, 20 Nov 2007 13:53:08 +0000 (13:53 +0000)]
Optimization of zend_do_fcall_common_helper()

17 years agoMFH: math and comparison optimization + use macroses
Dmitry Stogov [Tue, 20 Nov 2007 13:26:36 +0000 (13:26 +0000)]
MFH: math and comparison optimization + use macroses

17 years agoZEND_FETCH_DIM optimization
Dmitry Stogov [Tue, 20 Nov 2007 11:01:28 +0000 (11:01 +0000)]
ZEND_FETCH_DIM optimization

17 years agoFixed compilation on some systems (Wez)
Dmitry Stogov [Tue, 20 Nov 2007 10:19:11 +0000 (10:19 +0000)]
Fixed compilation on some systems (Wez)

17 years agoFixed bug #43136 (possible crash on script execution timeout. The EG(function_state_p...
Dmitry Stogov [Tue, 20 Nov 2007 09:51:12 +0000 (09:51 +0000)]
Fixed bug #43136 (possible crash on script execution timeout. The EG(function_state_ptr) is completely removed, EG(current_execute_data)->function_state must be used instead)

17 years agoAdded support for "namespace::" prefix that is resolved to current namespace name.
Dmitry Stogov [Tue, 20 Nov 2007 08:53:02 +0000 (08:53 +0000)]
Added support for "namespace::" prefix that is resolved to current namespace name.

17 years ago- Fixed bug #43246 (firebird: INSERT ... RETURNING ... throws exception)
Lars Westermann [Mon, 19 Nov 2007 21:55:30 +0000 (21:55 +0000)]
- Fixed bug #43246 (firebird: INSERT ... RETURNING ... throws exception)
#Reworked cursor_open/cursor_close
#Only using isc_dsl_execute() (as in ext/interbase)
Thanks to Hans-Peter Oeri for providing this patch

17 years agofix test
Antony Dovgal [Mon, 19 Nov 2007 11:12:30 +0000 (11:12 +0000)]
fix test

17 years agoFixed tests
Dmitry Stogov [Mon, 19 Nov 2007 08:19:31 +0000 (08:19 +0000)]
Fixed tests

17 years ago- MFH: Initialize the reserved resource bits so that they can be reliably used.
Derick Rethans [Sun, 18 Nov 2007 21:29:55 +0000 (21:29 +0000)]
- MFH: Initialize the reserved resource bits so that they can be reliably used.

17 years agoFixed bug #42261 (Incorrect lengths for date and boolean data types)
Ilia Alshanetsky [Sun, 18 Nov 2007 14:18:30 +0000 (14:18 +0000)]
Fixed bug #42261 (Incorrect lengths for date and boolean data types)

17 years agoMFH(r-1.192) Remove extraneous space in error/notice messages (felipe)
Sara Golemon [Sat, 17 Nov 2007 21:52:02 +0000 (21:52 +0000)]
MFH(r-1.192) Remove extraneous space in error/notice messages (felipe)

17 years agoNew testcases for sizeof() function
Raghubansh Kumar [Fri, 16 Nov 2007 17:54:31 +0000 (17:54 +0000)]
New testcases for sizeof() function

17 years agofix tests: removed values that generate diff. output on Linux64
Raghubansh Kumar [Fri, 16 Nov 2007 17:06:43 +0000 (17:06 +0000)]
fix tests: removed values that generate diff. output on Linux64

17 years agoFixed crash (Serg)
Dmitry Stogov [Fri, 16 Nov 2007 14:24:08 +0000 (14:24 +0000)]
Fixed crash (Serg)

17 years agoMFH: - Fixed bug #43092 (curl_copy_handle() crashes with > 32 chars long URL)
Jani Taskinen [Fri, 16 Nov 2007 14:21:01 +0000 (14:21 +0000)]
MFH: - Fixed bug #43092 (curl_copy_handle() crashes with > 32 chars long URL)

17 years ago- fix bug number
Jani Taskinen [Fri, 16 Nov 2007 12:28:56 +0000 (12:28 +0000)]
- fix bug number

17 years ago- Fixed bug (again) #43271 (pdo_firebird: closeCursor not implemented)
Lars Westermann [Fri, 16 Nov 2007 12:27:49 +0000 (12:27 +0000)]
- Fixed bug (again) #43271 (pdo_firebird: closeCursor not implemented)

17 years agoMFH:- Fixed bug #31911 (mb_ereg*_replace() crashes when replacement string is invalid
Jani Taskinen [Fri, 16 Nov 2007 12:26:34 +0000 (12:26 +0000)]
MFH:- Fixed bug #31911 (mb_ereg*_replace() crashes when replacement string is invalid
      PHP expression and 'e' option is used)

17 years agoignore gcov files
Nuno Lopes [Fri, 16 Nov 2007 12:17:38 +0000 (12:17 +0000)]
ignore gcov files

17 years agoMFH: fix test
Antony Dovgal [Thu, 15 Nov 2007 22:14:15 +0000 (22:14 +0000)]
MFH: fix test

17 years agoCompleted fix for bug #42739 (fixes bug #43276)
Ilia Alshanetsky [Thu, 15 Nov 2007 18:57:14 +0000 (18:57 +0000)]
Completed fix for bug #42739 (fixes bug #43276)

17 years agoMFH: Allow numeric options & tests
Hannes Magnusson [Thu, 15 Nov 2007 13:13:21 +0000 (13:13 +0000)]
MFH: Allow numeric options & tests

17 years ago- Fixed bug #43244 (firebird: closeCursor w/o returned data kills process)
Lars Westermann [Thu, 15 Nov 2007 00:25:37 +0000 (00:25 +0000)]
- Fixed bug #43244 (firebird: closeCursor w/o returned data kills process)

17 years ago- Fixed bug #43296 (Feature req: pdo_firebird: ATTR_FETCH_TABLE_NAMES support)
Lars Westermann [Thu, 15 Nov 2007 00:10:38 +0000 (00:10 +0000)]
- Fixed bug #43296 (Feature req: pdo_firebird: ATTR_FETCH_TABLE_NAMES support)

17 years agoDon't show file names being examined
Ilia Alshanetsky [Wed, 14 Nov 2007 23:45:29 +0000 (23:45 +0000)]
Don't show file names being examined

17 years ago# Also nulling cursor_open when closing a named cursor
Lars Westermann [Wed, 14 Nov 2007 23:19:29 +0000 (23:19 +0000)]
# Also nulling cursor_open when closing a named cursor

17 years agoMFH
Antony Dovgal [Wed, 14 Nov 2007 22:37:01 +0000 (22:37 +0000)]
MFH

17 years ago- Clearing cursor-name when closing it.
Lars Westermann [Wed, 14 Nov 2007 22:15:21 +0000 (22:15 +0000)]
- Clearing cursor-name when closing it.

17 years ago- Fixed bug #43271 (pdo_firebird: closeCursor not implemented)
Lars Westermann [Wed, 14 Nov 2007 22:09:21 +0000 (22:09 +0000)]
- Fixed bug #43271 (pdo_firebird: closeCursor not implemented)
# Actually firebird_stmt_execute() didn't close a previously opened cursor, but implemented closeCursor anyway.

17 years agoAllow passing additional configuration parameters to config.nice.bat
Elizabeth Marie Smith [Wed, 14 Nov 2007 19:38:57 +0000 (19:38 +0000)]
Allow passing additional configuration parameters to config.nice.bat

17 years agoNew testcases for uasort() function
Raghubansh Kumar [Wed, 14 Nov 2007 17:19:45 +0000 (17:19 +0000)]
New testcases for uasort() function

17 years agofix test for linux64 - choosing smaller float values
Raghubansh Kumar [Wed, 14 Nov 2007 16:31:45 +0000 (16:31 +0000)]
fix test for linux64 - choosing smaller float values

17 years ago- MFH: Add a testcase for chgrp() with a NULL as group name, which crashes ATM.
Derick Rethans [Wed, 14 Nov 2007 15:51:56 +0000 (15:51 +0000)]
- MFH: Add a testcase for chgrp() with a NULL as group name, which crashes ATM.

17 years agoFix test (getopt() works on windows now)
Hannes Magnusson [Wed, 14 Nov 2007 15:22:11 +0000 (15:22 +0000)]
Fix test (getopt() works on windows now)

17 years agoFixed bug#43293 (Multiple segfaults in getopt())
Hannes Magnusson [Wed, 14 Nov 2007 14:42:25 +0000 (14:42 +0000)]
Fixed bug#43293 (Multiple segfaults in getopt())

17 years agofix test
Jani Taskinen [Wed, 14 Nov 2007 14:08:51 +0000 (14:08 +0000)]
fix test

17 years ago- Fix tests
Jani Taskinen [Wed, 14 Nov 2007 14:05:42 +0000 (14:05 +0000)]
- Fix tests

17 years ago- MFH: pass parameters to buildconf.bat over to buildconf.js (#43281)
Johannes Schlüter [Wed, 14 Nov 2007 01:42:55 +0000 (01:42 +0000)]
- MFH: pass parameters to buildconf.bat over to buildconf.js (#43281)

17 years agoMFH: fix typos
Etienne Kneuss [Tue, 13 Nov 2007 23:44:28 +0000 (23:44 +0000)]
MFH: fix typos

17 years agoFixed bug #43279 (pg_send_query_params() converts all elements in 'params'
Ilia Alshanetsky [Tue, 13 Nov 2007 20:05:47 +0000 (20:05 +0000)]
Fixed bug #43279 (pg_send_query_params() converts all elements in 'params'
to strings)

17 years agoMFH: disallow multiple access modifiers and 'abstract abstract' methods (patch by...
Antony Dovgal [Tue, 13 Nov 2007 16:52:14 +0000 (16:52 +0000)]
MFH: disallow multiple access modifiers and 'abstract abstract' methods (patch by Etienne Kneuss)
add tests

17 years agoFixed bug #42692 (Procedure 'int1' not present with doc/lit SoapServer)
Dmitry Stogov [Tue, 13 Nov 2007 15:10:16 +0000 (15:10 +0000)]
Fixed bug #42692 (Procedure 'int1' not present with doc/lit SoapServer)

17 years agoMFH: remove Oracle8 support
Antony Dovgal [Tue, 13 Nov 2007 11:09:42 +0000 (11:09 +0000)]
MFH: remove Oracle8 support

17 years agofix typo (nice catch, Nuno!)
Antony Dovgal [Tue, 13 Nov 2007 10:31:24 +0000 (10:31 +0000)]
fix typo (nice catch, Nuno!)

17 years agoFixed bug #43248 (backward compatibility break in realpath())
Dmitry Stogov [Tue, 13 Nov 2007 09:47:06 +0000 (09:47 +0000)]
Fixed bug #43248 (backward compatibility break in realpath())

17 years agoMFH: fix bug #43221 (SimpleXML adding default namespace in addAttribute)
Rob Richards [Mon, 12 Nov 2007 18:58:48 +0000 (18:58 +0000)]
MFH: fix bug #43221 (SimpleXML adding default namespace in addAttribute)
add test

17 years agoFixed bug #43182 (file_put_contents() LOCK_EX does not work properly on file
Ilia Alshanetsky [Mon, 12 Nov 2007 18:44:18 +0000 (18:44 +0000)]
Fixed bug #43182 (file_put_contents() LOCK_EX does not work properly on file
truncation).

17 years agoMFH: Changing the regex for %f so the it will match E-, E+ and E.
Zoe Slattery [Mon, 12 Nov 2007 18:26:37 +0000 (18:26 +0000)]
MFH: Changing the regex for %f so the it will match E-, E+ and E.

17 years agobetter error messages
Dmitry Stogov [Mon, 12 Nov 2007 17:52:15 +0000 (17:52 +0000)]
better error messages

17 years agoMFH: fix error message (reported by Felipe Nascimento)
Antony Dovgal [Mon, 12 Nov 2007 16:55:44 +0000 (16:55 +0000)]
MFH: fix error message (reported by Felipe Nascimento)

17 years agoNew testcases for ksort() function
Raghubansh Kumar [Mon, 12 Nov 2007 15:53:20 +0000 (15:53 +0000)]
New testcases for ksort() function

17 years agoNew testcases for krsort() function
Raghubansh Kumar [Mon, 12 Nov 2007 15:52:25 +0000 (15:52 +0000)]
New testcases for krsort() function

17 years agoFixed bug #43183 ("use" of the same class in difference scripts results in a fatal...
Dmitry Stogov [Mon, 12 Nov 2007 15:52:22 +0000 (15:52 +0000)]
Fixed bug #43183 ("use" of the same class in difference scripts results in a fatal error)

17 years agoMFH: fix #42736 (xmlrpc_server_call_method() crashes)
Antony Dovgal [Mon, 12 Nov 2007 11:23:04 +0000 (11:23 +0000)]
MFH: fix #42736 (xmlrpc_server_call_method() crashes)

17 years agoFixed bug #42937 (__call() method not invoked when methods are called on parent from...
Dmitry Stogov [Mon, 12 Nov 2007 09:12:06 +0000 (09:12 +0000)]
Fixed bug #42937 (__call() method not invoked when methods are called on parent from child class).

17 years ago- MFH typo fix by Jon
Lukas Smith [Sun, 11 Nov 2007 22:12:06 +0000 (22:12 +0000)]
- MFH typo fix by Jon

17 years ago- MFH: static can't be used as type hint, fixes #43126 (Etienne Kneuss)
Johannes Schlüter [Sun, 11 Nov 2007 22:11:25 +0000 (22:11 +0000)]
- MFH: static can't be used as type hint, fixes #43126 (Etienne Kneuss)

17 years ago- MFH
Lukas Smith [Sun, 11 Nov 2007 16:30:35 +0000 (16:30 +0000)]
- MFH

17 years agoFixed parse error described in bug #43228
Ilia Alshanetsky [Sun, 11 Nov 2007 13:38:03 +0000 (13:38 +0000)]
Fixed parse error described in bug #43228

17 years agoMFH:- Added support for [HOST=www.example.com] special sections
Jani Taskinen [Fri, 9 Nov 2007 16:27:43 +0000 (16:27 +0000)]
MFH:- Added support for [HOST=www.example.com] special sections
MFH:- Allowed using full path to load modules using "extension" directive

17 years agoMFH: ws + cs + sync
Jani Taskinen [Fri, 9 Nov 2007 13:49:15 +0000 (13:49 +0000)]
MFH: ws + cs + sync

17 years agonew test
Dmitry Stogov [Fri, 9 Nov 2007 13:34:58 +0000 (13:34 +0000)]
new test

17 years agoFixed type-hint compatibility check in namespaces
Dmitry Stogov [Fri, 9 Nov 2007 13:34:39 +0000 (13:34 +0000)]
Fixed type-hint compatibility check in namespaces

17 years agoFixed implementation of internal interfaces in namesapces
Dmitry Stogov [Fri, 9 Nov 2007 12:15:41 +0000 (12:15 +0000)]
Fixed implementation of internal interfaces in namesapces

17 years agofix tests
Raghubansh Kumar [Fri, 9 Nov 2007 12:02:42 +0000 (12:02 +0000)]
fix tests

17 years agoConditions optimization
Dmitry Stogov [Fri, 9 Nov 2007 11:08:22 +0000 (11:08 +0000)]
Conditions optimization

17 years agoFix build
Andrey Hristov [Fri, 9 Nov 2007 11:06:07 +0000 (11:06 +0000)]
Fix build

17 years agoFix crash with pconnect
Andrey Hristov [Fri, 9 Nov 2007 10:56:28 +0000 (10:56 +0000)]
Fix crash with pconnect

17 years ago- MFH: Allow persistent zent_ptr_stacks (patch by Andrey Hristov)
Johannes Schlüter [Fri, 9 Nov 2007 10:34:27 +0000 (10:34 +0000)]
- MFH: Allow persistent zent_ptr_stacks (patch by Andrey Hristov)

17 years agofix test : better float values
Raghubansh Kumar [Fri, 9 Nov 2007 08:52:27 +0000 (08:52 +0000)]
fix test : better float values

17 years agofix tests: better float values
Raghubansh Kumar [Fri, 9 Nov 2007 07:19:00 +0000 (07:19 +0000)]
fix tests: better float values

17 years agomissing testcases - sprintf() function
Raghubansh Kumar [Fri, 9 Nov 2007 04:20:10 +0000 (04:20 +0000)]
missing testcases - sprintf() function

17 years ago- ibase_query.c bugfixes
Lars Westermann [Thu, 8 Nov 2007 19:54:19 +0000 (19:54 +0000)]
- ibase_query.c bugfixes

17 years ago[DOC] prototype for ibase_query() should be changed to:
Lars Westermann [Thu, 8 Nov 2007 19:16:27 +0000 (19:16 +0000)]
[DOC] prototype for ibase_query() should be changed to:
PHP4:
  resource ibase_query ( [resource $link_identifier,] string $query [, mixed $bind_arg [, ...]] )
PHP5:
  resource ibase_query ( [resource $link_identifier,] [resource $transaction_identifier,] string $query [, mixed $bind_arg [, ...]] )

prototype for ibase_prepare() should be changed to:
PHP4:
  resource ibase_prepare ( [resource $link_identifier,] string $query )
PHP5:
  resource ibase_prepare ( [resource $link_identifier,] [resource $transaction_identifier,] string $query )

prototype for ibase_execute() should be changed to:
  mixed ibase_execute ( resource $query, [, mixed $bind_arg [, ...]] )

- Fixed bug #30690: (Resource handle from ibase_execute becomes invalid after return)
- Fixed bug #30907: (ibase_query() crashes (in fact the same bug as #32143)
- Fixed bug #32143: (ibase_query() causing IBserver 7 crash with NULL param as link-id)
- Fixed bug #39056: (Interbase NUMERIC data type error)
- Fixed bug #39397: (invalid statement handle in Unknown on line 0)
- Fixed bug #39700: (NUMERIC error when result precision are 7,8 or 12-14)
- Fixed bug #42284: (duplicate of #39700)

17 years agoFix segfault in debug build
Andrey Hristov [Thu, 8 Nov 2007 17:29:42 +0000 (17:29 +0000)]
Fix segfault in debug build

17 years agoMFH
Antony Dovgal [Thu, 8 Nov 2007 13:34:41 +0000 (13:34 +0000)]
MFH

17 years agoFixed bug #43216 (stream_is_local() returns false on "file://")
Dmitry Stogov [Thu, 8 Nov 2007 13:29:25 +0000 (13:29 +0000)]
Fixed bug #43216 (stream_is_local() returns false on "file://")

17 years agoMFH: plug leak on invalid result type
Antony Dovgal [Thu, 8 Nov 2007 13:29:06 +0000 (13:29 +0000)]
MFH: plug leak on invalid result type

17 years agofix test
Antony Dovgal [Thu, 8 Nov 2007 12:40:43 +0000 (12:40 +0000)]
fix test

17 years agoMFH
Antony Dovgal [Thu, 8 Nov 2007 11:39:40 +0000 (11:39 +0000)]
MFH

17 years agofix tests
Antony Dovgal [Thu, 8 Nov 2007 11:19:32 +0000 (11:19 +0000)]
fix tests

17 years agofix test
Antony Dovgal [Thu, 8 Nov 2007 10:29:52 +0000 (10:29 +0000)]
fix test

17 years agoMFH: fix test
Antony Dovgal [Thu, 8 Nov 2007 10:20:01 +0000 (10:20 +0000)]
MFH: fix test

17 years agoMFH: fix test
Antony Dovgal [Thu, 8 Nov 2007 10:13:33 +0000 (10:13 +0000)]
MFH: fix test

17 years agofix test
Antony Dovgal [Thu, 8 Nov 2007 10:03:52 +0000 (10:03 +0000)]
fix test

17 years agoMFH
Antony Dovgal [Thu, 8 Nov 2007 08:11:55 +0000 (08:11 +0000)]
MFH

17 years agoadd glob wrapper
Stanislav Malyshev [Wed, 7 Nov 2007 19:47:38 +0000 (19:47 +0000)]
add glob wrapper

17 years agofix tests
Antony Dovgal [Wed, 7 Nov 2007 12:07:16 +0000 (12:07 +0000)]
fix tests

17 years agoT_IMPORT nuked
Antony Dovgal [Wed, 7 Nov 2007 09:18:52 +0000 (09:18 +0000)]
T_IMPORT nuked

17 years agoT_IMPORT -> T_USE
Dmitry Stogov [Wed, 7 Nov 2007 09:13:50 +0000 (09:13 +0000)]
T_IMPORT -> T_USE

17 years agoFixed test
Dmitry Stogov [Wed, 7 Nov 2007 08:36:44 +0000 (08:36 +0000)]
Fixed test

17 years agoFixed tests on 64bit machines
Ilia Alshanetsky [Wed, 7 Nov 2007 01:42:51 +0000 (01:42 +0000)]
Fixed tests on 64bit machines

17 years agoMFH: ws + cs
Jani Taskinen [Tue, 6 Nov 2007 17:58:53 +0000 (17:58 +0000)]
MFH: ws + cs

17 years agoMFH: sync
Jani Taskinen [Tue, 6 Nov 2007 17:11:57 +0000 (17:11 +0000)]
MFH: sync

17 years agoFixed bug #43175 (__destruct() throwing an exception with __call() causes segfault)
Dmitry Stogov [Tue, 6 Nov 2007 14:56:14 +0000 (14:56 +0000)]
Fixed bug #43175 (__destruct() throwing an exception with __call() causes segfault)

17 years ago- Add hash bang line
Marcus Boerger [Tue, 6 Nov 2007 14:38:10 +0000 (14:38 +0000)]
- Add hash bang line

17 years agoFixed bug #43201 (Crash on using unitialized vals and __get/__set)
Dmitry Stogov [Tue, 6 Nov 2007 14:11:59 +0000 (14:11 +0000)]
Fixed bug #43201 (Crash on using unitialized vals and __get/__set)