]> granicus.if.org Git - php/log
php
15 years agoChangeLog update
<changelog@php.net> [Fri, 27 Mar 2009 01:32:56 +0000 (01:32 +0000)]
ChangeLog update

15 years ago- Removed unused declaration
Felipe Pena [Thu, 26 Mar 2009 22:30:05 +0000 (22:30 +0000)]
- Removed unused declaration

15 years ago- Removed unused variables
Felipe Pena [Thu, 26 Mar 2009 22:16:48 +0000 (22:16 +0000)]
- Removed unused variables

15 years ago- Removed:
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)

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

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

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

15 years ago- Fixed bug #47769 (Strange extends PDO)
Felipe Pena [Thu, 26 Mar 2009 12:51:30 +0000 (12:51 +0000)]
- 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:38:38 +0000 (12:38 +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:25 +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:47 +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:39:10 +0000 (01:39 +0000)]
Corrected missing comment.

15 years agoChangeLog update
<changelog@php.net> [Thu, 26 Mar 2009 01:33:04 +0000 (01:33 +0000)]
ChangeLog update

15 years agoFix build on FreeBSD <7 (fixes #47777)
Arnaud Le Blanc [Wed, 25 Mar 2009 23:33:36 +0000 (23:33 +0000)]
Fix build on FreeBSD <7 (fixes #47777)

15 years ago- Fixed bug #47779 (Wrong value for SIG_UNBLOCK and SIG_SETMASK constants).
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

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

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

15 years agoMFB: #43073, TrueType bounding box is wrong for angle<>0
Takeshi Abe [Wed, 25 Mar 2009 16:15:18 +0000 (16:15 +0000)]
MFB: #43073, TrueType bounding box is wrong for angle<>0

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

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

15 years ago- Fixed some code to be working with unicode
Felipe Pena [Wed, 25 Mar 2009 12:05:51 +0000 (12:05 +0000)]
- Fixed some code to be working with unicode

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

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

15 years agosync with 5.3
Christopher Jones [Wed, 25 Mar 2009 01:59:17 +0000 (01:59 +0000)]
sync with 5.3

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

15 years agoChangeLog update
<changelog@php.net> [Wed, 25 Mar 2009 01:32:55 +0000 (01:32 +0000)]
ChangeLog update

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

15 years ago- Synced pieces of codes
Felipe Pena [Tue, 24 Mar 2009 19:32:06 +0000 (19:32 +0000)]
- Synced pieces of codes
- Fixed tests

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

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

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

15 years agoChangeLog update
<changelog@php.net> [Tue, 24 Mar 2009 01:32:44 +0000 (01:32 +0000)]
ChangeLog update

15 years ago- MFB old changes
Felipe Pena [Mon, 23 Mar 2009 23:58:49 +0000 (23:58 +0000)]
- MFB old changes

15 years ago- Fix test
Felipe Pena [Mon, 23 Mar 2009 23:03:08 +0000 (23:03 +0000)]
- Fix test

15 years ago- Fixed bug #44409 (PDO::FETCH_SERIALIZE calls __construct())
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

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

15 years ago- Fixed build
Felipe Pena [Mon, 23 Mar 2009 11:01:07 +0000 (11:01 +0000)]
- Fixed build

15 years ago1. Involves an mbstring setting correction regarding:
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.

15 years agoChangeLog update
<changelog@php.net> [Mon, 23 Mar 2009 01:33:16 +0000 (01:33 +0000)]
ChangeLog update

15 years agoMFB: Improved parameter parsing
Ilia Alshanetsky [Sun, 22 Mar 2009 15:07:31 +0000 (15:07 +0000)]
MFB: Improved parameter parsing

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

15 years agoChangeLog update
<changelog@php.net> [Sat, 21 Mar 2009 01:32:48 +0000 (01:32 +0000)]
ChangeLog update

15 years agoFix a sigsegv on server shutdown, add missing sapi_shutdown().
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 !!!

15 years agoclarification of wwwhether 'make test' needs the PHP xecutable to be set
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

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

15 years agoadded skipif for root
Zoe Slattery [Fri, 20 Mar 2009 09:09:34 +0000 (09:09 +0000)]
added skipif for root

15 years agoset return_len to 0 when returning empty string and fix segfault
Antony Dovgal [Fri, 20 Mar 2009 08:38:42 +0000 (08:38 +0000)]
set return_len to 0 when returning empty string and fix segfault

15 years agoChangeLog update
<changelog@php.net> [Fri, 20 Mar 2009 01:32:48 +0000 (01:32 +0000)]
ChangeLog update

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

15 years ago- Fix bug #38805 ( PDO Truncates Text from SQL Server Text Data Type Field)
Steph Fox [Thu, 19 Mar 2009 22:15:03 +0000 (22:15 +0000)]
- 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 agoAvoid 2 conversions when decoding numbers
Matt Wilmas [Thu, 19 Mar 2009 19:25:42 +0000 (19:25 +0000)]
Avoid 2 conversions when decoding numbers

15 years agoMFB (zend_execute_API.c v1.331.2.20.2.13): "Avoid strcpy() & strcat()"
Matt Wilmas [Thu, 19 Mar 2009 18:32:45 +0000 (18:32 +0000)]
MFB (zend_execute_API.c v1.331.2.20.2.13): "Avoid strcpy() & strcat()"
Removed extra space from eval string, and unnecessary variable

15 years agoBetter fix for #44607. Fixes #47487 (php_stream_fill_read_buffer()
Arnaud Le Blanc [Thu, 19 Mar 2009 17:54:28 +0000 (17:54 +0000)]
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:15:31 +0000 (15:15 +0000)]
Fixed check for long integer overflow

15 years agoFix #47231 (offsetGet error using incorrect offset)
Etienne Kneuss [Thu, 19 Mar 2009 03:00:44 +0000 (03:00 +0000)]
Fix #47231 (offsetGet error using incorrect offset)

15 years agoAdd test covering for #47671
Etienne Kneuss [Thu, 19 Mar 2009 02:46:41 +0000 (02:46 +0000)]
Add test covering for #47671

15 years agoFix #47671 (cloning SplObjectStorage instances)
Etienne Kneuss [Thu, 19 Mar 2009 02:44:04 +0000 (02:44 +0000)]
Fix #47671 (cloning SplObjectStorage instances)

15 years agoChangeLog update
<changelog@php.net> [Thu, 19 Mar 2009 01:32:50 +0000 (01:32 +0000)]
ChangeLog update

15 years agoMFB:Improved parameter parsing
Ilia Alshanetsky [Thu, 19 Mar 2009 00:19:20 +0000 (00:19 +0000)]
MFB:Improved parameter parsing

15 years agoNew tests for various date extension functions. Tested on Windows, Linux and linux 64
andy wharmby [Wed, 18 Mar 2009 23:35:10 +0000 (23:35 +0000)]
New tests for various date extension functions. Tested on Windows, Linux and linux 64

15 years agoRemoved unnecassary checks
Dmitry Stogov [Wed, 18 Mar 2009 18:48:52 +0000 (18:48 +0000)]
Removed unnecassary checks

15 years ago- php.ini-dev/prod
Pierre Joye [Wed, 18 Mar 2009 17:58:44 +0000 (17:58 +0000)]
- php.ini-dev/prod

15 years ago- Synching .dsp file (I am not sure whether I really should do this)
Moriyoshi Koizumi [Wed, 18 Mar 2009 17:34:02 +0000 (17:34 +0000)]
- Synching .dsp file (I am not sure whether I really should do this)

15 years agoFixed test on 64-bit (thanks Antony)
Matt Wilmas [Wed, 18 Mar 2009 16:30:04 +0000 (16:30 +0000)]
Fixed test on 64-bit (thanks Antony)

15 years agoFixed libgd #186 (Tiling true colour with palette image does not work)
Takeshi Abe [Wed, 18 Mar 2009 15:29:56 +0000 (15:29 +0000)]
Fixed libgd #186 (Tiling true colour with palette image does not work)

15 years agoImproved speed of conditional jump instructions by checking for most useful case...
Dmitry Stogov [Wed, 18 Mar 2009 14:17:38 +0000 (14:17 +0000)]
Improved speed of conditional jump instructions by checking for most useful case (conditional expression)

15 years agoInline only the most useful code
Dmitry Stogov [Wed, 18 Mar 2009 14:15:59 +0000 (14:15 +0000)]
Inline only the most useful code

15 years agoFixed bug #47704 (crashes on some "bad" operations with string offsets)
Dmitry Stogov [Wed, 18 Mar 2009 12:52:58 +0000 (12:52 +0000)]
Fixed bug #47704 (crashes on some "bad" operations with string offsets)
Removed unnecessary checks

15 years agoNew tests for date extension DateTime methods Tested on Windows, Linux and linux 64
andy wharmby [Wed, 18 Mar 2009 11:32:56 +0000 (11:32 +0000)]
New tests for date extension DateTime methods Tested on Windows, Linux and linux 64

15 years agooptimization
Dmitry Stogov [Wed, 18 Mar 2009 11:25:47 +0000 (11:25 +0000)]
optimization

15 years agoNew tests for date extension DateTimeZone methods Tested on Windows, Linux and linux 64
andy wharmby [Wed, 18 Mar 2009 11:13:01 +0000 (11:13 +0000)]
New tests for date extension DateTimeZone methods Tested on Windows, Linux and linux 64

15 years agoFixed floating point mathematic speed degradation (Christian)
Dmitry Stogov [Wed, 18 Mar 2009 10:49:36 +0000 (10:49 +0000)]
Fixed floating point mathematic speed degradation (Christian)

15 years agoBetter fix for bug #45877 (smaller and faster)
Dmitry Stogov [Wed, 18 Mar 2009 09:49:07 +0000 (09:49 +0000)]
Better fix for bug #45877 (smaller and faster)

15 years agoChangeLog update
<changelog@php.net> [Wed, 18 Mar 2009 01:32:39 +0000 (01:32 +0000)]
ChangeLog update

15 years agoFixed bug #45877 (Array key '2147483647' left as string)
Matt Wilmas [Wed, 18 Mar 2009 01:06:30 +0000 (01:06 +0000)]
Fixed bug #45877 (Array key '2147483647' left as string)

15 years agoMissing skip in tests
Scott MacVicar [Tue, 17 Mar 2009 23:29:39 +0000 (23:29 +0000)]
Missing skip in tests

15 years agoReplace magic values with a define, makes reading it a bit easier
Scott MacVicar [Tue, 17 Mar 2009 23:25:39 +0000 (23:25 +0000)]
Replace magic values with a define, makes reading it a bit easier

15 years agoMFB: Fixed compiler warning
Ilia Alshanetsky [Tue, 17 Mar 2009 23:22:05 +0000 (23:22 +0000)]
MFB: Fixed compiler warning

15 years agoAdd PHP_JSON_FORCE_OBJECT for forcing an object output of an array
Scott MacVicar [Tue, 17 Mar 2009 23:15:17 +0000 (23:15 +0000)]
Add PHP_JSON_FORCE_OBJECT for forcing an object output of an array

15 years ago- Fix version && year++
Felipe Pena [Tue, 17 Mar 2009 23:02:22 +0000 (23:02 +0000)]
- Fix version && year++

15 years agoFixed bug #46882 (Serialize / Unserialize misbehaviour under OS with different bit...
Matt Wilmas [Tue, 17 Mar 2009 22:02:05 +0000 (22:02 +0000)]
Fixed bug #46882 (Serialize / Unserialize misbehaviour under OS with different bit numbers)

15 years agoReplace old php.ini files with the new ones according to
Johannes Schlüter [Tue, 17 Mar 2009 19:12:22 +0000 (19:12 +0000)]
Replace old php.ini files with the new ones according to
http://wiki.php.net/rfc/newinis (by Eric Lee Stewart)

15 years ago- MFB: make it less(er) sensible to bison version
Pierre Joye [Tue, 17 Mar 2009 16:03:25 +0000 (16:03 +0000)]
- MFB: make it less(er) sensible to bison version

15 years ago- MFB: s,win32,windows, and add myself to the list
Pierre Joye [Tue, 17 Mar 2009 15:38:24 +0000 (15:38 +0000)]
- MFB: s,win32,windows, and add myself to the list

15 years agoDeal with overflow when decoding large numbers
Scott MacVicar [Tue, 17 Mar 2009 14:56:49 +0000 (14:56 +0000)]
Deal with overflow when decoding large numbers

15 years ago- disable HAVE__CONTROLFP_S with VC9, 3x times slowdown
Pierre Joye [Tue, 17 Mar 2009 13:33:51 +0000 (13:33 +0000)]
- disable HAVE__CONTROLFP_S with VC9, 3x times slowdown

15 years ago- mark mysqlnd's threading (which can be used for background pre-fetching)
Johannes Schlüter [Tue, 17 Mar 2009 10:04:57 +0000 (10:04 +0000)]
- mark mysqlnd's threading (which can be used for background pre-fetching)
  experimental

15 years agoFix the build, because the macro's name has changed
Andrey Hristov [Tue, 17 Mar 2009 09:51:04 +0000 (09:51 +0000)]
Fix the build, because the macro's name has changed

15 years ago- Make iconv filter accept '.' as the delimiter between encoding names as well
Moriyoshi Koizumi [Tue, 17 Mar 2009 05:27:00 +0000 (05:27 +0000)]
- Make iconv filter accept '.' as the delimiter between encoding names as well
  as '/'. It's impossible to specify the filter in php://filter without this
  fix.

15 years agoFix bug #47359 - Use the official unofficial mimetype for bmp files, this stops IE...
Scott MacVicar [Tue, 17 Mar 2009 03:25:44 +0000 (03:25 +0000)]
Fix bug #47359 - Use the official unofficial mimetype for bmp files, this stops IE from getting confused.

15 years agoFix bug #47678 - Allow loadExtension to be disabled in SQLite3
Scott MacVicar [Tue, 17 Mar 2009 02:42:41 +0000 (02:42 +0000)]
Fix bug #47678 - Allow loadExtension to be disabled in SQLite3

15 years agoFix bug #47644 - Valid integers are truncated with json_decode()
Scott MacVicar [Tue, 17 Mar 2009 02:00:08 +0000 (02:00 +0000)]
Fix bug #47644 - Valid integers are truncated with json_decode()

15 years agoFix INI blocks
Christopher Jones [Tue, 17 Mar 2009 01:50:34 +0000 (01:50 +0000)]
Fix INI blocks

15 years agoChangeLog update
<changelog@php.net> [Tue, 17 Mar 2009 01:33:02 +0000 (01:33 +0000)]
ChangeLog update

15 years agotest for /ext/tidy from stefan priebsch
Zoe Slattery [Mon, 16 Mar 2009 20:37:18 +0000 (20:37 +0000)]
test for /ext/tidy from stefan priebsch

15 years ago- Fixed bug #47616 (curl keeps crashing)
Felipe Pena [Mon, 16 Mar 2009 15:05:21 +0000 (15:05 +0000)]
- Fixed bug #47616 (curl keeps crashing)

15 years ago- fix the build for win (vc6 or vc9)
Pierre Joye [Mon, 16 Mar 2009 15:02:44 +0000 (15:02 +0000)]
- fix the build for win (vc6 or vc9)
- fix logic in time convertion
- force shared on windows, will fix the dirent issue later (no, it is not enough to simply remove the dep or header include)
- add myself before I forget again

15 years agoFixed test
Dmitry Stogov [Mon, 16 Mar 2009 15:00:11 +0000 (15:00 +0000)]
Fixed test

15 years agoMFB: Fixed compiler warnings
Ilia Alshanetsky [Mon, 16 Mar 2009 12:52:59 +0000 (12:52 +0000)]
MFB: Fixed compiler warnings

15 years agoCloses bug #47667
Mikko Koppanen [Mon, 16 Mar 2009 10:16:16 +0000 (10:16 +0000)]
Closes bug #47667