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

17 years agotry #2
Jani Taskinen [Tue, 6 Nov 2007 13:43:48 +0000 (13:43 +0000)]
try #2

17 years agoMFH: sync
Jani Taskinen [Tue, 6 Nov 2007 13:38:15 +0000 (13:38 +0000)]
MFH: sync

17 years agoMFH: - Fixed bug #43196 (array_intersect_assoc() crashes with non-array input)
Jani Taskinen [Tue, 6 Nov 2007 13:26:59 +0000 (13:26 +0000)]
MFH: - Fixed bug #43196 (array_intersect_assoc() crashes with non-array input)

17 years agofix cleanup
Jani Taskinen [Tue, 6 Nov 2007 13:22:16 +0000 (13:22 +0000)]
fix cleanup

17 years agoMFH: fix tests, add 64bit versions
Antony Dovgal [Tue, 6 Nov 2007 12:54:28 +0000 (12:54 +0000)]
MFH: fix tests, add 64bit versions

17 years agofix NEWS
Jani Taskinen [Tue, 6 Nov 2007 12:23:20 +0000 (12:23 +0000)]
fix NEWS

17 years ago- MFH Add glob stream wrapper
Marcus Boerger [Tue, 6 Nov 2007 12:12:58 +0000 (12:12 +0000)]
- MFH Add glob stream wrapper
[DOC] The glob stream wrapper allows stuff like this:
php -r '$it = new DirectoryIterator("glob://ext/spl/*.c");
        foreach($it as $f) var_dump($f);'

17 years agoFixed windows build (Rob)
Dmitry Stogov [Tue, 6 Nov 2007 12:06:05 +0000 (12:06 +0000)]
Fixed windows build (Rob)

17 years ago- MFH glob stream wrapper (part 1)
Marcus Boerger [Tue, 6 Nov 2007 11:50:52 +0000 (11:50 +0000)]
- MFH glob stream wrapper (part 1)

17 years agoMFH streams stuff
Marcus Boerger [Tue, 6 Nov 2007 11:02:36 +0000 (11:02 +0000)]
MFH streams stuff

17 years agoMFH: fix non ipv6 enabled win build
Rob Richards [Tue, 6 Nov 2007 10:57:26 +0000 (10:57 +0000)]
MFH: fix non ipv6 enabled win build

17 years agoMFH: ws + folding tags
Jani Taskinen [Tue, 6 Nov 2007 10:57:10 +0000 (10:57 +0000)]
MFH: ws + folding tags

17 years agoMFH
Jani Taskinen [Tue, 6 Nov 2007 10:53:01 +0000 (10:53 +0000)]
MFH

17 years agoMFH: partial MFH before?
Jani Taskinen [Tue, 6 Nov 2007 10:00:39 +0000 (10:00 +0000)]
MFH: partial MFH before?

17 years agoMFH
Jani Taskinen [Tue, 6 Nov 2007 09:48:24 +0000 (09:48 +0000)]
MFH

17 years agoadd news
Jani Taskinen [Tue, 6 Nov 2007 09:45:37 +0000 (09:45 +0000)]
add news

17 years agoAllow user defined malloc/realloc/free
Dmitry Stogov [Tue, 6 Nov 2007 07:22:13 +0000 (07:22 +0000)]
Allow user defined malloc/realloc/free

17 years agoFixed bug #43197 (array_intersect_assoc() does not emit warning messages for
Ilia Alshanetsky [Mon, 5 Nov 2007 23:53:23 +0000 (23:53 +0000)]
Fixed bug #43197 (array_intersect_assoc() does not emit warning messages for
error inputs)

17 years agoFix tests (MFH)
Jani Taskinen [Mon, 5 Nov 2007 17:43:21 +0000 (17:43 +0000)]
Fix tests (MFH)

17 years agoMFH: Sync
Jani Taskinen [Mon, 5 Nov 2007 17:43:04 +0000 (17:43 +0000)]
MFH: Sync
[DOC]: note
[DOC] -/* {{{ proto bool copy(string source_file, string destination_file)
[DOC] +/* {{{ proto bool copy(string source_file, string destination_file [, resource context])
[DOC]
[DOC] Apparently this was undocumented so far anyway..

17 years agoMFH: sync
Jani Taskinen [Mon, 5 Nov 2007 17:30:07 +0000 (17:30 +0000)]
MFH: sync

17 years agoNew testcases for asort() function
Raghubansh Kumar [Mon, 5 Nov 2007 16:42:56 +0000 (16:42 +0000)]
New testcases for asort() function

17 years agofix typo in title
Raghubansh Kumar [Mon, 5 Nov 2007 16:22:37 +0000 (16:22 +0000)]
fix typo in title

17 years agoNew testcases for sort() function
Raghubansh Kumar [Mon, 5 Nov 2007 15:30:49 +0000 (15:30 +0000)]
New testcases for sort() function

17 years agoNew testcases for array_intersect_assoc() function
Raghubansh Kumar [Mon, 5 Nov 2007 14:31:40 +0000 (14:31 +0000)]
New testcases for array_intersect_assoc() function

17 years agoMFH: sync
Jani Taskinen [Mon, 5 Nov 2007 14:06:53 +0000 (14:06 +0000)]
MFH: sync

17 years agoMFH: Sync
Jani Taskinen [Mon, 5 Nov 2007 13:42:33 +0000 (13:42 +0000)]
MFH: Sync

17 years agoMFH
Jani Taskinen [Mon, 5 Nov 2007 13:09:44 +0000 (13:09 +0000)]
MFH

17 years agoMFH
Jani Taskinen [Mon, 5 Nov 2007 12:44:52 +0000 (12:44 +0000)]
MFH

17 years ago- fix oumlaut :)
Jani Taskinen [Mon, 5 Nov 2007 12:33:40 +0000 (12:33 +0000)]
- fix oumlaut :)

17 years agoupdate credits
Jani Taskinen [Mon, 5 Nov 2007 12:30:04 +0000 (12:30 +0000)]
update credits

17 years agoMFH
Jani Taskinen [Mon, 5 Nov 2007 12:27:42 +0000 (12:27 +0000)]
MFH

17 years agoMFH
Jani Taskinen [Mon, 5 Nov 2007 12:07:37 +0000 (12:07 +0000)]
MFH

17 years agoMFH: ws + cs + folding tags
Jani Taskinen [Mon, 5 Nov 2007 11:52:31 +0000 (11:52 +0000)]
MFH: ws + cs + folding tags

17 years ago- Fix confusing logic (sync with HEAD)
Jani Taskinen [Mon, 5 Nov 2007 11:43:31 +0000 (11:43 +0000)]
- Fix confusing logic (sync with HEAD)

17 years ago- Updated to version 2007.9
Derick Rethans [Mon, 5 Nov 2007 09:38:51 +0000 (09:38 +0000)]
- Updated to version 2007.9

17 years ago-MFB, Right filename
Mattias Bengtsson [Mon, 5 Nov 2007 01:14:31 +0000 (01:14 +0000)]
-MFB, Right filename

17 years agoMFH: http/ignore_errors context option
Sara Golemon [Mon, 5 Nov 2007 01:00:43 +0000 (01:00 +0000)]
MFH: http/ignore_errors context option

17 years ago-MFB, Fixed Bug #43121 (gdImageFill with IMG_COLOR_TILED crashes httpd)
Mattias Bengtsson [Sun, 4 Nov 2007 23:56:41 +0000 (23:56 +0000)]
-MFB, Fixed Bug #43121 (gdImageFill with IMG_COLOR_TILED crashes httpd)

17 years agoFixed test
Ilia Alshanetsky [Sun, 4 Nov 2007 16:12:13 +0000 (16:12 +0000)]
Fixed test

17 years agoPDO_Firebird bugfixes
Lars Westermann [Sat, 3 Nov 2007 20:56:58 +0000 (20:56 +0000)]
PDO_Firebird bugfixes

17 years ago- Add missing tests from HEAD
Jani Taskinen [Fri, 2 Nov 2007 19:42:51 +0000 (19:42 +0000)]
- Add missing tests from HEAD

17 years ago- Fix tests
Jani Taskinen [Fri, 2 Nov 2007 19:41:12 +0000 (19:41 +0000)]
- Fix tests
- Update README.PARAMETER_PARSING_API

17 years ago- MFH from HEAD:
Jani Taskinen [Fri, 2 Nov 2007 19:40:39 +0000 (19:40 +0000)]
- MFH from HEAD:
  . Folding tags
  . Parameter parsing
  . SPL debug info
  . array function improvements (not all yet)
  . Improvements to function calling with call_user_* functions
  . Improvements to debugging info in var_dump/print_r
# I propably forgot already something but this all was pretty close tied
# to each other so it wasn't possible to do it in parts.

17 years agofix bug37251.phpt failure (two error messages instead of one)
Antony Dovgal [Fri, 2 Nov 2007 18:05:55 +0000 (18:05 +0000)]
fix bug37251.phpt failure (two error messages instead of one)
should I merge this to 5_2?

17 years ago- Missing test. (NOTE: Fails due to unexpected double output for me, OKOK)
Jani Taskinen [Fri, 2 Nov 2007 17:47:39 +0000 (17:47 +0000)]
- Missing test. (NOTE: Fails due to unexpected double output for me, OKOK)

17 years agoReimplemented support for namespaces in indexes id constant arrays (removed zval...
Dmitry Stogov [Fri, 2 Nov 2007 10:11:42 +0000 (10:11 +0000)]
Reimplemented support for namespaces in indexes id constant arrays (removed zval.idx_type)

17 years agofix tests: proper temp file names
Raghubansh Kumar [Fri, 2 Nov 2007 03:56:02 +0000 (03:56 +0000)]
fix tests: proper temp file names

17 years agofix tests: proper temp file names
Raghubansh Kumar [Fri, 2 Nov 2007 03:14:10 +0000 (03:14 +0000)]
fix tests: proper temp file names

17 years agofix tests: better float values
Raghubansh Kumar [Fri, 2 Nov 2007 03:03:26 +0000 (03:03 +0000)]
fix tests: better float values

17 years agofix news
Jani Taskinen [Thu, 1 Nov 2007 22:09:50 +0000 (22:09 +0000)]
fix news

17 years agoadd gmp_testbit()
Stanislav Malyshev [Thu, 1 Nov 2007 20:36:48 +0000 (20:36 +0000)]
add gmp_testbit()

17 years agoadd gmp fixes
Stanislav Malyshev [Thu, 1 Nov 2007 20:35:36 +0000 (20:35 +0000)]
add gmp fixes

17 years agofix 64-bit
Stanislav Malyshev [Thu, 1 Nov 2007 20:25:11 +0000 (20:25 +0000)]
fix 64-bit

17 years agoMFH: initialize correct variable
Antony Dovgal [Thu, 1 Nov 2007 19:13:39 +0000 (19:13 +0000)]
MFH: initialize correct variable

17 years agoadd tests for testbit, sync with HEAD
Stanislav Malyshev [Thu, 1 Nov 2007 18:43:34 +0000 (18:43 +0000)]
add tests for testbit, sync with HEAD

17 years agofix gcd - can return larger than long with long arg
Stanislav Malyshev [Thu, 1 Nov 2007 18:36:24 +0000 (18:36 +0000)]
fix gcd - can return larger than long with long arg

17 years agoadd testbit()
Stanislav Malyshev [Thu, 1 Nov 2007 17:53:02 +0000 (17:53 +0000)]
add testbit()

17 years agogeneralize resource names
Stanislav Malyshev [Thu, 1 Nov 2007 17:52:20 +0000 (17:52 +0000)]
generalize resource names

17 years agomerge gmp_testbit()
Stanislav Malyshev [Thu, 1 Nov 2007 17:51:34 +0000 (17:51 +0000)]
merge gmp_testbit()

17 years agoMFH: nuke unused variables
Jani Taskinen [Thu, 1 Nov 2007 17:32:44 +0000 (17:32 +0000)]
MFH: nuke unused variables

17 years ago- MFH missing get_debug_info piece
Marcus Boerger [Thu, 1 Nov 2007 16:54:43 +0000 (16:54 +0000)]
- MFH missing get_debug_info piece

17 years agoAnother fix for bug #42773
Dmitry Stogov [Thu, 1 Nov 2007 15:41:25 +0000 (15:41 +0000)]
Another fix for bug #42773

17 years agoFixed bug #41635 (SoapServer and zlib.output_compression with FastCGI result in major...
Dmitry Stogov [Thu, 1 Nov 2007 13:27:38 +0000 (13:27 +0000)]
Fixed bug #41635 (SoapServer and zlib.output_compression with FastCGI result in major slowdown)

17 years agofix tests
Antony Dovgal [Thu, 1 Nov 2007 12:55:42 +0000 (12:55 +0000)]
fix tests