]> granicus.if.org Git - php/log
php
17 years agofix test
Antony Dovgal [Thu, 5 Apr 2007 07:23:56 +0000 (07:23 +0000)]
fix test

17 years agofix ZTS build
Antony Dovgal [Thu, 5 Apr 2007 07:10:07 +0000 (07:10 +0000)]
fix ZTS build

17 years agoFixed bug #40999 (mcrypt_create_iv() not using random seed).
Ilia Alshanetsky [Thu, 5 Apr 2007 01:48:56 +0000 (01:48 +0000)]
Fixed bug #40999 (mcrypt_create_iv() not using random seed).

17 years ago- nuke c++ comments
Pierre Joye [Wed, 4 Apr 2007 22:00:51 +0000 (22:00 +0000)]
- nuke c++ comments

17 years ago- #39867 and openssl MB fix
Pierre Joye [Wed, 4 Apr 2007 21:27:55 +0000 (21:27 +0000)]
- #39867 and openssl MB fix

17 years ago- implement #39867, PKCS#12 support
Pierre Joye [Wed, 4 Apr 2007 21:24:01 +0000 (21:24 +0000)]
- implement #39867, PKCS#12 support
- Fix possible multibyte issues issue in the add_assoc function
- add test for openssl_csr_get_subject

17 years ago- filter and gd entries
Pierre Joye [Wed, 4 Apr 2007 21:01:51 +0000 (21:01 +0000)]
- filter and gd entries

17 years ago- #40947, allow a single filter as argument for filter_var_array
Pierre Joye [Wed, 4 Apr 2007 20:50:26 +0000 (20:50 +0000)]
- #40947, allow a single filter as argument for filter_var_array

17 years agoMFH: fix #40998 (long session array keys are truncated)
Antony Dovgal [Wed, 4 Apr 2007 19:52:19 +0000 (19:52 +0000)]
MFH: fix #40998 (long session array keys are truncated)

17 years agoSync with mail function in mb_send_mail function(problem MOPB-33-2007:PHP and MOPB...
Seiji Masugata [Wed, 4 Apr 2007 15:25:41 +0000 (15:25 +0000)]
Sync with mail function in mb_send_mail function(problem MOPB-33-2007:PHP and MOPB-34-2007:PHP).

17 years agofix race condition on font cache shutdown
Nuno Lopes [Wed, 4 Apr 2007 14:24:03 +0000 (14:24 +0000)]
fix race condition on font cache shutdown

17 years ago- do not try to use the global color map when none was found (Nuno, Pierre)
Pierre Joye [Wed, 4 Apr 2007 11:40:11 +0000 (11:40 +0000)]
- do not try to use the global color map when none was found (Nuno, Pierre)
- free im on error

17 years agoMFH: fix leak on error
Antony Dovgal [Wed, 4 Apr 2007 10:44:55 +0000 (10:44 +0000)]
MFH: fix leak on error

17 years ago- MFH: don't declare MSHUTDOWN if both cachesetup and t1lib are not used
Pierre Joye [Wed, 4 Apr 2007 01:58:24 +0000 (01:58 +0000)]
- MFH: don't declare MSHUTDOWN if both cachesetup and t1lib are not used

17 years ago- Sync with gd 2.0.35 (bug #52, #60 and #66)
Pierre Joye [Wed, 4 Apr 2007 01:34:50 +0000 (01:34 +0000)]
- Sync with gd 2.0.35 (bug #52, #60 and #66)
 - Improve TS of gif loading code (Roman Nemecek, Nuno, Pierre)
 - a frame size must be confined to the screen defition (Pierre)
 - be sure to always read the dimensions in the frame and does not use
   the screen size (see #66 for a side effect) (Pierre)
- Update #37360 test. The frame does not fit the logical screen (specs
  tell that it must fit) (Pierre)

17 years ago- MFH:
Pierre Joye [Wed, 4 Apr 2007 00:47:55 +0000 (00:47 +0000)]
- MFH:
 - remove double lock (tween colors cache is created in each thread, the
   cache mutex is already locked earlier)
 - #40858, other TS improvements for gd freetype cache management
   cache initialization and shutdown is now done in MINIT and MSHUTDOWN.

17 years agoAddres limitation of __HALT_COMPILER() that allowed only one instance
Ilia Alshanetsky [Wed, 4 Apr 2007 00:42:42 +0000 (00:42 +0000)]
Addres limitation of __HALT_COMPILER() that allowed only one instance
per request.

# Patch by Greg Beaver

17 years ago. colors allocated henceforth from the resulting image overwrite
Pierre Joye [Wed, 4 Apr 2007 00:30:18 +0000 (00:30 +0000)]
. colors allocated henceforth from the resulting image overwrite
  the palette colors (sync with 2.0.34) (Rob Leslie)

17 years agoBFN
Antony Dovgal [Tue, 3 Apr 2007 20:21:20 +0000 (20:21 +0000)]
BFN

17 years agoMFH: fix #39351 (relative include fails on Solaris)
Antony Dovgal [Tue, 3 Apr 2007 20:20:56 +0000 (20:20 +0000)]
MFH: fix #39351 (relative include fails on Solaris)

17 years agocorrection for previous fix to bug #38770 (pack/unpack is broken on 64bit)
Brian Shire [Tue, 3 Apr 2007 19:50:40 +0000 (19:50 +0000)]
correction for previous fix to bug #38770 (pack/unpack is broken on 64bit)
fix pack test, correct space to tabs

17 years agoallow registered classes to be changed
Rob Richards [Tue, 3 Apr 2007 11:57:04 +0000 (11:57 +0000)]
allow registered classes to be changed

17 years agoFixed typos
Ilia Alshanetsky [Mon, 2 Apr 2007 21:35:46 +0000 (21:35 +0000)]
Fixed typos

17 years agofix #33664
Stanislav Malyshev [Mon, 2 Apr 2007 20:51:12 +0000 (20:51 +0000)]
fix #33664

17 years agofix for #33664 Console window appears when using exec()
Stanislav Malyshev [Mon, 2 Apr 2007 20:44:30 +0000 (20:44 +0000)]
fix for #33664 Console window appears when using exec()

17 years ago- 64bit test
foobar [Mon, 2 Apr 2007 15:09:37 +0000 (15:09 +0000)]
- 64bit test

17 years ago- Make this 32bit only test. (will add 64bit version next)
foobar [Mon, 2 Apr 2007 15:02:02 +0000 (15:02 +0000)]
- Make this 32bit only test. (will add 64bit version next)

17 years agoFixed bug #37013 (server hangs when returning circular object references)
Dmitry Stogov [Mon, 2 Apr 2007 13:43:08 +0000 (13:43 +0000)]
Fixed bug #37013 (server hangs when returning circular object references)

17 years ago- Changed phpinfo() to make difference between set php.ini path and what was actually...
foobar [Mon, 2 Apr 2007 12:41:07 +0000 (12:41 +0000)]
- Changed phpinfo() to make difference between set php.ini path and what was actually loaded.

17 years agoFixed test
Dmitry Stogov [Mon, 2 Apr 2007 11:44:40 +0000 (11:44 +0000)]
Fixed test

17 years agoFixed bug #40897 (error_log file not locked)
Ilia Alshanetsky [Sun, 1 Apr 2007 19:29:42 +0000 (19:29 +0000)]
Fixed bug #40897 (error_log file not locked)

17 years agoFixed bug #40921 (php_default_post_reader crashes when post_max_size is
Ilia Alshanetsky [Sun, 1 Apr 2007 19:09:36 +0000 (19:09 +0000)]
Fixed bug #40921 (php_default_post_reader crashes when post_max_size is
exceeded).

17 years agonew test
Dmitry Stogov [Fri, 30 Mar 2007 10:10:33 +0000 (10:10 +0000)]
new test

17 years agoFixed MOPB-34-2007:PHP mail() Header Injection Through Subject and To
Ilia Alshanetsky [Fri, 30 Mar 2007 00:28:58 +0000 (00:28 +0000)]
Fixed MOPB-34-2007:PHP mail() Header Injection Through Subject and To
Parameters

17 years agoAdd missing #if check
Sara Golemon [Thu, 29 Mar 2007 18:47:04 +0000 (18:47 +0000)]
Add missing #if check

17 years agoadd news entry
Antony Dovgal [Thu, 29 Mar 2007 09:33:50 +0000 (09:33 +0000)]
add news entry
+ minor text fixes

17 years agoMFH: fix PECL bug #10194 (crash in Oracle client when memory limit reached in the...
Antony Dovgal [Thu, 29 Mar 2007 09:33:04 +0000 (09:33 +0000)]
MFH: fix PECL bug #10194 (crash in Oracle client when memory limit reached in the callback)
preallocate the required buffer, so that it would fail earlier.

17 years agoImproved FastCGI SAPI to support external pipe and socket servers on win32
Dmitry Stogov [Wed, 28 Mar 2007 15:39:22 +0000 (15:39 +0000)]
Improved FastCGI SAPI to support external pipe and socket servers on win32

17 years ago- Fix test: Some people actually use --enable-debug here..
foobar [Wed, 28 Mar 2007 12:25:33 +0000 (12:25 +0000)]
- Fix test: Some people actually use --enable-debug here..

17 years agonew ltrim, rtrim and str_pad tests
Zoe Slattery [Wed, 28 Mar 2007 10:44:04 +0000 (10:44 +0000)]
new ltrim, rtrim and str_pad tests

17 years agoadd .cvsignore
Antony Dovgal [Wed, 28 Mar 2007 10:10:04 +0000 (10:10 +0000)]
add .cvsignore

17 years agoMFH: fix #40392 (memory leaks in PHP milter SAPI)
Antony Dovgal [Wed, 28 Mar 2007 10:08:31 +0000 (10:08 +0000)]
MFH: fix #40392 (memory leaks in PHP milter SAPI)

17 years agoNew tests for printf and ucfirst
Zoe Slattery [Wed, 28 Mar 2007 09:38:30 +0000 (09:38 +0000)]
New tests for printf and ucfirst

17 years agoMFH: fix compile warning
Antony Dovgal [Wed, 28 Mar 2007 09:14:08 +0000 (09:14 +0000)]
MFH: fix compile warning

17 years agoThree new string tests for funtions strcasecmp, strcmp and strlen.
Zoe Slattery [Wed, 28 Mar 2007 09:08:08 +0000 (09:08 +0000)]
Three new string tests for funtions strcasecmp, strcmp and strlen.

17 years ago- MFH Allow to load multipe extensions via -d
Marcus Boerger [Tue, 27 Mar 2007 20:28:06 +0000 (20:28 +0000)]
- MFH Allow to load multipe extensions via -d

17 years agoMFH: fix compile warning
Antony Dovgal [Tue, 27 Mar 2007 09:29:10 +0000 (09:29 +0000)]
MFH: fix compile warning

17 years agofix compile warning
Antony Dovgal [Tue, 27 Mar 2007 09:20:27 +0000 (09:20 +0000)]
fix compile warning

17 years agoFixed MOPB-33-2007:PHP mail() Message ASCIIZ Byte Truncation
Ilia Alshanetsky [Tue, 27 Mar 2007 00:13:09 +0000 (00:13 +0000)]
Fixed MOPB-33-2007:PHP mail() Message ASCIIZ Byte Truncation

17 years agoBFN
Rob Richards [Mon, 26 Mar 2007 20:17:30 +0000 (20:17 +0000)]
BFN

17 years agofix bug #37386 (autocreating element doesn't assign value to first node)
Rob Richards [Mon, 26 Mar 2007 20:14:58 +0000 (20:14 +0000)]
fix bug #37386 (autocreating element doesn't assign value to first node)
all single SimpleXMLElements are addressable using offset 0
use correct node for xpath context node
add test

17 years agoMFH: fix #40915 (addcslashes unexpected behavior with binary input)
Antony Dovgal [Mon, 26 Mar 2007 10:25:41 +0000 (10:25 +0000)]
MFH: fix #40915 (addcslashes unexpected behavior with binary input)

17 years ago- MFH Need to install headers
Marcus Boerger [Sun, 25 Mar 2007 12:53:47 +0000 (12:53 +0000)]
- MFH Need to install headers

17 years agoTypo
Hannes Magnusson [Sun, 25 Mar 2007 11:47:27 +0000 (11:47 +0000)]
Typo

17 years ago- Check if Makefile.frag actually exists before running sed on it.
foobar [Sun, 25 Mar 2007 10:21:02 +0000 (10:21 +0000)]
- Check if Makefile.frag actually exists before running sed on it.

17 years ago- Fixed test to skip when mysqld is not running
foobar [Sun, 25 Mar 2007 01:14:51 +0000 (01:14 +0000)]
- Fixed test to skip when mysqld is not running

17 years ago- MFH Drop double variable declaration
Marcus Boerger [Sat, 24 Mar 2007 16:28:53 +0000 (16:28 +0000)]
- MFH Drop double variable declaration

17 years agoFixed CRLF injection inside ftp_putcmd().
Ilia Alshanetsky [Sat, 24 Mar 2007 16:25:42 +0000 (16:25 +0000)]
Fixed CRLF injection inside ftp_putcmd().

# Reported on BugTraq by loveshell[at]Bug.Center.Team

17 years agoregenerate to fix gcov build. plus use re2c bitvectors
Nuno Lopes [Fri, 23 Mar 2007 20:28:40 +0000 (20:28 +0000)]
regenerate to fix gcov build. plus use re2c bitvectors

17 years agofix MOPB-29 - unserialize modifier S does not calculate length correctly
Stanislav Malyshev [Fri, 23 Mar 2007 20:22:52 +0000 (20:22 +0000)]
fix MOPB-29 - unserialize modifier S does not calculate length correctly

17 years agofix MOPB-29 - unserialize modifier S does not calculate length correctly
Stanislav Malyshev [Fri, 23 Mar 2007 20:15:22 +0000 (20:15 +0000)]
fix MOPB-29 - unserialize modifier S does not calculate length correctly
# reported by Stefan Esser

17 years agofix comment - guard system changed
Stanislav Malyshev [Fri, 23 Mar 2007 17:16:55 +0000 (17:16 +0000)]
fix comment - guard system changed

17 years agoexport the module guy in the external dll version of the build
Wez Furlong [Fri, 23 Mar 2007 14:30:00 +0000 (14:30 +0000)]
export the module guy in the external dll version of the build

17 years agoFixed bug #40899 (memory leak when nesting list())
Dmitry Stogov [Fri, 23 Mar 2007 12:46:16 +0000 (12:46 +0000)]
Fixed bug #40899 (memory leak when nesting list())

17 years agoFixed bug #40883 (mysql_query() is allocating memory incorrectly). (Tony)
Dmitry Stogov [Fri, 23 Mar 2007 07:59:26 +0000 (07:59 +0000)]
Fixed bug #40883 (mysql_query() is allocating memory incorrectly). (Tony)

17 years agoAdded -- test case
Ilia Alshanetsky [Thu, 22 Mar 2007 23:34:14 +0000 (23:34 +0000)]
Added -- test case

17 years agoReplaced all instances of ldap_get_values() with ldap_get_values_len(), which returns...
Douglas Goldstein [Thu, 22 Mar 2007 21:50:34 +0000 (21:50 +0000)]
Replaced all instances of ldap_get_values() with ldap_get_values_len(), which returns back the length of the data so on non-NULL terminated data we don't crash in a strlen(). Removed the PHP function ldap_get_values() since it's the same thing as ldap_get_values_len() now and made it alias ldap_get_values_len(). This should fix some random PHP<->LDAP crashes

17 years ago- MFH: Fix handling of not existing long CLI options
Johannes Schlüter [Thu, 22 Mar 2007 21:35:41 +0000 (21:35 +0000)]
- MFH: Fix handling of not existing long CLI options

17 years agoAdd php_pdo_sqlite_external.dll to windows build.
Wez Furlong [Thu, 22 Mar 2007 01:00:23 +0000 (01:00 +0000)]
Add php_pdo_sqlite_external.dll to windows build.
This allows the user to provide their own version of sqlite3.dll.
The php_pdo_sqlite.dll is still there, and will continue to be there.
It is built from the bundled sources.
[[DOC]]
 (this should cc: phpdoc, if it's wrong, please let the docs folks know :-)

17 years ago- MFH Fix issue with long form of command line switches
Marcus Boerger [Wed, 21 Mar 2007 23:20:21 +0000 (23:20 +0000)]
- MFH Fix issue with long form of command line switches

17 years ago- Revert this patch, as the code was incorrect.
Derick Rethans [Wed, 21 Mar 2007 09:40:33 +0000 (09:40 +0000)]
- Revert this patch, as the code was incorrect.
- It was also not committed to HEAD.

17 years agoFixed bug #40861 (Multiple +/- on relative units breaks strtotime()).
Ilia Alshanetsky [Wed, 21 Mar 2007 00:25:55 +0000 (00:25 +0000)]
Fixed bug #40861 (Multiple +/- on relative units breaks strtotime()).

17 years ago- MFH Fix Bug #40872 (inconsistency in offsetSet, offsetExists treatment
Marcus Boerger [Tue, 20 Mar 2007 20:28:08 +0000 (20:28 +0000)]
- MFH Fix Bug #40872 (inconsistency in offsetSet, offsetExists treatment
  of string enclosed integers)

17 years ago- MFH Optional dependency for SPL must be specified in header
Marcus Boerger [Tue, 20 Mar 2007 20:00:27 +0000 (20:00 +0000)]
- MFH Optional dependency for SPL must be specified in header

17 years agoBFN
Antony Dovgal [Tue, 20 Mar 2007 19:39:27 +0000 (19:39 +0000)]
BFN

17 years agoMFH: fix shmop_open() with IPC_CREAT|IPC_EXCL flags on win32
Antony Dovgal [Tue, 20 Mar 2007 17:57:59 +0000 (17:57 +0000)]
MFH: fix shmop_open() with IPC_CREAT|IPC_EXCL flags on win32

17 years agoAdded ability to encode arrays with "SOAP-ENC:Array" type instead of WSDL type. To...
Dmitry Stogov [Tue, 20 Mar 2007 09:52:14 +0000 (09:52 +0000)]
Added ability to encode arrays with "SOAP-ENC:Array" type instead of WSDL type. To activate the ability use "feature"=>SOAP_USE_XSI_ARRAY_TYPE option in SoapClient/SoapServer constructors.

17 years agoFixed bug #36226 (Inconsistent handling when passing nillable arrays)
Dmitry Stogov [Tue, 20 Mar 2007 07:51:32 +0000 (07:51 +0000)]
Fixed bug #36226 (Inconsistent handling when passing nillable arrays)

17 years agoImproved Zend Memory Manager to guarantee reasonable time for worst cases of best...
Dmitry Stogov [Tue, 20 Mar 2007 06:46:48 +0000 (06:46 +0000)]
Improved Zend Memory Manager to guarantee reasonable time for worst cases of best-fit free block searching algorithm.

17 years agoFixed bug #40854 (imap_mail_compose() creates an invalid terminator for
Ilia Alshanetsky [Mon, 19 Mar 2007 22:56:57 +0000 (22:56 +0000)]
Fixed bug #40854 (imap_mail_compose() creates an invalid terminator for
multipart e-mails).

17 years agoFixed bug #40833 (Crash when using unset() on an ArrayAccess object retrieved via...
Dmitry Stogov [Mon, 19 Mar 2007 18:31:30 +0000 (18:31 +0000)]
Fixed bug #40833 (Crash when using unset() on an ArrayAccess object retrieved via __get())

17 years agonew test
Antony Dovgal [Mon, 19 Mar 2007 08:11:14 +0000 (08:11 +0000)]
new test

17 years agoMake DLL only once (Wez)
Edin Kadribasic [Mon, 19 Mar 2007 03:15:48 +0000 (03:15 +0000)]
Make DLL only once (Wez)

17 years agoBFN
Rob Richards [Sun, 18 Mar 2007 21:31:57 +0000 (21:31 +0000)]
BFN

17 years agoMFH: fix bug #40836 (Segfault in ext/dom)
Rob Richards [Sun, 18 Mar 2007 21:31:05 +0000 (21:31 +0000)]
MFH: fix bug #40836 (Segfault in ext/dom)
add test

17 years agoBFN, #40848
Wez Furlong [Sun, 18 Mar 2007 20:21:43 +0000 (20:21 +0000)]
BFN, #40848

17 years agofixes #40848
Wez Furlong [Sun, 18 Mar 2007 20:20:23 +0000 (20:20 +0000)]
fixes #40848

17 years agoFixed MOPB-26-2007 mb_parse_str() can be used to activate register_globals
Ilia Alshanetsky [Sun, 18 Mar 2007 16:36:13 +0000 (16:36 +0000)]
Fixed MOPB-26-2007 mb_parse_str() can be used to activate register_globals

# Discovered by Stefan Esser

17 years agoMFH: fix #40794 (ReflectionObject::getValues() may crash when used with dynamic prope...
Antony Dovgal [Sat, 17 Mar 2007 23:00:49 +0000 (23:00 +0000)]
MFH: fix #40794 (ReflectionObject::getValues() may crash when used with dynamic properties)

17 years agofix tests
Antony Dovgal [Sat, 17 Mar 2007 19:16:17 +0000 (19:16 +0000)]
fix tests

17 years agofix spprintf usage
Stanislav Malyshev [Fri, 16 Mar 2007 21:59:23 +0000 (21:59 +0000)]
fix spprintf usage

17 years agoclarify
Stanislav Malyshev [Fri, 16 Mar 2007 21:49:56 +0000 (21:49 +0000)]
clarify

17 years agoarray_user_key_compare() fix
Stanislav Malyshev [Fri, 16 Mar 2007 19:58:19 +0000 (19:58 +0000)]
array_user_key_compare() fix

17 years agoadd test
Stanislav Malyshev [Fri, 16 Mar 2007 19:55:21 +0000 (19:55 +0000)]
add test

17 years agoFix UMR in array_user_key_compare() (MOPB24 by Stefan Esser)
Stanislav Malyshev [Fri, 16 Mar 2007 19:38:58 +0000 (19:38 +0000)]
Fix UMR in array_user_key_compare() (MOPB24 by Stefan Esser)

17 years agoBFN
Antony Dovgal [Fri, 16 Mar 2007 09:31:20 +0000 (09:31 +0000)]
BFN

17 years agoFugbix typo.
Sebastian Bergmann [Fri, 16 Mar 2007 06:41:24 +0000 (06:41 +0000)]
Fugbix typo.

17 years agofix #40805 (Failure executing function ibase_execute())
Antony Dovgal [Thu, 15 Mar 2007 22:33:04 +0000 (22:33 +0000)]
fix #40805 (Failure executing function ibase_execute())

17 years agoBFN
Antony Dovgal [Thu, 15 Mar 2007 16:44:35 +0000 (16:44 +0000)]
BFN

17 years agofix #40815 (using strings like "class::func" and static methods in set_exception_hand...
Antony Dovgal [Thu, 15 Mar 2007 16:44:12 +0000 (16:44 +0000)]
fix #40815 (using strings like "class::func" and static methods in set_exception_handler() might result in crash)