[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ html.c

2012-02-05 Thread Gustavo André dos Santos Lopes
cataphract Sun, 05 Feb 2012 14:57:57 + Revision: http://svn.php.net/viewvc?view=revision&revision=323079 Log: - 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, t

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ html.c tests/strings/bug60965.phpt

2012-02-04 Thread Gustavo André dos Santos Lopes
cataphract Sat, 04 Feb 2012 18:12:18 + Revision: http://svn.php.net/viewvc?view=revision&revision=323056 Log: - Fixed bug #60965 (Buffer overflow on htmlspecialchars/entities with $double=false). - Removed unused variable. - Given maxlen the usual meaning of *l

[PHP-CVS] svn: /php/php-src/trunk/ ext/standard/tests/general_functions/bug60227_1.phpt ext/standard/tests/general_functions/bug60227_2.phpt ext/standard/tests/general_functions/bug60227_3.phpt ext/st

2012-02-03 Thread Gustavo André dos Santos Lopes
cataphract Fri, 03 Feb 2012 13:56:37 + Revision: http://svn.php.net/viewvc?view=revision&revision=323043 Log: - Headers: forbid \r and \n also after \0, allow CRLF followed by HT or SP and forbid \0. See bug #60227. Bug: https://bugs.php.net/60227 (Closed) hea

[PHP-CVS] svn: /php/php-src/trunk/ ext/standard/tests/general_functions/bug60227.phpt ext/standard/tests/general_functions/bug60227_1.phpt ext/standard/tests/general_functions/bug60227_2.phpt main/SAP

2012-02-02 Thread Gustavo André dos Santos Lopes
cataphract Thu, 02 Feb 2012 18:24:53 + Revision: http://svn.php.net/viewvc?view=revision&revision=323033 Log: - Hopefully correct fix for bug #60227. #No commit for 5.4 for now Bug: https://bugs.php.net/60227 (Closed) header() cannot detect the multi-line heade

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ string.c tests/strings/bug60801.phpt

2012-01-30 Thread Adam Harvey
aharvey Mon, 30 Jan 2012 13:29:15 + Revision: http://svn.php.net/viewvc?view=revision&revision=322934 Log: Fix bug #60801 (strpbrk() mishandles NUL byte) on trunk only for now. Bug: https://bugs.php.net/60801 (Assigned) strpbrk() mishandles NUL byte Ch

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ string.c

2012-01-20 Thread Pierrick Charron
pierrick Fri, 20 Jan 2012 13:20:14 + Revision: http://svn.php.net/viewvc?view=revision&revision=322497 Log: Remove memory leak in substr_replace (to commit in 5.4 after code freeze) Changed paths: U php/php-src/trunk/ext/standard/string.c Modified: php/

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/strings/ bug60675.phpt

2012-01-06 Thread Daniel Convissor
danielc Fri, 06 Jan 2012 22:10:04 + Revision: http://svn.php.net/viewvc?view=revision&revision=321841 Log: Test for bug 60675. Bug: https://bugs.php.net/60675 (Open) htmlentities(ENT_COMPAT, windows-1251) for ISO-8859-1 encoded scripts Changed paths:

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/array/ arsort_variation5.phpt krsort_variation5.phpt ksort_variation5.phpt sort_variation5.phpt

2011-12-16 Thread Xinchen Hui
laruence Sat, 17 Dec 2011 04:21:14 + Revision: http://svn.php.net/viewvc?view=revision&revision=321084 Log: fix tests Changed paths: U php/php-src/trunk/ext/standard/tests/array/arsort_variation5.phpt U php/php-src/trunk/ext/standard/tests/array/kr

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/array/ array_change_key_case_variation8.phpt arsort_variation5.phpt asort_variation5.phpt krsort_variation5.phpt ksort_variation5.phpt natcasesort_

2011-12-01 Thread Felipe Pena
felipe Thu, 01 Dec 2011 14:14:30 + Revision: http://svn.php.net/viewvc?view=revision&revision=320246 Log: - Fixed tests Changed paths: U php/php-src/trunk/ext/standard/tests/array/array_change_key_case_variation8.phpt U php/php-src/trunk/ext/sta

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ basic_functions.c exec.c exec.h tests/general_functions/bug60116.phpt

2011-11-11 Thread Rui Hirokawa
hirokawa Fri, 11 Nov 2011 14:58:32 + Revision: http://svn.php.net/viewvc?view=revision&revision=319058 Log: revert changes to fix bug #60116. Bug: https://bugs.php.net/60116 (error getting bug information) Changed paths: U php/php-src/trunk/ext/st

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ http_fopen_wrapper.c

2011-11-08 Thread Antony Dovgal
tony2001 Tue, 08 Nov 2011 13:30:58 + Revision: http://svn.php.net/viewvc?view=revision&revision=318911 Log: bail out if reading HTTP headers failed Changed paths: U php/php-src/trunk/ext/standard/http_fopen_wrapper.c Modified: php/php-src/trunk/ext/stan

[PHP-CVS] svn: /php/php-src/trunk/ ext/standard/tests/general_functions/bug60227.phpt main/SAPI.c

2011-11-06 Thread Rui Hirokawa
hirokawa Sun, 06 Nov 2011 11:07:14 + Revision: http://svn.php.net/viewvc?view=revision&revision=318820 Log: fixed bug #60227: header() cannot detect the multi-line header with CR. Bug: https://bugs.php.net/60227 (Open) header() cannot detect the multi-line he

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ html_tables.h

2011-11-04 Thread Rui Hirokawa
hirokawa Sat, 05 Nov 2011 04:43:35 + Revision: http://svn.php.net/viewvc?view=revision&revision=318802 Log: added japanese encoding to maintain compatibility with PHP 5.3. Changed paths: U php/php-src/trunk/ext/standard/html_tables.h Modified: php/php-s

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ exec.c tests/general_functions/bug60116.phpt

2011-10-29 Thread Rui Hirokawa
hirokawa Sun, 30 Oct 2011 05:57:26 + Revision: http://svn.php.net/viewvc?view=revision&revision=318568 Log: added a test script for bug60116 and fixed behabior of ESCAPE_CMD_END. Bug: https://bugs.php.net/60116 (To be documented) escapeshellcmd() cannot escap

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/standard/ basic_functions.c exec.c exec.h

2011-10-24 Thread Rui Hirokawa
Hi Pierre, I only tested on Linux. This patch is not related to Win32, because the quotation is always escaped on Win32. I will add the test script within couple of days, and I will updated the document soon. Rui Pierre Joye wrote: > hi Rui, > > Did you test it that on other platforms than l

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/standard/ basic_functions.c exec.c exec.h

2011-10-24 Thread Pierre Joye
hi Rui, Did you test it that on other platforms than linux? It will also be nice to add tests case for this as this function (actually both escape args and cmds) has suffered from lack of testing on all platforms in the last php releases. Btw, update the upgrading guide too :) On Sun, Oct 23, 2

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ basic_functions.c exec.c exec.h

2011-10-23 Thread Rui Hirokawa
hirokawa Sun, 23 Oct 2011 13:49:54 + Revision: http://svn.php.net/viewvc?view=revision&revision=318342 Log: fixed bug #60116 escapeshellcmd() cannot escape the dangerous quotes. Bug: https://bugs.php.net/60116 (Open) escapeshellcmd() cannot escape the chars w

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ basic_functions.c

2011-09-26 Thread Pierre Joye
pajoye Mon, 26 Sep 2011 08:38:03 + Revision: http://svn.php.net/viewvc?view=revision&revision=317305 Log: - Fix bug #55622, better fix for this issue, old fix can break if sizeof(size_t) > sizeof(int) like on sparc Bug: https://bugs.php.net/55622 (error get

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/general_functions/ parse_ini_file.phpt parse_ini_string_002.phpt

2011-09-14 Thread Xinchen Hui
laruence Wed, 14 Sep 2011 15:45:02 + Revision: http://svn.php.net/viewvc?view=revision&revision=316757 Log: Forget commit to trunk Changed paths: U php/php-src/trunk/ext/standard/tests/general_functions/parse_ini_file.phpt U php/php-src/trunk/ext

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/strings/ md5_file.phpt

2011-09-14 Thread Pierre Joye
pajoye Wed, 14 Sep 2011 10:30:31 + Revision: http://svn.php.net/viewvc?view=revision&revision=316729 Log: - fix text (encoding was broken with the previous commit) Changed paths: U php/php-src/trunk/ext/standard/tests/strings/md5_file.phpt Modified: p

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/strings/ md5_file.phpt

2011-09-14 Thread Pierre Joye
hm, right, fails here too. Let me check again previous revision. On Wed, Sep 14, 2011 at 10:02 AM, Hannes Magnusson wrote: > On Tue, Sep 6, 2011 at 19:10, Pierre Joye wrote: >> pajoye                                   Tue, 06 Sep 2011 17:10:16 + >> >> Revision: http://svn.php.net/viewvc?view

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/strings/ md5_file.phpt

2011-09-14 Thread Hannes Magnusson
On Tue, Sep 6, 2011 at 19:10, Pierre Joye wrote: > pajoye                                   Tue, 06 Sep 2011 17:10:16 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=316284 > > Log: > - useless skipif > > Changed paths: >    U   php/php-src/trunk/ext/standard/tests/strings/md5

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ crypt.c

2011-09-12 Thread Stanislav Malyshev
stas Mon, 12 Sep 2011 17:50:42 + Revision: http://svn.php.net/viewvc?view=revision&revision=316564 Log: MFB crypt fix Changed paths: U php/php-src/trunk/ext/standard/crypt.c Modified: php/php-src/trunk/ext/standard/crypt.c ==

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ crypt_blowfish.h

2011-09-12 Thread Hannes Magnusson
bjoriMon, 12 Sep 2011 10:24:27 + Revision: http://svn.php.net/viewvc?view=revision&revision=316526 Log: Sync line ending with 5_4 Changed paths: U php/php-src/trunk/ext/standard/crypt_blowfish.h Modified: php/php-src/trunk/ext/standard/crypt_blowfis

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ dl.c

2011-09-07 Thread Hannes Magnusson
bjoriWed, 07 Sep 2011 13:46:45 + Revision: http://svn.php.net/viewvc?view=revision&revision=316352 Log: Fix folding Changed paths: U php/php-src/trunk/ext/standard/dl.c Modified: php/php-src/trunk/ext/standard/dl.c ==

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/strings/ md5_file.phpt

2011-09-06 Thread Pierre Joye
pajoye Tue, 06 Sep 2011 17:10:16 + Revision: http://svn.php.net/viewvc?view=revision&revision=316284 Log: - useless skipif Changed paths: U php/php-src/trunk/ext/standard/tests/strings/md5_file.phpt Modified: php/php-src/trunk/ext/standard/tests/strin

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/file/ rename_variation7-win32.phpt

2011-09-05 Thread Pierre Joye
pajoye Mon, 05 Sep 2011 10:14:13 + Revision: http://svn.php.net/viewvc?view=revision&revision=316139 Log: - fix test Changed paths: U php/php-src/trunk/ext/standard/tests/file/rename_variation7-win32.phpt Modified: php/php-src/trunk/ext/standard/tests

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ basic_functions.c

2011-09-05 Thread Hannes Magnusson
bjoriMon, 05 Sep 2011 09:34:14 + Revision: http://svn.php.net/viewvc?view=revision&revision=316135 Log: Interesting typo... Changed paths: U php/php-src/trunk/ext/standard/basic_functions.c Modified: php/php-src/trunk/ext/standard/basic_functions.c

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/standard/ basic_functions.c

2011-09-05 Thread Ferenc Kovacs
\o/ thanks for fixing! On Mon, Sep 5, 2011 at 11:27 AM, Hannes Magnusson wrote: > bjori                                    Mon, 05 Sep 2011 09:27:23 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=316134 > > Log: > Not all submodules have MINIT, but they have MINFO and need t

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ basic_functions.c

2011-09-05 Thread Hannes Magnusson
bjoriMon, 05 Sep 2011 09:27:23 + Revision: http://svn.php.net/viewvc?view=revision&revision=316134 Log: Not all submodules have MINIT, but they have MINFO and need to be registered (cought by tyrael@) Changed paths: U php/php-src/trunk/ext/standard/b

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/general_functions/ parse_ini_file.phpt

2011-08-31 Thread Xinchen Hui
laruence Wed, 31 Aug 2011 07:49:52 + Revision: http://svn.php.net/viewvc?view=revision&revision=315861 Log: Fixed test failed Changed paths: U php/php-src/trunk/ext/standard/tests/general_functions/parse_ini_file.phpt Modified: php/php-src/trunk/ext/s

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/general_functions/ parse_ini_file.phpt parse_ini_string_002.phpt

2011-08-31 Thread Xinchen Hui
laruence Wed, 31 Aug 2011 07:37:42 + Revision: http://svn.php.net/viewvc?view=revision&revision=315858 Log: Fixed test failed, due to error message changed Changed paths: U php/php-src/trunk/ext/standard/tests/general_functions/parse_ini_file.phpt U

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ basic_functions.c

2011-06-20 Thread Patrick Allaert
patrickallaert Mon, 20 Jun 2011 07:11:21 + Revision: http://svn.php.net/viewvc?view=revision&revision=312325 Log: Changed register_shutdown_function() to reflect that it is using a cb (thx arpad) Changed paths: U php/php-src/trunk/ext/standard/basic_functions

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ basic_functions.c

2011-06-06 Thread Felipe Pena
felipe Tue, 07 Jun 2011 01:58:56 + Revision: http://svn.php.net/viewvc?view=revision&revision=311875 Log: - Fix memory leak caused by RSHUTDOWN not being called by MINIT dependency Changed paths: U php/php-src/trunk/ext/standard/basic_functions.c Modi

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ basic_functions.c

2011-06-02 Thread Scott MacVicar
scottmac Fri, 03 Jun 2011 01:44:37 + Revision: http://svn.php.net/viewvc?view=revision&revision=311748 Log: Further fix for #54918 - We attach a bunch of submodules loading to the basic MINIT, but if an error occurs during their MINIT we still call the MSHUTDO

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ math.c

2011-05-24 Thread Dmitry Stogov
dmitry Tue, 24 May 2011 08:27:36 + Revision: http://svn.php.net/viewvc?view=revision&revision=311379 Log: Fixed comilation on x86_64 Changed paths: U php/php-src/trunk/ext/standard/math.c Modified: php/php-src/trunk/ext/standard/math.c ===

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ url_scanner_ex.c url_scanner_ex.re

2011-05-23 Thread Michael Wallner
mike Mon, 23 May 2011 10:42:00 + Revision: http://svn.php.net/viewvc?view=revision&revision=311348 Log: Fix Bug #54727, a re-incarnation of #26862 Bugs: http://bugs.php.net/54727 (Assigned) ob_flush() before output_reset_rewrite_vars() results in data los

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/math/ mt_rand_variation1.phpt mt_rand_variation2.phpt

2011-05-14 Thread Martin Jansen
mj Sat, 14 May 2011 20:38:47 + Revision: http://svn.php.net/viewvc?view=revision&revision=311021 Log: MFB: Fixed two failing tests that were caused by arbitrarily chosen but apparently bogus upper resp. lower limits for mt_rand(). Changed paths: U

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ browscap.c

2011-05-01 Thread Felipe Pena
felipe Sun, 01 May 2011 19:22:24 + Revision: http://svn.php.net/viewvc?view=revision&revision=310692 Log: - Fixed ZTS build Changed paths: U php/php-src/trunk/ext/standard/browscap.c Modified: php/php-src/trunk/ext/standard/browscap.c

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/file/ bug52820.phpt

2011-03-20 Thread Gustavo André dos Santos Lopes
cataphract Sun, 20 Mar 2011 22:15:43 + Revision: http://svn.php.net/viewvc?view=revision&revision=309487 Log: - Fixed SKIPIF section of bug52820.phpt. Bug: http://bugs.php.net/52820 (Closed) curl doesn't write to php://temp or /memory Changed paths:

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ html.c tests/strings/bug54322.phpt

2011-03-20 Thread Gustavo André dos Santos Lopes
cataphract Sun, 20 Mar 2011 15:15:08 + Revision: http://svn.php.net/viewvc?view=revision&revision=309482 Log: - Fixed bug #54332 (trunk only, null pointer deref due to information loss on long to int conversion) - Fixed some int* pointers being passed as size_t*

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ formatted_print.c

2011-02-20 Thread Gustavo André dos Santos Lopes
cataphract Mon, 21 Feb 2011 05:33:16 + Revision: http://svn.php.net/viewvc?view=revision&revision=308523 Log: - Removed dead defines. Changed paths: U php/php-src/trunk/ext/standard/formatted_print.c Modified: php/php-src/trunk/ext/standard/formatted_prin

[PHP-CVS] svn: /php/php-src/trunk/ ext/standard/streamsfuncs.c main/network.c main/streams/filter.c main/streams/streams.c

2011-02-01 Thread Gustavo André dos Santos Lopes
cataphract Tue, 01 Feb 2011 18:11:16 + Revision: http://svn.php.net/viewvc?view=revision&revision=307923 Log: - Fixed several comparisons that always result in true of false due to signedness of one of the operands, either by removing dead code or fixing it.

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ basic_functions.c http.c php_http.h url.h

2011-01-07 Thread Rui Hirokawa
hirokawa Sat, 08 Jan 2011 02:21:44 + Revision: http://svn.php.net/viewvc?view=revision&revision=307247 Log: added an option to http_build_query for RFC-3986 based url-encoding. Changed paths: U php/php-src/trunk/ext/standard/basic_functions.c U php

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ config.w32

2011-01-07 Thread Pierre Joye
pajoye Fri, 07 Jan 2011 14:57:51 + Revision: http://svn.php.net/viewvc?view=revision&revision=307225 Log: - missing add header Changed paths: U php/php-src/trunk/ext/standard/config.w32 Modified: php/php-src/trunk/ext/standard/config.w32 =

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ credits_ext.h

2010-12-17 Thread Jani Taskinen
jani Fri, 17 Dec 2010 10:48:47 + Revision: http://svn.php.net/viewvc?view=revision&revision=306412 Log: - Update credits Changed paths: U php/php-src/trunk/ext/standard/credits_ext.h Modified: php/php-src/trunk/ext/standard/credits_ext.h ===

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ credits.c

2010-12-17 Thread Hannes Magnusson
bjoriFri, 17 Dec 2010 10:15:21 + Revision: http://svn.php.net/viewvc?view=revision&revision=306409 Log: Throw some credit around Changed paths: U php/php-src/trunk/ext/standard/credits.c Modified: php/php-src/trunk/ext/standard/credits.c ===

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ info.c

2010-11-29 Thread Dmitry Stogov
dmitry Mon, 29 Nov 2010 08:56:21 + Revision: http://svn.php.net/viewvc?view=revision&revision=305823 Log: Removed unnecessary dependencies Changed paths: U php/php-src/trunk/ext/standard/info.c Modified: php/php-src/trunk/ext/standard/info.c =

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ info.c

2010-11-17 Thread Jani Taskinen
jani Wed, 17 Nov 2010 11:56:48 + Revision: http://svn.php.net/viewvc?view=revision&revision=305453 Log: - Fixed wrong type causing crash (in php-cgi -i and phpinfo(); when doing HTML output) Changed paths: U php/php-src/trunk/ext/standard/info.c Mo

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/file/ stream_enclosed.phpt

2010-11-15 Thread Gustavo André dos Santos Lopes
cataphract Mon, 15 Nov 2010 14:51:26 + Revision: http://svn.php.net/viewvc?view=revision&revision=305371 Log: - Added test relative to the fix in rev #305346. Bug: http://bugs.php.net/305346 (error getting bug information) Changed paths: A php/php-s

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ html.c

2010-10-25 Thread Ilia Alshanetsky
iliaaMon, 25 Oct 2010 16:46:55 + Revision: http://svn.php.net/viewvc?view=revision&revision=304882 Log: Code cleanup & CS Changed paths: U php/php-src/trunk/ext/standard/html.c Modified: php/php-src/trunk/ext/standard/html.c

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ html_tables/html_table_gen.php html_tables.h

2010-10-24 Thread Gustavo André dos Santos Lopes
cataphract Sun, 24 Oct 2010 23:51:40 + Revision: http://svn.php.net/viewvc?view=revision&revision=304718 Log: - A BOM had slipped in a commit and broke the build under GCC. Fixed. Changed paths: U php/php-src/trunk/ext/standard/html_tables/html_table_gen.p

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ html.c

2010-10-24 Thread Gustavo André dos Santos Lopes
cataphract Sun, 24 Oct 2010 21:19:04 + Revision: http://svn.php.net/viewvc?view=revision&revision=304713 Log: - Fixed uninitialized and 1 character short local variable. Changed paths: U php/php-src/trunk/ext/standard/html.c Modified: php/php-src/trunk/ex

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ html_tables/html_table_gen.php html_tables.h

2010-10-24 Thread Gustavo André dos Santos Lopes
cataphract Sun, 24 Oct 2010 19:05:21 + Revision: http://svn.php.net/viewvc?view=revision&revision=304708 Log: - Removed out-of-date comments and one enum constant from html_tables.h and its generator. - Other minor aesthetic improvements in the generator. Chang

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ streamsfuncs.c tests/streams/bug46426.phpt tests/streams/stream_get_contents_001.phpt

2010-10-13 Thread Gustavo André dos Santos Lopes
cataphract Thu, 14 Oct 2010 02:39:21 + Revision: http://svn.php.net/viewvc?view=revision&revision=304382 Log: - Ooops. Fixed tests for rev #304380 (stream_get_contents() related) and a small error. Bug: http://bugs.php.net/304380 (error getting bug information)

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ streamsfuncs.c

2010-10-13 Thread Gustavo André dos Santos Lopes
cataphract Thu, 14 Oct 2010 02:03:18 + Revision: http://svn.php.net/viewvc?view=revision&revision=304380 Log: - [DOC] Changed stream_get_contents() so that the offset is relative to the current position (seek with SEEK_CUR, not SEEK_SET). Only positive values a

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ info.c winver.h

2010-10-12 Thread Kalle Sommer Nielsen
kalleTue, 12 Oct 2010 17:34:25 + Revision: http://svn.php.net/viewvc?view=revision&revision=304351 Log: * Added version info for Windows XP Starter/Tablet PC/Media Center editions * Fixed typo: "Unknow" -> "Unknown" * Removed useless Win9x version info # I

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ html.c

2010-10-11 Thread Gustavo André dos Santos Lopes
cataphract Mon, 11 Oct 2010 22:26:10 + Revision: http://svn.php.net/viewvc?view=revision&revision=304326 Log: - PHP uses a big endian representation when it converts the code unit sequences to integers so as to store the entity maps. Code in traverse_for_enti

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ basic_functions.c dns.c dns_win32.c

2010-10-10 Thread Gustavo André dos Santos Lopes
cataphract Mon, 11 Oct 2010 02:48:23 + Revision: http://svn.php.net/viewvc?view=revision&revision=304300 Log: - [DOC] Added a 5th parameter to dns_get_record, a boolean that tells whether to activate "raw mode". In this mide, $type (2nd parameter) is the numer

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ dns.c dns_win32.c

2010-10-08 Thread Gustavo André dos Santos Lopes
cataphract Fri, 08 Oct 2010 23:02:37 + Revision: http://svn.php.net/viewvc?view=revision&revision=304212 Log: - Added numeric record type and raw data for unknown DNS record types. Changed paths: U php/php-src/trunk/ext/standard/dns.c U php/php-src

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ basic_functions.c

2010-10-04 Thread Kalle Sommer Nielsen
kalleMon, 04 Oct 2010 20:33:58 + Revision: http://svn.php.net/viewvc?view=revision&revision=304037 Log: Skipped this one Changed paths: U php/php-src/trunk/ext/standard/basic_functions.c Modified: php/php-src/trunk/ext/standard/basic_functions.c ===

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ basic_functions.c

2010-10-04 Thread Michael Maclean
mgdm Mon, 04 Oct 2010 20:20:30 + Revision: http://svn.php.net/viewvc?view=revision&revision=304035 Log: Un-deprecate mt_rand and deprecate mt_getrandmax Changed paths: U php/php-src/trunk/ext/standard/basic_functions.c Modified: php/php-src/trunk/ex

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ array.c crypt_blowfish.c crypt_sha256.c crypt_sha512.c html.c iptc.c url_scanner_ex.c url_scanner_ex.re

2010-09-23 Thread Kalle Sommer Nielsen
kalleThu, 23 Sep 2010 03:45:36 + Revision: http://svn.php.net/viewvc?view=revision&revision=303703 Log: Fixed compiler warnings in the standard library Changed paths: U php/php-src/trunk/ext/standard/array.c U php/php-src/trunk/ext/standard/cry

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ var.c

2010-09-22 Thread Kalle Sommer Nielsen
kalleThu, 23 Sep 2010 03:49:26 + Revision: http://svn.php.net/viewvc?view=revision&revision=303704 Log: Missed to check this one in the last commit Changed paths: U php/php-src/trunk/ext/standard/var.c Modified: php/php-src/trunk/ext/standard/var.c

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ mail.c

2010-09-17 Thread Pierre Joye
pajoye Fri, 17 Sep 2010 10:04:28 + Revision: http://svn.php.net/viewvc?view=revision&revision=303457 Log: - use popen_ex directly, avoid the tsrm fetch Changed paths: U php/php-src/trunk/ext/standard/mail.c Modified: php/php-src/trunk/ext/standard/mai

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ var.c

2010-09-13 Thread Pierre Joye
pajoye Mon, 13 Sep 2010 21:54:47 + Revision: http://svn.php.net/viewvc?view=revision&revision=303332 Log: - fix build introduced by fix for #52772 Bug: http://bugs.php.net/52772 (Closed) var_dump() doesn't check for the existence of get_class_name before ca

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ link_win32.c

2010-09-10 Thread Pierre Joye
pajoye Fri, 10 Sep 2010 19:27:39 + Revision: http://svn.php.net/viewvc?view=revision&revision=303264 Log: - use OPENBASEDIR_CHECKPATH macro (does safe mode too in 5.3) so trunk and branches are the same Changed paths: U php/php-src/trunk/ext/standard/

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ proc_open.c

2010-09-08 Thread Pierre Joye
pajoye Wed, 08 Sep 2010 09:11:18 + Revision: http://svn.php.net/viewvc?view=revision&revision=303164 Log: - WS Changed paths: U php/php-src/trunk/ext/standard/proc_open.c Modified: php/php-src/trunk/ext/standard/proc_open.c ===

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ dns_win32.c

2010-09-06 Thread Pierre Joye
pajoye Mon, 06 Sep 2010 14:43:44 + Revision: http://svn.php.net/viewvc?view=revision&revision=303080 Log: - WS Changed paths: U php/php-src/trunk/ext/standard/dns_win32.c Modified: php/php-src/trunk/ext/standard/dns_win32.c ===

[PHP-CVS] svn: /php/php-src/trunk/ ext/standard/basic_functions.c main/SAPI.h main/main.c sapi/apache/mod_php5.c sapi/apache2filter/sapi_apache2.c sapi/apache2handler/sapi_apache2.c sapi/apache_hooks/

2010-08-18 Thread Kalle Sommer Nielsen
kalleWed, 18 Aug 2010 13:34:40 + Revision: http://svn.php.net/viewvc?view=revision&revision=302441 Log: Pass the TSRMS pointers to sapi_module_struct.log_message, this saves some TSRMLS_FETCH() calls in a few of our SAPI's Changed paths: U php/php-s

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/standard/ basic_functions.c file.c file.h

2010-08-16 Thread Kalle Sommer Nielsen
Hi Johannes 2010/8/16 Kalle Sommer Nielsen : > kalle                                    Mon, 16 Aug 2010 21:56:35 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=302376 > > Log: > Fixed the context parameter on copy() to actually have an effect > > # After looking at the logs,

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ basic_functions.c file.c file.h

2010-08-16 Thread Kalle Sommer Nielsen
kalleMon, 16 Aug 2010 21:56:35 + Revision: http://svn.php.net/viewvc?view=revision&revision=302376 Log: Fixed the context parameter on copy() to actually have an effect # After looking at the logs, Jani did a bad merge into 5.3, so that # the context param

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ head.c

2010-08-09 Thread Ilia Alshanetsky
iliaaTue, 10 Aug 2010 00:19:51 + Revision: http://svn.php.net/viewvc?view=revision&revision=302052 Log: Make http_response_code() return FALSE where data is not available (Ex. cli sapi) Changed paths: U php/php-src/trunk/ext/standard/head.c Modifie

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/file/ bug38450_3.phpt

2010-08-08 Thread Felipe Pena
felipe Sun, 08 Aug 2010 16:48:32 + Revision: http://svn.php.net/viewvc?view=revision&revision=301995 Log: - Fix test Changed paths: U php/php-src/trunk/ext/standard/tests/file/bug38450_3.phpt Modified: php/php-src/trunk/ext/standard/tests/file/bug3845

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ var_unserializer.c

2010-08-06 Thread Felipe Pena
felipe Fri, 06 Aug 2010 22:23:39 + Revision: http://svn.php.net/viewvc?view=revision&revision=301950 Log: - Updated generated file Changed paths: U php/php-src/trunk/ext/standard/var_unserializer.c Modified: php/php-src/trunk/ext/standard/var_unserial

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ var_unserializer.re

2010-08-06 Thread Rasmus Lerdorf
rasmus Fri, 06 Aug 2010 18:19:23 + Revision: http://svn.php.net/viewvc?view=revision&revision=301934 Log: Do these ops in the right order here. First of many fixes for bug #52550 Bug: http://bugs.php.net/52550 (Analyzed) integer undefined behaviors executed

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/general_functions/ bug41518.phpt

2010-08-03 Thread Dmitry Stogov
dmitry Tue, 03 Aug 2010 08:19:51 + Revision: http://svn.php.net/viewvc?view=revision&revision=301823 Log: cleanup Changed paths: U php/php-src/trunk/ext/standard/tests/general_functions/bug41518.phpt Modified: php/php-src/trunk/ext/standard/tests/gene

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/general_functions/ putenv_error1.phpt putenv_error2.phpt

2010-08-01 Thread Felipe Pena
felipe Sun, 01 Aug 2010 16:24:42 + Revision: http://svn.php.net/viewvc?view=revision&revision=301764 Log: - Removed safe-mode tests Changed paths: D php/php-src/trunk/ext/standard/tests/general_functions/putenv_error1.phpt D php/php-src/trunk/e

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ string.c

2010-07-19 Thread Adam Harvey
aharvey Tue, 20 Jul 2010 04:26:57 + Revision: http://svn.php.net/viewvc?view=revision&revision=301412 Log: Fix bug #52380 (Typo in lcfirst comment docs) by updating the commented prototype for lcfirst() to actually read lcfirst(). Bug: http://bugs.php.net/523

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ mail.c

2010-07-19 Thread Adam Harvey
aharvey Mon, 19 Jul 2010 10:46:44 + Revision: http://svn.php.net/viewvc?view=revision&revision=301392 Log: Fix for bug #52317 (Segmentation fault when using mail() on a rhel 4.x (only 64 bit)). Bug: http://bugs.php.net/52317 (Assigned) Segmentation fault when

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ php_var.h tests/general_functions/var_export_error2.phpt tests/general_functions/var_export_error3.phpt var.c

2010-07-09 Thread Scott MacVicar
scottmac Fri, 09 Jul 2010 21:11:37 + Revision: http://svn.php.net/viewvc?view=revision&revision=301143 Log: Fix a bug when var_export() causes a fatal error that could inadvertently display data due to flushing of the output buffer. Examples include, memory l

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ basic_functions.c

2010-07-05 Thread Dmitry Stogov
dmitry Mon, 05 Jul 2010 14:32:29 + Revision: http://svn.php.net/viewvc?view=revision&revision=301002 Log: Use ZE API to modify/restore PG(magic_quotes_runtime). Removed overhead at request startup. Changed paths: U php/php-src/trunk/ext/standard/basic

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ php_crypt_r.c var_unserializer.c

2010-06-15 Thread Pierre Joye
pajoye Tue, 15 Jun 2010 09:26:22 + Revision: http://svn.php.net/viewvc?view=revision&revision=300460 Log: - Fix #51424, crypt() function hangs after 3rd call Bug: http://bugs.php.net/51424 (Assigned) crypt() function hangs after 3rd call Changed paths

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ basic_functions.c

2010-06-03 Thread Felipe Pena
felipe Thu, 03 Jun 2010 15:08:06 + Revision: http://svn.php.net/viewvc?view=revision&revision=300166 Log: - Added BG(serialize) and BG(unserialize) initialization Changed paths: U php/php-src/trunk/ext/standard/basic_functions.c Modified: php/php-src/

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ exec.c info.c

2010-06-01 Thread Pierrick Charron
pierrick Tue, 01 Jun 2010 17:13:50 + Revision: http://svn.php.net/viewvc?view=revision&revision=300060 Log: Remove unused variables Changed paths: U php/php-src/trunk/ext/standard/exec.c U php/php-src/trunk/ext/standard/info.c Modified: php/php-sr

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/network/ getmxrr.phpt

2010-05-24 Thread Adam Harvey
Awesome! Thanks so much for organising that, Martin. Adam On 25 May 2010 13:01, Martin Jansen wrote: > mj                                       Tue, 25 May 2010 05:01:03 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=299730 > > Log: > Changed test case to use our new dummy

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/network/ getmxrr.phpt

2010-05-24 Thread Martin Jansen
mj Tue, 25 May 2010 05:01:03 + Revision: http://svn.php.net/viewvc?view=revision&revision=299730 Log: Changed test case to use our new dummy MX records. Changed paths: U php/php-src/trunk/ext/standard/tests/network/getmxrr.phpt Modified: php/php-s

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ array.c

2010-05-15 Thread Rasmus Lerdorf
rasmus Sat, 15 May 2010 15:37:57 + Revision: http://svn.php.net/viewvc?view=revision&revision=299402 Log: typo Changed paths: U php/php-src/trunk/ext/standard/array.c Modified: php/php-src/trunk/ext/standard/array.c ===

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/standard/ basic_functions.c image.c php_image.h

2010-05-07 Thread Hannes Magnusson
On Wed, May 5, 2010 at 15:37, Pierre Joye wrote: > pajoye                                   Wed, 05 May 2010 13:37:40 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=299021 > > Log: > - #51063, implement getimagesizefromstring > > Bug: http://bugs.php.net/51063 (Assigned) Add

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ image.c

2010-05-05 Thread Pierre Joye
pajoye Wed, 05 May 2010 13:51:54 + Revision: http://svn.php.net/viewvc?view=revision&revision=299023 Log: - nuke unused vars Changed paths: U php/php-src/trunk/ext/standard/image.c Modified: php/php-src/trunk/ext/standard/image.c =

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/image/ getimagesizefromstring1.phpt test.gif

2010-05-05 Thread Pierre Joye
pajoye Wed, 05 May 2010 13:39:35 + Revision: http://svn.php.net/viewvc?view=revision&revision=299022 Log: - #51063, news and test Bug: http://bugs.php.net/51063 (Assigned) Add getimagesizefromstring Changed paths: A php/php-src/trunk/ext/standar

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ basic_functions.c image.c php_image.h

2010-05-05 Thread Pierre Joye
pajoye Wed, 05 May 2010 13:37:40 + Revision: http://svn.php.net/viewvc?view=revision&revision=299021 Log: - #51063, implement getimagesizefromstring Bug: http://bugs.php.net/51063 (Assigned) Add getimagesizefromstring Changed paths: U php/php-sr

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ exec.c file.c

2010-04-26 Thread Pierrick Charron
pierrick Tue, 27 Apr 2010 00:09:55 + Revision: http://svn.php.net/viewvc?view=revision&revision=298630 Log: Remove unused variables Changed paths: U php/php-src/trunk/ext/standard/exec.c U php/php-src/trunk/ext/standard/file.c Modified: php/php-sr

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/general_functions/ phpinfo.phpt

2010-04-26 Thread Antony Dovgal
tony2001 Mon, 26 Apr 2010 13:46:40 + Revision: http://svn.php.net/viewvc?view=revision&revision=298598 Log: fix test Changed paths: U php/php-src/trunk/ext/standard/tests/general_functions/phpinfo.phpt Modified: php/php-src/trunk/ext/standard/tests/gene

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/general_functions/ sys_getloadavg.phpt

2010-04-26 Thread Antony Dovgal
tony2001 Mon, 26 Apr 2010 13:44:23 + Revision: http://svn.php.net/viewvc?view=revision&revision=298597 Log: fix test Changed paths: U php/php-src/trunk/ext/standard/tests/general_functions/sys_getloadavg.phpt Modified: php/php-src/trunk/ext/standard/t

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/general_functions/ import_request.phpt import_request1.phpt import_request2.phpt import_request3.phpt

2010-04-26 Thread Antony Dovgal
tony2001 Mon, 26 Apr 2010 13:41:43 + Revision: http://svn.php.net/viewvc?view=revision&revision=298596 Log: fix skipif sections Changed paths: U php/php-src/trunk/ext/standard/tests/general_functions/import_request.phpt U php/php-src/trunk/ext/st

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ crypt_sha512.c

2010-04-26 Thread Pierre Joye
pajoye Mon, 26 Apr 2010 10:34:06 + Revision: http://svn.php.net/viewvc?view=revision&revision=298587 Log: - Fix #51582, Don't assume UINT64_C it's ever available Bug: http://bugs.php.net/51582 (Assigned) Don't assume UINT64_C it's ever available Chan

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/general_functions/ debug_zval_dump_b.phpt debug_zval_dump_b_64bit.phpt

2010-04-25 Thread Pierrick Charron
pierrick Mon, 26 Apr 2010 00:27:04 + Revision: http://svn.php.net/viewvc?view=revision&revision=298569 Log: Update tests related to allow_call_time_pass_reference Changed paths: U php/php-src/trunk/ext/standard/tests/general_functions/debug_zval_dump_b.

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/general_functions/ sys_getloadavg.phpt

2010-04-22 Thread Kalle Sommer Nielsen
kalleThu, 22 Apr 2010 22:57:35 + Revision: http://svn.php.net/viewvc?view=revision&revision=298350 Log: For real this time :-/ Changed paths: U php/php-src/trunk/ext/standard/tests/general_functions/sys_getloadavg.phpt Modified: php/php-src/trunk/

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/tests/general_functions/ sys_getloadavg.phpt

2010-04-22 Thread Kalle Sommer Nielsen
kalleThu, 22 Apr 2010 22:41:42 + Revision: http://svn.php.net/viewvc?view=revision&revision=298349 Log: Fix the sys_getloadavg() test Changed paths: U php/php-src/trunk/ext/standard/tests/general_functions/sys_getloadavg.phpt Modified: php/php-src

  1   2   >