]> granicus.if.org Git - php/log
php
17 years agoMFH: fix zts build
Rob Richards [Thu, 24 Jan 2008 14:09:36 +0000 (14:09 +0000)]
MFH: fix zts build

17 years agoIncreased Zend MM cache size
Dmitry Stogov [Thu, 24 Jan 2008 12:21:32 +0000 (12:21 +0000)]
Increased Zend MM cache size

17 years agoFixed possible GC failure because of EG(object_store).object_buckets reallocation
Dmitry Stogov [Thu, 24 Jan 2008 11:48:54 +0000 (11:48 +0000)]
Fixed possible GC failure because of EG(object_store).object_buckets reallocation

17 years agoFixed GC bug
Dmitry Stogov [Thu, 24 Jan 2008 10:49:26 +0000 (10:49 +0000)]
Fixed GC bug

17 years ago- MFH: Show GC statistics if GC benchmarking is enabled.
Derick Rethans [Thu, 24 Jan 2008 10:42:12 +0000 (10:42 +0000)]
- MFH: Show GC statistics if GC benchmarking is enabled.
#- Discussed this with Dmitry.

17 years agoFixed bug #43426 (crash on nested call_user_func() calls)
Dmitry Stogov [Thu, 24 Jan 2008 09:47:00 +0000 (09:47 +0000)]
Fixed bug #43426 (crash on nested call_user_func() calls)

17 years agoChanged EG(argument_stack) implementation.
Dmitry Stogov [Thu, 24 Jan 2008 09:41:39 +0000 (09:41 +0000)]
Changed EG(argument_stack) implementation.

17 years agoFixed error message
Dmitry Stogov [Thu, 24 Jan 2008 08:51:38 +0000 (08:51 +0000)]
Fixed error message

17 years agoAdded myself as pdo_mysql & pdo_pgsql maintainer
Ilia Alshanetsky [Wed, 23 Jan 2008 23:08:27 +0000 (23:08 +0000)]
Added myself as pdo_mysql & pdo_pgsql maintainer

17 years agofix build
Stanislav Malyshev [Wed, 23 Jan 2008 19:55:37 +0000 (19:55 +0000)]
fix build

17 years agoMerge with internal version
Andrey Hristov [Wed, 23 Jan 2008 19:11:28 +0000 (19:11 +0000)]
Merge with internal version

17 years agoAdditional executor specialization
Dmitry Stogov [Wed, 23 Jan 2008 17:55:55 +0000 (17:55 +0000)]
Additional executor specialization

17 years agoBFN
Antony Dovgal [Wed, 23 Jan 2008 12:13:40 +0000 (12:13 +0000)]
BFN

17 years agoMFH: fix #43559 (array_merge_recursive() doesn't behave as expected with duplicate...
Antony Dovgal [Wed, 23 Jan 2008 12:09:52 +0000 (12:09 +0000)]
MFH: fix #43559 (array_merge_recursive() doesn't behave as expected with duplicate NULL values)
patch by Felipe

17 years agouse expectF
Antony Dovgal [Wed, 23 Jan 2008 09:55:53 +0000 (09:55 +0000)]
use expectF

17 years agofix test
Antony Dovgal [Wed, 23 Jan 2008 09:54:38 +0000 (09:54 +0000)]
fix test

17 years agofix leak appearing when appending data to unnamed attribute
Antony Dovgal [Wed, 23 Jan 2008 09:52:57 +0000 (09:52 +0000)]
fix leak appearing when appending data to unnamed attribute

17 years agoFixed bug #43912 (Interbase column names are truncated to 31 characters)
Ilia Alshanetsky [Wed, 23 Jan 2008 01:22:24 +0000 (01:22 +0000)]
Fixed bug #43912 (Interbase column names are truncated to 31 characters)

17 years ago- MFH Bugfix #37076 (SimpleXML ignores .=). (felipe, marcus)
Marcus Boerger [Tue, 22 Jan 2008 20:42:22 +0000 (20:42 +0000)]
- MFH Bugfix #37076 (SimpleXML ignores .=). (felipe, marcus)

17 years agoMFH: Typos (Dan Scott)
Etienne Kneuss [Tue, 22 Jan 2008 19:55:31 +0000 (19:55 +0000)]
MFH: Typos (Dan Scott)
ctor inside the structure. dtor/ctor used on push/pop for better potential interoperability

17 years agoadd new test
Antony Dovgal [Tue, 22 Jan 2008 15:42:36 +0000 (15:42 +0000)]
add new test

17 years agoAdded garbage collector
Dmitry Stogov [Tue, 22 Jan 2008 09:27:48 +0000 (09:27 +0000)]
Added garbage collector

17 years agouse new param parsing API
Ilia Alshanetsky [Tue, 22 Jan 2008 01:34:24 +0000 (01:34 +0000)]
use new param parsing API

17 years agoMFH: Add doxygen docs for SplDoublyLinkedList, SplStack, SplQueue
Etienne Kneuss [Mon, 21 Jan 2008 21:55:55 +0000 (21:55 +0000)]
MFH: Add doxygen docs for SplDoublyLinkedList, SplStack, SplQueue

17 years agoChanged exception handling. Now each op_array doesn't contain ZEND_HANDLE_EXCEPTION...
Dmitry Stogov [Mon, 21 Jan 2008 19:39:55 +0000 (19:39 +0000)]
Changed exception handling. Now each op_array doesn't contain ZEND_HANDLE_EXCEPTION opcode in the end

17 years agoYet another comparison optimisation for usual cases
Dmitry Stogov [Mon, 21 Jan 2008 19:10:25 +0000 (19:10 +0000)]
Yet another comparison optimisation for usual cases

17 years ago- Added lcfirst() announcement.
David Coallier [Mon, 21 Jan 2008 18:28:11 +0000 (18:28 +0000)]
- Added lcfirst() announcement.

17 years agoEliminate unnecessary checks for INC/DEC IS_CV
Dmitry Stogov [Mon, 21 Jan 2008 14:22:59 +0000 (14:22 +0000)]
Eliminate unnecessary checks for INC/DEC IS_CV

17 years agoOptimize wddx boolean encoding
Ilia Alshanetsky [Sun, 20 Jan 2008 15:33:24 +0000 (15:33 +0000)]
Optimize wddx boolean encoding

17 years agoAdd note about new getopt() features
Hannes Magnusson [Sun, 20 Jan 2008 14:14:28 +0000 (14:14 +0000)]
Add note about new getopt() features

17 years agoMFH: Fixed bug#43875 (Two error messages returned for $new and $flag argument in...
Hannes Magnusson [Sun, 20 Jan 2008 14:10:44 +0000 (14:10 +0000)]
MFH: Fixed bug#43875 (Two error messages returned for $new and $flag argument in mysql_connect())

17 years agoMFH: Fix mem errors
Etienne Kneuss [Sun, 20 Jan 2008 13:26:03 +0000 (13:26 +0000)]
MFH: Fix mem errors

17 years ago- MFH (lcfirst())
David Coallier [Sat, 19 Jan 2008 19:27:22 +0000 (19:27 +0000)]
- MFH (lcfirst())
- Initial test for lcfirst

17 years agoFix compile issue
Andrey Hristov [Sat, 19 Jan 2008 18:21:44 +0000 (18:21 +0000)]
Fix compile issue

17 years agoMFH: Add ifdef
Christopher Jones [Fri, 18 Jan 2008 16:03:51 +0000 (16:03 +0000)]
MFH: Add ifdef

17 years agoMFH: fix test
Antony Dovgal [Fri, 18 Jan 2008 12:48:35 +0000 (12:48 +0000)]
MFH: fix test

17 years ago- MFB: reflect the correct version
Pierre Joye [Fri, 18 Jan 2008 01:11:26 +0000 (01:11 +0000)]
- MFB: reflect the correct version

17 years agoMFPECL: install headers
Greg Beaver [Fri, 18 Jan 2008 00:30:10 +0000 (00:30 +0000)]
MFPECL: install headers

17 years agoupdate module version number
Greg Beaver [Fri, 18 Jan 2008 00:20:56 +0000 (00:20 +0000)]
update module version number

17 years agopcre 7.5 is in 5.2 branch as well
Nuno Lopes [Thu, 17 Jan 2008 23:02:50 +0000 (23:02 +0000)]
pcre 7.5 is in 5.2 branch as well

17 years ago- Fixed bug #41599 (setTime() fails after modify() is used).
Derick Rethans [Thu, 17 Jan 2008 20:59:10 +0000 (20:59 +0000)]
- Fixed bug #41599 (setTime() fails after modify() is used).

17 years ago- MFH: Fixed bug #43075 (Support 2007-11-01T24:00:00+00:00).
Derick Rethans [Thu, 17 Jan 2008 20:45:08 +0000 (20:45 +0000)]
- MFH: Fixed bug #43075 (Support 2007-11-01T24:00:00+00:00).

17 years ago- MFH: Fixed bug #43808 (date_create never fails (even when it should)).
Derick Rethans [Thu, 17 Jan 2008 20:35:02 +0000 (20:35 +0000)]
- MFH: Fixed bug #43808 (date_create never fails (even when it should)).

17 years ago- Fixed bug #43003 (Invalid timezone reported for DateTime objects constructed
Derick Rethans [Thu, 17 Jan 2008 19:59:00 +0000 (19:59 +0000)]
- Fixed bug #43003 (Invalid timezone reported for DateTime objects constructed
  using a timestamp).

17 years ago- MFH: Added support for abbreviation and offset based timezone specifiers for
Derick Rethans [Thu, 17 Jan 2008 18:49:45 +0000 (18:49 +0000)]
- MFH: Added support for abbreviation and offset based timezone specifiers for
  DateTime::getOffset() and DateTime::getName().
- MFH: Fixed bug #43527 (DateTime created from a timestamp reports environment
  timezone).
- MFH: Fixed bug #42190 (Constructing DateTime with TimeZone Indicator
  invalidates DateTimeZone).

17 years agoMFH
Lukas Smith [Thu, 17 Jan 2008 14:38:16 +0000 (14:38 +0000)]
MFH

17 years agoFixed bug #43871 (crash inside dns_get_record)
Ilia Alshanetsky [Thu, 17 Jan 2008 14:12:12 +0000 (14:12 +0000)]
Fixed bug #43871 (crash inside dns_get_record)

17 years agoFixed bug #42779 (Incorrect forcing from HTTP/1.0 request to HTTP/1.1
Ilia Alshanetsky [Wed, 16 Jan 2008 15:49:46 +0000 (15:49 +0000)]
Fixed bug #42779 (Incorrect forcing from HTTP/1.0 request to HTTP/1.1
response)

17 years ago- MFH Fixed Bug #37964 (Reflection shows private methods of parent class)
Marcus Boerger [Wed, 16 Jan 2008 14:21:07 +0000 (14:21 +0000)]
- MFH Fixed Bug #37964 (Reflection shows private methods of parent class)
  (felipe@php.net)

17 years ago- Making sure the tests are not failing after modifications to the new
David Coallier [Wed, 16 Jan 2008 12:56:20 +0000 (12:56 +0000)]
- Making sure the tests are not failing after modifications to the new
  zend-parsing-parameters in ucfirst()

17 years agoMFH: fix #43863 (str_word_count() breaks on cyrillic "ya" in locale cp1251)
Antony Dovgal [Wed, 16 Jan 2008 08:34:33 +0000 (08:34 +0000)]
MFH: fix #43863 (str_word_count() breaks on cyrillic "ya" in locale cp1251)
patch by phprus at gmail dot com

17 years agoFixed wrong type cast
Dmitry Stogov [Wed, 16 Jan 2008 06:15:04 +0000 (06:15 +0000)]
Fixed wrong type cast

17 years ago- MFH
David Coallier [Wed, 16 Jan 2008 03:11:26 +0000 (03:11 +0000)]
- MFH
- Making sure this is also using the good zend parsing and added
  the php_ucfirst function

17 years agoMFH: fix #41941 (oci8 extension not lib64 savvy)
Christopher Jones [Wed, 16 Jan 2008 00:38:03 +0000 (00:38 +0000)]
MFH: fix #41941 (oci8 extension not lib64 savvy)

17 years agoMFH: Testcase for #43492 (nested cursors)
Christopher Jones [Tue, 15 Jan 2008 20:54:59 +0000 (20:54 +0000)]
MFH: Testcase for #43492 (nested cursors)

17 years agoMFB: fix #43497 (OCI8 XML/getClobVal aka temporary LOBs leak UGA memory)
Christopher Jones [Tue, 15 Jan 2008 20:44:31 +0000 (20:44 +0000)]
MFB: fix #43497 (OCI8 XML/getClobVal aka temporary LOBs leak UGA memory)

17 years agoMFH: fix win build
Rob Richards [Tue, 15 Jan 2008 15:46:20 +0000 (15:46 +0000)]
MFH: fix win build

17 years agoMFH: fix memleak in sign and verify functions
Rob Richards [Tue, 15 Jan 2008 15:12:47 +0000 (15:12 +0000)]
MFH: fix memleak in sign and verify functions

17 years agoAllow test to run from any directory
Ilia Alshanetsky [Tue, 15 Jan 2008 14:51:50 +0000 (14:51 +0000)]
Allow test to run from any directory

17 years ago- MFH valgrind detection, note in header
Marcus Boerger [Tue, 15 Jan 2008 13:03:54 +0000 (13:03 +0000)]
- MFH valgrind detection, note in header

17 years agoFix ZTS build, fix tests
Etienne Kneuss [Tue, 15 Jan 2008 12:17:35 +0000 (12:17 +0000)]
Fix ZTS build, fix tests

17 years agoFixed bug #43851 (Memory corrution on reuse of assigned value)
Dmitry Stogov [Tue, 15 Jan 2008 11:52:45 +0000 (11:52 +0000)]
Fixed bug #43851 (Memory corrution on reuse of assigned value)

17 years ago- Fix the fix
Marcus Boerger [Tue, 15 Jan 2008 11:47:05 +0000 (11:47 +0000)]
- Fix the fix

17 years agooops..
Antony Dovgal [Tue, 15 Jan 2008 09:48:55 +0000 (09:48 +0000)]
oops..
I didn't mean to commit this

17 years agoMFH: Bump year
Etienne Kneuss [Tue, 15 Jan 2008 09:44:07 +0000 (09:44 +0000)]
MFH: Bump year

17 years agoMFH: Implement splDoublyLinkedList, splQueue, splStack classes in SPL
Etienne Kneuss [Tue, 15 Jan 2008 09:38:15 +0000 (09:38 +0000)]
MFH: Implement splDoublyLinkedList, splQueue, splStack classes in SPL

17 years agoMFH: rename macros
Antony Dovgal [Tue, 15 Jan 2008 09:36:05 +0000 (09:36 +0000)]
MFH: rename macros
patch by colder

17 years agoMFH: Fix bug #42850 array_walk_recursive() leaves references, refix bug #34982
Brian Shire [Mon, 14 Jan 2008 22:09:52 +0000 (22:09 +0000)]
MFH: Fix bug #42850 array_walk_recursive() leaves references, refix bug #34982

17 years agoMissing patch bit from the FETCH_GROUP fix
Ilia Alshanetsky [Mon, 14 Jan 2008 18:41:31 +0000 (18:41 +0000)]
Missing patch bit from the FETCH_GROUP fix

17 years ago- Fix memleak (found by colder)
Marcus Boerger [Mon, 14 Jan 2008 18:13:12 +0000 (18:13 +0000)]
- Fix memleak (found by colder)

17 years agoFixed in 5.2
Ilia Alshanetsky [Mon, 14 Jan 2008 13:46:34 +0000 (13:46 +0000)]
Fixed in 5.2

17 years agoMFB5.2: fix script for files with short names
Nuno Lopes [Mon, 14 Jan 2008 09:40:29 +0000 (09:40 +0000)]
MFB5.2: fix script for files with short names

17 years agoignore run-tests generated files
Nuno Lopes [Mon, 14 Jan 2008 09:31:56 +0000 (09:31 +0000)]
ignore run-tests generated files

17 years agoMFH: fix windows build for all cases, and always export symbols (Steph Fox)
Greg Beaver [Mon, 14 Jan 2008 03:16:08 +0000 (03:16 +0000)]
MFH: fix windows build for all cases, and always export symbols (Steph Fox)

17 years agoMFH: add missing define for statically-built zip ext
Greg Beaver [Sun, 13 Jan 2008 23:37:41 +0000 (23:37 +0000)]
MFH: add missing define for statically-built zip ext

17 years ago- Fixed TSRM builds.
Derick Rethans [Sun, 13 Jan 2008 18:42:19 +0000 (18:42 +0000)]
- Fixed TSRM builds.

17 years agoFixed test
Ilia Alshanetsky [Sun, 13 Jan 2008 17:23:14 +0000 (17:23 +0000)]
Fixed test

17 years ago- Added new date/time functionality:
Derick Rethans [Sun, 13 Jan 2008 15:16:02 +0000 (15:16 +0000)]
- Added new date/time functionality:

  * date_parse_from_format(): Parse date/time strings according to a format.
  * date_create_from_format()/DateTime::createFromFormat(): Create a date/time
    object by parsing a date/time string according to a given format.
  * date_get_last_errors()/DateTime::getLastErrors(): Return a list of warnings
    and errors that were found while parsing a date/time string through:
    - strtotime() / new DateTime
    - date_create_from_format() / DateTime::createFromFormat()
    - date_parse_from_format()
# [DOC]

17 years agoFixed bug #42945 (preg_split() swallows part of the string)
Nuno Lopes [Sun, 13 Jan 2008 14:44:29 +0000 (14:44 +0000)]
Fixed bug #42945 (preg_split() swallows part of the string)

17 years agoupgrade PCRE to version 7.5
Nuno Lopes [Sun, 13 Jan 2008 12:44:57 +0000 (12:44 +0000)]
upgrade PCRE to version 7.5

17 years agoa few fixes: overwrite all my careful work in zipint_alias.h with zipint.h, so had...
Greg Beaver [Sun, 13 Jan 2008 06:22:27 +0000 (06:22 +0000)]
a few fixes: overwrite all my careful work in zipint_alias.h with zipint.h, so had to restore that.
PHP_RAW_NAMED_FE() won't work, have to use ZEND_RAW_FENTRY

17 years agoMFH: alias all zip identifiers to avoid potential name conflicts with other apache...
Greg Beaver [Sun, 13 Jan 2008 06:02:30 +0000 (06:02 +0000)]
MFH: alias all zip identifiers to avoid potential name conflicts with other apache libs that may export zip symbols

17 years agofar better fix for bug #40189
Greg Beaver [Sat, 12 Jan 2008 22:03:32 +0000 (22:03 +0000)]
far better fix for bug #40189

17 years agoMFH: fix faulty fix for Bug #40189, and provide real fix for the bug
Greg Beaver [Sat, 12 Jan 2008 21:28:48 +0000 (21:28 +0000)]
MFH: fix faulty fix for Bug #40189, and provide real fix for the bug

17 years agoMFH: clarify error message on why opening a stream wrapper failed for allow_url_inclu...
Greg Beaver [Sat, 12 Jan 2008 15:50:57 +0000 (15:50 +0000)]
MFH: clarify error message on why opening a stream wrapper failed for allow_url_include/allow_url_fopen, add test for allow_url_fopen

17 years agoMFH: export symbols for use by other extensions like phar
Greg Beaver [Sat, 12 Jan 2008 03:48:39 +0000 (03:48 +0000)]
MFH: export symbols for use by other extensions like phar

17 years agoSimplified assignment to string offset
Dmitry Stogov [Fri, 11 Jan 2008 15:10:24 +0000 (15:10 +0000)]
Simplified assignment to string offset

17 years agoMFH
Lukas Smith [Fri, 11 Jan 2008 14:02:12 +0000 (14:02 +0000)]
MFH

17 years agoMFH
Lukas Smith [Fri, 11 Jan 2008 10:49:15 +0000 (10:49 +0000)]
MFH

17 years agoFixed unspecialized executor
Dmitry Stogov [Fri, 11 Jan 2008 10:08:49 +0000 (10:08 +0000)]
Fixed unspecialized executor

17 years agoMFH
Lukas Smith [Fri, 11 Jan 2008 09:40:43 +0000 (09:40 +0000)]
MFH

17 years agoFixed bug #39346 (Unsetting a static variable inside a destructor causes segfault...
Dmitry Stogov [Fri, 11 Jan 2008 08:42:06 +0000 (08:42 +0000)]
Fixed bug #39346 (Unsetting a static variable inside a destructor causes segfault later on)

17 years agoFixed a bug with PDO::FETCH_COLUMN|PDO::FETCH_GROUP mode when a column # by
Ilia Alshanetsky [Fri, 11 Jan 2008 01:47:18 +0000 (01:47 +0000)]
Fixed a bug with PDO::FETCH_COLUMN|PDO::FETCH_GROUP mode when a column # by
which to group by data is specified.

17 years ago- MFH fix truncation of large values on 64-bit systems in http_build_query
Brian Shire [Thu, 10 Jan 2008 20:29:12 +0000 (20:29 +0000)]
- MFH fix truncation of large values on 64-bit systems in http_build_query

17 years agoMFH: add errors when missing dependencies (Steph)
Rob Richards [Thu, 10 Jan 2008 18:21:56 +0000 (18:21 +0000)]
MFH: add errors when missing dependencies (Steph)

17 years ago- MFH Fix bug in example code found by Surf Chen
Marcus Boerger [Thu, 10 Jan 2008 10:11:33 +0000 (10:11 +0000)]
- MFH Fix bug in example code found by Surf Chen

17 years agoAdded missing warning message
Dmitry Stogov [Thu, 10 Jan 2008 09:38:23 +0000 (09:38 +0000)]
Added missing warning message

17 years agoFixed test
Ilia Alshanetsky [Thu, 10 Jan 2008 01:41:25 +0000 (01:41 +0000)]
Fixed test

17 years agoMFH: fix crash when using default algorithm
Rob Richards [Wed, 9 Jan 2008 16:47:25 +0000 (16:47 +0000)]
MFH: fix crash when using default algorithm

17 years agoFixed broken soap.wsdl_cache_enabled
Dmitry Stogov [Wed, 9 Jan 2008 16:45:48 +0000 (16:45 +0000)]
Fixed broken soap.wsdl_cache_enabled