]> granicus.if.org Git - php/log
php
18 years agoFastCGI environment variables must not be overriden by system environment variables
Dmitry Stogov [Thu, 31 Aug 2006 13:11:58 +0000 (13:11 +0000)]
FastCGI environment variables must not be overriden by system environment variables

18 years agoShow name of storage layer in case of initialization fault.
Dmitry Stogov [Thu, 31 Aug 2006 11:53:57 +0000 (11:53 +0000)]
Show name of storage layer in case of initialization fault.

18 years agominor changes in iconv_substr() to avoid zval converting
Antony Dovgal [Thu, 31 Aug 2006 11:17:47 +0000 (11:17 +0000)]
minor changes in iconv_substr() to avoid zval converting

18 years agofix warnings about nonextistent functions
Antony Dovgal [Thu, 31 Aug 2006 11:10:23 +0000 (11:10 +0000)]
fix warnings about nonextistent functions

18 years agono such function
Antony Dovgal [Wed, 30 Aug 2006 22:53:51 +0000 (22:53 +0000)]
no such function

18 years agoMFH: fix leak, add test
Antony Dovgal [Wed, 30 Aug 2006 22:34:48 +0000 (22:34 +0000)]
MFH: fix leak, add test

18 years agos/pinter/pointer/
Antony Dovgal [Wed, 30 Aug 2006 22:29:24 +0000 (22:29 +0000)]
s/pinter/pointer/

18 years agofix segfault/leak, add test
Antony Dovgal [Wed, 30 Aug 2006 21:51:08 +0000 (21:51 +0000)]
fix segfault/leak, add test

18 years agoMFH: fix segfault in openssl_seal(), add test
Antony Dovgal [Wed, 30 Aug 2006 20:50:04 +0000 (20:50 +0000)]
MFH: fix segfault in openssl_seal(), add test

18 years agopcre news
Ilia Alshanetsky [Wed, 30 Aug 2006 20:08:05 +0000 (20:08 +0000)]
pcre news

18 years agoUpgrade PCRE lib to 6.7
Ilia Alshanetsky [Wed, 30 Aug 2006 20:00:23 +0000 (20:00 +0000)]
Upgrade PCRE lib to 6.7

18 years agoFixed bug #33770 (https:// or ftps:// do not work when --with-curlwrappers
Ilia Alshanetsky [Wed, 30 Aug 2006 17:49:10 +0000 (17:49 +0000)]
Fixed bug #33770 (https:// or ftps:// do not work when --with-curlwrappers
is used and ssl certificate is not verifiable).

18 years agofix leak, add test
Antony Dovgal [Wed, 30 Aug 2006 16:46:59 +0000 (16:46 +0000)]
fix leak, add test

18 years agoMFH: fix leak in iptcembed()
Antony Dovgal [Wed, 30 Aug 2006 16:30:14 +0000 (16:30 +0000)]
MFH: fix leak in iptcembed()

18 years agochange ini handlers to produce E_ERROR if they are called during startup
Antony Dovgal [Wed, 30 Aug 2006 16:24:40 +0000 (16:24 +0000)]
change ini handlers to produce E_ERROR if they are called during startup

18 years agofix leak
Antony Dovgal [Wed, 30 Aug 2006 16:12:43 +0000 (16:12 +0000)]
fix leak

18 years agoMFH: change E_ERROR to E_WARNING when invalid argument has been passed
Antony Dovgal [Wed, 30 Aug 2006 15:43:10 +0000 (15:43 +0000)]
MFH: change E_ERROR to E_WARNING when invalid argument has been passed
make sure ini_set() doesn't reset PS(mod) and PS(serializer) to invalid values

18 years agoMFH: fix #38653 (memory leak in ReflectionClass::getConstant())
Antony Dovgal [Wed, 30 Aug 2006 10:42:49 +0000 (10:42 +0000)]
MFH: fix #38653 (memory leak in ReflectionClass::getConstant())

18 years agofix test
Hannes Magnusson [Wed, 30 Aug 2006 09:44:53 +0000 (09:44 +0000)]
fix test

18 years ago- Upgrade timezone db to 2006k.
Derick Rethans [Tue, 29 Aug 2006 20:20:05 +0000 (20:20 +0000)]
- Upgrade timezone db to 2006k.

18 years agoCorrected problems introduced by previous commit.
Ilia Alshanetsky [Tue, 29 Aug 2006 19:50:04 +0000 (19:50 +0000)]
Corrected problems introduced by previous commit.

# Issue found by Stefan

18 years agoFixed bug #38637 (curl_copy_handle() fails to fully copy the cURL handle).
Ilia Alshanetsky [Tue, 29 Aug 2006 17:10:40 +0000 (17:10 +0000)]
Fixed bug #38637 (curl_copy_handle() fails to fully copy the cURL handle).

18 years agoFinalize implode() patch
Ilia Alshanetsky [Tue, 29 Aug 2006 14:32:16 +0000 (14:32 +0000)]
Finalize implode() patch

18 years agofix win32 build
Antony Dovgal [Tue, 29 Aug 2006 12:20:18 +0000 (12:20 +0000)]
fix win32 build
EG(precision) can be changed in runtime, even in php_implode() (hint: __toString()), so please think twice before optimizing

18 years agoBFN
Rob Richards [Mon, 28 Aug 2006 23:38:49 +0000 (23:38 +0000)]
BFN

18 years agofix #38474 (getAttribute select attribute by order, even when prefixed)
Rob Richards [Mon, 28 Aug 2006 23:36:23 +0000 (23:36 +0000)]
fix #38474 (getAttribute select attribute by order, even when prefixed)
add test

18 years agoAdjust code to avoid TSRMLS_FETCH
Ilia Alshanetsky [Mon, 28 Aug 2006 23:33:37 +0000 (23:33 +0000)]
Adjust code to avoid TSRMLS_FETCH

18 years agoMFH: make sure ext/standard is down before ext/session (fixes #38534)
Antony Dovgal [Mon, 28 Aug 2006 19:57:57 +0000 (19:57 +0000)]
MFH: make sure ext/standard is down before ext/session (fixes #38534)

18 years agoMFH: set BG(locale_string) to NULL on shutdown (partly fixes #38534)
Antony Dovgal [Mon, 28 Aug 2006 18:58:47 +0000 (18:58 +0000)]
MFH: set BG(locale_string) to NULL on shutdown (partly fixes #38534)

18 years agotypofix
Antony Dovgal [Mon, 28 Aug 2006 17:18:03 +0000 (17:18 +0000)]
typofix

18 years agoMFH: fix #38199 (fclose() unable to close STDOUT and STDERR)
Antony Dovgal [Mon, 28 Aug 2006 17:15:03 +0000 (17:15 +0000)]
MFH: fix #38199 (fclose() unable to close STDOUT and STDERR)

18 years agodelete commented part, as it was done in HEAD
Antony Dovgal [Mon, 28 Aug 2006 10:59:18 +0000 (10:59 +0000)]
delete commented part, as it was done in HEAD

18 years agoMFH: fix #38624 (Strange warning when incrementing an object property and exception...
Antony Dovgal [Mon, 28 Aug 2006 10:27:58 +0000 (10:27 +0000)]
MFH: fix #38624 (Strange warning when incrementing an object property and exception is thrown from __get method)

18 years agofix ZTS build
Antony Dovgal [Mon, 28 Aug 2006 09:56:28 +0000 (09:56 +0000)]
fix ZTS build

18 years agoMFH:
Hannes Magnusson [Sun, 27 Aug 2006 19:14:43 +0000 (19:14 +0000)]
MFH:
 - Fixed bug #33895 (missing math constants).
 - Remove M_PI from math.c (its defined in php_math.h)

18 years agoOptimize the operation of implode() on non-string parameters
Ilia Alshanetsky [Sun, 27 Aug 2006 19:06:09 +0000 (19:06 +0000)]
Optimize the operation of implode() on non-string parameters

18 years agofix tests on freebsd
Hannes Magnusson [Sun, 27 Aug 2006 15:06:53 +0000 (15:06 +0000)]
fix tests on freebsd

18 years ago- don't rely/use VCWD_REALPATH, use expand_filepath instead
Pierre Joye [Sat, 26 Aug 2006 12:23:43 +0000 (12:23 +0000)]
- don't rely/use VCWD_REALPATH, use expand_filepath instead
  NB: that'd to be true for all this VCWD mess

18 years agoadded configure option --disable-mbregex-backtrack.
Seiji Masugata [Fri, 25 Aug 2006 16:26:50 +0000 (16:26 +0000)]
added configure option --disable-mbregex-backtrack.

18 years ago- bundled matches pecl 1.7.1
Pierre Joye [Fri, 25 Aug 2006 16:03:00 +0000 (16:03 +0000)]
- bundled matches pecl 1.7.1

18 years agoFixed #37602 by olek at neurosoft dot pl
Edin Kadribasic [Fri, 25 Aug 2006 12:01:57 +0000 (12:01 +0000)]
Fixed #37602 by olek at neurosoft dot pl

18 years agoInitial commit. Updated bundled oniguruma library (used for multibyte regular express...
Seiji Masugata [Thu, 24 Aug 2006 17:20:58 +0000 (17:20 +0000)]
Initial commit. Updated bundled oniguruma library (used for multibyte regular expression) to 4.3.1.

18 years agoInitial commit. Updated bundled oniguruma library (used for multibyte regular express...
Seiji Masugata [Thu, 24 Aug 2006 17:11:29 +0000 (17:11 +0000)]
Initial commit. Updated bundled oniguruma library (used for multibyte regular expression) to 4.3.1.

18 years agoUpdated bundled oniguruma library (used for multibyte regular expression) to 4.3.1.
Seiji Masugata [Thu, 24 Aug 2006 17:03:47 +0000 (17:03 +0000)]
Updated bundled oniguruma library (used for multibyte regular expression) to 4.3.1.

18 years agoadded returned value in mb_get_info( ).
Seiji Masugata [Thu, 24 Aug 2006 16:52:36 +0000 (16:52 +0000)]
added returned value in mb_get_info( ).

18 years ago- solve the relative path issues in TS environment
Pierre Joye [Thu, 24 Aug 2006 16:37:14 +0000 (16:37 +0000)]
- solve the relative path issues in TS environment

18 years agoit's not a PEAR only issue
Antony Dovgal [Thu, 24 Aug 2006 16:00:43 +0000 (16:00 +0000)]
it's not a PEAR only issue

18 years agosys/msg.h does not exist on MacOS X
Antony Dovgal [Thu, 24 Aug 2006 13:18:24 +0000 (13:18 +0000)]
sys/msg.h does not exist on MacOS X

18 years agoupdate version in phpinfo()
Antony Dovgal [Thu, 24 Aug 2006 13:03:04 +0000 (13:03 +0000)]
update version in phpinfo()

18 years agobump version number
Antony Dovgal [Thu, 24 Aug 2006 12:46:54 +0000 (12:46 +0000)]
bump version number

18 years agocompat fixes
Antony Dovgal [Thu, 24 Aug 2006 12:05:19 +0000 (12:05 +0000)]
compat fixes

18 years agorelease 1.2.2 from 5_2 branch, as HEAD doesn't have safe_mode anymore
Antony Dovgal [Thu, 24 Aug 2006 11:59:15 +0000 (11:59 +0000)]
release 1.2.2 from 5_2 branch, as HEAD doesn't have safe_mode anymore

18 years agothe error message is different on different OSes and zlib versions
Antony Dovgal [Thu, 24 Aug 2006 11:30:35 +0000 (11:30 +0000)]
the error message is different on different OSes and zlib versions

18 years agotm_yday may be 0
Antony Dovgal [Thu, 24 Aug 2006 11:27:20 +0000 (11:27 +0000)]
tm_yday may be 0

18 years agoMFH: fix segfault in strptime() on 64bit Linuxes, caused by the missing declaration
Antony Dovgal [Thu, 24 Aug 2006 11:06:02 +0000 (11:06 +0000)]
MFH: fix segfault in strptime() on 64bit Linuxes, caused by the missing declaration

18 years agoFixed bug #38315 (Constructing in the destructor causes weird behaviour)
Dmitry Stogov [Thu, 24 Aug 2006 09:42:35 +0000 (09:42 +0000)]
Fixed bug #38315 (Constructing in the destructor causes weird behaviour)

18 years agoAdded SoapServer::setObject() method (it is a simplified version of SoapServer::setCl...
Dmitry Stogov [Thu, 24 Aug 2006 06:18:30 +0000 (06:18 +0000)]
Added SoapServer::setObject() method (it is a simplified version of SoapServer::setClass() method).

18 years agoNamespace more PCRE functions.
Andrei Zmievski [Wed, 23 Aug 2006 20:39:11 +0000 (20:39 +0000)]
Namespace more PCRE functions.

18 years ago- MFH: add support for entities in hexadecimal format, like © can
Pierre Joye [Wed, 23 Aug 2006 20:22:31 +0000 (20:22 +0000)]
- MFH: add support for entities in hexadecimal format, like © can
  be passed as &#169 or © (sync with gd)

18 years agoMFH: fix possible crash in free_statement()
Antony Dovgal [Wed, 23 Aug 2006 19:15:57 +0000 (19:15 +0000)]
MFH: fix possible crash in free_statement()

18 years agoFixed bug #38265 (heap corruption)
Dmitry Stogov [Wed, 23 Aug 2006 13:00:48 +0000 (13:00 +0000)]
Fixed bug #38265 (heap corruption)

18 years ago- MFH: please don't use base64 to test image files, it does not work
Pierre Joye [Wed, 23 Aug 2006 12:00:54 +0000 (12:00 +0000)]
- MFH: please don't use base64 to test image files, it does not work
  fix tests on 64bit platfrom

18 years agoMFH: build ext/spl and ext/reflection as static (fixes #38556)
Antony Dovgal [Wed, 23 Aug 2006 09:47:21 +0000 (09:47 +0000)]
MFH: build ext/spl and ext/reflection as static (fixes #38556)

18 years agoFix arginfo for SplObjectStorage
Hannes Magnusson [Wed, 23 Aug 2006 09:32:24 +0000 (09:32 +0000)]
Fix arginfo for SplObjectStorage

18 years agoMFH: make run-tests to work with directories containing spaces (bug #38558)
Antony Dovgal [Wed, 23 Aug 2006 07:02:59 +0000 (07:02 +0000)]
MFH: make run-tests to work with directories containing spaces (bug #38558)
Patch by danielc at analysisandsolutions dot com

18 years agoadd test for real
Antony Dovgal [Tue, 22 Aug 2006 20:10:50 +0000 (20:10 +0000)]
add test for real

18 years agofix implode() function (see http://news.php.net/php.qa/26876)
Antony Dovgal [Tue, 22 Aug 2006 19:55:56 +0000 (19:55 +0000)]
fix implode() function (see http://news.php.net/php.qa/26876)
add test

18 years agoFixed bug #38511, #38473, #38263 (Fixed session extension request shutdown
Ilia Alshanetsky [Tue, 22 Aug 2006 16:47:23 +0000 (16:47 +0000)]
Fixed bug #38511, #38473, #38263 (Fixed session extension request shutdown
order to ensure it is shutdown before the extensions it may depend on).

18 years agoMFH: fix separate TSRM build
Antony Dovgal [Tue, 22 Aug 2006 13:01:44 +0000 (13:01 +0000)]
MFH: fix separate TSRM build

18 years agoFixed bug #38543 (shutdown_executor() may segfault when memory_limit is too low).
Dmitry Stogov [Tue, 22 Aug 2006 12:04:53 +0000 (12:04 +0000)]
Fixed bug #38543 (shutdown_executor() may segfault when memory_limit is too low).

18 years agominor improvements
Antony Dovgal [Tue, 22 Aug 2006 11:09:12 +0000 (11:09 +0000)]
minor improvements

18 years agoFixed bug #38488 (Access to "php://stdin" and family crashes PHP on win32)
Dmitry Stogov [Tue, 22 Aug 2006 06:15:26 +0000 (06:15 +0000)]
Fixed bug #38488 (Access to "php://stdin" and family crashes PHP on win32)

18 years agoFixed "win32" storage manager
Dmitry Stogov [Tue, 22 Aug 2006 05:54:15 +0000 (05:54 +0000)]
Fixed "win32" storage manager

18 years agoFix "make test" on win32
Dmitry Stogov [Tue, 22 Aug 2006 05:00:51 +0000 (05:00 +0000)]
Fix "make test" on win32

18 years agotypo
Antony Dovgal [Mon, 21 Aug 2006 17:12:02 +0000 (17:12 +0000)]
typo

18 years agoFixed bug #38535 (memory corruption in pdo_pgsql driver on error retrieval
Ilia Alshanetsky [Mon, 21 Aug 2006 16:53:50 +0000 (16:53 +0000)]
Fixed bug #38535 (memory corruption in pdo_pgsql driver on error retrieval
inside a failed query executed via query() method).

18 years agoMFH: fix PECL bug #8112 (OCI8 persistent connections misbehave when Apache process...
Antony Dovgal [Mon, 21 Aug 2006 16:41:13 +0000 (16:41 +0000)]
MFH: fix PECL bug #8112 (OCI8 persistent connections misbehave when Apache process times out)

18 years agoMFH: sa_len compile fix for IRIX
Ilia Alshanetsky [Sun, 20 Aug 2006 18:24:11 +0000 (18:24 +0000)]
MFH: sa_len compile fix for IRIX

# Patch by Sascha

18 years agoFixed bug #38524 (strptime() does not initialize the internal date storage
Ilia Alshanetsky [Sun, 20 Aug 2006 18:20:07 +0000 (18:20 +0000)]
Fixed bug #38524 (strptime() does not initialize the internal date storage
structure).

18 years agoUse proper write callback
Ilia Alshanetsky [Sat, 19 Aug 2006 16:20:08 +0000 (16:20 +0000)]
Use proper write callback

18 years agofix #38486 (openssl extension does not build correctly)
Antony Dovgal [Fri, 18 Aug 2006 13:02:38 +0000 (13:02 +0000)]
fix #38486 (openssl extension does not build correctly)

18 years agoMFH: add a notice to fgetcsv() when delimiter or enclosure is longer than 1 char
Antony Dovgal [Fri, 18 Aug 2006 12:50:57 +0000 (12:50 +0000)]
MFH: add a notice to fgetcsv() when delimiter or enclosure is longer than 1 char
(feature request #38496)

18 years agofix #38485 (bz2 extension does not compile with GCC 4.1)
Antony Dovgal [Thu, 17 Aug 2006 20:46:51 +0000 (20:46 +0000)]
fix #38485 (bz2 extension does not compile with GCC 4.1)

18 years agoinitialize static buffer with 0's
Antony Dovgal [Thu, 17 Aug 2006 14:32:35 +0000 (14:32 +0000)]
initialize static buffer with 0's

18 years agoBack to dev
Ilia Alshanetsky [Thu, 17 Aug 2006 14:04:09 +0000 (14:04 +0000)]
Back to dev

18 years ago5.2.0RC2
Ilia Alshanetsky [Thu, 17 Aug 2006 13:44:36 +0000 (13:44 +0000)]
5.2.0RC2

18 years agoIncreased default memory limit to 16 megabytes to accommodate for a more
Ilia Alshanetsky [Thu, 17 Aug 2006 13:43:08 +0000 (13:43 +0000)]
Increased default memory limit to 16 megabytes to accommodate for a more
accurate memory utilization measurement.

18 years agoAdded skip condition for sqlite2 driver, that uses more forgiving emulated
Ilia Alshanetsky [Wed, 16 Aug 2006 14:09:56 +0000 (14:09 +0000)]
Added skip condition for sqlite2 driver, that uses more forgiving emulated
prepared statements.

18 years agoBFN
Rob Richards [Tue, 15 Aug 2006 22:48:07 +0000 (22:48 +0000)]
BFN

18 years agofix bug #38454 (warning upon disabling handler via xml_set_element_handler)
Rob Richards [Tue, 15 Aug 2006 22:47:11 +0000 (22:47 +0000)]
fix bug #38454 (warning upon disabling handler via xml_set_element_handler)
fix bug #38427 (unicode causes xml_parser to misbehave)
add test

18 years agoapply correct fix for bug #38461
Antony Dovgal [Tue, 15 Aug 2006 20:30:42 +0000 (20:30 +0000)]
apply correct fix for bug #38461

18 years ago- add openssl_csr_get_subject() and openssl_csr_get_public_key()
Pierre Joye [Tue, 15 Aug 2006 20:27:22 +0000 (20:27 +0000)]
- add openssl_csr_get_subject() and openssl_csr_get_public_key()

18 years agoMFH: fix #38467 (--enable-versioning causes make fail on OS X)
Antony Dovgal [Tue, 15 Aug 2006 20:13:47 +0000 (20:13 +0000)]
MFH: fix #38467 (--enable-versioning causes make fail on OS X)

18 years agoMFH: don't try to use "auto", "none" and "pass" charsets returned from mbstring
Antony Dovgal [Tue, 15 Aug 2006 15:09:38 +0000 (15:09 +0000)]
MFH: don't try to use "auto", "none" and "pass" charsets returned from mbstring

18 years agoBFN
Antony Dovgal [Tue, 15 Aug 2006 13:19:58 +0000 (13:19 +0000)]
BFN

18 years agoMFH: fix #38461 (setting private attribute with __set() produces segfault)
Antony Dovgal [Tue, 15 Aug 2006 13:19:13 +0000 (13:19 +0000)]
MFH: fix #38461 (setting private attribute with __set() produces segfault)

18 years agominor CS/WS fixes
Antony Dovgal [Tue, 15 Aug 2006 13:08:34 +0000 (13:08 +0000)]
minor CS/WS fixes

18 years agoMFH: error message might be NULL
Antony Dovgal [Tue, 15 Aug 2006 12:27:24 +0000 (12:27 +0000)]
MFH: error message might be NULL

18 years agoMFH: OCIBreak() is not supported on Windows
Antony Dovgal [Tue, 15 Aug 2006 12:19:46 +0000 (12:19 +0000)]
MFH: OCIBreak() is not supported on Windows

18 years agoadd test
Antony Dovgal [Tue, 15 Aug 2006 08:58:40 +0000 (08:58 +0000)]
add test