]> granicus.if.org Git - php/log
php
14 years agocurl_setopt() arg: using DIRECTORY_SEPARATOR rather then "/" to make windows tests...
Eyal Teutsch [Wed, 8 Dec 2010 14:16:17 +0000 (14:16 +0000)]
curl_setopt() arg: using DIRECTORY_SEPARATOR rather then "/" to make windows tests pass too

14 years agofix ZTS build
Antony Dovgal [Wed, 8 Dec 2010 12:35:25 +0000 (12:35 +0000)]
fix ZTS build

14 years agoRemoved compile time dependency from ext/mbstring
Dmitry Stogov [Wed, 8 Dec 2010 11:27:34 +0000 (11:27 +0000)]
Removed compile time dependency from ext/mbstring

14 years ago- Fix #53492, fix crash if aa steps are invalid
Pierre Joye [Wed, 8 Dec 2010 08:45:56 +0000 (08:45 +0000)]
- Fix #53492, fix crash if aa steps are invalid

14 years agoSkip additional result sets sent by MySQL 5.5 servers
Andrey Hristov [Mon, 6 Dec 2010 13:59:14 +0000 (13:59 +0000)]
Skip additional result sets sent by MySQL 5.5 servers
which break the Protocol API
(see http://bugs.mysql.com/bug.php?id=58700)

14 years agodon't crash if the API is used incorrectly
Andrey Hristov [Mon, 6 Dec 2010 13:50:51 +0000 (13:50 +0000)]
don't crash if the API is used incorrectly

14 years agomake sure the stream context is present before looking for any options
Antony Dovgal [Sat, 4 Dec 2010 21:54:20 +0000 (21:54 +0000)]
make sure the stream context is present before looking for any options
and fix segfault

14 years ago- Fixed test (Eyal Teutsch)
Felipe Pena [Sat, 4 Dec 2010 15:57:08 +0000 (15:57 +0000)]
- Fixed test (Eyal Teutsch)

14 years ago- Fixed test
Felipe Pena [Sat, 4 Dec 2010 15:48:45 +0000 (15:48 +0000)]
- Fixed test

14 years ago- Fixed tests
Felipe Pena [Sat, 4 Dec 2010 12:28:23 +0000 (12:28 +0000)]
- Fixed tests

14 years ago- Fixed test
Felipe Pena [Fri, 3 Dec 2010 23:25:27 +0000 (23:25 +0000)]
- Fixed test

14 years ago- Fixed test
Felipe Pena [Fri, 3 Dec 2010 22:58:21 +0000 (22:58 +0000)]
- Fixed test

14 years ago- Fixed bug #53463 (sqlite3 columnName() segfaults on bad column_number)
Felipe Pena [Fri, 3 Dec 2010 21:05:44 +0000 (21:05 +0000)]
- Fixed bug #53463 (sqlite3 columnName() segfaults on bad column_number)

14 years ago- Fix test
Jani Taskinen [Fri, 3 Dec 2010 16:02:47 +0000 (16:02 +0000)]
- Fix test

14 years ago- CS and "de-facto" style of returning NULL for failing parse-params, sync partially...
Jani Taskinen [Fri, 3 Dec 2010 15:34:24 +0000 (15:34 +0000)]
- CS and "de-facto" style of returning NULL for failing parse-params, sync partially with PHP_5_3 too (reordering part :)

14 years ago- Fix test
Jani Taskinen [Fri, 3 Dec 2010 15:30:54 +0000 (15:30 +0000)]
- Fix test

14 years ago- Add test for the ob_start($foo); leak/crash bug
Jani Taskinen [Fri, 3 Dec 2010 15:29:53 +0000 (15:29 +0000)]
- Add test for the ob_start($foo); leak/crash bug

14 years agoImplement FR #53457 (number_format must support more than one character for
Adam Harvey [Fri, 3 Dec 2010 10:10:08 +0000 (10:10 +0000)]
Implement FR #53457 (number_format must support more than one character for
thousands separator).

14 years agoImplemented FR #53447 (Cannot disable SessionTicket extension for servers that
Adam Harvey [Fri, 3 Dec 2010 09:34:35 +0000 (09:34 +0000)]
Implemented FR #53447 (Cannot disable SessionTicket extension for servers that
do not support it).

I haven't written a test due to the need for such a test to have a HTTPS server
available which mishandles SessionTicket requests; it's likely that server
administrators will gradually fix this either intentionally or through OpenSSL
upgrades. That said, if there's a great clamoring for a test, I'll work one up.

14 years ago- Fix #29085, bad default include_path on Windows
Pierre Joye [Thu, 2 Dec 2010 23:23:14 +0000 (23:23 +0000)]
- Fix #29085, bad default include_path on Windows

14 years agofix test after newly introduced constant
Andrey Hristov [Thu, 2 Dec 2010 19:11:41 +0000 (19:11 +0000)]
fix test after newly introduced constant

14 years agoand export the new constant
Andrey Hristov [Thu, 2 Dec 2010 14:21:23 +0000 (14:21 +0000)]
and export the new constant

14 years agonew server constant as of 5.5
Andrey Hristov [Thu, 2 Dec 2010 13:59:56 +0000 (13:59 +0000)]
new server constant as of 5.5

14 years ago- not TS and useless on server, also not required anymore with the supported windows...
Pierre Joye [Thu, 2 Dec 2010 11:37:43 +0000 (11:37 +0000)]
- not TS and useless on server, also not required anymore with the supported windows versions

14 years agoWS and cosmethic changes
Dmitry Stogov [Thu, 2 Dec 2010 09:40:53 +0000 (09:40 +0000)]
WS and cosmethic changes

14 years agoMinimal fix for bug #53440 (INSTALL file refers to php.ini-dist, should refer
Adam Harvey [Thu, 2 Dec 2010 03:26:37 +0000 (03:26 +0000)]
Minimal fix for bug #53440 (INSTALL file refers to php.ini-dist, should refer
to php.ini-production). There are a lot more issues with the INSTALL file,
though, which I'll file another bug for.

14 years agoRemove OCI8 devel status in preparation for PHP 5.3.4 release
Christopher Jones [Wed, 1 Dec 2010 23:30:28 +0000 (23:30 +0000)]
Remove OCI8 devel status in preparation for PHP 5.3.4 release

14 years agoAdd Berkeley DB 5.1 support to the DBA extension
Christopher Jones [Wed, 1 Dec 2010 19:20:16 +0000 (19:20 +0000)]
Add Berkeley DB 5.1 support to the DBA extension

14 years ago- fix ts build
Pierre Joye [Wed, 1 Dec 2010 16:48:53 +0000 (16:48 +0000)]
- fix ts build

14 years agoRemoved old commented function prototypes.
Stefan Marr [Wed, 1 Dec 2010 15:20:11 +0000 (15:20 +0000)]
Removed old commented function prototypes.
# Was referring to old trait-related code that is long gone

14 years agoFixed bug #51250 (iconv_mime_decode() does not ignore malformed Q-encoded words)
Ilia Alshanetsky [Wed, 1 Dec 2010 14:03:36 +0000 (14:03 +0000)]
Fixed bug #51250 (iconv_mime_decode() does not ignore malformed Q-encoded words)

14 years agoAllowed indirect $this access (Scott)
Dmitry Stogov [Wed, 1 Dec 2010 13:33:49 +0000 (13:33 +0000)]
Allowed indirect $this access (Scott)

14 years ago- Fixed bug #53412 (segfault when using -y)
Jérôme Loyet [Tue, 30 Nov 2010 19:37:10 +0000 (19:37 +0000)]
- Fixed bug #53412 (segfault when using -y)

14 years ago- Implemented bug/request #53427 - stream_select doesn't preserve the
Gustavo André dos Santos Lopes [Tue, 30 Nov 2010 16:22:48 +0000 (16:22 +0000)]
- Implemented bug/request #53427 - stream_select doesn't preserve the
  keys. This cannot be backported to PHP 5.3 due to a BC break. See
  UPGRADING for more information.

14 years agoSame as before
Ilia Alshanetsky [Tue, 30 Nov 2010 16:12:45 +0000 (16:12 +0000)]
Same as before

14 years agoFixed bug #52202 (CURLOPT_PRIVATE gets corrupted).
Ilia Alshanetsky [Tue, 30 Nov 2010 13:40:02 +0000 (13:40 +0000)]
Fixed bug #52202 (CURLOPT_PRIVATE gets corrupted).

14 years agoC comments instead of C++ comments
David Soria Parra [Tue, 30 Nov 2010 12:51:57 +0000 (12:51 +0000)]
C comments instead of C++ comments

14 years agoFixed crash in zip extract method (possible CWE-170)
Pierre Joye [Tue, 30 Nov 2010 11:04:06 +0000 (11:04 +0000)]
Fixed crash in zip extract method (possible CWE-170)

14 years agoFixed bug #52656 (DOMCdataSection does not work with splitText).
Ilia Alshanetsky [Mon, 29 Nov 2010 14:48:53 +0000 (14:48 +0000)]
Fixed bug #52656 (DOMCdataSection does not work with splitText).

14 years agoFixed bug #52828 (curl_setopt does not accept persistent streams).
Ilia Alshanetsky [Mon, 29 Nov 2010 14:40:59 +0000 (14:40 +0000)]
Fixed bug #52828 (curl_setopt does not accept persistent streams).

14 years agoRemoved unnecessary dependencies
Dmitry Stogov [Mon, 29 Nov 2010 08:56:21 +0000 (08:56 +0000)]
Removed unnecessary dependencies

14 years agoUpdate INI files per doc bug #53420 (mail.log is poorly documented).
Adam Harvey [Mon, 29 Nov 2010 03:44:56 +0000 (03:44 +0000)]
Update INI files per doc bug #53420 (mail.log is poorly documented).

14 years ago- Fixed two more test cases.
Derick Rethans [Sun, 28 Nov 2010 16:27:49 +0000 (16:27 +0000)]
- Fixed two more test cases.

14 years ago- Fixed a few test cases.
Derick Rethans [Sun, 28 Nov 2010 13:41:06 +0000 (13:41 +0000)]
- Fixed a few test cases.

14 years agoFixed bug #52327 (base64_decode() improper handling of leading padding in strict...
Ilia Alshanetsky [Fri, 26 Nov 2010 20:59:13 +0000 (20:59 +0000)]
Fixed bug #52327 (base64_decode() improper handling of leading padding in strict mode)

14 years ago- Fixed #53409, sleep() return NULL on Windows
Pierre Joye [Fri, 26 Nov 2010 18:25:13 +0000 (18:25 +0000)]
- Fixed #53409, sleep() return NULL on Windows

14 years ago- Fixed bug #52501 (libevent made FPM crashed when forking -- libevent has been removed)
Jérôme Loyet [Fri, 26 Nov 2010 13:46:15 +0000 (13:46 +0000)]
- Fixed bug #52501 (libevent made FPM crashed when forking -- libevent has been removed)

14 years ago- Remove outdated, unmaintained, misleading ChangeLog files
Johannes Schlüter [Fri, 26 Nov 2010 13:21:25 +0000 (13:21 +0000)]
- Remove outdated, unmaintained, misleading ChangeLog files

14 years agoImplemented FR #53407 (make scandir()'s directory sorting optional).
Adam Harvey [Fri, 26 Nov 2010 09:52:28 +0000 (09:52 +0000)]
Implemented FR #53407 (make scandir()'s directory sorting optional).

14 years ago- cleanup broken double definition of php_win_err and rename it while being there
Pierre Joye [Thu, 25 Nov 2010 23:06:12 +0000 (23:06 +0000)]
- cleanup broken double definition of php_win_err and rename it while being there

14 years agoFixed bug #53304 (quot_print_decode does not handle lower-case hex digits)
Ilia Alshanetsky [Thu, 25 Nov 2010 21:38:06 +0000 (21:38 +0000)]
Fixed bug #53304 (quot_print_decode does not handle lower-case hex digits)

14 years ago- Fixed bug #53403 (use of unitialized values). Fixes the fix for bug #46587.
Gustavo André dos Santos Lopes [Thu, 25 Nov 2010 16:44:20 +0000 (16:44 +0000)]
- Fixed bug #53403 (use of unitialized values). Fixes the fix for bug #46587.
- Added test for bug #46587.

14 years ago- Removed unused variable
Felipe Pena [Wed, 24 Nov 2010 20:50:07 +0000 (20:50 +0000)]
- Removed unused variable

14 years agoRemoved support for break/continue $var syntax
Dmitry Stogov [Wed, 24 Nov 2010 16:26:49 +0000 (16:26 +0000)]
Removed support for break/continue $var syntax

14 years agoRemoved support for break/continue $var syntax
Dmitry Stogov [Wed, 24 Nov 2010 12:19:56 +0000 (12:19 +0000)]
Removed support for break/continue $var syntax

14 years agoFixed test
Dmitry Stogov [Wed, 24 Nov 2010 10:54:35 +0000 (10:54 +0000)]
Fixed test

14 years agoAdded multibyte suppport by default. Previosly php had to be compiled with --enable...
Dmitry Stogov [Wed, 24 Nov 2010 05:42:52 +0000 (05:42 +0000)]
Added multibyte suppport by default. Previosly php had to be compiled with --enable-zend-multibyte. Now it can be enabled or disabled throug zend.multibyte directive in php.ini (regenerated scanner)

14 years agoAdded multibyte suppport by default. Previosly php had to be compiled with --enable...
Dmitry Stogov [Wed, 24 Nov 2010 05:41:23 +0000 (05:41 +0000)]
Added multibyte suppport by default. Previosly php had to be compiled with --enable-zend-multibyte. Now it can be enabled or disabled throug zend.multibyte directive in php.ini

14 years ago- Fix typo
Andi Gutmans [Wed, 24 Nov 2010 04:31:45 +0000 (04:31 +0000)]
- Fix typo

14 years ago- fixed #53352
Pierre Joye [Tue, 23 Nov 2010 22:14:54 +0000 (22:14 +0000)]
- fixed #53352

14 years ago- Fixed compile warnings
Felipe Pena [Tue, 23 Nov 2010 21:49:18 +0000 (21:49 +0000)]
- Fixed compile warnings

14 years ago- Fixed test
Felipe Pena [Tue, 23 Nov 2010 21:45:22 +0000 (21:45 +0000)]
- Fixed test

14 years agoFixed bug #46587 (mt_rand() does not check that max is greater than min).
Ilia Alshanetsky [Tue, 23 Nov 2010 13:09:15 +0000 (13:09 +0000)]
Fixed bug #46587 (mt_rand() does not check that max is greater than min).

14 years agoFix bug #53377 (imap_mime_header_decode() doesn't ignore \t during long MIME
Adam Harvey [Tue, 23 Nov 2010 10:34:44 +0000 (10:34 +0000)]
Fix bug #53377 (imap_mime_header_decode() doesn't ignore \t during long MIME
header unfolding).

14 years agoFixed bug #35547 (Segfault accessing static method)
Dmitry Stogov [Tue, 23 Nov 2010 10:22:34 +0000 (10:22 +0000)]
Fixed bug #35547 (Segfault accessing static method)

14 years agoSet svn properties
Johannes Schlüter [Mon, 22 Nov 2010 22:27:06 +0000 (22:27 +0000)]
Set svn properties

14 years ago- Update tokenizer data
Johannes Schlüter [Mon, 22 Nov 2010 21:56:18 +0000 (21:56 +0000)]
- Update tokenizer data

14 years agoFixed gettimeofday() usage for Ilia's REQUEST_TIME improvement on Windows
Kalle Sommer Nielsen [Mon, 22 Nov 2010 15:43:46 +0000 (15:43 +0000)]
Fixed gettimeofday() usage for Ilia's REQUEST_TIME improvement on Windows

14 years agoFixed bug #51003 (unaligned memory access in ext/hash/hash_tiger.c).
Ilia Alshanetsky [Mon, 22 Nov 2010 13:12:28 +0000 (13:12 +0000)]
Fixed bug #51003 (unaligned memory access in ext/hash/hash_tiger.c).

14 years ago- Fix tests for \0 patch in PHP 5.3.
Gustavo André dos Santos Lopes [Mon, 22 Nov 2010 05:10:14 +0000 (05:10 +0000)]
- Fix tests for \0 patch in PHP 5.3.
- Fix constants_error_004.phpt (closes bug #51901)

14 years ago- Fixed ZTS build
Felipe Pena [Sun, 21 Nov 2010 17:41:33 +0000 (17:41 +0000)]
- Fixed ZTS build

14 years ago- Improve test
Johannes Schlüter [Sun, 21 Nov 2010 12:28:10 +0000 (12:28 +0000)]
- Improve test

14 years ago- Fix #52854 (ReflectionClass::newInstanceArgs does not work for classes without...
Johannes Schlüter [Sun, 21 Nov 2010 12:24:09 +0000 (12:24 +0000)]
- Fix #52854 (ReflectionClass::newInstanceArgs does not work for classes without constructors

14 years ago- Fixed bug #53366 (Reflection doesnt get dynamic property value from getProperty())
Felipe Pena [Sat, 20 Nov 2010 22:53:55 +0000 (22:53 +0000)]
- Fixed bug #53366 (Reflection doesnt get dynamic property value from getProperty())

14 years agoAdded second fix from #50987 that wasn't apart of Ilia's commit
Kalle Sommer Nielsen [Sat, 20 Nov 2010 20:59:28 +0000 (20:59 +0000)]
Added second fix from #50987 that wasn't apart of Ilia's commit

14 years agoFixed bug #50987 (unaligned memory access in phar.c)
Ilia Alshanetsky [Sat, 20 Nov 2010 19:27:31 +0000 (19:27 +0000)]
Fixed bug #50987 (unaligned memory access in phar.c)

14 years agoAdd support for DateTime in datefmt_format
Stanislav Malyshev [Sat, 20 Nov 2010 02:09:04 +0000 (02:09 +0000)]
Add support for DateTime in datefmt_format

14 years ago- Reverted unintended change.
Gustavo André dos Santos Lopes [Fri, 19 Nov 2010 23:42:44 +0000 (23:42 +0000)]
- Reverted unintended change.

14 years agoFix invalid args bugs by Maksymilian Arciemowicz
Stanislav Malyshev [Fri, 19 Nov 2010 23:22:55 +0000 (23:22 +0000)]
Fix invalid args bugs by Maksymilian Arciemowicz

14 years ago- Fixed extract() to do not overwrite $GLOBALS and $this when using EXTR_OVERWRITE.
Felipe Pena [Fri, 19 Nov 2010 22:06:44 +0000 (22:06 +0000)]
- Fixed extract() to do not overwrite $GLOBALS and $this when using EXTR_OVERWRITE.
  patch by: jorto at redhat dot com

14 years ago- Fixed bug #53362 (Segmentation fault when extending SplFixedArray)
Felipe Pena [Fri, 19 Nov 2010 20:07:32 +0000 (20:07 +0000)]
- Fixed bug #53362 (Segmentation fault when extending SplFixedArray)

14 years ago- commit missing upgrading note (sqlite removed)
Johannes Schlüter [Fri, 19 Nov 2010 17:22:05 +0000 (17:22 +0000)]
- commit missing upgrading note (sqlite removed)

14 years agoFixed bug #47168 (printf of floating point variable prints maximum of 40 decimal...
Ilia Alshanetsky [Fri, 19 Nov 2010 16:36:10 +0000 (16:36 +0000)]
Fixed bug #47168 (printf of floating point variable prints maximum of 40 decimal places).

14 years agoKill some more constness warnings in com_dotnet/phar/standard
Kalle Sommer Nielsen [Fri, 19 Nov 2010 16:03:00 +0000 (16:03 +0000)]
Kill some more constness warnings in com_dotnet/phar/standard

14 years agoKill warnings about constness
Kalle Sommer Nielsen [Fri, 19 Nov 2010 15:48:11 +0000 (15:48 +0000)]
Kill warnings about constness

14 years agoAdd entry for sqlite
Johannes Schlüter [Fri, 19 Nov 2010 10:00:10 +0000 (10:00 +0000)]
Add entry for sqlite

14 years ago- Move the old sqlite extension to PECL
Johannes Schlüter [Fri, 19 Nov 2010 09:55:48 +0000 (09:55 +0000)]
- Move the old sqlite extension to PECL
# discussed in http://www.mail-archive.com/internals@lists.php.net/msg47463.html

14 years agoFixed problem reported by Patrick ALLAERT. Trait method was not applied properly...
Stefan Marr [Thu, 18 Nov 2010 17:59:04 +0000 (17:59 +0000)]
Fixed problem reported by Patrick ALLAERT. Trait method was not applied properly when fully qualified.

14 years ago- One more fix for bug #53338 (when copying stuff from other macros, do it all the...
Jani Taskinen [Thu, 18 Nov 2010 16:02:37 +0000 (16:02 +0000)]
- One more fix for bug #53338 (when copying stuff from other macros, do it all the way.. :)

14 years ago- Added section for build system changes in UPGRADING.INTERNALS
Jani Taskinen [Thu, 18 Nov 2010 10:43:01 +0000 (10:43 +0000)]
- Added section for build system changes in UPGRADING.INTERNALS

14 years agoReviewing php.ini-* configurations files:
Patrick Allaert [Thu, 18 Nov 2010 10:13:58 +0000 (10:13 +0000)]
Reviewing php.ini-* configurations files:
* Making both files as similar as possible
* Removed trailing whitespaces
* Fixed some spelling mistakes
* Section [PostgresSQL] -> [PostgreSQL]
* Introducing missing mysqli.allow_{local_infile,persistent} entries in -development

14 years ago- Fixed DTrace support in MacOSX (bug #53338)
Jani Taskinen [Thu, 18 Nov 2010 10:11:36 +0000 (10:11 +0000)]
- Fixed DTrace support in MacOSX (bug #53338)

14 years ago- Fixed bug #53335 (pdo_firebird did not implement rowCount())
Felipe Pena [Thu, 18 Nov 2010 01:24:00 +0000 (01:24 +0000)]
- Fixed bug #53335 (pdo_firebird did not implement rowCount())
  patch by: preeves at ibphoenix dot com

14 years agoAdded tests to for static support of traits.
Stefan Marr [Wed, 17 Nov 2010 23:05:20 +0000 (23:05 +0000)]
Added tests to for static support of traits.
# This was not tested and documented yet.
# Updated documentation in the RFC http://wiki.php.net/rfc/horizontalreuse

14 years ago- Fixed bug #53306 (php crashes with segfault when DTrace "exception-thrown" probe...
Felipe Pena [Wed, 17 Nov 2010 21:41:30 +0000 (21:41 +0000)]
- Fixed bug #53306 (php crashes with segfault when DTrace "exception-thrown" probe fires)
  patch by: mike at harschsystems dot com

14 years agoSome grammar tweaks
Christopher Jones [Wed, 17 Nov 2010 17:59:41 +0000 (17:59 +0000)]
Some grammar tweaks

14 years agoRemove unused variables
Pierrick Charron [Wed, 17 Nov 2010 17:55:18 +0000 (17:55 +0000)]
Remove unused variables

14 years ago- test for NULL deref fix
Pierre Joye [Wed, 17 Nov 2010 17:26:33 +0000 (17:26 +0000)]
- test for NULL deref fix

14 years ago- NEWS cleanup, please do not mess it anymore :)
Jani Taskinen [Wed, 17 Nov 2010 16:56:21 +0000 (16:56 +0000)]
- NEWS cleanup, please do not mess it anymore :)

14 years ago- NULL deref fix, patch by Gustavo
Pierre Joye [Wed, 17 Nov 2010 16:46:19 +0000 (16:46 +0000)]
- NULL deref fix, patch by Gustavo