]> granicus.if.org Git - php/log
php
18 years agoFixed bugs #34065 and #38623 (throw in foreach/switch causes memory leaks)
Dmitry Stogov [Tue, 19 Sep 2006 21:36:00 +0000 (21:36 +0000)]
Fixed bugs #34065 and #38623 (throw in foreach/switch causes memory leaks)

18 years agoUse internal converter name to speed up instantiation.
Andrei Zmievski [Tue, 19 Sep 2006 20:44:37 +0000 (20:44 +0000)]
Use internal converter name to speed up instantiation.

18 years agoUnicode support in preg_grep().
Andrei Zmievski [Tue, 19 Sep 2006 20:41:56 +0000 (20:41 +0000)]
Unicode support in preg_grep().

18 years agoAdd INI controlled default stream encoding (unicode.stream_encoding).
Sara Golemon [Tue, 19 Sep 2006 20:36:48 +0000 (20:36 +0000)]
Add INI controlled default stream encoding (unicode.stream_encoding).
Add convenience function stream_defualt_encoding() for setting it.

18 years agoUpgrade preg_quote() to support Unicode.
Andrei Zmievski [Tue, 19 Sep 2006 20:01:10 +0000 (20:01 +0000)]
Upgrade preg_quote() to support Unicode.

18 years agoFix offset calculation in add_offset_pair().
Andrei Zmievski [Tue, 19 Sep 2006 17:37:48 +0000 (17:37 +0000)]
Fix offset calculation in add_offset_pair().

18 years agoMFB:
Ilia Alshanetsky [Tue, 19 Sep 2006 15:46:25 +0000 (15:46 +0000)]
MFB:
Fixed bug #37870 (pgo_pgsql tries to de-allocate unused statements).
Fixed bug #36681 (pdo_pgsql driver incorrectly ignored some errors).
Fixed test for bug #38253 not to use faulty SQL that generates
errors in PostgreSQL

18 years agofix tests
Antony Dovgal [Tue, 19 Sep 2006 12:06:49 +0000 (12:06 +0000)]
fix tests

18 years agofix spl tests
Antony Dovgal [Tue, 19 Sep 2006 12:01:18 +0000 (12:01 +0000)]
fix spl tests

18 years agofix tests
Antony Dovgal [Tue, 19 Sep 2006 11:49:21 +0000 (11:49 +0000)]
fix tests

18 years agofix leak in preg_split()
Antony Dovgal [Tue, 19 Sep 2006 11:48:59 +0000 (11:48 +0000)]
fix leak in preg_split()

18 years agofix test
Antony Dovgal [Tue, 19 Sep 2006 11:29:50 +0000 (11:29 +0000)]
fix test

18 years agofix tests
Antony Dovgal [Tue, 19 Sep 2006 11:25:07 +0000 (11:25 +0000)]
fix tests

18 years agoDisabled autoconversion of hash keys (from string to unicode) for PHP arrays
Dmitry Stogov [Tue, 19 Sep 2006 10:38:31 +0000 (10:38 +0000)]
Disabled autoconversion of hash keys (from string to unicode) for PHP arrays

18 years agosupport objects in array_walk*()
Antony Dovgal [Tue, 19 Sep 2006 09:33:02 +0000 (09:33 +0000)]
support objects in array_walk*()
add new tests, fix old ones

18 years agofix #34066 (recursive array_walk causes segfault)
Antony Dovgal [Tue, 19 Sep 2006 09:02:39 +0000 (09:02 +0000)]
fix #34066 (recursive array_walk causes segfault)
add tests

18 years agoForgotten part of patch (Small optimization of ZEND_INIT_ARRAY/ZEND_ADD_ARRAY_ELEMENT)
Dmitry Stogov [Tue, 19 Sep 2006 07:40:38 +0000 (07:40 +0000)]
Forgotten part of patch (Small optimization of ZEND_INIT_ARRAY/ZEND_ADD_ARRAY_ELEMENT)

18 years agoZTS fix
Dmitry Stogov [Tue, 19 Sep 2006 07:39:25 +0000 (07:39 +0000)]
ZTS fix

18 years agoFixed PCRE related compilation errors
Dmitry Stogov [Tue, 19 Sep 2006 07:39:07 +0000 (07:39 +0000)]
Fixed PCRE related compilation errors

18 years agoChangeLog update
<changelog@php.net> [Tue, 19 Sep 2006 01:30:58 +0000 (01:30 +0000)]
ChangeLog update

18 years agoMFB: Avoid generating php_errormsg twice in some instances.
Ilia Alshanetsky [Mon, 18 Sep 2006 23:11:01 +0000 (23:11 +0000)]
MFB: Avoid generating php_errormsg twice in some instances.

18 years agoUpgrade preg_split() to support Unicode strings.
Andrei Zmievski [Mon, 18 Sep 2006 20:16:36 +0000 (20:16 +0000)]
Upgrade preg_split() to support Unicode strings.

18 years agoMore work on Unicode support in PCRE. When UG(unicode) is on, all
Andrei Zmievski [Mon, 18 Sep 2006 17:59:10 +0000 (17:59 +0000)]
More work on Unicode support in PCRE. When UG(unicode) is on, all
strings passed to PCRE have to be IS_UNICODE or IS_STRING in UTF-8
encoding. Failure to do so will result in unpredictable results.

18 years agoMFB: Fixed bug #38574 (missing curl constants and improper constant
Ilia Alshanetsky [Mon, 18 Sep 2006 16:13:00 +0000 (16:13 +0000)]
MFB: Fixed bug #38574 (missing curl constants and improper constant
detection).

18 years agoSmall optimization of ZEND_INIT_ARRAY/ZEND_ADD_ARRAY_ELEMENT. (Nuno, Dmitry)
Dmitry Stogov [Mon, 18 Sep 2006 14:35:37 +0000 (14:35 +0000)]
Small optimization of ZEND_INIT_ARRAY/ZEND_ADD_ARRAY_ELEMENT. (Nuno, Dmitry)

18 years agofix test
Antony Dovgal [Mon, 18 Sep 2006 12:35:59 +0000 (12:35 +0000)]
fix test

18 years agoFixed non-specialized executor
Dmitry Stogov [Mon, 18 Sep 2006 12:03:21 +0000 (12:03 +0000)]
Fixed non-specialized executor

18 years agoChangeLog update
<changelog@php.net> [Mon, 18 Sep 2006 01:30:57 +0000 (01:30 +0000)]
ChangeLog update

18 years ago- Unicode fix
Johannes Schlüter [Sun, 17 Sep 2006 09:39:04 +0000 (09:39 +0000)]
- Unicode fix

18 years agoChangeLog update
<changelog@php.net> [Sun, 17 Sep 2006 01:30:48 +0000 (01:30 +0000)]
ChangeLog update

18 years agoMFB: One last expand_filepath() check
Ilia Alshanetsky [Sat, 16 Sep 2006 19:08:59 +0000 (19:08 +0000)]
MFB: One last expand_filepath() check

18 years agoMFB: fix compiler warnings introduced in my previous commit
Nuno Lopes [Sat, 16 Sep 2006 19:08:21 +0000 (19:08 +0000)]
MFB: fix compiler warnings introduced in my previous commit

18 years agoMFB: Additional expand_filepath() checks
Ilia Alshanetsky [Sat, 16 Sep 2006 18:31:07 +0000 (18:31 +0000)]
MFB: Additional expand_filepath() checks

18 years agoMFB: Added missing validation checks around expand_filepath()
Ilia Alshanetsky [Sat, 16 Sep 2006 18:23:05 +0000 (18:23 +0000)]
MFB: Added missing validation checks around expand_filepath()

18 years agoMFB
Nuno Lopes [Sat, 16 Sep 2006 18:21:53 +0000 (18:21 +0000)]
MFB

18 years agoMFB
Nuno Lopes [Sat, 16 Sep 2006 17:42:44 +0000 (17:42 +0000)]
MFB

18 years agofix lcov report
Nuno Lopes [Sat, 16 Sep 2006 14:21:07 +0000 (14:21 +0000)]
fix lcov report

18 years agoMFB: implement workaround for bug #38823 (DOMComment->appendData does nothing)
Rob Richards [Sat, 16 Sep 2006 13:56:25 +0000 (13:56 +0000)]
MFB: implement workaround for bug #38823 (DOMComment->appendData does nothing)
fix bug #38850 (lookupNamespaceURI doesn't return default namespace)
add test

18 years agoMFB
Nuno Lopes [Sat, 16 Sep 2006 12:05:43 +0000 (12:05 +0000)]
MFB

18 years agoChangeLog update
<changelog@php.net> [Sat, 16 Sep 2006 01:30:54 +0000 (01:30 +0000)]
ChangeLog update

18 years agoMFB: Added a check for PQftable() function
Ilia Alshanetsky [Fri, 15 Sep 2006 19:48:55 +0000 (19:48 +0000)]
MFB: Added a check for PQftable() function

18 years agoMFB
Nuno Lopes [Fri, 15 Sep 2006 16:14:57 +0000 (16:14 +0000)]
MFB

18 years agomissing part of the fix for #38844
Antony Dovgal [Fri, 15 Sep 2006 15:42:39 +0000 (15:42 +0000)]
missing part of the fix for #38844

18 years agoMFB: still output an error, even if there is no curl_easy_strerror()
Antony Dovgal [Fri, 15 Sep 2006 15:33:30 +0000 (15:33 +0000)]
MFB: still output an error, even if there is no curl_easy_strerror()

18 years agoMFB
Nuno Lopes [Fri, 15 Sep 2006 15:14:04 +0000 (15:14 +0000)]
MFB

18 years agofix segfault in curl_multi_info_read()
Antony Dovgal [Fri, 15 Sep 2006 15:04:03 +0000 (15:04 +0000)]
fix segfault in curl_multi_info_read()

18 years agoMFB
Nuno Lopes [Fri, 15 Sep 2006 14:59:04 +0000 (14:59 +0000)]
MFB

18 years agoMFB
Nuno Lopes [Fri, 15 Sep 2006 14:43:08 +0000 (14:43 +0000)]
MFB

18 years agofix #38844 (curl_easy_strerror() is defined only since cURL 7.12.0)
Antony Dovgal [Fri, 15 Sep 2006 13:43:55 +0000 (13:43 +0000)]
fix #38844 (curl_easy_strerror() is defined only since cURL 7.12.0)

18 years ago- PECL Bug #8700, zipArchive::getFromIndex() fails
Pierre Joye [Fri, 15 Sep 2006 12:10:50 +0000 (12:10 +0000)]
- PECL Bug #8700, zipArchive::getFromIndex() fails

18 years agofix leak when call to shutdown function fails
Antony Dovgal [Fri, 15 Sep 2006 09:11:31 +0000 (09:11 +0000)]
fix leak when call to shutdown function fails

18 years agofix leaks with `php -d option=value -c /path -h`
Antony Dovgal [Fri, 15 Sep 2006 08:18:10 +0000 (08:18 +0000)]
fix leaks with `php -d option=value -c /path -h`

18 years agofree node pointer using correct function
Antony Dovgal [Fri, 15 Sep 2006 07:43:59 +0000 (07:43 +0000)]
free node pointer using correct function
fixes leak in ext/dom/tests/dom_create_element.phpt

18 years agofix double free(), add test
Antony Dovgal [Fri, 15 Sep 2006 07:26:19 +0000 (07:26 +0000)]
fix double free(), add test

18 years agoFixed memory leak
Dmitry Stogov [Fri, 15 Sep 2006 07:11:09 +0000 (07:11 +0000)]
Fixed memory leak

18 years agoChangeLog update
<changelog@php.net> [Fri, 15 Sep 2006 01:30:55 +0000 (01:30 +0000)]
ChangeLog update

18 years agoMFB: Make float filter handle things like 02.324 properly
Ilia Alshanetsky [Thu, 14 Sep 2006 17:48:11 +0000 (17:48 +0000)]
MFB: Make float filter handle things like 02.324 properly

18 years agoMFB
Nuno Lopes [Thu, 14 Sep 2006 17:07:41 +0000 (17:07 +0000)]
MFB

18 years agoMFB
Antony Dovgal [Thu, 14 Sep 2006 15:30:37 +0000 (15:30 +0000)]
MFB

18 years agofix test
Antony Dovgal [Thu, 14 Sep 2006 15:00:52 +0000 (15:00 +0000)]
fix test

18 years agoMFB: fix bug #38813 (DOMEntityReference->__construct crashes when called explicitly)
Rob Richards [Thu, 14 Sep 2006 13:35:49 +0000 (13:35 +0000)]
MFB: fix bug #38813 (DOMEntityReference->__construct crashes when called explicitly)

18 years agoReinamed variables to avoid name conflicts
Dmitry Stogov [Thu, 14 Sep 2006 10:32:57 +0000 (10:32 +0000)]
Reinamed variables to avoid name conflicts

18 years ago*** empty log message ***
Dmitry Stogov [Thu, 14 Sep 2006 09:59:23 +0000 (09:59 +0000)]
*** empty log message ***

18 years agoWrite valid run-time value for Zend Memory Manager
Dmitry Stogov [Thu, 14 Sep 2006 08:56:11 +0000 (08:56 +0000)]
Write valid run-time value for Zend Memory Manager

18 years agoAdded is_zend_mm() to allow runtime check for zend memory manager
Dmitry Stogov [Thu, 14 Sep 2006 08:55:17 +0000 (08:55 +0000)]
Added is_zend_mm() to allow runtime check for zend memory manager

18 years agoChangeLog update
<changelog@php.net> [Thu, 14 Sep 2006 01:30:53 +0000 (01:30 +0000)]
ChangeLog update

18 years agoMFB: Fixed test for systems without INFILE/OUTFILE support
Ilia Alshanetsky [Wed, 13 Sep 2006 15:53:12 +0000 (15:53 +0000)]
MFB: Fixed test for systems without INFILE/OUTFILE support

18 years agofix tests
Antony Dovgal [Wed, 13 Sep 2006 14:00:44 +0000 (14:00 +0000)]
fix tests

18 years agoFixed memory leaks
Dmitry Stogov [Wed, 13 Sep 2006 13:26:10 +0000 (13:26 +0000)]
Fixed memory leaks

18 years agoFix for bug #38757 (MultiPart Form Uploads fail with FastCGI)
Dmitry Stogov [Wed, 13 Sep 2006 13:03:14 +0000 (13:03 +0000)]
Fix for bug #38757 (MultiPart Form Uploads fail with FastCGI)

18 years agochange test to work with Oracle 10
Antony Dovgal [Wed, 13 Sep 2006 10:44:04 +0000 (10:44 +0000)]
change test to work with Oracle 10

18 years agoChangeLog update
<changelog@php.net> [Wed, 13 Sep 2006 01:30:57 +0000 (01:30 +0000)]
ChangeLog update

18 years agonew tests
Antony Dovgal [Tue, 12 Sep 2006 20:32:06 +0000 (20:32 +0000)]
new tests

18 years agouhm.. declare oci_lob_seek() along with OCI-Lob->seek() method
Antony Dovgal [Tue, 12 Sep 2006 20:26:59 +0000 (20:26 +0000)]
uhm.. declare oci_lob_seek() along with OCI-Lob->seek() method

18 years agoimprove spelling (fixes #38780)
Antony Dovgal [Tue, 12 Sep 2006 17:26:24 +0000 (17:26 +0000)]
improve spelling (fixes #38780)

18 years agoMFB: Fixed bug #37779 (empty include_path leads to search for files
Ilia Alshanetsky [Tue, 12 Sep 2006 15:49:02 +0000 (15:49 +0000)]
MFB: Fixed bug #37779 (empty include_path leads to search for files
inside /).

18 years ago- MFB:PECL Bug #8676, addFile was not updated and still used VCWD_REALPATH,
Pierre Joye [Tue, 12 Sep 2006 12:04:03 +0000 (12:04 +0000)]
- MFB:PECL Bug #8676, addFile was not updated and still used VCWD_REALPATH,
  it now uses expand_filepath

18 years agofix leak when binding a variable to the same placeholder several times
Antony Dovgal [Tue, 12 Sep 2006 11:42:25 +0000 (11:42 +0000)]
fix leak when binding a variable to the same placeholder several times

18 years agoFixed bug #38772 (inconsistent overriding of methods in different visibility contexts)
Dmitry Stogov [Tue, 12 Sep 2006 11:01:31 +0000 (11:01 +0000)]
Fixed bug #38772 (inconsistent overriding of methods in different visibility contexts)

18 years agoremove a leftover
Antony Dovgal [Tue, 12 Sep 2006 10:53:51 +0000 (10:53 +0000)]
remove a leftover

18 years agofix test
Antony Dovgal [Tue, 12 Sep 2006 10:44:18 +0000 (10:44 +0000)]
fix test

18 years agoChangeLog update
<changelog@php.net> [Tue, 12 Sep 2006 01:31:11 +0000 (01:31 +0000)]
ChangeLog update

18 years ago- Print the type of the original value
Johannes Schlüter [Mon, 11 Sep 2006 21:21:27 +0000 (21:21 +0000)]
- Print the type of the original value

18 years agoBug #38687 - sockaddr local storage insufficient for all sock families
Sara Golemon [Mon, 11 Sep 2006 19:18:06 +0000 (19:18 +0000)]
Bug #38687 - sockaddr local storage insufficient for all sock families

18 years ago fix
Dmitry Stogov [Mon, 11 Sep 2006 17:18:47 +0000 (17:18 +0000)]
 fix

18 years ago- Fix #37923 (Display constant value in reflection::export)
Johannes Schlüter [Mon, 11 Sep 2006 17:06:59 +0000 (17:06 +0000)]
- Fix #37923 (Display constant value in reflection::export)

18 years agoAdd a couple more UTF-8 functions.
Andrei Zmievski [Mon, 11 Sep 2006 16:32:02 +0000 (16:32 +0000)]
Add a couple more UTF-8 functions.

18 years agoMFB: Fixed bug #38096 (large timeout values ignored on 32bit machines in
Ilia Alshanetsky [Mon, 11 Sep 2006 14:53:33 +0000 (14:53 +0000)]
MFB: Fixed bug #38096 (large timeout values ignored on 32bit machines in
stream_socket_accept() and stream_socket_client()).

18 years agofix #38779 (engine crashes when require()'ing file with syntax error through userspac...
Antony Dovgal [Mon, 11 Sep 2006 14:28:19 +0000 (14:28 +0000)]
fix #38779 (engine crashes when require()'ing file with syntax error through userspace stream wrapper)

18 years agofix tests
Antony Dovgal [Mon, 11 Sep 2006 14:27:25 +0000 (14:27 +0000)]
fix tests

18 years agoadd tests
Antony Dovgal [Mon, 11 Sep 2006 14:13:05 +0000 (14:13 +0000)]
add tests

18 years agofix test
Antony Dovgal [Mon, 11 Sep 2006 08:10:03 +0000 (08:10 +0000)]
fix test

18 years agoDon't try to do safe connection close in case of FastCGI protocol error
Dmitry Stogov [Mon, 11 Sep 2006 07:23:40 +0000 (07:23 +0000)]
Don't try to do safe connection close in case of FastCGI protocol error

18 years agoChangeLog update
<changelog@php.net> [Mon, 11 Sep 2006 01:31:03 +0000 (01:31 +0000)]
ChangeLog update

18 years agonew tests
Antony Dovgal [Sun, 10 Sep 2006 22:11:10 +0000 (22:11 +0000)]
new tests

18 years agoadd new test
Antony Dovgal [Sun, 10 Sep 2006 19:42:04 +0000 (19:42 +0000)]
add new test

18 years agoAdd protos
Hannes Magnusson [Sun, 10 Sep 2006 17:01:10 +0000 (17:01 +0000)]
Add protos

18 years ago- date_timezone_set() needs both arguments
Hannes Magnusson [Sun, 10 Sep 2006 16:32:30 +0000 (16:32 +0000)]
- date_timezone_set() needs both arguments
- Throw exception in DateTimeZone::__construct if no arguments are passed

18 years agoAdd *.lo into .cvsignore
Hannes Magnusson [Sun, 10 Sep 2006 14:02:14 +0000 (14:02 +0000)]
Add *.lo into .cvsignore

18 years agoMFB: abstracting ReflectionFunctionAbstract & fix couple of typos
Hannes Magnusson [Sun, 10 Sep 2006 13:35:32 +0000 (13:35 +0000)]
MFB: abstracting ReflectionFunctionAbstract & fix couple of typos