]> granicus.if.org Git - php/log
php
15 years agoFixed bug #47851 (is_callable throws fatal error)
Dmitry Stogov [Thu, 2 Apr 2009 09:56:33 +0000 (09:56 +0000)]
Fixed bug #47851 (is_callable throws fatal error)

15 years agoMFH: Fixed tests, reverted changes from bug #47546
Matt Wilmas [Thu, 2 Apr 2009 09:42:26 +0000 (09:42 +0000)]
MFH: Fixed tests, reverted changes from bug #47546

15 years agoRebuild credits, was missed in previous RC
Scott MacVicar [Thu, 2 Apr 2009 09:18:00 +0000 (09:18 +0000)]
Rebuild credits, was missed in previous RC

15 years agoMFH:
Kalle Sommer Nielsen [Thu, 2 Apr 2009 05:17:36 +0000 (05:17 +0000)]
MFH:
We dont need to escape % here, it just generates a compiler warning

15 years agoMFH: explode() stuff:
Matt Wilmas [Wed, 1 Apr 2009 17:05:36 +0000 (17:05 +0000)]
MFH: 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?)

15 years ago- MFH: Fixed bug #47852 (Compilation failure in zend_alloc.c) (Matteo)
Felipe Pena [Wed, 1 Apr 2009 16:55:47 +0000 (16:55 +0000)]
- MFH: Fixed bug #47852 (Compilation failure in zend_alloc.c) (Matteo)

15 years ago- MFH: 8.3.x supports pqprepare
Pierre Joye [Wed, 1 Apr 2009 16:16:49 +0000 (16:16 +0000)]
- MFH: 8.3.x supports pqprepare

15 years ago- fix build when pqprepare does not exist
Pierre Joye [Wed, 1 Apr 2009 16:13:33 +0000 (16:13 +0000)]
- fix build when pqprepare does not exist

15 years agoMFH:
Takeshi Abe [Wed, 1 Apr 2009 16:06:56 +0000 (16:06 +0000)]
MFH:
replaced static gdPngJmpbufStruct, which is afraid of being shared with
several threads, by a couple of auto variables.

15 years agoMFH: reverted previous patch, using explicit cast instead
Alexey Zakhlestin [Wed, 1 Apr 2009 14:35:24 +0000 (14:35 +0000)]
MFH: reverted previous patch, using explicit cast instead

15 years agoFixed bug #47856 (stristr() converts needle to lower-case).
Ilia Alshanetsky [Wed, 1 Apr 2009 14:00:38 +0000 (14:00 +0000)]
Fixed bug #47856 (stristr() converts needle to lower-case).

15 years agoMFH: const pointer was used in non-const context
Alexey Zakhlestin [Wed, 1 Apr 2009 11:32:14 +0000 (11:32 +0000)]
MFH: const pointer was used in non-const context

15 years agoMFH:
Kalle Sommer Nielsen [Wed, 1 Apr 2009 09:21:31 +0000 (09:21 +0000)]
MFH:
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

15 years ago- silent warning
Pierre Joye [Tue, 31 Mar 2009 18:05:36 +0000 (18:05 +0000)]
- silent warning

15 years ago- remove last test for MAX_INT, did not work on x64 and this case is
Pierre Joye [Tue, 31 Mar 2009 17:59:19 +0000 (17:59 +0000)]
- remove last test for MAX_INT, did not work on x64 and this case is
  covered by bug47745.phpt

15 years agoBFN
Scott MacVicar [Tue, 31 Mar 2009 14:26:19 +0000 (14:26 +0000)]
BFN

15 years agoMFH Update libsqlite to 3.6.12
Scott MacVicar [Tue, 31 Mar 2009 14:20:08 +0000 (14:20 +0000)]
MFH Update libsqlite to 3.6.12

15 years ago- MFH: Removed unused LONG_SIGN_MASK definition, and a stray \
Matt Wilmas [Tue, 31 Mar 2009 11:22:08 +0000 (11:22 +0000)]
- MFH: Removed unused LONG_SIGN_MASK definition, and a stray \
  - Changed sign flag to int (it's no longer being used in a calculation)

15 years agoFixed bug #47745 (FILTER_VALIDATE_INT doesn't allow minimum integer)
Dmitry Stogov [Tue, 31 Mar 2009 10:02:40 +0000 (10:02 +0000)]
Fixed bug #47745 (FILTER_VALIDATE_INT doesn't allow minimum integer)

15 years agoChanged order by Wez's request
Ilia Alshanetsky [Mon, 30 Mar 2009 19:49:04 +0000 (19:49 +0000)]
Changed order by Wez's request

15 years ago- MFB: better test case, it crashes on more architecture
Pierre Joye [Mon, 30 Mar 2009 18:06:50 +0000 (18:06 +0000)]
- MFB: better test case, it crashes on more architecture

15 years ago- MFH: Removed UG(unicode) checks
Felipe Pena [Mon, 30 Mar 2009 16:52:33 +0000 (16:52 +0000)]
- MFH: Removed UG(unicode) checks

15 years agoMFH:
Kalle Sommer Nielsen [Mon, 30 Mar 2009 14:32:52 +0000 (14:32 +0000)]
MFH:
* 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)

15 years agoNuke unused variable (only in this branch)
Kalle Sommer Nielsen [Mon, 30 Mar 2009 14:25:54 +0000 (14:25 +0000)]
Nuke unused variable (only in this branch)

15 years agoMFH: Fixed compiler warning
Kalle Sommer Nielsen [Mon, 30 Mar 2009 14:24:16 +0000 (14:24 +0000)]
MFH: Fixed compiler warning

15 years agoReorder NEWS entries
Johannes Schlüter [Mon, 30 Mar 2009 13:57:01 +0000 (13:57 +0000)]
Reorder NEWS entries

15 years agoMFH Fix #47819 (Getting pdo_mysql.so: undefined symbol: mysqlnd_debug_init at
Johannes Schlüter [Mon, 30 Mar 2009 13:55:47 +0000 (13:55 +0000)]
MFH Fix #47819 (Getting pdo_mysql.so: undefined symbol: mysqlnd_debug_init at
    startup)

15 years agoFix date tests which started failing after change to BST
andy wharmby [Mon, 30 Mar 2009 12:35:31 +0000 (12:35 +0000)]
Fix date tests which started failing after change to BST

15 years agoMFH Add test for bug #47828
Scott MacVicar [Mon, 30 Mar 2009 09:17:57 +0000 (09:17 +0000)]
MFH Add test for bug #47828

15 years agoMFH Fix test, -2147483648 is a valid unsigned int where -2147483649 isn't.
Scott MacVicar [Mon, 30 Mar 2009 00:41:09 +0000 (00:41 +0000)]
MFH Fix test, -2147483648 is a valid unsigned int where -2147483649 isn't.

15 years agoMFH Fix bug #47828 - Converting to UTF-8 can sometimes fail, check error codes and...
Scott MacVicar [Sun, 29 Mar 2009 23:32:34 +0000 (23:32 +0000)]
MFH Fix bug #47828 - Converting to UTF-8 can sometimes fail, check error codes and avoid segfault.

15 years agoMFH Fix bug #47826 - Building with system sqlite3 can miss a symbol.
Scott MacVicar [Sun, 29 Mar 2009 21:34:13 +0000 (21:34 +0000)]
MFH Fix bug #47826 - Building with system sqlite3 can miss a symbol.

15 years agoMFH:
Matteo Beccati [Sun, 29 Mar 2009 16:43:47 +0000 (16:43 +0000)]
MFH:
- 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

15 years ago- check in the libpng dir as well
Pierre Joye [Sun, 29 Mar 2009 14:01:56 +0000 (14:01 +0000)]
- check in the libpng dir as well

15 years agoMFH:
Matteo Beccati [Sat, 28 Mar 2009 03:21:04 +0000 (03:21 +0000)]
MFH:
- Fixed bug #47816 (pcntl tests failing on NetBSD)
# Tests will still fail until a few kernel bugs are fixed

15 years agoMFH:
Matteo Beccati [Sat, 28 Mar 2009 03:12:52 +0000 (03:12 +0000)]
MFH:
- Reverting: pcntl_signal() returning NULL when passing wrong parameters

15 years ago- Fixed bug #44861 (scrollable cursor don't work with pgsql)
Matteo Beccati [Sat, 28 Mar 2009 02:58:04 +0000 (02:58 +0000)]
- Fixed bug #44861 (scrollable cursor don't work with pgsql)

15 years agoMFH:
Matteo Beccati [Sat, 28 Mar 2009 01:58:49 +0000 (01:58 +0000)]
MFH:
- Added missing #undefs, fixing compile warnings

15 years agoMFH:
Matteo Beccati [Sat, 28 Mar 2009 01:32:51 +0000 (01:32 +0000)]
MFH:
- Fixed pcntl_signal() returning NULL when passing wrong parameters

15 years agoFix UPGRADING and NEWS for ticks undeprecation
Arnaud Le Blanc [Sat, 28 Mar 2009 01:29:14 +0000 (01:29 +0000)]
Fix UPGRADING and NEWS for ticks undeprecation

15 years agoMFH: Fix protos
Hannes Magnusson [Fri, 27 Mar 2009 19:22:29 +0000 (19:22 +0000)]
MFH: Fix protos

15 years ago- Merged into 5_2
Felipe Pena [Fri, 27 Mar 2009 16:51:35 +0000 (16:51 +0000)]
- Merged into 5_2

15 years agoMFH: fix skip-if
Arnaud Le Blanc [Fri, 27 Mar 2009 02:35:37 +0000 (02:35 +0000)]
MFH: fix skip-if

15 years agoMFH: Fixed initialization of tick functions list in ZTS
Arnaud Le Blanc [Fri, 27 Mar 2009 02:34:06 +0000 (02:34 +0000)]
MFH: Fixed initialization of tick functions list in ZTS

15 years agoRemoved deprecation warning for ticks
Arnaud Le Blanc [Fri, 27 Mar 2009 02:32:57 +0000 (02:32 +0000)]
Removed deprecation warning for ticks

15 years ago- update extension=
Pierre Joye [Thu, 26 Mar 2009 18:45:37 +0000 (18:45 +0000)]
- update extension=

15 years agoFixed bug #47596 (Bus error on parsing file)
Dmitry Stogov [Thu, 26 Mar 2009 17:28:49 +0000 (17:28 +0000)]
Fixed bug #47596 (Bus error on parsing file)

15 years ago- Fix typo
Felipe Pena [Thu, 26 Mar 2009 13:55:06 +0000 (13:55 +0000)]
- Fix typo

15 years agoMFH: - Fixed bug #47769 (Strange extends PDO)
Felipe Pena [Thu, 26 Mar 2009 12:53:39 +0000 (12:53 +0000)]
MFH: - Fixed bug #47769 (Strange extends PDO)

15 years agoFixed bug #47516 (nowdoc can not be embed in heredoc but can be embed in double quote)
Dmitry Stogov [Thu, 26 Mar 2009 12:37:54 +0000 (12:37 +0000)]
Fixed bug #47516 (nowdoc can not be embed in heredoc but can be embed in double quote)

15 years agoFixed bug #47714 (autoloading classes inside exception_handler leads to crashes)
Dmitry Stogov [Thu, 26 Mar 2009 10:56:45 +0000 (10:56 +0000)]
Fixed bug #47714 (autoloading classes inside exception_handler leads to crashes)

15 years agoFixed bug #47771 (Exception during object construction from arg call calls object...
Dmitry Stogov [Thu, 26 Mar 2009 10:17:30 +0000 (10:17 +0000)]
Fixed bug #47771 (Exception during object construction from arg call calls object's destructor)

15 years agoCorrected missing comment.
Eric Stewart [Thu, 26 Mar 2009 01:38:53 +0000 (01:38 +0000)]
Corrected missing comment.

15 years ago- Missing changes related to #47757 for this branch
Felipe Pena [Thu, 26 Mar 2009 00:43:45 +0000 (00:43 +0000)]
- Missing changes related to #47757 for this branch

15 years ago- Fixed memory leak in ob_get_clean/ob_get_flush.
Christian Seiler [Wed, 25 Mar 2009 23:59:45 +0000 (23:59 +0000)]
- Fixed memory leak in ob_get_clean/ob_get_flush.
# Not necessary in HEAD because output buffering was completely rewritten
# there.

15 years agoMFH: Fix build on FreeBSD <7 (fixes #47777)
Arnaud Le Blanc [Wed, 25 Mar 2009 23:34:08 +0000 (23:34 +0000)]
MFH: Fix build on FreeBSD <7 (fixes #47777)

15 years agoMFH:
Felipe Pena [Wed, 25 Mar 2009 22:52:30 +0000 (22:52 +0000)]
MFH:
- Fixed bug #47779 (Wrong value for SIG_UNBLOCK and SIG_SETMASK constants).
  Patch by: mbeccati at php.net

15 years agoAdd missing proto
Hannes Magnusson [Wed, 25 Mar 2009 19:55:59 +0000 (19:55 +0000)]
Add missing proto

15 years agoFixed bug #47772 (FILTER_VALIDATE_EMAIL allows foo@bar. addresses)
Ilia Alshanetsky [Wed, 25 Mar 2009 18:51:44 +0000 (18:51 +0000)]
Fixed bug #47772 (FILTER_VALIDATE_EMAIL allows foo@bar. addresses)

15 years agoMFH: fix test to follow #47757
Takeshi Abe [Wed, 25 Mar 2009 15:25:59 +0000 (15:25 +0000)]
MFH: fix test to follow #47757

15 years agoFixed bug #47038 (Memory leak in include)
Dmitry Stogov [Wed, 25 Mar 2009 15:23:58 +0000 (15:23 +0000)]
Fixed bug #47038 (Memory leak in include)

15 years agoFixed bug #47699 (autoload and late static binding)
Dmitry Stogov [Wed, 25 Mar 2009 10:39:26 +0000 (10:39 +0000)]
Fixed bug #47699 (autoload and late static binding)

15 years agoMFH: mysql_db_query() is always deprecated
Johannes Schlüter [Wed, 25 Mar 2009 10:27:38 +0000 (10:27 +0000)]
MFH: mysql_db_query() is always deprecated

15 years agoObsolete package2.xml: resume using package.xml
Christopher Jones [Wed, 25 Mar 2009 02:00:53 +0000 (02:00 +0000)]
Obsolete package2.xml: resume using package.xml

15 years agoMFH: use random text
Christopher Jones [Wed, 25 Mar 2009 01:57:40 +0000 (01:57 +0000)]
MFH: use random text

15 years agoUpdated PDO maintainers
Ilia Alshanetsky [Tue, 24 Mar 2009 23:57:30 +0000 (23:57 +0000)]
Updated PDO maintainers

15 years ago- new php.ini names
Pierre Joye [Tue, 24 Mar 2009 22:15:46 +0000 (22:15 +0000)]
- new php.ini names

15 years agoFixed double efree()
Dmitry Stogov [Tue, 24 Mar 2009 16:35:53 +0000 (16:35 +0000)]
Fixed double efree()

15 years agoFixed "-0" parsing and optimized overflow check (Matt)
Dmitry Stogov [Tue, 24 Mar 2009 16:02:50 +0000 (16:02 +0000)]
Fixed "-0" parsing and optimized overflow check (Matt)

15 years ago- Fix test
Felipe Pena [Tue, 24 Mar 2009 15:51:13 +0000 (15:51 +0000)]
- Fix test

15 years ago- GEPJ.. (thx to Derick for the head!)
Pierre Joye [Tue, 24 Mar 2009 12:48:52 +0000 (12:48 +0000)]
- GEPJ.. (thx to Derick for the head!)

15 years ago- #47757 rename JPG to JPEG in phpinfo
Pierre Joye [Tue, 24 Mar 2009 09:45:39 +0000 (09:45 +0000)]
-  #47757 rename JPG to JPEG in phpinfo

15 years ago- fix logic after my build fix, thx to Hannes for the head up!
Pierre Joye [Tue, 24 Mar 2009 09:44:16 +0000 (09:44 +0000)]
- fix logic after my build fix, thx to Hannes for the head up!

15 years ago- #47757 rename JPG to JPEG in phpinfo
Pierre Joye [Tue, 24 Mar 2009 09:41:42 +0000 (09:41 +0000)]
- #47757 rename JPG to JPEG in phpinfo

15 years ago- fix build
Pierre Joye [Tue, 24 Mar 2009 09:24:35 +0000 (09:24 +0000)]
- fix build

15 years agoBFN
Scott MacVicar [Tue, 24 Mar 2009 02:00:34 +0000 (02:00 +0000)]
BFN

15 years agoFix bug #42362 - certain status codes never have output, so sending the gzip compress...
Scott MacVicar [Tue, 24 Mar 2009 01:57:53 +0000 (01:57 +0000)]
Fix bug #42362 - certain status codes never have output, so sending the gzip compression headers cause problems

15 years agoMFH:
Felipe Pena [Mon, 23 Mar 2009 23:15:03 +0000 (23:15 +0000)]
MFH:
- Fixed bug #44409 (PDO::FETCH_SERIALIZE calls __construct())
  Patch by: matteo at beccati dot com

15 years agoMFH: Fix a sigsegv on server shutdown, add missing sapi_shutdown().
Uwe Schindler [Mon, 23 Mar 2009 23:13:14 +0000 (23:13 +0000)]
MFH: Fix a sigsegv on server shutdown, add missing sapi_shutdown().

15 years agoImproved parameter handling
Ilia Alshanetsky [Mon, 23 Mar 2009 22:30:56 +0000 (22:30 +0000)]
Improved parameter handling

15 years ago- Updated to version 2009.4 (2009d)
Derick Rethans [Mon, 23 Mar 2009 21:39:45 +0000 (21:39 +0000)]
- Updated to version 2009.4 (2009d)

15 years agoBack to dev
Johannes Schlüter [Mon, 23 Mar 2009 20:40:37 +0000 (20:40 +0000)]
Back to dev

15 years ago5.3.0 RC 1
Johannes Schlüter [Mon, 23 Mar 2009 20:33:21 +0000 (20:33 +0000)]
5.3.0 RC 1

15 years ago1. Involves an mbstring setting correction regarding:
Eric Stewart [Mon, 23 Mar 2009 02:36:34 +0000 (02:36 +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.

15 years agoImproved parameter parsing
Ilia Alshanetsky [Sun, 22 Mar 2009 15:05:20 +0000 (15:05 +0000)]
Improved parameter parsing

15 years ago- Updated to version 2009.3 (2009c)
Derick Rethans [Sun, 22 Mar 2009 11:49:55 +0000 (11:49 +0000)]
- Updated to version 2009.3 (2009c)

15 years ago- disable it when ZTS is disabled
Pierre Joye [Fri, 20 Mar 2009 18:49:37 +0000 (18:49 +0000)]
- disable it when ZTS is disabled

15 years ago- fix build, add new cp850 file
Pierre Joye [Fri, 20 Mar 2009 18:42:02 +0000 (18:42 +0000)]
- fix build, add new cp850 file

15 years agoclarification of wwwhether 'make test' needs the PHP xecutable to be set
Zoe Slattery [Fri, 20 Mar 2009 15:43:40 +0000 (15:43 +0000)]
clarification of wwwhether 'make test' needs the PHP xecutable to be set

15 years agoFixed warning
Dmitry Stogov [Fri, 20 Mar 2009 11:23:00 +0000 (11:23 +0000)]
Fixed warning

15 years agoadded skip if for root
Zoe Slattery [Fri, 20 Mar 2009 08:58:09 +0000 (08:58 +0000)]
added skip if for root

15 years agoMFB: Fixed bug #47721 (Aligment issues in mbstring and sysvshm extension)
Ilia Alshanetsky [Thu, 19 Mar 2009 23:11:32 +0000 (23:11 +0000)]
MFB: Fixed bug #47721 (Aligment issues in mbstring and sysvshm extension)

15 years ago- Add self to maintainer list so's I can get bug notifications :)
Steph Fox [Thu, 19 Mar 2009 22:44:55 +0000 (22:44 +0000)]
- Add self to maintainer list so's I can get bug notifications :)

15 years agoMFH
Steph Fox [Thu, 19 Mar 2009 22:16:29 +0000 (22:16 +0000)]
MFH
- Fix bug #38805 ( PDO Truncates Text from SQL Server Text Data Type Field)
- Bring behaviour into line with ext/mssql
- Several memleaks plugged

15 years agoMFH: Avoid 2 conversions when decoding numbers
Matt Wilmas [Thu, 19 Mar 2009 19:26:00 +0000 (19:26 +0000)]
MFH: Avoid 2 conversions when decoding numbers

15 years agoMFH: Removed extra space from eval string
Matt Wilmas [Thu, 19 Mar 2009 18:34:16 +0000 (18:34 +0000)]
MFH: Removed extra space from eval string

15 years agoMFH: Better fix for #44607. Fixes #47487 (php_stream_fill_read_buffer()
Arnaud Le Blanc [Thu, 19 Mar 2009 17:55:10 +0000 (17:55 +0000)]
MFH: Better fix for #44607. Fixes #47487 (php_stream_fill_read_buffer()
performance degraded after fix of bug 44607).

15 years agoFixed check for long integer overflow
Dmitry Stogov [Thu, 19 Mar 2009 15:16:10 +0000 (15:16 +0000)]
Fixed check for long integer overflow

15 years agoMFH: Fix #47231 (offsetGet error using incorrect offset)
Etienne Kneuss [Thu, 19 Mar 2009 03:01:37 +0000 (03:01 +0000)]
MFH: Fix #47231 (offsetGet error using incorrect offset)

15 years agoMFH: Add test covering for #47671
Etienne Kneuss [Thu, 19 Mar 2009 02:47:00 +0000 (02:47 +0000)]
MFH: Add test covering for #47671