]>
granicus.if.org Git - php/log
Felipe Pena [Fri, 3 Apr 2009 14:36:50 +0000 (14:36 +0000)]
- Changed namespace separator
<changelog@php.net> [Fri, 3 Apr 2009 01:33:59 +0000 (01:33 +0000)]
ChangeLog update
Matteo Beccati [Thu, 2 Apr 2009 16:40:33 +0000 (16:40 +0000)]
- Fixed bug #44173 (PDO->query() parameter parsing/checking needs an
update)
# The changeset is longer than really needed because pdo_stmt.c was
# refactored to remove the "goto"
Felipe Pena [Thu, 2 Apr 2009 15:52:26 +0000 (15:52 +0000)]
- Fixed bug #47818 (Segfault due to bound callback param)
Dmitry Stogov [Thu, 2 Apr 2009 09:56:53 +0000 (09:56 +0000)]
Fixed bug #47851 (is_callable throws fatal error)
Matt Wilmas [Thu, 2 Apr 2009 09:42:12 +0000 (09:42 +0000)]
Fixed tests, reverted changes from bug #47546
Scott MacVicar [Thu, 2 Apr 2009 09:24:16 +0000 (09:24 +0000)]
MFB Rebuild credits, was missed in previous RC
Kalle Sommer Nielsen [Thu, 2 Apr 2009 05:16:55 +0000 (05:16 +0000)]
We dont need to escape % here, it just generates a compiler warning
<changelog@php.net> [Thu, 2 Apr 2009 01:35:58 +0000 (01:35 +0000)]
ChangeLog update
Matt Wilmas [Wed, 1 Apr 2009 17:04:17 +0000 (17:04 +0000)]
explode() stuff:
- Fixed bug #47560 (explode()'s limit parameter odd behaviour) by reverting change for bug #47546
- Changed int to long where needed (should fix memory errors from overflow seen in bug #47854)
- Simplified logic a bit with limit and its default value
- php_explode_negative_limit(): removed safe_emalloc (not needed; plain erealloc is used later)
- Moved declarations/allocation to optimize if the delimiter isn't found
- Changed ALLOC_STEP size for less realloc's (and maybe better memory block alignment?)
Felipe Pena [Wed, 1 Apr 2009 16:55:11 +0000 (16:55 +0000)]
- Fixed bug #47852 (Compilation failure in zend_alloc.c) (Matteo)
Pierre Joye [Wed, 1 Apr 2009 16:16:20 +0000 (16:16 +0000)]
- 8.3.x supports pqprepare
Pierre Joye [Wed, 1 Apr 2009 16:14:50 +0000 (16:14 +0000)]
- MFB: fix build when pqprepare does not exist
Takeshi Abe [Wed, 1 Apr 2009 16:05:17 +0000 (16:05 +0000)]
replaced static gdPngJmpbufStruct, which is afraid of being shared with
several threads, by a couple of auto variables.
Alexey Zakhlestin [Wed, 1 Apr 2009 14:34:21 +0000 (14:34 +0000)]
reverted previous patch, using explicit cast instead
Alexey Zakhlestin [Wed, 1 Apr 2009 11:31:54 +0000 (11:31 +0000)]
const pointer was used in non-const context
Kalle Sommer Nielsen [Wed, 1 Apr 2009 09:38:41 +0000 (09:38 +0000)]
Fixed Windows build
Kalle Sommer Nielsen [Wed, 1 Apr 2009 09:20:35 +0000 (09:20 +0000)]
Fixed a few warnings from copy():
* If $item is empty then skip to next entry, this fixes the "The first argument cannot be a directory" warnings
* If file does not exist then dont try to copy it
<changelog@php.net> [Wed, 1 Apr 2009 01:32:41 +0000 (01:32 +0000)]
ChangeLog update
Pierre Joye [Tue, 31 Mar 2009 18:08:12 +0000 (18:08 +0000)]
- MFB: silent warning
Pierre Joye [Tue, 31 Mar 2009 18:00:33 +0000 (18:00 +0000)]
- remove last test for MAX_INT, did not work on x64 and this case is covered by bug47745.phpt
Hannes Magnusson [Tue, 31 Mar 2009 16:25:58 +0000 (16:25 +0000)]
Fix errormessage check
# Is correct in 5.
Scott MacVicar [Tue, 31 Mar 2009 14:15:04 +0000 (14:15 +0000)]
Update libsqlite to 3.6.12
Matt Wilmas [Tue, 31 Mar 2009 11:20:31 +0000 (11:20 +0000)]
- Removed unused LONG_SIGN_MASK definition, and a stray \
- Changed sign flag to int (it's no longer being used in a calculation)
Dmitry Stogov [Tue, 31 Mar 2009 10:02:51 +0000 (10:02 +0000)]
Fixed bug #47745 (FILTER_VALIDATE_INT doesn't allow minimum integer)
<changelog@php.net> [Tue, 31 Mar 2009 01:32:39 +0000 (01:32 +0000)]
ChangeLog update
Scott MacVicar [Mon, 30 Mar 2009 22:17:02 +0000 (22:17 +0000)]
I wish people would test their changes before comitting, especially since the test is *IDENTICAL* as before just with different formatting.
Felipe Pena [Mon, 30 Mar 2009 19:43:47 +0000 (19:43 +0000)]
- Sync with 5.3
Pierre Joye [Mon, 30 Mar 2009 18:06:22 +0000 (18:06 +0000)]
- MFB: better test case, it crashes on more architecture
Kalle Sommer Nielsen [Mon, 30 Mar 2009 14:32:20 +0000 (14:32 +0000)]
* Bypass the date/timezone warning by forcing UTC when running mkdist.php
* Don't run the copy list for PECL if theres no PECL extensions to copy (fixes a few copy() warnings)
Kalle Sommer Nielsen [Mon, 30 Mar 2009 14:24:01 +0000 (14:24 +0000)]
Fix compiler warning
Kalle Sommer Nielsen [Mon, 30 Mar 2009 14:21:03 +0000 (14:21 +0000)]
Fixed Windows build, declarations first ladies and gentlemen
Johannes Schlüter [Mon, 30 Mar 2009 13:53:35 +0000 (13:53 +0000)]
- Fix #47819 (Getting pdo_mysql.so: undefined symbol: mysqlnd_debug_init at
startup)
andy wharmby [Mon, 30 Mar 2009 12:35:29 +0000 (12:35 +0000)]
Fix date tests which started failing after change to BST
Scott MacVicar [Mon, 30 Mar 2009 09:17:47 +0000 (09:17 +0000)]
Add test for bug #47828
<changelog@php.net> [Mon, 30 Mar 2009 01:32:46 +0000 (01:32 +0000)]
ChangeLog update
Scott MacVicar [Mon, 30 Mar 2009 00:41:01 +0000 (00:41 +0000)]
Fix test, -
2147483648 is a valid unsigned int where -
2147483649 isn't.
Scott MacVicar [Sun, 29 Mar 2009 23:32:17 +0000 (23:32 +0000)]
Fix bug #47828 - Converting to UTF-8 can sometimes fail, check error codes and avoid segfault.
Scott MacVicar [Sun, 29 Mar 2009 21:33:58 +0000 (21:33 +0000)]
Fix bug #47826 - Building with system sqlite3 can miss a symbol.
Stig Venaas [Sun, 29 Mar 2009 18:44:45 +0000 (18:44 +0000)]
added OpenLDAP TLS options to ldap_get_option/ldap_set_option
Matteo Beccati [Sun, 29 Mar 2009 16:42:49 +0000 (16:42 +0000)]
- Fixed pcntl test for platforms not accepting a very large timeout in sigtimedwait()
# It isn't really necessary for the child to wait for PHP_INT_MAX seconds
Pierre Joye [Sun, 29 Mar 2009 14:01:15 +0000 (14:01 +0000)]
- check in the libpng dir as well
<changelog@php.net> [Sun, 29 Mar 2009 01:33:58 +0000 (01:33 +0000)]
ChangeLog update
Matteo Beccati [Sat, 28 Mar 2009 03:17:31 +0000 (03:17 +0000)]
- Fixed bug #47816 (pcntl tests failing on NetBSD)
# Tests will still fail until a few kernel bugs are fixed
Matteo Beccati [Sat, 28 Mar 2009 03:11:39 +0000 (03:11 +0000)]
- Reverting: pcntl_signal() returning NULL when passing wrong parameters
# Wow, my first commit and I broke something, sorry about that :(
Matteo Beccati [Sat, 28 Mar 2009 03:01:38 +0000 (03:01 +0000)]
MFB:
- Fixed bug #44861 (scrollable cursor don't work with pgsql)
Matteo Beccati [Sat, 28 Mar 2009 02:34:02 +0000 (02:34 +0000)]
MFB:
- Updated pdo_pgsql from PHP_5_3
<changelog@php.net> [Sat, 28 Mar 2009 01:32:50 +0000 (01:32 +0000)]
ChangeLog update
Matteo Beccati [Sat, 28 Mar 2009 01:31:31 +0000 (01:31 +0000)]
- Fixed pcntl_signal() returning NULL when passing wrong parameters
Felipe Pena [Fri, 27 Mar 2009 23:08:28 +0000 (23:08 +0000)]
- Removed unicode.semantics check
Antony Dovgal [Fri, 27 Mar 2009 22:22:02 +0000 (22:22 +0000)]
fix segfault
Felipe Pena [Fri, 27 Mar 2009 19:50:56 +0000 (19:50 +0000)]
- Removed leftover UG(unicode) checks
Felipe Pena [Fri, 27 Mar 2009 19:28:26 +0000 (19:28 +0000)]
- Removed:
- UG(unicode) checks
- Changed:
- ZEND_STR_TYPE -> IS_UNICODE
- convert_to_text -> convert_to_unicode
Hannes Magnusson [Fri, 27 Mar 2009 19:22:18 +0000 (19:22 +0000)]
Fix protos
Arnaud Le Blanc [Fri, 27 Mar 2009 02:35:10 +0000 (02:35 +0000)]
fix skip-if
Arnaud Le Blanc [Fri, 27 Mar 2009 02:33:44 +0000 (02:33 +0000)]
Fixed initialization of tick functions list in ZTS
<changelog@php.net> [Fri, 27 Mar 2009 01:32:56 +0000 (01:32 +0000)]
ChangeLog update
Felipe Pena [Thu, 26 Mar 2009 22:30:05 +0000 (22:30 +0000)]
- Removed unused declaration
Felipe Pena [Thu, 26 Mar 2009 22:16:48 +0000 (22:16 +0000)]
- Removed unused variables
Felipe Pena [Thu, 26 Mar 2009 20:02:53 +0000 (20:02 +0000)]
- Removed:
- UG(unicode) checks
- pcre_cache_entry.unicode_mode
- Changed:
- ZEND_STR_TYPE -> IS_UNICODE
- convert_to_text -> convert_to_unicode
- convert_to_text_ex -> convert_to_unicode_ex
(Felipe, Steph)
Pierre Joye [Thu, 26 Mar 2009 18:53:42 +0000 (18:53 +0000)]
- update extension=
Dmitry Stogov [Thu, 26 Mar 2009 17:29:01 +0000 (17:29 +0000)]
Fixed bug #47596 (Bus error on parsing file)
Felipe Pena [Thu, 26 Mar 2009 13:54:53 +0000 (13:54 +0000)]
- Fix typo
Felipe Pena [Thu, 26 Mar 2009 12:51:30 +0000 (12:51 +0000)]
- Fixed bug #47769 (Strange extends PDO)
Dmitry Stogov [Thu, 26 Mar 2009 12:38:38 +0000 (12:38 +0000)]
Fixed bug #47516 (nowdoc can not be embed in heredoc but can be embed in double quote)
Dmitry Stogov [Thu, 26 Mar 2009 10:56:25 +0000 (10:56 +0000)]
Fixed bug #47714 (autoloading classes inside exception_handler leads to crashes)
Dmitry Stogov [Thu, 26 Mar 2009 10:17:47 +0000 (10:17 +0000)]
Fixed bug #47771 (Exception during object construction from arg call calls object's destructor)
Eric Stewart [Thu, 26 Mar 2009 01:39:10 +0000 (01:39 +0000)]
Corrected missing comment.
<changelog@php.net> [Thu, 26 Mar 2009 01:33:04 +0000 (01:33 +0000)]
ChangeLog update
Arnaud Le Blanc [Wed, 25 Mar 2009 23:33:36 +0000 (23:33 +0000)]
Fix build on FreeBSD <7 (fixes #47777)
Felipe Pena [Wed, 25 Mar 2009 22:49:43 +0000 (22:49 +0000)]
- Fixed bug #47779 (Wrong value for SIG_UNBLOCK and SIG_SETMASK constants).
Patch by: mbeccati at php.net
Hannes Magnusson [Wed, 25 Mar 2009 19:55:50 +0000 (19:55 +0000)]
Add missing proto
Ilia Alshanetsky [Wed, 25 Mar 2009 18:52:08 +0000 (18:52 +0000)]
MFB: Fixed bug #47772 (FILTER_VALIDATE_EMAIL allows foo@bar. addresses)
Takeshi Abe [Wed, 25 Mar 2009 16:15:18 +0000 (16:15 +0000)]
MFB: #43073, TrueType bounding box is wrong for angle<>0
Takeshi Abe [Wed, 25 Mar 2009 15:25:05 +0000 (15:25 +0000)]
fix test to follow #47757
Dmitry Stogov [Wed, 25 Mar 2009 15:24:51 +0000 (15:24 +0000)]
Fixed bug #47038 (Memory leak in include)
Felipe Pena [Wed, 25 Mar 2009 12:05:51 +0000 (12:05 +0000)]
- Fixed some code to be working with unicode
Dmitry Stogov [Wed, 25 Mar 2009 10:39:36 +0000 (10:39 +0000)]
Fixed bug #47699 (autoload and late static binding)
Johannes Schlüter [Wed, 25 Mar 2009 10:27:22 +0000 (10:27 +0000)]
mysql_db_query() is always deprecated
Christopher Jones [Wed, 25 Mar 2009 01:59:17 +0000 (01:59 +0000)]
sync with 5.3
Christopher Jones [Wed, 25 Mar 2009 01:57:22 +0000 (01:57 +0000)]
use random text
<changelog@php.net> [Wed, 25 Mar 2009 01:32:55 +0000 (01:32 +0000)]
ChangeLog update
Pierre Joye [Tue, 24 Mar 2009 22:16:57 +0000 (22:16 +0000)]
- MFB: new php.ini names
Felipe Pena [Tue, 24 Mar 2009 19:32:06 +0000 (19:32 +0000)]
- Synced pieces of codes
- Fixed tests
Dmitry Stogov [Tue, 24 Mar 2009 16:35:41 +0000 (16:35 +0000)]
Fixed double efree()
Dmitry Stogov [Tue, 24 Mar 2009 16:03:05 +0000 (16:03 +0000)]
Fixed "-0" parsing and optimized overflow check (Matt)
Pierre Joye [Tue, 24 Mar 2009 09:42:49 +0000 (09:42 +0000)]
- MFB: #47757 rename JPG to JPEG in phpinfo
<changelog@php.net> [Tue, 24 Mar 2009 01:32:44 +0000 (01:32 +0000)]
ChangeLog update
Felipe Pena [Mon, 23 Mar 2009 23:58:49 +0000 (23:58 +0000)]
- MFB old changes
Felipe Pena [Mon, 23 Mar 2009 23:03:08 +0000 (23:03 +0000)]
- Fix test
Felipe Pena [Mon, 23 Mar 2009 23:02:06 +0000 (23:02 +0000)]
- Fixed bug #44409 (PDO::FETCH_SERIALIZE calls __construct())
Patch by: matteo at beccati dot com
Derick Rethans [Mon, 23 Mar 2009 21:39:21 +0000 (21:39 +0000)]
- Updated to version 2009.4 (2009d)
Felipe Pena [Mon, 23 Mar 2009 11:01:07 +0000 (11:01 +0000)]
- Fixed build
Eric Stewart [Mon, 23 Mar 2009 02:40:30 +0000 (02:40 +0000)]
1. Involves an mbstring setting correction regarding:
http://marc.info/?l=php-cvs&m=
123596904426621 &w=2
2. Added mbstring.http_output_conv_mimetype directive.
3. Adds an additional comment including XOR in the list of usable bitwise operators.
4. Note regarding the merge of E_STRICT into E_ALL in PHP 6.0.0.
5. Notes regarding [PATH] and [HOST] use in CGI/FastCGI.
<changelog@php.net> [Mon, 23 Mar 2009 01:33:16 +0000 (01:33 +0000)]
ChangeLog update
Ilia Alshanetsky [Sun, 22 Mar 2009 15:07:31 +0000 (15:07 +0000)]
MFB: Improved parameter parsing
Derick Rethans [Sun, 22 Mar 2009 11:49:32 +0000 (11:49 +0000)]
- Updated to version 2009.3 (2009c)
<changelog@php.net> [Sat, 21 Mar 2009 01:32:48 +0000 (01:32 +0000)]
ChangeLog update
Uwe Schindler [Fri, 20 Mar 2009 15:53:34 +0000 (15:53 +0000)]
Fix a sigsegv on server shutdown, add missing sapi_shutdown().
!!! This should also be merged into 5.3, I prepared it, please tell me if it is ok to commit !!!
Zoe Slattery [Fri, 20 Mar 2009 15:43:11 +0000 (15:43 +0000)]
clarification of wwwhether 'make test' needs the PHP xecutable to be set