]> granicus.if.org Git - php/log
php
14 years agounify magic quotes handling. Also fix a problem which
Andrey Hristov [Tue, 14 Sep 2010 16:09:42 +0000 (16:09 +0000)]
unify magic quotes handling. Also fix a problem which
resulted in a longjmp in debug PHP,because of usage of
zval that is NULL in a hash context.

14 years ago- remove a memory leak (missing efree())
Jérôme Loyet [Tue, 14 Sep 2010 15:33:43 +0000 (15:33 +0000)]
- remove a memory leak (missing efree())

14 years ago- Don't be silent on bailout
Johannes Schlüter [Tue, 14 Sep 2010 14:26:37 +0000 (14:26 +0000)]
- Don't be silent on bailout

14 years agoFix bug #52827 (cURL leaks handle and causes assertion error (CURLOPT_STDERR)).
Adam Harvey [Tue, 14 Sep 2010 10:58:59 +0000 (10:58 +0000)]
Fix bug #52827 (cURL leaks handle and causes assertion error (CURLOPT_STDERR)).
Patch by Gustavo.

14 years ago- fix #48831 php -i has different output to php --ini
Pierre Joye [Tue, 14 Sep 2010 10:36:21 +0000 (10:36 +0000)]
- fix #48831  php -i has different output to php --ini

14 years agoFix English in the error message emitted when json_decode() is called with
Adam Harvey [Tue, 14 Sep 2010 03:46:28 +0000 (03:46 +0000)]
Fix English in the error message emitted when json_decode() is called with
depth <= 0.

14 years agoFixed bug #52772 (var_dump() doesn't check for the existence of get_class_name before...
Kalle Sommer Nielsen [Mon, 13 Sep 2010 20:14:18 +0000 (20:14 +0000)]
Fixed bug #52772 (var_dump() doesn't check for the existence of get_class_name before calling it)

14 years ago- use php_sys_sat
Pierre Joye [Mon, 13 Sep 2010 11:17:40 +0000 (11:17 +0000)]
- use php_sys_sat

14 years ago- ws
Pierre Joye [Mon, 13 Sep 2010 11:06:18 +0000 (11:06 +0000)]
- ws

14 years ago- sanity check for the path length and don't treat UNC as local path (no functional...
Pierre Joye [Mon, 13 Sep 2010 10:58:18 +0000 (10:58 +0000)]
- sanity check for the path length and don't treat UNC as local path (no functional change, only less ops)

14 years ago- MFH
Pierre Joye [Mon, 13 Sep 2010 10:30:21 +0000 (10:30 +0000)]
- MFH

14 years ago- silent warning
Pierre Joye [Mon, 13 Sep 2010 10:28:45 +0000 (10:28 +0000)]
- silent warning

14 years ago- use php_sys_lstat
Pierre Joye [Mon, 13 Sep 2010 10:27:55 +0000 (10:27 +0000)]
- use php_sys_lstat

14 years ago- use php_sys_readlink
Pierre Joye [Mon, 13 Sep 2010 09:30:07 +0000 (09:30 +0000)]
- use php_sys_readlink

14 years ago- WS
Pierre Joye [Mon, 13 Sep 2010 09:08:42 +0000 (09:08 +0000)]
- WS

14 years agoFix bug #52826 (phpinfo is incorrect for bzip2 stream wrapper).
Adam Harvey [Mon, 13 Sep 2010 07:41:39 +0000 (07:41 +0000)]
Fix bug #52826 (phpinfo is incorrect for bzip2 stream wrapper).

14 years ago- remove dummy wrapper for readfile
Pierre Joye [Sat, 11 Sep 2010 19:07:43 +0000 (19:07 +0000)]
- remove dummy wrapper for readfile

14 years ago- Fixed bug #49215 (make fails on glob_wrapper)
Felipe Pena [Fri, 10 Sep 2010 21:33:50 +0000 (21:33 +0000)]
- Fixed bug #49215 (make fails on glob_wrapper)

14 years ago- use php_sys_readlink
Pierre Joye [Fri, 10 Sep 2010 19:25:56 +0000 (19:25 +0000)]
- use php_sys_readlink

14 years ago- remove 'UNC' from the target
Pierre Joye [Fri, 10 Sep 2010 19:21:02 +0000 (19:21 +0000)]
- remove 'UNC' from the target

14 years ago- open_basedir symlink support for Windows
Pierre Joye [Fri, 10 Sep 2010 17:45:13 +0000 (17:45 +0000)]
- open_basedir symlink support for Windows

14 years ago- Implement bug #51804, splFileInfo::getLinkTarget() on Windows
Pierre Joye [Fri, 10 Sep 2010 14:17:40 +0000 (14:17 +0000)]
- Implement bug #51804, splFileInfo::getLinkTarget() on Windows

14 years ago- add php_sys_readlink
Pierre Joye [Fri, 10 Sep 2010 14:01:44 +0000 (14:01 +0000)]
- add php_sys_readlink

14 years agoFix bug #52802 (Out-of-date comment for
Adam Harvey [Fri, 10 Sep 2010 03:08:05 +0000 (03:08 +0000)]
Fix bug #52802 (Out-of-date comment for
file_get_contents/php_stream_copy_to_mem) by updating the relevant comments.

14 years ago- Fixed test
Felipe Pena [Thu, 9 Sep 2010 21:46:29 +0000 (21:46 +0000)]
- Fixed test

14 years agoFixed bug #52744 (cal_days_in_month incorrect for December 1 BCE). Original
Adam Harvey [Thu, 9 Sep 2010 06:41:23 +0000 (06:41 +0000)]
Fixed bug #52744 (cal_days_in_month incorrect for December 1 BCE). Original
patch by gpap at internet dot gr.

14 years agoFix bug #52786 (PHP should reset section to [PHP] after ini sections). Patch by
Adam Harvey [Thu, 9 Sep 2010 05:11:05 +0000 (05:11 +0000)]
Fix bug #52786 (PHP should reset section to [PHP] after ini sections). Patch by
Fedora at famillecollet dot com.

14 years agoFix bug ordering in NEWS.
Adam Harvey [Thu, 9 Sep 2010 05:08:58 +0000 (05:08 +0000)]
Fix bug ordering in NEWS.

14 years ago- fix the fix for bug #52323
Pierre Joye [Wed, 8 Sep 2010 11:51:11 +0000 (11:51 +0000)]
- fix the fix for bug #52323

14 years ago- WS
Pierre Joye [Wed, 8 Sep 2010 10:26:59 +0000 (10:26 +0000)]
- WS

14 years ago- Fix bug #52323, return value of php_network_connect_socket should be set even if...
Pierre Joye [Wed, 8 Sep 2010 10:25:40 +0000 (10:25 +0000)]
- Fix bug #52323, return value of php_network_connect_socket should be set even if the caller does not care about the error_string

14 years ago- Fix #50524, proc_open should respect cwd as it does on other platforms
Pierre Joye [Wed, 8 Sep 2010 08:34:57 +0000 (08:34 +0000)]
- Fix #50524, proc_open should respect cwd as it does on other platforms

14 years ago- remove FPM specific version which is irrelevant since FPM integration into core.
Jérôme Loyet [Tue, 7 Sep 2010 22:03:43 +0000 (22:03 +0000)]
- remove FPM specific version which is irrelevant since FPM integration into core.

14 years ago- Fixed bug #52498 (libevent was not only linked to php-fpm)
Jérôme Loyet [Tue, 7 Sep 2010 21:12:28 +0000 (21:12 +0000)]
- Fixed bug #52498 (libevent was not only linked to php-fpm)

14 years ago- fix bug #50953, socket will not connect to IPv4 address when the host has both...
Pierre Joye [Tue, 7 Sep 2010 09:47:36 +0000 (09:47 +0000)]
- fix bug #50953, socket will not connect to IPv4 address when the host has both ipv4 and ipv6 addresses

14 years ago- links related fixes
Pierre Joye [Mon, 6 Sep 2010 14:54:43 +0000 (14:54 +0000)]
- links related fixes

14 years ago- fix bug #52260, catch all DNS not found error
Pierre Joye [Mon, 6 Sep 2010 10:57:42 +0000 (10:57 +0000)]
- fix bug #52260, catch all DNS not found error

14 years ago- timeval element are always 32bit long on Windows
Pierre Joye [Mon, 6 Sep 2010 10:39:26 +0000 (10:39 +0000)]
- timeval element are always 32bit long on Windows

14 years ago- kill warning
Pierre Joye [Mon, 6 Sep 2010 10:28:04 +0000 (10:28 +0000)]
- kill warning

14 years ago- restore credits, fix 5.3 as well, aka do it right /cc Deric
Pierre Joye [Sun, 5 Sep 2010 14:38:35 +0000 (14:38 +0000)]
- restore credits, fix 5.3 as well, aka do it right /cc Deric

14 years ago- Clean up the generated tmp-php.ini after make test has run.
Derick Rethans [Sun, 5 Sep 2010 12:29:47 +0000 (12:29 +0000)]
- Clean up the generated tmp-php.ini after make test has run.

14 years agoThis incorrect contraction started to get on my eyes after I saw it for the
Rasmus Lerdorf [Fri, 3 Sep 2010 22:24:08 +0000 (22:24 +0000)]
This incorrect contraction started to get on my eyes after I saw it for the
87th time while struggling with an annoying SOAP service.

14 years agoTest for http://bugs.php.net/52221. Test will fail with mysqlnd but should pass with...
Ulf Wendel [Fri, 3 Sep 2010 14:20:32 +0000 (14:20 +0000)]
Test for http://bugs.php.net/52221. Test will fail with mysqlnd but should pass with libmysql.

14 years agoFixed GC bug
Dmitry Stogov [Fri, 3 Sep 2010 09:27:47 +0000 (09:27 +0000)]
Fixed GC bug

14 years agoFix test failure. Add new test for MYSQLI_OPT_INT_AND_FLOAT_NATIVE mysqlnd feature.
Ulf Wendel [Thu, 2 Sep 2010 14:57:38 +0000 (14:57 +0000)]
Fix test failure. Add new test for MYSQLI_OPT_INT_AND_FLOAT_NATIVE mysqlnd feature.

14 years ago- add it for 5.3 as well
Pierre Joye [Thu, 2 Sep 2010 10:32:32 +0000 (10:32 +0000)]
- add it for 5.3 as well

14 years agoFix bug #50590 - IntlDateFormatter::parse result is limited to the integer range
Stanislav Malyshev [Wed, 1 Sep 2010 20:34:59 +0000 (20:34 +0000)]
Fix bug #50590 - IntlDateFormatter::parse result is limited to the integer range

14 years agofix build on windows, seems this macro is not defined
Andrey Hristov [Wed, 1 Sep 2010 16:54:20 +0000 (16:54 +0000)]
fix build on windows, seems this macro is not defined

14 years agoOPT_COMPRESS support for mysqlnd_conn::set_client_option
Andrey Hristov [Wed, 1 Sep 2010 14:47:36 +0000 (14:47 +0000)]
OPT_COMPRESS support for mysqlnd_conn::set_client_option
To be used by mysqli_options

14 years ago- WS
Pierre Joye [Wed, 1 Sep 2010 10:16:48 +0000 (10:16 +0000)]
- WS

14 years ago- sb needed only in safemode
Pierre Joye [Wed, 1 Sep 2010 10:13:46 +0000 (10:13 +0000)]
- sb needed only in safemode

14 years ago- add lstat support for Windows
Pierre Joye [Wed, 1 Sep 2010 09:49:53 +0000 (09:49 +0000)]
- add lstat support for Windows

14 years ago- Fixed bug #52725 (gcc builtin atomic functions were sometimes used when they were...
Jérôme Loyet [Wed, 1 Sep 2010 08:17:18 +0000 (08:17 +0000)]
- Fixed bug #52725 (gcc builtin atomic functions were sometimes used when they were not available).

14 years ago- add 'max children reached' to the FPM status page. It shows how many times
Jérôme Loyet [Tue, 31 Aug 2010 14:49:16 +0000 (14:49 +0000)]
- add 'max children reached' to the FPM status page. It shows how many times
  a pool has reached the max_children parameter.

14 years agoPHP has changed (undefined) behaviour from 5.3.2 to 5.3.3: ->{} = , which seems...
Ulf Wendel [Tue, 31 Aug 2010 14:43:02 +0000 (14:43 +0000)]
PHP has changed (undefined) behaviour from 5.3.2 to 5.3.3: ->{} =  , which seems to have been never an officially supported syntax and have never been a valid property name, is no longer allowed and PHP bails.

14 years ago- MFT: Add ".so" suffix to checks on libsybct[64] bundles
Timm Friebe [Tue, 31 Aug 2010 12:28:30 +0000 (12:28 +0000)]
- MFT: Add ".so" suffix to checks on libsybct[64] bundles
# See patch by royanee at yahoo dot com @ bug #45357

14 years ago- Add libevent version to the startup debug log in FPM.
Jérôme Loyet [Tue, 31 Aug 2010 09:41:04 +0000 (09:41 +0000)]
- Add libevent version to the startup debug log in FPM.

14 years ago- Changed listen.backlog in the FPM configuration file to default to 128
Jérôme Loyet [Tue, 31 Aug 2010 09:33:53 +0000 (09:33 +0000)]
- Changed listen.backlog in the FPM configuration file to default to 128
  instead of -1 (except on FreeBSD and OpenBSD). This is the same value
  as the one used in the cgi sapi. This patch completes revision 302725.

14 years ago- Fixed crash on non-Windows build
Felipe Pena [Mon, 30 Aug 2010 21:34:54 +0000 (21:34 +0000)]
- Fixed crash on non-Windows build

14 years agohere comes the news
Andrey Hristov [Mon, 30 Aug 2010 18:13:28 +0000 (18:13 +0000)]
here comes the news

14 years agoFix for MySQL Bug #49406
Andrey Hristov [Mon, 30 Aug 2010 18:10:23 +0000 (18:10 +0000)]
Fix for MySQL Bug #49406
Binding params doesn't work when selecting a date inside a CASE-WHEN
(http://bugs.mysql.com/bug.php?id=49406)
The MySQL server sends MYSQL_TYPE_NEWDATE values as clear text, even
when PS are used and thus the binary protocol are used. Changing the
handler for the type.

14 years ago- fix possible leak and error while fetching PHPRC
Pierre Joye [Mon, 30 Aug 2010 17:05:56 +0000 (17:05 +0000)]
- fix possible leak and error while fetching PHPRC

14 years agoAdding MYSQLI_OPT_SSL_VERIFY_SERVER_CERT for use with mysqli_options().
Ulf Wendel [Mon, 30 Aug 2010 16:59:10 +0000 (16:59 +0000)]
Adding MYSQLI_OPT_SSL_VERIFY_SERVER_CERT for use with mysqli_options().

14 years ago- WS
Pierre Joye [Mon, 30 Aug 2010 16:52:48 +0000 (16:52 +0000)]
- WS

14 years ago- Tests for bug #52342 (DateTime setIsoDate results in wrong timestamp).
Derick Rethans [Mon, 30 Aug 2010 16:48:21 +0000 (16:48 +0000)]
- Tests for bug #52342 (DateTime setIsoDate results in wrong timestamp).

14 years ago- Added test file that I forgot to commit.
Derick Rethans [Mon, 30 Aug 2010 16:47:46 +0000 (16:47 +0000)]
- Added test file that I forgot to commit.

14 years ago- Fixed bug #52430 (date_parse parse 24:xx:xx as valid time). (Derick)
Derick Rethans [Mon, 30 Aug 2010 16:40:29 +0000 (16:40 +0000)]
- Fixed bug #52430 (date_parse parse 24:xx:xx as valid time). (Derick)

14 years ago- Fixed bug #52454 (Relative dates and getTimestamp increments by one day)
Derick Rethans [Mon, 30 Aug 2010 16:25:52 +0000 (16:25 +0000)]
- Fixed bug #52454 (Relative dates and getTimestamp increments by one day)

14 years ago- Test for (non-)bug #52577.
Derick Rethans [Mon, 30 Aug 2010 15:40:36 +0000 (15:40 +0000)]
- Test for (non-)bug #52577.

14 years ago- Added test for bug #46874 (same as #52668).
Derick Rethans [Mon, 30 Aug 2010 15:35:41 +0000 (15:35 +0000)]
- Added test for bug #46874 (same as #52668).

14 years ago- Fixed bug #52668 (Iterating over a dateperiod twice is broken).
Derick Rethans [Mon, 30 Aug 2010 15:32:09 +0000 (15:32 +0000)]
- Fixed bug #52668 (Iterating over a dateperiod twice is broken).

14 years ago- only one process (for all pools) could be killed by the 'dynamic' process manager...
Jérôme Loyet [Mon, 30 Aug 2010 15:21:31 +0000 (15:21 +0000)]
- only one process (for all pools) could be killed by the 'dynamic' process manager. Now it's one process per pool which can be killed by the 'dynamic' process manager.
- rename nonsense variable (i)

14 years agoIf you add functions to the PDO core, take care not to break other PDO drivers tests...
Ulf Wendel [Mon, 30 Aug 2010 09:20:48 +0000 (09:20 +0000)]
If you add functions to the PDO core, take care not to break other PDO drivers tests, document the function and provide a function test for the PDO core to check your default/fallback implementation.

14 years agoFixed a compiler warning
Ilia Alshanetsky [Fri, 27 Aug 2010 19:43:08 +0000 (19:43 +0000)]
Fixed a compiler warning

14 years ago- WS
Pierre Joye [Fri, 27 Aug 2010 10:09:52 +0000 (10:09 +0000)]
- WS

14 years agoAdd proper magic_quotes_runtime support for mysqlnd, but
Andrey Hristov [Thu, 26 Aug 2010 14:51:58 +0000 (14:51 +0000)]
Add proper magic_quotes_runtime support for mysqlnd, but
in mysqli, so we don't need to tamper myslqnd.
magic_quotes_runtime are deprecated and not existant in 5.4, thus
only fixing in the branch.

14 years ago- Symlink resolution fails when target is a DFS path
Pierre Joye [Thu, 26 Aug 2010 14:23:17 +0000 (14:23 +0000)]
- Symlink resolution fails when target is a DFS path

14 years agoTest for http://bugs.mysql.com/bug.php?id=49406, Binding params doesn't work when...
Ulf Wendel [Thu, 26 Aug 2010 13:35:20 +0000 (13:35 +0000)]
Test for http://bugs.mysql.com/bug.php?id=49406, Binding params doesn't work when selecting a date inside a CASE-WHEN

14 years ago- Fixed bug #52699 (PDO bindValue writes long int 32bit enum)
Felipe Pena [Wed, 25 Aug 2010 22:03:03 +0000 (22:03 +0000)]
- Fixed bug #52699 (PDO bindValue writes long int 32bit enum)

14 years agohere comes the news
Andrey Hristov [Wed, 25 Aug 2010 15:07:34 +0000 (15:07 +0000)]
here comes the news

14 years agoFix for bug #52221 Misbehaviour of magic_quotes_runtime (get/set))
Andrey Hristov [Wed, 25 Aug 2010 15:06:47 +0000 (15:06 +0000)]
Fix for bug #52221 Misbehaviour of magic_quotes_runtime (get/set))

14 years agofix the build. two mysqli functions were missing after
Andrey Hristov [Wed, 25 Aug 2010 15:02:02 +0000 (15:02 +0000)]
fix the build. two mysqli functions were missing after
recent commit - set_charset and get_charset

14 years ago- CVE # for mops 2010-24
Pierre Joye [Wed, 25 Aug 2010 14:27:39 +0000 (14:27 +0000)]
- CVE # for mops 2010-24

14 years agoFixed bug #52681 (mb_send_mail() appends an extra MIME-Version header).
Adam Harvey [Wed, 25 Aug 2010 06:07:22 +0000 (06:07 +0000)]
Fixed bug #52681 (mb_send_mail() appends an extra MIME-Version header).

14 years ago- Fixed bug #52674 (FPM Status page returns inconsistent Content-Type headers).
Jérôme Loyet [Mon, 23 Aug 2010 20:40:44 +0000 (20:40 +0000)]
- Fixed bug #52674 (FPM Status page returns inconsistent Content-Type headers).

14 years ago-fix logic (and BC break)
Pierre Joye [Mon, 23 Aug 2010 18:05:05 +0000 (18:05 +0000)]
-fix logic (and BC break)

14 years ago- WS
Pierre Joye [Mon, 23 Aug 2010 17:16:17 +0000 (17:16 +0000)]
- WS

14 years ago- revert fix for #52655, rev. 302614
Pierre Joye [Mon, 23 Aug 2010 17:01:44 +0000 (17:01 +0000)]
- revert fix for #52655, rev. 302614

14 years ago- add follow_location support for http stream, enabled by default to keep BC. Allows...
Pierre Joye [Mon, 23 Aug 2010 16:54:57 +0000 (16:54 +0000)]
- add follow_location support for http stream, enabled by default to keep BC. Allows one to ignore the location header, w/o having to ignore errors or other tricks, the location data is however still available (meta)

14 years ago- fix string validation entry, mops-2010-24
Pierre Joye [Mon, 23 Aug 2010 14:25:48 +0000 (14:25 +0000)]
- fix string validation entry, mops-2010-24

14 years agoFixed bug #52655 (SimpleXMLIterator supports ArrayAccess without implementing the...
Kalle Sommer Nielsen [Sat, 21 Aug 2010 16:22:46 +0000 (16:22 +0000)]
Fixed bug #52655 (SimpleXMLIterator supports ArrayAccess without implementing the interface)

14 years ago- Added missing void parameter checks
Felipe Pena [Sat, 21 Aug 2010 16:09:18 +0000 (16:09 +0000)]
- Added missing void parameter checks

14 years ago- Fix #52407 (use __sync_bool_compare_and_swap in fpm_atomic.h if gcc >= 4.1 is used...
Jérôme Loyet [Sat, 21 Aug 2010 06:46:18 +0000 (06:46 +0000)]
- Fix #52407 (use __sync_bool_compare_and_swap in fpm_atomic.h if gcc >= 4.1 is used - credit to geissert)

14 years ago- typo (thx to sixd)
Jérôme Loyet [Fri, 20 Aug 2010 17:00:57 +0000 (17:00 +0000)]
- typo (thx to sixd)

14 years ago- fix string validation, MOPS-2010-24
Pierre Joye [Fri, 20 Aug 2010 16:37:33 +0000 (16:37 +0000)]
- fix string validation, MOPS-2010-24

14 years agosvn up messed this
Andrey Hristov [Fri, 20 Aug 2010 15:39:03 +0000 (15:39 +0000)]
svn up messed this

14 years agohere comes the news
Andrey Hristov [Fri, 20 Aug 2010 12:29:59 +0000 (12:29 +0000)]
here comes the news

14 years agoFix for bug #52654 mysqli doesn't install headers with structures it uses
Andrey Hristov [Fri, 20 Aug 2010 12:25:17 +0000 (12:25 +0000)]
Fix for bug #52654 mysqli doesn't install headers with structures it uses

14 years agoFix #52609 (INI scanner did not use ZEND_INI_SCANNER_NORMAL)
Jérôme Loyet [Fri, 20 Aug 2010 08:33:57 +0000 (08:33 +0000)]
Fix #52609 (INI scanner did not use ZEND_INI_SCANNER_NORMAL)

14 years agoFixed bug #52599 (iconv output handler outputs incorrect content type when flags...
Ilia Alshanetsky [Thu, 19 Aug 2010 12:27:13 +0000 (12:27 +0000)]
Fixed bug #52599 (iconv output handler outputs incorrect content type when flags are used).