]> granicus.if.org Git - php/log
php
13 years agoMerge branch 'PHP-5.4'
David Soria Parra [Wed, 21 Mar 2012 11:41:45 +0000 (12:41 +0100)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Always keep the NEWS file from the branch when merging

13 years agoMerge branch 'PHP-5.3' into PHP-5.4
David Soria Parra [Wed, 21 Mar 2012 11:41:40 +0000 (12:41 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Always keep the NEWS file from the branch when merging

13 years agoAlways keep the NEWS file from the branch when merging
David Soria Parra [Wed, 21 Mar 2012 11:38:43 +0000 (12:38 +0100)]
Always keep the NEWS file from the branch when merging

We usually don't want to touch the NEWS files when we merge and have the
news items not merged by git. Therefore we tell git to use the 'ours' strategy
for the NEWS file.

13 years agoMerge branch 'PHP-5.4'
David Soria Parra [Wed, 21 Mar 2012 11:15:33 +0000 (12:15 +0100)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Fixed bug #61461 (missing checks around malloc() calls).

Conflicts:
NEWS

13 years agoMerge branch 'PHP-5.3' into PHP-5.4
David Soria Parra [Wed, 21 Mar 2012 11:14:35 +0000 (12:14 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  - update NEWS
  - add test for bug #55000 and #54374
  - merge fix bug #54374, bug #55500 - filter file names better, no dangling [s, svn revision 321664

Conflicts:
NEWS

13 years agoMerge branch 'PHP-5.4'
David Soria Parra [Wed, 21 Mar 2012 11:10:03 +0000 (12:10 +0100)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  - update NEWS
  - add test for bug #55000 and #54374
  - merge fix bug #54374, bug #55500 - filter file names better, no dangling [s, svn revision 321664

13 years agoMerge branch 'PHP-5.3' into PHP-5.4
David Soria Parra [Wed, 21 Mar 2012 11:09:53 +0000 (12:09 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  - update NEWS
  - add test for bug #55000 and #54374
  - merge fix bug #54374, bug #55500 - filter file names better, no dangling [s, svn revision 321664
  adapt makedist to git

Conflicts:
NEWS

13 years ago- revert test commit
Pierre Joye [Wed, 21 Mar 2012 07:30:33 +0000 (08:30 +0100)]
- revert test commit

13 years ago- test commit for log mail
Pierre Joye [Wed, 21 Mar 2012 06:34:46 +0000 (07:34 +0100)]
- test commit for log mail

13 years ago- update NEWS
Pierre Joye [Wed, 21 Mar 2012 06:06:07 +0000 (07:06 +0100)]
- update NEWS

13 years ago- add test for bug #55000 and #54374
Pierre Joye [Wed, 21 Mar 2012 06:00:22 +0000 (07:00 +0100)]
- add test for bug #55000 and #54374

13 years ago- merge fix bug #54374, bug #55500 - filter file names better, no dangling [s, svn...
Pierre Joye [Wed, 21 Mar 2012 05:58:55 +0000 (06:58 +0100)]
- merge fix bug #54374, bug #55500 - filter file names better, no dangling [s, svn revision 321664

13 years agoFixed bug #61461 (missing checks around malloc() calls).
Ilia Alshanetsky [Wed, 21 Mar 2012 01:07:08 +0000 (21:07 -0400)]
Fixed bug #61461 (missing checks around malloc() calls).

13 years agoMerge branch 'PHP-5.4'
Stanislav Malyshev [Tue, 20 Mar 2012 17:02:38 +0000 (10:02 -0700)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  adapt makedist to git

13 years agoMerge branch 'PHP-5.3' into PHP-5.4
Stanislav Malyshev [Tue, 20 Mar 2012 17:02:22 +0000 (10:02 -0700)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  adapt makedist to git

13 years agoadapt makedist to git
Stanislav Malyshev [Tue, 20 Mar 2012 05:28:16 +0000 (22:28 -0700)]
adapt makedist to git

13 years agoMerge branch 'PHP-5.4'
David Soria Parra [Tue, 20 Mar 2012 16:59:33 +0000 (17:59 +0100)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Replace $Revision$ with $Id$ in keyword expansion enable files
  Enable $Id$ expansion for files with the $Revision$ keyword

Conflicts:
ext/mysqlnd/mysqlnd.h

13 years agoMerge branch 'PHP-5.3' into PHP-5.4
David Soria Parra [Tue, 20 Mar 2012 16:58:58 +0000 (17:58 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Replace $Revision$ with $Id$ in keyword expansion enable files
  Enable $Id$ expansion for files with the $Revision$ keyword

Conflicts:
ext/mysqlnd/mysqlnd.h

13 years agoReplace $Revision$ with $Id$ in keyword expansion enable files
David Soria Parra [Tue, 20 Mar 2012 16:53:47 +0000 (17:53 +0100)]
Replace $Revision$ with $Id$ in keyword expansion enable files

13 years agoEnable $Id$ expansion for files with the $Revision$ keyword
David Soria Parra [Tue, 20 Mar 2012 16:49:42 +0000 (17:49 +0100)]
Enable $Id$ expansion for files with the $Revision$ keyword

Git supports a limited $Id$ keyword expansion. This $Id$ tag is similar to
$Revision$ in SVN. We enable the $Id$ expansion only for files that use
$Revision$.

13 years agoMerge branch 'PHP-5.4'
David Soria Parra [Tue, 20 Mar 2012 16:31:29 +0000 (17:31 +0100)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Adding Braces in json.c to conform with coding standards

13 years agoMerge branch 'PHP-5.3' into PHP-5.4
David Soria Parra [Tue, 20 Mar 2012 16:29:20 +0000 (17:29 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Adding Braces in json.c to conform with coding standards

13 years agoAdding Braces in json.c to conform with coding standards
Matt Nowack [Mon, 19 Mar 2012 22:29:55 +0000 (15:29 -0700)]
Adding Braces in json.c to conform with coding standards

13 years agoMerge branch 'master' of git.php.net:php-src
Martin Jansen [Tue, 20 Mar 2012 10:16:09 +0000 (11:16 +0100)]
Merge branch 'master' of git.php.net:php-src

13 years agoMerge branch 'PHP-5.4'
Martin Jansen [Tue, 20 Mar 2012 10:15:36 +0000 (11:15 +0100)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Bump copyright year.

13 years agoMerge branch 'PHP-5.3' into PHP-5.4
Martin Jansen [Tue, 20 Mar 2012 10:15:28 +0000 (11:15 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Bump copyright year.

13 years agoBump copyright year.
Martin Jansen [Tue, 20 Mar 2012 10:14:59 +0000 (11:14 +0100)]
Bump copyright year.

Bug #61386

13 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Tue, 20 Mar 2012 09:22:03 +0000 (17:22 +0800)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Ignore the temporay files in sapi/*/tests/

13 years agoMerge branch 'PHP-5.3' into PHP-5.4
Xinchen Hui [Tue, 20 Mar 2012 09:21:35 +0000 (17:21 +0800)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Ignore the temporay files in sapi/*/tests/

13 years agoIgnore the temporay files in sapi/*/tests/
Xinchen Hui [Tue, 20 Mar 2012 07:59:17 +0000 (15:59 +0800)]
Ignore the temporay files in sapi/*/tests/

13 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Tue, 20 Mar 2012 08:00:21 +0000 (16:00 +0800)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Ignore the temporay files in sapi/*/tests/

13 years agoIgnore the temporay files in sapi/*/tests/
Xinchen Hui [Tue, 20 Mar 2012 07:59:17 +0000 (15:59 +0800)]
Ignore the temporay files in sapi/*/tests/

13 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Tue, 20 Mar 2012 07:42:25 +0000 (15:42 +0800)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Minor change, test using php mail address as account

13 years agoMinor change, test using php mail address as account
Xinchen Hui [Tue, 20 Mar 2012 07:41:43 +0000 (15:41 +0800)]
Minor change, test using php mail address as account

13 years agoMerge branch 'PHP-5.4'
Xinchen Hui [Tue, 20 Mar 2012 07:27:41 +0000 (15:27 +0800)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Use newdoc instead of escape char
  adapt makedist to git

13 years agoUse newdoc instead of escape char
Xinchen Hui [Tue, 20 Mar 2012 07:26:58 +0000 (15:26 +0800)]
Use newdoc instead of escape char

13 years agoadapt makedist to git
Stanislav Malyshev [Tue, 20 Mar 2012 05:28:16 +0000 (22:28 -0700)]
adapt makedist to git

13 years agoMerge branch 'master' of https://git.php.net/repository/php-src
Christopher Jones [Mon, 19 Mar 2012 22:25:27 +0000 (15:25 -0700)]
Merge branch 'master' of https://git.php.net/repository/php-src

* 'master' of https://git.php.net/repository/php-src:

13 years agoMerge branch 'PHP-5.4'
Christopher Jones [Mon, 19 Mar 2012 22:19:00 +0000 (15:19 -0700)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Minor text changes (to try new git repo)
  Issue-60742: Added FilesystemIterator::OTHER_MODE_MASK

13 years agoMerge branch 'PHP-5.3' into PHP-5.4
Christopher Jones [Mon, 19 Mar 2012 22:18:06 +0000 (15:18 -0700)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Minor text changes (to try new git repo)

13 years agoMinor text changes (to try new git repo)
Christopher Jones [Mon, 19 Mar 2012 22:16:33 +0000 (15:16 -0700)]
Minor text changes (to try new git repo)

13 years agoMerge branch 'PHP-5.4'
David Soria Parra [Mon, 19 Mar 2012 21:11:21 +0000 (22:11 +0100)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Issue-60742: Added FilesystemIterator::OTHER_MODE_MASK

13 years agoMerge branch 'pull-request/5' into PHP-5.4
David Soria Parra [Mon, 19 Mar 2012 21:11:02 +0000 (22:11 +0100)]
Merge branch 'pull-request/5' into PHP-5.4

* pull-request/5:
  Issue-60742: Added FilesystemIterator::OTHER_MODE_MASK

13 years agoMerge branch 'PHP-5.4'
Michael Wallner [Mon, 19 Mar 2012 20:52:55 +0000 (21:52 +0100)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  fix tests failing due to corrected hash tiger

13 years agofix tests failing due to corrected hash tiger
Michael Wallner [Mon, 19 Mar 2012 20:49:47 +0000 (21:49 +0100)]
fix tests failing due to corrected hash tiger

mhash_00{1,3}.phpt were failing because of the corrected hash tiger byte
output order

fixes bug #60922:
 tests fail for mhash() and mhash_keygen_s2k() functions and MHASH_TIGER

13 years agoIssue-60742: Added FilesystemIterator::OTHER_MODE_MASK
Joshua Thijssen [Mon, 19 Mar 2012 20:48:55 +0000 (21:48 +0100)]
Issue-60742: Added FilesystemIterator::OTHER_MODE_MASK

13 years agoadd note about corrected tiger hash output
Michael Wallner [Mon, 19 Mar 2012 19:15:54 +0000 (20:15 +0100)]
add note about corrected tiger hash output

13 years agoMerge branch 'PHP-5.4' of git.php.net:/php-src into 5.4
Gustavo André dos Santos Lopes [Mon, 19 Mar 2012 17:50:13 +0000 (17:50 +0000)]
Merge branch 'PHP-5.4' of git.php.net:/php-src into 5.4

13 years agoMerge branch 'PHP-5.4' of http://git.php.net/repository/php-src into 54
Ilia Alshanetsky [Mon, 19 Mar 2012 17:49:23 +0000 (13:49 -0400)]
Merge branch 'PHP-5.4' of http://git.php.net/repository/php-src into 54

* 'PHP-5.4' of http://git.php.net/repository/php-src:
  fix tests failing due to corrected hash tiger

13 years agoMerge branch 'PHP-5.3' into PHP-5.4
Sebastian Bergmann [Mon, 19 Mar 2012 17:25:49 +0000 (18:25 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

13 years agoAdd missing files.
Sebastian Bergmann [Mon, 19 Mar 2012 17:25:37 +0000 (18:25 +0100)]
Add missing files.

13 years agoMerge branch '54'
Ilia Alshanetsky [Mon, 19 Mar 2012 17:16:14 +0000 (13:16 -0400)]
Merge branch '54'

* 54:
  add note about corrected tiger hash output
  Fixed bug #61430 (Transposed memset() params in sapi/fpm/fpm/fpm_shm.c).
  MFH: 7dcada1 for 5.4
  MFH: 45a6f8d for 5.4.

13 years agoMerge branch 'PHP-5.4'
Sebastian Bergmann [Mon, 19 Mar 2012 17:26:01 +0000 (18:26 +0100)]
Merge branch 'PHP-5.4'

13 years agoMerge branch '53' into 54
Ilia Alshanetsky [Mon, 19 Mar 2012 17:10:53 +0000 (13:10 -0400)]
Merge branch '53' into 54

* 53:
  Fixed bug #61430 (Transposed memset() params in sapi/fpm/fpm/fpm_shm.c).

13 years agoFixed bug #61430 (Transposed memset() params in sapi/fpm/fpm/fpm_shm.c).
Ilia Alshanetsky [Mon, 19 Mar 2012 17:10:23 +0000 (13:10 -0400)]
Fixed bug #61430 (Transposed memset() params in sapi/fpm/fpm/fpm_shm.c).

13 years agoMFH: 7dcada1 for 5.4
Gustavo André dos Santos Lopes [Sun, 5 Feb 2012 14:57:57 +0000 (14:57 +0000)]
MFH: 7dcada1 for 5.4

- Fixed possible unsigned int wrap around in html.c. Note that 5.3 has the same
  (potential) problem; even though the code is substantially different, the
  variable name and the fashion it was incremented was kept.

13 years agoMFH: 45a6f8d for 5.4.
Gustavo André dos Santos Lopes [Mon, 19 Mar 2012 16:28:10 +0000 (16:28 +0000)]
MFH: 45a6f8d for 5.4.

- Further fix for bug #60455 (stream_get_line misbehaves if EOF is not detected
  together with the last read).
- Fixed bug #60817 (stream_get_line() reads from stream even when there is
  already sufficient data buffered). stream_get_line() now behaves more like
  fgets(), as is documented.

13 years agoMerge branch 'PHP-5.4'
David Soria Parra [Mon, 19 Mar 2012 14:59:53 +0000 (15:59 +0100)]
Merge branch 'PHP-5.4'

* PHP-5.4:
  Add .gitignore

13 years agoMerge branch 'PHP-5.3' into PHP-5.4
David Soria Parra [Mon, 19 Mar 2012 14:59:45 +0000 (15:59 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Add .gitignore

13 years agoAdd .gitignore
David Soria Parra [Mon, 19 Mar 2012 14:58:34 +0000 (15:58 +0100)]
Add .gitignore

The gitignore file was created using git svn show-ignore and the overlapping
patterns were removed.

13 years agoMerge branch 'PHP-5.4'
David Soria Parra [Mon, 19 Mar 2012 13:12:45 +0000 (06:12 -0700)]
Merge branch 'PHP-5.4'

This merge is a "fake". It was done with the merge strategy
"ours" to ensure Git thinks both branches are in sync after
the migration from SVN.

13 years agoMerge branch 'PHP-5.3' into PHP-5.4
David Soria Parra [Mon, 19 Mar 2012 13:12:26 +0000 (06:12 -0700)]
Merge branch 'PHP-5.3' into PHP-5.4

This merge is a "fake". It was done with the merge strategy
"ours" to ensure Git thinks both branches are in sync after
the migration from SVN.

13 years agoMerge branch 'PHP-5.2' into PHP-5.3
David Soria Parra [Mon, 19 Mar 2012 13:11:40 +0000 (06:11 -0700)]
Merge branch 'PHP-5.2' into PHP-5.3

This merge is a "fake". It was done with the merge strategy
"ours" to ensure Git thinks both branches are in sync after
the migration from SVN.

13 years ago- Fixed bug #61388 (ReflectionObject:getProperties() issues invalid reads
Gustavo André dos Santos Lopes [Sun, 18 Mar 2012 18:23:27 +0000 (18:23 +0000)]
- Fixed bug #61388 (ReflectionObject:getProperties() issues invalid reads
  when get_properties returns a hash table with (inaccessible) dynamic
  numeric properties).

13 years ago- Fixed bug #61388 (ReflectionObject:getProperties() issues invalid reads
Gustavo André dos Santos Lopes [Sun, 18 Mar 2012 18:23:27 +0000 (18:23 +0000)]
- Fixed bug #61388 (ReflectionObject:getProperties() issues invalid reads
  when get_properties returns a hash table with (inaccessible) dynamic
  numeric properties).

13 years ago- Fixed bug #61388 (ReflectionObject:getProperties() issues invalid reads
Gustavo André dos Santos Lopes [Sun, 18 Mar 2012 18:23:27 +0000 (18:23 +0000)]
- Fixed bug #61388 (ReflectionObject:getProperties() issues invalid reads
  when get_properties returns a hash table with (inaccessible) dynamic
  numeric properties).

13 years ago- Fixed bug #61418 (Segmentation fault when DirectoryIterator's or
Gustavo André dos Santos Lopes [Sun, 18 Mar 2012 15:07:20 +0000 (15:07 +0000)]
- Fixed bug #61418 (Segmentation fault when DirectoryIterator's or
  FilesystemIterator's iterators are requested more than once without
  having had its dtor callback called in between).

13 years ago- Fixed bug #61418 (Segmentation fault when DirectoryIterator's or
Gustavo André dos Santos Lopes [Sun, 18 Mar 2012 15:07:20 +0000 (15:07 +0000)]
- Fixed bug #61418 (Segmentation fault when DirectoryIterator's or
  FilesystemIterator's iterators are requested more than once without
  having had its dtor callback called in between).

13 years ago- Fixed bug #61418 (Segmentation fault when DirectoryIterator's or
Gustavo André dos Santos Lopes [Sun, 18 Mar 2012 15:07:20 +0000 (15:07 +0000)]
- Fixed bug #61418 (Segmentation fault when DirectoryIterator's or
  FilesystemIterator's iterators are requested more than once without
  having had its dtor callback called in between).

13 years ago- Fixed bug #61371 (resource leak). This bug had two parts, a long standing leak
Gustavo André dos Santos Lopes [Sat, 17 Mar 2012 19:37:30 +0000 (19:37 +0000)]
- Fixed bug #61371 (resource leak). This bug had two parts, a long standing leak
  already fixed in trunk/5.3 and now merged onto 5.4 and a leak introduced in
  fixing bug #61115. This better fix for #61115 fixes the leak (the inhibition
  for deleting the context was too broad) and so prevents segfaults in new
  circumstances (where the inhibition was not broad enough).

13 years ago- Fixed bug #61371 (resource leak). This bug had two parts, a long standing leak
Gustavo André dos Santos Lopes [Sat, 17 Mar 2012 19:37:30 +0000 (19:37 +0000)]
- Fixed bug #61371 (resource leak). This bug had two parts, a long standing leak
  already fixed in trunk/5.3 and now merged onto 5.4 and a leak introduced in
  fixing bug #61115. This better fix for #61115 fixes the leak (the inhibition
  for deleting the context was too broad) and so prevents segfaults in new
  circumstances (where the inhibition was not broad enough).

13 years ago- Fixed bug #61371 (resource leak). This bug had two parts, a long standing leak
Gustavo André dos Santos Lopes [Sat, 17 Mar 2012 19:37:30 +0000 (19:37 +0000)]
- Fixed bug #61371 (resource leak). This bug had two parts, a long standing leak
  already fixed in trunk/5.3 and now merged onto 5.4 and a leak introduced in
  fixing bug #61115. This better fix for #61115 fixes the leak (the inhibition
  for deleting the context was too broad) and so prevents segfaults in new
  circumstances (where the inhibition was not broad enough).

13 years agoFixed typo
Ilia Alshanetsky [Sat, 17 Mar 2012 17:51:51 +0000 (17:51 +0000)]
Fixed typo

13 years agoadd --PUT-- section support based on POST_RAW
Michael Wallner [Sat, 17 Mar 2012 09:35:25 +0000 (09:35 +0000)]
add --PUT-- section support based on POST_RAW

13 years agoadd --PUT-- section support based on POST_RAW
Michael Wallner [Sat, 17 Mar 2012 09:35:25 +0000 (09:35 +0000)]
add --PUT-- section support based on POST_RAW

13 years agoadd --PUT-- section support based on POST_RAW
Michael Wallner [Sat, 17 Mar 2012 09:35:25 +0000 (09:35 +0000)]
add --PUT-- section support based on POST_RAW

13 years ago- Fix bug #61424, ext/sqlite is not bundled anymore, remove it from php.ini
Pierre Joye [Sat, 17 Mar 2012 08:52:27 +0000 (08:52 +0000)]
- Fix bug #61424, ext/sqlite is not bundled anymore, remove it from php.ini

13 years ago- Fix bug #61424, ext/sqlite is not bundled anymore, remove it from php.ini
Pierre Joye [Sat, 17 Mar 2012 08:52:27 +0000 (08:52 +0000)]
- Fix bug #61424, ext/sqlite is not bundled anymore, remove it from php.ini

13 years agoFix bug #61409 (Bad formatting on phpinfo()). Patch by Jakub Vrana.
Adam Harvey [Fri, 16 Mar 2012 02:07:46 +0000 (02:07 +0000)]
Fix bug #61409 (Bad formatting on phpinfo()). Patch by Jakub Vrana.

13 years agoFix bug #61409 (Bad formatting on phpinfo()). Patch by Jakub Vrana.
Adam Harvey [Fri, 16 Mar 2012 02:07:46 +0000 (02:07 +0000)]
Fix bug #61409 (Bad formatting on phpinfo()). Patch by Jakub Vrana.

13 years agoFixed bug #60947 (Segmentation fault while executing ibase_db_info)
Ilia Alshanetsky [Thu, 15 Mar 2012 19:59:26 +0000 (19:59 +0000)]
Fixed bug #60947 (Segmentation fault while executing ibase_db_info)

13 years agoFixed bug #60947 (Segmentation fault while executing ibase_db_info)
Ilia Alshanetsky [Thu, 15 Mar 2012 19:59:26 +0000 (19:59 +0000)]
Fixed bug #60947 (Segmentation fault while executing ibase_db_info)

13 years agoFixed bug #60947 (Segmentation fault while executing ibase_db_info)
Ilia Alshanetsky [Thu, 15 Mar 2012 19:59:26 +0000 (19:59 +0000)]
Fixed bug #60947 (Segmentation fault while executing ibase_db_info)

13 years agoFixed bug #61212 (PDO ODBC Segfaults on SQL_SUCESS_WITH_INFO).
Ilia Alshanetsky [Wed, 14 Mar 2012 20:20:33 +0000 (20:20 +0000)]
Fixed bug #61212 (PDO ODBC Segfaults on SQL_SUCESS_WITH_INFO).

13 years agoFixed bug #61212 (PDO ODBC Segfaults on SQL_SUCESS_WITH_INFO).
Ilia Alshanetsky [Wed, 14 Mar 2012 20:20:33 +0000 (20:20 +0000)]
Fixed bug #61212 (PDO ODBC Segfaults on SQL_SUCESS_WITH_INFO).

13 years agoFixed bug #61212 (PDO ODBC Segfaults on SQL_SUCESS_WITH_INFO).
Ilia Alshanetsky [Wed, 14 Mar 2012 20:20:33 +0000 (20:20 +0000)]
Fixed bug #61212 (PDO ODBC Segfaults on SQL_SUCESS_WITH_INFO).

13 years agoTest for MySQL version.Variable is deprecated in MySQL 5.6.
Ulf Wendel [Wed, 14 Mar 2012 14:55:09 +0000 (14:55 +0000)]
Test for MySQL version.Variable is deprecated in MySQL 5.6.

13 years agoTest for MySQL version.Variable is deprecated in MySQL 5.6.
Ulf Wendel [Wed, 14 Mar 2012 14:55:09 +0000 (14:55 +0000)]
Test for MySQL version.Variable is deprecated in MySQL 5.6.

13 years agoTest for MySQL version.Variable is deprecated in MySQL 5.6.
Ulf Wendel [Wed, 14 Mar 2012 14:55:09 +0000 (14:55 +0000)]
Test for MySQL version.Variable is deprecated in MySQL 5.6.

13 years ago- Fixed bug #61374: html_entity_decode tries to decode code points that don't
Gustavo André dos Santos Lopes [Tue, 13 Mar 2012 18:08:30 +0000 (18:08 +0000)]
- Fixed bug #61374: html_entity_decode tries to decode code points that don't
  exist in ISO-8859-1.

13 years ago- Fixed bug #61374: html_entity_decode tries to decode code points that don't
Gustavo André dos Santos Lopes [Tue, 13 Mar 2012 18:08:30 +0000 (18:08 +0000)]
- Fixed bug #61374: html_entity_decode tries to decode code points that don't
  exist in ISO-8859-1.

13 years ago- add CVE
Pierre Joye [Tue, 13 Mar 2012 12:55:33 +0000 (12:55 +0000)]
- add CVE

13 years agoTest portability and coverage changes
Christopher Jones [Mon, 12 Mar 2012 18:08:34 +0000 (18:08 +0000)]
Test portability and coverage changes

13 years agoTest portability and coverage changes
Christopher Jones [Mon, 12 Mar 2012 18:08:34 +0000 (18:08 +0000)]
Test portability and coverage changes

13 years agoTest portability and coverage changes
Christopher Jones [Mon, 12 Mar 2012 18:08:34 +0000 (18:08 +0000)]
Test portability and coverage changes

13 years agoFixed bug #60222 (time_nanosleep() does validate input params).
Ilia Alshanetsky [Mon, 12 Mar 2012 16:53:07 +0000 (16:53 +0000)]
Fixed bug #60222 (time_nanosleep() does validate input params).

13 years agoFixed bug #60222 (time_nanosleep() does validate input params).
Ilia Alshanetsky [Mon, 12 Mar 2012 16:53:07 +0000 (16:53 +0000)]
Fixed bug #60222 (time_nanosleep() does validate input params).

13 years agoFixed bug #60222 (time_nanosleep() does validate input params).
Ilia Alshanetsky [Mon, 12 Mar 2012 16:53:07 +0000 (16:53 +0000)]
Fixed bug #60222 (time_nanosleep() does validate input params).

13 years agoRemove reference to "default_charset" here since the it isn't
Rasmus Lerdorf [Mon, 12 Mar 2012 15:21:15 +0000 (15:21 +0000)]
Remove reference to "default_charset" here since the it isn't
really about the ini option at all. That only comes into play
when you force it by passing and empty encoding string to those
functions.

13 years agoreduce memory usage
Xinchen Hui [Mon, 12 Mar 2012 14:52:02 +0000 (14:52 +0000)]
reduce memory usage