]> granicus.if.org Git - php/log
php
13 years agoReset LIBS temporarily to make sure PHP_CHECK_FUNC will look into libc.
Moriyoshi Koizumi [Mon, 2 Apr 2012 16:32:42 +0000 (01:32 +0900)]
Reset LIBS temporarily to make sure PHP_CHECK_FUNC will look into libc.

See Gentoo bug #364139. https://bugs.gentoo.org/show_bug.cgi?id=364139
Reported by Naohiro Aota.

13 years agoupdated the libmagic.patch
Anatoliy Belsky [Mon, 2 Apr 2012 15:27:23 +0000 (17:27 +0200)]
updated the libmagic.patch

13 years agoBug #61566 Fileinfo ext\fileinfo\tests\finfo_file_002.phpt fails
Anatoliy Belsky [Mon, 2 Apr 2012 15:22:46 +0000 (17:22 +0200)]
Bug #61566 Fileinfo ext\fileinfo\tests\finfo_file_002.phpt fails

This patch fixes the failure caused by the
posix lseek and read versions under windows in cdf_read() .
Additionally all the occurences of lseek and read
was replaced by _lseek and _reed for windows.

13 years agoFix bug #61565 Fileinfo ext\fileinfo\tests\finfo_file_001.phpt fails
Anatoliy Belsky [Mon, 2 Apr 2012 15:19:09 +0000 (17:19 +0200)]
Fix bug #61565 Fileinfo ext\fileinfo\tests\finfo_file_001.phpt fails

13 years ago- update to openssl 0.9.8u
Pierre Joye [Mon, 2 Apr 2012 10:59:03 +0000 (12:59 +0200)]
- update to openssl 0.9.8u

13 years ago- Updated to version 2012.3 (2012c)
Derick Rethans [Mon, 2 Apr 2012 09:40:01 +0000 (10:40 +0100)]
- Updated to version 2012.3 (2012c)

13 years agoMerge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3
Popa Adrian Marius [Mon, 2 Apr 2012 07:02:45 +0000 (10:02 +0300)]
Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3

13 years agoCleanup Safe Mode related comment in SG(request_info)
reeze [Fri, 30 Mar 2012 17:04:38 +0000 (01:04 +0800)]
Cleanup Safe Mode related comment in SG(request_info)

13 years agoMerge branch 'add-oci8-ini-tests' into PHP-5.3
Christopher Jones [Fri, 30 Mar 2012 23:16:32 +0000 (16:16 -0700)]
Merge branch 'add-oci8-ini-tests' into PHP-5.3

* add-oci8-ini-tests:
  Add php.ini parameter checks for OCI8

13 years agoAdd php.ini parameter checks for OCI8
Christopher Jones [Fri, 30 Mar 2012 23:12:25 +0000 (16:12 -0700)]
Add php.ini parameter checks for OCI8

Add tests for OCI8 php.ini parameters particularly to check
which parameters can be changes with ini_set().

13 years agoFix test, parameter signatures was introduced only into 5.4
Xinchen Hui [Fri, 30 Mar 2012 12:37:48 +0000 (20:37 +0800)]
Fix test,  parameter signatures was introduced only into 5.4

13 years agoFix firebird bug #60947 , tested and now it prints the header page information from...
Popa Adrian Marius [Thu, 29 Mar 2012 15:28:01 +0000 (18:28 +0300)]
Fix firebird bug #60947 , tested and now it prints the header page information from database

13 years agoMerge branch 'fix-debug-build-bug61115-1.phpt' into PHP-5.3
Shein Alexey [Thu, 29 Mar 2012 12:01:40 +0000 (17:01 +0500)]
Merge branch 'fix-debug-build-bug61115-1.phpt' into PHP-5.3

* fix-debug-build-bug61115-1.phpt:
  Fixed bug61115-1.phpt for debug build version.

13 years agoFixed bug61115-1.phpt for debug build version.
Shein Alexey [Thu, 29 Mar 2012 11:51:45 +0000 (16:51 +0500)]
Fixed bug61115-1.phpt for debug build version.

13 years agoFixed bug #60718 Complie problem with libpq (PostgreSQL 7.3 or less)
Yasuo Ohgaki [Thu, 29 Mar 2012 10:48:58 +0000 (19:48 +0900)]
Fixed bug #60718 Complie problem with libpq (PostgreSQL 7.3 or less)

13 years agoThis will be PHP 5.3.12
Johannes Schlüter [Thu, 29 Mar 2012 09:22:44 +0000 (11:22 +0200)]
This will be PHP 5.3.12

13 years agoMerge remote branch 'security/PHP-5.3' into PHP-5.3
Johannes Schlüter [Thu, 29 Mar 2012 08:54:08 +0000 (10:54 +0200)]
Merge remote branch 'security/PHP-5.3' into PHP-5.3

* security/PHP-5.3:
  fix bug #61367 - open_basedir bypass using libxml RSHUTDOWN
  open_basedir check for linkinfo
  NEWS entry for readline fix
  Add open_basedir checks to readline_write_history and readline_read_history

13 years agoMerge rebased pull request #24 onto 5.3 into 5.3
Gustavo André dos Santos Lopes [Thu, 29 Mar 2012 07:46:31 +0000 (08:46 +0100)]
Merge rebased pull request #24 onto 5.3 into 5.3

13 years agoext/pcntl/pcntl.c: Fix typo in comment
Jille Timmermans [Wed, 28 Mar 2012 14:18:23 +0000 (16:18 +0200)]
ext/pcntl/pcntl.c: Fix typo in comment

Signed-off-by: Jille Timmermans <jille@quis.cx>
13 years agoRevert "ext/pcntl/pcntl.c: Fix typo in comment" (apply correct workflow)
Gustavo André dos Santos Lopes [Thu, 29 Mar 2012 07:44:19 +0000 (08:44 +0100)]
Revert "ext/pcntl/pcntl.c: Fix typo in comment" (apply correct workflow)

This reverts commit 55b1e612421c52ea0bb8a3772095c5bbd62045db.

13 years agoext/pcntl/pcntl.c: Fix typo in comment
Jille Timmermans [Wed, 28 Mar 2012 14:18:23 +0000 (16:18 +0200)]
ext/pcntl/pcntl.c: Fix typo in comment

Signed-off-by: Jille Timmermans <jille@quis.cx>
13 years agoMerge branch 'pull-request/25' into 5.3
Yasuo Ohgaki [Wed, 28 Mar 2012 23:51:29 +0000 (08:51 +0900)]
Merge branch 'pull-request/25' into 5.3

* pull-request/25:
  - fix bug #61541, Segfault when using ob_* in output_callback

13 years ago- fix bug #61541, Segfault when using ob_* in output_callback
reeze [Wed, 28 Mar 2012 16:18:02 +0000 (00:18 +0800)]
- fix bug #61541, Segfault when using ob_* in output_callback

13 years agoMerge commit rebase pull request 16 into 5.3
Gustavo André dos Santos Lopes [Wed, 28 Mar 2012 20:41:56 +0000 (21:41 +0100)]
Merge commit rebase pull request 16 into 5.3

13 years agoRefactoring junit logger. Added generation of nested testsuites in junit.xml.
Shein Alexey [Wed, 21 Mar 2012 21:59:02 +0000 (02:59 +0500)]
Refactoring junit logger. Added generation of nested testsuites in junit.xml.

13 years agoFix bug #61459 popen_close_basic-win32 can't run sort.exe
Anatoliy Belsky [Wed, 28 Mar 2012 17:25:29 +0000 (19:25 +0200)]
Fix bug #61459 popen_close_basic-win32 can't run sort.exe

13 years ago- fix bug #61541, Segfault when using ob_* in output_callback
reeze [Wed, 28 Mar 2012 16:18:02 +0000 (00:18 +0800)]
- fix bug #61541, Segfault when using ob_* in output_callback

13 years agoFix bug #61401 ext\openssl\tests\004.phpt fails
Anatoliy Belsky [Wed, 28 Mar 2012 15:11:58 +0000 (17:11 +0200)]
Fix bug #61401 ext\openssl\tests\004.phpt fails

13 years agoFix bug #61404 ext\openssl\tests\021.phpt fails
Anatoliy Belsky [Wed, 28 Mar 2012 14:04:56 +0000 (16:04 +0200)]
Fix bug #61404 ext\openssl\tests\021.phpt fails

13 years agoFix bug #61448 intl tests fail with icu >= 4.8
Anatoliy Belsky [Wed, 28 Mar 2012 11:59:51 +0000 (13:59 +0200)]
Fix bug #61448 intl tests fail with icu >= 4.8

13 years agoMerge remote branch 'origin/PHP-5.3' into 5.3
Gustavo André dos Santos Lopes [Wed, 28 Mar 2012 12:12:12 +0000 (13:12 +0100)]
Merge remote branch 'origin/PHP-5.3' into 5.3

13 years agoFixed problem introduced in a763929 (fixing bug #61347).
Gustavo André dos Santos Lopes [Wed, 28 Mar 2012 12:04:41 +0000 (13:04 +0100)]
Fixed problem introduced in a763929 (fixing bug #61347).

The test added in 8c44c85 should now pass.

13 years agoFix bug #61468 ext/phar/tests/phar_oo_005.phpt fails
Anatoliy Belsky [Wed, 28 Mar 2012 10:54:19 +0000 (12:54 +0200)]
Fix bug #61468 ext/phar/tests/phar_oo_005.phpt fails

13 years agoBug 61504 updated libmagic.patch
Anatoliy Belsky [Wed, 28 Mar 2012 10:06:09 +0000 (12:06 +0200)]
Bug 61504 updated libmagic.patch

13 years agoBug #61504 TSRML_FETCH() must be last
Anatoliy Belsky [Wed, 28 Mar 2012 10:05:20 +0000 (12:05 +0200)]
Bug #61504 TSRML_FETCH() must be last

13 years agoRestored the good part of 74ee335 that was just reverted.
Gustavo André dos Santos Lopes [Wed, 28 Mar 2012 07:43:41 +0000 (08:43 +0100)]
Restored the good part of 74ee335 that was just reverted.

13 years agoRevert "- fix bug #61504, fix build errors on windows and possibly other"
Gustavo André dos Santos Lopes [Wed, 28 Mar 2012 07:41:18 +0000 (08:41 +0100)]
Revert "- fix bug #61504, fix build errors on windows and possibly other"

This reverts commit 74ee335e3aea8c48380334098b8d20eb54d6c6be.

13 years ago- fix bug #61504, fix build errors on windows and possibly other
Pierre Joye [Tue, 27 Mar 2012 23:59:41 +0000 (01:59 +0200)]
- fix bug #61504, fix build errors on windows and possibly other

13 years agoMerge branch 'readme1' into PHP-5.3
Christopher Jones [Tue, 27 Mar 2012 18:52:23 +0000 (11:52 -0700)]
Merge branch 'readme1' into PHP-5.3

* readme1:
  Update README

13 years agoUpdate README
Christopher Jones [Tue, 27 Mar 2012 18:19:33 +0000 (11:19 -0700)]
Update README

More updates to OCI8 README as an excuse to try the PHP multi-dir git
workflow instructions.

13 years agoFix bug #61518 skip on windows, fix on linux - ext/standard/tests/streams/bug60106...
Anatoliy Belsky [Tue, 27 Mar 2012 16:49:59 +0000 (18:49 +0200)]
Fix bug #61518 skip on windows, fix on linux - ext/standard/tests/streams/bug60106.phpt

13 years agoFix bug #61519 test fails, should pass - ext/zlib/tests/bug60761.phpt
Anatoliy Belsky [Tue, 27 Mar 2012 16:02:31 +0000 (18:02 +0200)]
Fix bug #61519 test fails, should pass - ext/zlib/tests/bug60761.phpt

13 years agoFix bug #61405 ext\openssl\tests\022.phpt fails
Anatoliy Belsky [Tue, 27 Mar 2012 14:05:05 +0000 (16:05 +0200)]
Fix bug #61405 ext\openssl\tests\022.phpt fails

13 years agoFix bug #61412 ext\openssl\tests\bug28382.phpt fails
Anatoliy Belsky [Tue, 27 Mar 2012 13:23:01 +0000 (15:23 +0200)]
Fix bug #61412 ext\openssl\tests\bug28382.phpt fails

13 years agoMerge branch 'failed-arrayaccess-test' into PHP-5.3
Shein Alexey [Tue, 27 Mar 2012 14:00:05 +0000 (19:00 +0500)]
Merge branch 'failed-arrayaccess-test' into PHP-5.3

* failed-arrayaccess-test:
  Added failing test for ArrayObject::offsetExists().

13 years agoAdded failing test for ArrayObject::offsetExists().
Shein Alexey [Tue, 27 Mar 2012 08:15:20 +0000 (13:15 +0500)]
Added failing test for ArrayObject::offsetExists().

13 years ago- fix test for 5.11
Pierre Joye [Tue, 27 Mar 2012 12:01:38 +0000 (14:01 +0200)]
- fix test for 5.11

13 years agoFix bug #61504, potential vuln. in fileinfo. update to 5.11
Pierre Joye [Tue, 27 Mar 2012 11:34:46 +0000 (13:34 +0200)]
Fix bug #61504, potential vuln. in fileinfo. update to 5.11

13 years agofix bug #61367 - open_basedir bypass using libxml RSHUTDOWN
Stanislav Malyshev [Sun, 25 Mar 2012 19:50:25 +0000 (12:50 -0700)]
fix bug #61367 - open_basedir bypass using libxml RSHUTDOWN

13 years agoMerge branch 'grapheme_fix' into PHP-5.3
Stanislav Malyshev [Sun, 25 Mar 2012 08:03:02 +0000 (01:03 -0700)]
Merge branch 'grapheme_fix' into PHP-5.3

* grapheme_fix:
  fix bug #61487 - bad bounds check in grapheme_strpos

13 years agoNEWS for bug #61487
Stanislav Malyshev [Sun, 25 Mar 2012 07:57:08 +0000 (00:57 -0700)]
NEWS for bug #61487

13 years agofix bug #61487 - bad bounds check in grapheme_strpos
Stanislav Malyshev [Fri, 23 Mar 2012 07:26:33 +0000 (00:26 -0700)]
fix bug #61487 - bad bounds check in grapheme_strpos

13 years agoopen_basedir check for linkinfo
Rasmus Lerdorf [Sun, 25 Mar 2012 00:02:21 +0000 (05:32 +0530)]
open_basedir check for linkinfo

13 years agoRemove unused variable
Pierrick Charron [Sat, 24 Mar 2012 21:49:58 +0000 (17:49 -0400)]
Remove unused variable

13 years agoFix test on FreeBSD and other systems that have /etc/services
Hannes Magnusson [Sat, 24 Mar 2012 16:58:40 +0000 (17:58 +0100)]
Fix test on FreeBSD and other systems that have /etc/services

13 years agoThis is a git checkout
Hannes Magnusson [Sat, 24 Mar 2012 16:16:50 +0000 (17:16 +0100)]
This is a git checkout

13 years agoRevert incorrect fix
Ilia Alshanetsky [Sat, 24 Mar 2012 16:27:55 +0000 (12:27 -0400)]
Revert incorrect fix

13 years agoMerge commit '521ebec3e9bcd4fa75772d2bfa57a733dfe1d5fa' into PHP-5.3
David Soria Parra [Sat, 24 Mar 2012 13:38:03 +0000 (14:38 +0100)]
Merge commit '521ebec3e9bcd4fa75772d2bfa57a733dfe1d5fa' into PHP-5.3

This merge combines a accidentaly separated head, leading to two duplicated
commits in history (again).

* commit '521ebec3e9bcd4fa75772d2bfa57a733dfe1d5fa':
  Revert "Implemented FR #60738 (Allow 'set_error_handler' to handle NULL)"

13 years agoRevert "Implemented FR #60738 (Allow 'set_error_handler' to handle NULL)"
Xinchen Hui [Sat, 24 Mar 2012 11:26:02 +0000 (19:26 +0800)]
Revert "Implemented FR #60738 (Allow 'set_error_handler' to handle NULL)"

This reverts commit fcae164ea63979d7814d7aa114fe8351033e7400.

13 years agoRevert "Implemented FR #60738 (Allow 'set_error_handler' to handle NULL)"
Xinchen Hui [Sat, 24 Mar 2012 11:26:02 +0000 (19:26 +0800)]
Revert "Implemented FR #60738 (Allow 'set_error_handler' to handle NULL)"

This reverts commit fcae164ea63979d7814d7aa114fe8351033e7400.

13 years agoRevert "Merge from PHP-5.4"
Xinchen Hui [Sat, 24 Mar 2012 11:25:21 +0000 (19:25 +0800)]
Revert "Merge from PHP-5.4"

This reverts commit 9a87fe1c529eabc7aeec4559d916dda5fda3cdd2.

13 years agoImplemented FR #60738 (Allow 'set_error_handler' to handle NULL)
Xinchen Hui [Sat, 24 Mar 2012 07:13:10 +0000 (15:13 +0800)]
Implemented FR #60738 (Allow 'set_error_handler' to handle NULL)

13 years agoMerge from PHP-5.4
Xinchen Hui [Sat, 24 Mar 2012 06:33:00 +0000 (14:33 +0800)]
Merge from PHP-5.4

Improve set_exception_handler

13 years agoFix ZTS build
Xinchen Hui [Sat, 24 Mar 2012 06:22:04 +0000 (14:22 +0800)]
Fix ZTS build

13 years agoMerge branch 'dom_debug_handler' into 5.3
Gustavo André dos Santos Lopes [Fri, 23 Mar 2012 22:14:24 +0000 (22:14 +0000)]
Merge branch 'dom_debug_handler' into 5.3

13 years agoUpdated NEWS (DOM object debug info handler).
Gustavo André dos Santos Lopes [Fri, 23 Mar 2012 22:13:26 +0000 (22:13 +0000)]
Updated NEWS (DOM object debug info handler).

13 years agoFixed tests that var_dump/print_r DOM objects.
Gustavo André dos Santos Lopes [Fri, 23 Mar 2012 22:08:33 +0000 (22:08 +0000)]
Fixed tests that var_dump/print_r DOM objects.

13 years agoImproved on DOM object debug info handler. Added test.
Gustavo André dos Santos Lopes [Thu, 22 Mar 2012 21:49:04 +0000 (21:49 +0000)]
Improved on DOM object debug info handler. Added test.

13 years agoAdded DOM Debug handler
Joey Smith [Tue, 20 Mar 2012 03:22:53 +0000 (21:22 -0600)]
Added DOM Debug handler

13 years agoFixed bug #61482, caused by the fix to bug #61418.
Gustavo André dos Santos Lopes [Fri, 23 Mar 2012 09:42:05 +0000 (09:42 +0000)]
Fixed bug #61482, caused by the fix to bug #61418.

Turns out I'd forgotten to also update the destructor for the iterator
returned by DirectoryIterator.
The iterator for DirectoryIterator maintains the same ->current pointer
throughout its existence (the DirectoryIterator itself) and returns it
(the same object) everytime a value is requested from the iterator.
Moving forward the iterator only changes the object. Previous code
added two references to the object in get_iterator on the account of
1) the iterator memory living in its DirectoryIterator object and
2) the object being stored in iterator->current. This seems to be
unnecessary. Iterators are not responsible for incrementing the refcount
of the values they yield, that's up to the caller (the engine). What
matters for the iterator is that the object exists as long as the
iterator exists and this can be guaranteed by incremented the refcount
only once. Consequently, I only add one reference in get_iterator
(and reclaim it in the iterator destructor).

13 years agoRevert "Revert "- Fixed bug #61418 (Segmentation fault when DirectoryIterator's or...
Gustavo André dos Santos Lopes [Fri, 23 Mar 2012 09:40:27 +0000 (09:40 +0000)]
Revert "Revert "- Fixed bug #61418 (Segmentation fault when DirectoryIterator's or" - causes bug #61482"

This reverts commit a89c4a34ee55686ab1430a5060e1460335fc5203.

13 years agoRevert "revert from NEWS too"
Gustavo André dos Santos Lopes [Fri, 23 Mar 2012 09:40:20 +0000 (09:40 +0000)]
Revert "revert from NEWS too"

This reverts commit 4990250f2d5bd3dad82e9d98d4b18c3091bf8843.

13 years agorevert from NEWS too
Stanislav Malyshev [Fri, 23 Mar 2012 05:34:32 +0000 (22:34 -0700)]
revert from NEWS too

13 years agoRevert "- Fixed bug #61418 (Segmentation fault when DirectoryIterator's or" - causes...
Stanislav Malyshev [Fri, 23 Mar 2012 05:29:50 +0000 (22:29 -0700)]
Revert "- Fixed bug #61418 (Segmentation fault when DirectoryIterator's or" - causes bug #61482

This reverts commit 714f1ff4b37c5101b3c61ea108a3d415f41e50df.

13 years agoAdd initialization tests for SQLT_INT binds
Christopher Jones [Wed, 21 Mar 2012 23:12:28 +0000 (16:12 -0700)]
Add initialization tests for SQLT_INT binds

Added tests for SQLT_INT binds particularly to check for uninitialized
variables.

13 years agoFix NEWS
Johannes Schlüter [Thu, 22 Mar 2012 15:40:13 +0000 (16:40 +0100)]
Fix NEWS

13 years agoFixed bug #61423 (gzip compression fails).
Ilia Alshanetsky [Thu, 22 Mar 2012 13:13:45 +0000 (09:13 -0400)]
Fixed bug #61423 (gzip compression fails).

13 years agoRevert "Fixed reference counting"
Dmitry Stogov [Thu, 22 Mar 2012 11:51:58 +0000 (15:51 +0400)]
Revert "Fixed reference counting"

This reverts commit 14af1fe6923c65a91cd77eab5a8d4326f854391d.

13 years agoFixed reference counting
Dmitry Stogov [Thu, 22 Mar 2012 10:38:38 +0000 (14:38 +0400)]
Fixed reference counting

13 years agoFix test, and merge the modification from trunk
Xinchen Hui [Thu, 22 Mar 2012 09:30:16 +0000 (17:30 +0800)]
Fix test, and merge the modification from trunk

13 years agoIgnore the tempoary files
Xinchen Hui [Thu, 22 Mar 2012 09:22:17 +0000 (17:22 +0800)]
Ignore the tempoary files

13 years agoFix test, which was broken by the fix for #61173
Xinchen Hui [Thu, 22 Mar 2012 09:10:03 +0000 (17:10 +0800)]
Fix test, which was broken by the fix for #61173

13 years agoMerge branch 'PHP-5.3' of git.php.net:/php-src into 5.3
Gustavo André dos Santos Lopes [Wed, 21 Mar 2012 21:13:35 +0000 (21:13 +0000)]
Merge branch 'PHP-5.3' of git.php.net:/php-src into 5.3

13 years agoFixed bug #61043: Regression in magic_quotes_gpc fix (CVE-2012-0831)
Gustavo André dos Santos Lopes [Wed, 21 Mar 2012 21:06:00 +0000 (21:06 +0000)]
Fixed bug #61043: Regression in magic_quotes_gpc fix (CVE-2012-0831)

Merge commit 'refs/pull/12/head' of git://github.com/php/php-src into 5.3

Signed-off-by: Gustavo André dos Santos Lopes <cataphract@php.net>
13 years agoUse the NEWS merge driver if available
David Soria Parra [Wed, 21 Mar 2012 17:07:30 +0000 (18:07 +0100)]
Use the NEWS merge driver if available

As described in https://wiki.php.net/vcs/gitworkflow#the_news_file it
is possible to setup a custom merge driver for NEWS so git doesnt try
to merge it.  This commit sets the default merge driver for the NEWS
file to the merge driver called NEWS.

13 years agoNEWS entry for readline fix
Rasmus Lerdorf [Wed, 21 Mar 2012 16:15:35 +0000 (09:15 -0700)]
NEWS entry for readline fix

13 years agoAdd open_basedir checks to readline_write_history and readline_read_history
Rasmus Lerdorf [Wed, 21 Mar 2012 16:13:06 +0000 (09:13 -0700)]
Add open_basedir checks to readline_write_history and readline_read_history

13 years agoFixed bug #49853 (Soap Client stream context header option ignored)
Dmitry Stogov [Wed, 21 Mar 2012 12:32:49 +0000 (16:32 +0400)]
Fixed bug #49853 (Soap Client stream context header option ignored)

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 agoFixed bug #61043 (Regression in magic_quotes_gpc fix for CVE-2012-0831)
Ondřej Surý [Tue, 20 Mar 2012 09:21:07 +0000 (10:21 +0100)]
Fixed bug #61043 (Regression in magic_quotes_gpc fix for CVE-2012-0831)

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 agoadapt makedist to git
Stanislav Malyshev [Tue, 20 Mar 2012 05:28:16 +0000 (22:28 -0700)]
adapt makedist to git

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 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 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 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 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).