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
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
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
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
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
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/
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:
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
==
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
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
==
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
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
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
\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
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
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
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
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
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
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
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
===
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
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
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
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:
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*
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
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.
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
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
=
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
===
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
===
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
=
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
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
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
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
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
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
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)
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
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
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
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
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
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
===
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
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
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
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
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
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/
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
===
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
===
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
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,
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
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
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
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
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
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
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
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
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
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
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
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
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/
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
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
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
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
===
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
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
=
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
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
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
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
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
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
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
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.
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/
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 - 100 of 156 matches
Mail list logo