[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/main/network.c trunk/main/network.c

2010-10-02 Thread Gustavo André dos Santos Lopes
cataphract Sat, 02 Oct 2010 18:32:20 + Revision: http://svn.php.net/viewvc?view=revisionrevision=303958 Log: - Fixed a small mistake in the fix for bug #50953 that made connection timeouts not be detected as such. Bug: http://bugs.php.net/50953 (Closed)

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/mbstring/tests/bug52981.phpt branches/PHP_5_3/ext/mbstring/ucgendat.c branches/PHP_5_3/ext/mbstring/unicode_data.h trunk/ext/mbs

2010-10-04 Thread Gustavo André dos Santos Lopes
cataphract Tue, 05 Oct 2010 01:54:17 + Revision: http://svn.php.net/viewvc?view=revisionrevision=304056 Log: - Fixed bug #52981 (Unicode casing table was out-of-date). Updated with UnicodeData-6.0.0d7.txt and included the source of the generator program with

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/intl/tests/bug50590.phpt trunk/ext/intl/tests/bug50590.phpt

2010-10-06 Thread Gustavo André dos Santos Lopes
cataphract Wed, 06 Oct 2010 17:05:05 + Revision: http://svn.php.net/viewvc?view=revisionrevision=304164 Log: - Fixed test for bug #50590 on systems with 64-bit longs. Bug: http://bugs.php.net/50590 (Closed) IntlDateFormatter::parse result is limited to the

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/html.c branches/PHP_5_3/ext/standard/tests/strings/bug53021.phpt trunk/ext/standard/html.c trunk/ext/standard/tests/str

2010-10-08 Thread Gustavo André dos Santos Lopes
cataphract Fri, 08 Oct 2010 16:19:58 + Revision: http://svn.php.net/viewvc?view=revisionrevision=304208 Log: - Fixed bug #53021 (In html_entity_decode, failure to convert numeric entities with ENT_NOQUOTES and ISO-8859-1). Bug: http://bugs.php.net/53021

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/html.c branches/PHP_5_3/ext/standard/tests/strings/bug53021.phpt trunk/ext/standard/html.c trunk/ext/standard/tests/str

2010-10-08 Thread Gustavo André dos Santos Lopes
cataphract Fri, 08 Oct 2010 17:27:19 + Revision: http://svn.php.net/viewvc?view=revisionrevision=304209 Log: - Fixed a typo in rev #304208 (24 instead of 34/''). - Improved the test bug53021.phpt to reflect other fixes in rev #304208. - Updated NEWS to reflect

[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=revisionrevision=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-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=revisionrevision=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 numeric

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

2010-10-10 Thread Gustavo André dos Santos Lopes
cataphract Mon, 11 Oct 2010 03:07:03 + Revision: http://svn.php.net/viewvc?view=revisionrevision=304301 Log: - Removed redundant local variable in dns_get_record. - (5.3) Fixed bug in the Windows implementation of dns_get_record, where the two last parameters

[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=revisionrevision=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

[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=revisionrevision=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

[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=revisionrevision=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/ branches/PHP_5_3/ext/standard/streamsfuncs.c trunk/ext/standard/streamsfuncs.c trunk/ext/standard/tests/streams/bug46426.phpt trunk/ext/standard/tests/streams/stream_get_c

2010-10-13 Thread Gustavo André dos Santos Lopes
cataphract Thu, 14 Oct 2010 03:15:15 + Revision: http://svn.php.net/viewvc?view=revisionrevision=304384 Log: - [DOC] Reverted rev #304382 and rev #304380, as I figured out a way to fix the erratic behavior without breaking backwards compatibility. Namely,

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/html.c branches/PHP_5_3/ext/standard/tests/strings/htmlentities-utf-2.phpt branches/PHP_5_3/ext/standard/tests/strings/

2010-10-14 Thread Gustavo André dos Santos Lopes
cataphract Thu, 14 Oct 2010 19:14:06 + Revision: http://svn.php.net/viewvc?view=revisionrevision=304404 Log: - Fixed get_next_char(), used by htmlentities/htmlspecialchars, accepting certain ill-formed UTF-8 sequences. Changed paths: U

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

2010-10-14 Thread Gustavo André dos Santos Lopes
cataphract Thu, 14 Oct 2010 19:33:12 + Revision: http://svn.php.net/viewvc?view=revisionrevision=304405 Log: - Three tests were broken by rev #304404, not two. Commit the change to remaining one. Bug: http://bugs.php.net/304404 (error getting bug information)

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS

2010-10-15 Thread Gustavo André dos Santos Lopes
cataphract Fri, 15 Oct 2010 23:54:24 + Revision: http://svn.php.net/viewvc?view=revisionrevision=304440 Log: - Updated NEWS to note fix of bug #53006 now that it's confirmed it's fixed. Bug: http://bugs.php.net/53006 (Closed) stream_get_contents offset max is

[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=revisionrevision=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.

[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=revisionrevision=304713 Log: - Fixed uninitialized and 1 character short local variable. Changed paths: U php/php-src/trunk/ext/standard/html.c Modified:

[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=revisionrevision=304718 Log: - A BOM had slipped in a commit and broke the build under GCC. Fixed. Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/spl/spl_observer.c branches/PHP_5_3/ext/spl/tests/bug53071.phpt trunk/ext/spl/spl_observer.c trunk/ext/spl/tests/bug53071.phpt

2010-10-24 Thread Gustavo André dos Santos Lopes
cataphract Mon, 25 Oct 2010 01:41:54 + Revision: http://svn.php.net/viewvc?view=revisionrevision=304723 Log: - Fixed bug #53071 (SPLObjectStorage defeats gc_collect_cycles). Bug: http://bugs.php.net/53071 (Open) Use of SPLObjectStorage Defeats

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/spl/spl_observer.c trunk/ext/spl/spl_observer.c

2010-10-24 Thread Gustavo André dos Santos Lopes
cataphract Mon, 25 Oct 2010 02:03:20 + Revision: http://svn.php.net/viewvc?view=revisionrevision=304724 Log: - Small optimization of the fix of bug #53071. It's not necessary to destroy the debug info as it's not holding references anymore (the fix removed

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/main/SAPI.c branches/PHP_5_3/tests/basic/req44164.phpt trunk/main/SAPI.c trunk/tests/basic/req44164.phpt

2010-10-25 Thread Gustavo André dos Santos Lopes
cataphract Tue, 26 Oct 2010 02:16:21 + Revision: http://svn.php.net/viewvc?view=revisionrevision=304903 Log: - Implemented request #44164, zlib.output_compression is now implicitly disabled when the header Content-length is set. #One could argue that any

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/reflection/php_reflection.c ext/reflection/tests/ReflectionParameter_canBePassedByValue.phpt

2010-10-26 Thread Gustavo André dos Santos Lopes
cataphract Tue, 26 Oct 2010 15:01:36 + Revision: http://svn.php.net/viewvc?view=revisionrevision=304920 Log: - Added ReflectionParameter::canBePassedByValue(). Changed paths: U php/php-src/trunk/UPGRADING U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/reflection/php_reflection.c branches/PHP_5_3/ext/reflection/tests/ReflectionParameter_isDefault.phpt trunk/ext/reflection/php_re

2010-10-26 Thread Gustavo André dos Santos Lopes
cataphract Tue, 26 Oct 2010 18:47:10 + Revision: http://svn.php.net/viewvc?view=revisionrevision=304935 Log: - Fixed ReflectionProperty::isDefault() giving a wrong result for properties obtained with ReflectionClass::getProperties(). Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/xml/tests/bug49687.phpt branches/PHP_5_3/ext/xml/xml.c trunk/ext/standard/html.c trunk/ext/standard/html.h trunk/ext/xml/tests/b

2010-10-27 Thread Gustavo André dos Santos Lopes
cataphract Wed, 27 Oct 2010 18:13:25 + Revision: http://svn.php.net/viewvc?view=revisionrevision=304959 Log: - Fixed bug #49687 (utf8_decode vulnerabilities and deficiencies in the number of reported malformed sequences). (Gustavo) #Made a public interface for

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/file.c branches/PHP_5_3/ext/standard/file.h branches/PHP_5_3/ext/standard/ftp_fopen_wrapper.c branches/PHP_5_3/ext/stan

2010-10-29 Thread Gustavo André dos Santos Lopes
cataphract Fri, 29 Oct 2010 15:29:15 + Revision: http://svn.php.net/viewvc?view=revisionrevision=304985 Log: - Fixed bug #53198 (changing INI setting from with ini_set did not have any effect) #Made from a proper INI setting and bound it to a global variable.

[PHP-CVS] svn: /php/php-src/trunk/main/ output.c

2010-11-01 Thread Gustavo André dos Santos Lopes
cataphract Tue, 02 Nov 2010 03:49:49 + Revision: http://svn.php.net/viewvc?view=revisionrevision=305022 Log: - Fixed bug #53153 (memory leak with phpinfo() + output buffering + zlib compression). Bug: http://bugs.php.net/53153 (Assigned) Memory leak with

[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ NEWS ext/xml/tests/bug49687.phpt ext/xml/xml.c

2010-11-03 Thread Gustavo André dos Santos Lopes
cataphract Wed, 03 Nov 2010 14:18:28 + Revision: http://svn.php.net/viewvc?view=revisionrevision=305055 Log: - Added fix to bug #49687 to PHP 5.2. Bug: http://bugs.php.net/49687 (Closed) utf8_decode xml_utf8_decode vuln Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/tests/file/bug53241.phpt branches/PHP_5_3/main/php_streams.h branches/PHP_5_3/main/streams/cast.c branches/PHP_5_3/main

2010-11-04 Thread Gustavo André dos Santos Lopes
cataphract Fri, 05 Nov 2010 01:29:08 + Revision: http://svn.php.net/viewvc?view=revisionrevision=305095 Log: - Fixed bug #53241 (stream casting that relies on fdopen/fopencookie fails with streams opened with, inter alia, the 'xb' mode). Bug:

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

2010-11-04 Thread Gustavo André dos Santos Lopes
cataphract Fri, 05 Nov 2010 01:56:28 + Revision: http://svn.php.net/viewvc?view=revisionrevision=305096 Log: - Added CLEAN section to recently committed test. Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/tests/file/bug53241.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/main/php_streams.h branches/PHP_5_3/main/streams/cast.c branches/PHP_5_3/main/streams/php_streams_int.h branches/PHP_5_3/main/streams/plain_wrapper.c trun

2010-11-05 Thread Gustavo André dos Santos Lopes
cataphract Fri, 05 Nov 2010 18:53:48 + Revision: http://svn.php.net/viewvc?view=revisionrevision=305108 Log: - Renamed php_stream_rep_nonstand_mode to php_stream_mode_sanitize_fdopen_fopencookie, made it not exported and movied it from php_streams.h to

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/filter/logical_filters.c branches/PHP_5_3/ext/filter/tests/030.phpt trunk/ext/filter/logical_filters.c trunk/ext/filter/tests/03

2010-11-07 Thread Gustavo André dos Santos Lopes
cataphract Mon, 08 Nov 2010 04:36:15 + Revision: http://svn.php.net/viewvc?view=revisionrevision=305186 Log: - Fixed the filter extension accepting IPv4 octets with a leading 0 as that belongs to the unsupported dotted octal representation. - Fixed bug #53236

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/win32/time.c trunk/win32/time.c

2010-11-12 Thread Gustavo André dos Santos Lopes
cataphract Fri, 12 Nov 2010 18:37:02 + Revision: http://svn.php.net/viewvc?view=revisionrevision=305298 Log: - Fixed bug #53297 (gettimeofday implementation in php/win32/time.c can return 1 million microsecs). (ped at 7gods dot org) - Moved line out of order

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING.INTERNALS ext/standard/basic_functions.c ext/standard/basic_functions.h main/php_streams.h main/streams/memory.c main/streams/streams.c

2010-11-14 Thread Gustavo André dos Santos Lopes
cataphract Mon, 15 Nov 2010 03:05:32 + Revision: http://svn.php.net/viewvc?view=revisionrevision=305346 Log: - Added leak_variable() function. - Added mechanism to force outer streams to be closed before their inner ones. - Fixed temp:// streams only handling

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING.INTERNALS

2010-11-14 Thread Gustavo André dos Santos Lopes
cataphract Mon, 15 Nov 2010 03:22:26 + Revision: http://svn.php.net/viewvc?view=revisionrevision=305347 Log: - Fixed incorrection in UPGRADING.INTERNALS. Changed paths: U php/php-src/trunk/UPGRADING.INTERNALS Modified:

[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=revisionrevision=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-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/tests/file/bug52820.phpt branches/PHP_5_3/main/streams/streams.c trunk/ext/standard/tests/file/bug52820.phpt trunk/main

2010-11-15 Thread Gustavo André dos Santos Lopes
cataphract Mon, 15 Nov 2010 18:22:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=305379 Log: - Fixed bug #52820 (writes to fopencookie FILE* not commited when seeking the stream). Bug: http://bugs.php.net/52820 (Assigned) curl doesn't write to

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS main/SAPI.c tests/basic/req44164.phpt

2010-11-17 Thread Gustavo André dos Santos Lopes
cataphract Thu, 18 Nov 2010 04:09:02 + Revision: http://svn.php.net/viewvc?view=revisionrevision=305481 Log: - Reversed implementation of FR #44164, pending further consideration. See rev #304903. Bugs: http://bugs.php.net/44164 (Assigned) Handle

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS

2010-11-17 Thread Gustavo André dos Santos Lopes
cataphract Thu, 18 Nov 2010 04:14:49 + Revision: http://svn.php.net/viewvc?view=revisionrevision=305482 Log: - Fixed NULL dereference in lex_scan on zend multibyte builds where the script had a flex incompatible encoding and there was no converter. #see rev

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/standard/ file.c file.h ftp_fopen_wrapper.c http_fopen_wrapper.c

2010-11-18 Thread Gustavo André dos Santos Lopes
cataphract Thu, 18 Nov 2010 12:10:17 + Revision: http://svn.php.net/viewvc?view=revisionrevision=305495 Log: - Implemented alternative strategy for change in rev #304985 so as to not to break binary compatibility in the 5.3 branch. Bug:

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/standard/tests/ file/bug52820.phpt strings/htmlentities17.phpt

2010-11-18 Thread Gustavo André dos Santos Lopes
cataphract Thu, 18 Nov 2010 21:44:42 + Revision: http://svn.php.net/viewvc?view=revisionrevision=305528 Log: - Fixed borked test bug52820.phpt. - Synced htmlentities17.phpt with trunk; there's no wreath; entity in HTML 4.01. Bug: http://bugs.php.net/52820

[PHP-CVS] svn: /php/php-src/trunk/main/streams/ streams.c

2010-11-19 Thread Gustavo André dos Santos Lopes
cataphract Fri, 19 Nov 2010 23:42:44 + Revision: http://svn.php.net/viewvc?view=revisionrevision=305576 Log: - Reverted unintended change. Changed paths: U php/php-src/trunk/main/streams/streams.c Modified: php/php-src/trunk/main/streams/streams.c

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/tests/file/copy_variation4.phpt branches/PHP_5_3/ext/standard/tests/file/disk_free_space_variation.phpt branches/PHP_5_3/ext/standard/tests/f

2010-11-21 Thread Gustavo André dos Santos Lopes
cataphract Mon, 22 Nov 2010 05:10:14 + Revision: http://svn.php.net/viewvc?view=revisionrevision=305635 Log: - Fix tests for \0 patch in PHP 5.3. - Fix constants_error_004.phpt (closes bug #51901) Bug: http://bugs.php.net/51901 (Closed)

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/rand.c branches/PHP_5_3/ext/standard/tests/general_functions/bug46587.phpt trunk/ext/standard/rand.c trunk/ext/standard/tests/general_functio

2010-11-25 Thread Gustavo André dos Santos Lopes
cataphract Thu, 25 Nov 2010 16:44:20 + Revision: http://svn.php.net/viewvc?view=revisionrevision=305754 Log: - Fixed bug #53403 (use of unitialized values). Fixes the fix for bug #46587. - Added test for bug #46587. Bugs: http://bugs.php.net/53403 (Assigned)

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

2010-11-30 Thread Gustavo André dos Santos Lopes
cataphract Tue, 30 Nov 2010 16:22:48 + Revision: http://svn.php.net/viewvc?view=revisionrevision=305856 Log: - Implemented bug/request #53427 - stream_select doesn't preserve the keys. This cannot be backported to PHP 5.3 due to a BC break. See UPGRADING for

[PHP-CVS] svn: /php/php-src/trunk/ main/SAPI.c main/main.c main/php_globals.h tests/basic/enable_post_data_reading_01.phpt tests/basic/enable_post_data_reading_02.phpt tests/basic/enable_post_data_rea

2010-12-09 Thread Gustavo André dos Santos Lopes
cataphract Thu, 09 Dec 2010 20:35:59 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306143 Log: - Added enable_post_data_reading ini option to allow inhibiting POST data consumption. Changed paths: U php/php-src/trunk/main/SAPI.c U

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING

2010-12-10 Thread Gustavo André dos Santos Lopes
cataphract Fri, 10 Dec 2010 07:59:34 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306171 Log: - I had forgotten to commit UPGRADING (for enable_post_data_processing). Changed paths: U php/php-src/trunk/UPGRADING Modified:

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

2010-12-10 Thread Gustavo André dos Santos Lopes
cataphract Sat, 11 Dec 2010 01:52:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306215 Log: - Implemented request #26158/bug #53465 (open arbitrary file descriptor with fopen) Bugs: http://bugs.php.net/26158 (Bogus) Open arbitrary file

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/php_fopen_wrapper.c branches/PHP_5_3/ext/standard/tests/file/php_fd_wrapper_01.phpt branches/PHP_5_3/ext/standard/tests/file/php_fd_wrapper_0

2010-12-10 Thread Gustavo André dos Santos Lopes
cataphract Sat, 11 Dec 2010 02:08:02 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306216 Log: - Tests and small parsing correction for php://fd wrapper Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/php_fopen_wrapper.c A

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

2010-12-12 Thread Gustavo André dos Santos Lopes
cataphract Sun, 12 Dec 2010 22:27:02 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306305 Log: - Fixed bug #53530 (php_crypt tests gcc version incorrectly due to typo) (vapier at gmail dot com) Bug: http://bugs.php.net/53530 (Open) php_crypt

[PHP-CVS] svn: /php/php-src/trunk/ php.ini-development php.ini-production

2010-12-16 Thread Gustavo André dos Santos Lopes
cataphract Thu, 16 Dec 2010 11:27:17 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306401 Log: - Adding enable_post_data_reading to php.ini-* Changed paths: U php/php-src/trunk/php.ini-development U php/php-src/trunk/php.ini-production

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/calendar/julian.c branches/PHP_5_3/ext/calendar/tests/bug53574.phpt trunk/ext/calendar/julian.c trunk/ext/calendar/tests/bug5357

2010-12-19 Thread Gustavo André dos Santos Lopes
cataphract Sun, 19 Dec 2010 23:47:00 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306475 Log: - Fixed bug #53574 (Integer overflow in SdnToJulian, sometimes leading to segfault). Bug: http://bugs.php.net/53574 (Assigned) Integer overflow in

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/spl/spl_heap.c branches/PHP_5_3/ext/spl/tests/bug53588.phpt trunk/ext/spl/spl_heap.c trunk/ext/spl/tests/bug53588.phpt

2010-12-21 Thread Gustavo André dos Santos Lopes
cataphract Tue, 21 Dec 2010 17:29:14 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306542 Log: - Fixed bug #53588 (SplMinHeap bad sorting with custom compare function). Bug: http://bugs.php.net/53588 (Assigned) SplMinHeap bad insert sort

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/openssl/xp_ssl.c trunk/ext/openssl/xp_ssl.c

2010-12-22 Thread Gustavo André dos Santos Lopes
cataphract Thu, 23 Dec 2010 01:44:54 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306581 Log: - Fixed bug #53592 (stream_socket_enable_crypto() busy-waits in client mode). - Fixed stream_socket_enable_crypto() not honoring the socket timeout in

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/pcre/pcrelib/pcre_internal.h trunk/ext/pcre/pcrelib/pcre_internal.h

2010-12-24 Thread Gustavo André dos Santos Lopes
cataphract Fri, 24 Dec 2010 19:01:25 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306625 Log: - Fix PCRE build on Windows; closes bug #53606. Bug: http://bugs.php.net/53606 (Open) PCRE Compile Fails, Can't open stdint.h Changed paths:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/zip/php_zip.c branches/PHP_5_3/ext/zip/tests/bug53603.phpt trunk/ext/zip/php_zip.c trunk/ext/zip/tests/bug53603.phpt

2010-12-24 Thread Gustavo André dos Santos Lopes
cataphract Fri, 24 Dec 2010 22:38:36 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306627 Log: - Fixed bug #53603 (ZipArchive should quiet stat errors). #It is unclear if url_stat handlers should emit a warning in case #PHP_STREAM_URL_STAT_QUIET is

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

2010-12-30 Thread Gustavo André dos Santos Lopes
cataphract Thu, 30 Dec 2010 19:00:19 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306877 Log: - Do not violate php_stream abstraction and use php_stream_tell instead of accessing the field .position. #Should have no behavior changes. Changed

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/dom/document.c branches/PHP_5_3/ext/dom/tests/DOMDocument_saveHTML_error1.phpt branches/PHP_5_3/ext/dom/tests/DOMDocument_saveHT

2011-01-18 Thread Gustavo André dos Santos Lopes
cataphract Tue, 18 Jan 2011 19:45:38 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307561 Log: - Implemented FR #39771 (Made DOMDocument::saveHTML accept an optional DOMNode like DOMDocument::saveXML). Bug: http://bugs.php.net/39771 (Open)

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/dom/document.c trunk/ext/dom/document.c

2011-01-18 Thread Gustavo André dos Santos Lopes
cataphract Tue, 18 Jan 2011 19:56:09 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307562 Log: - Fixed wrong function call in original commit to FR #39771. Bug: http://bugs.php.net/39771 (Closed) DOMDocument-saveHTML does not accept an optional

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/dom/document.c trunk/ext/dom/document.c trunk/ext/dom/tests/DOMDocument_saveHTML_variant2.phpt

2011-01-18 Thread Gustavo André dos Santos Lopes
cataphract Wed, 19 Jan 2011 00:22:06 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307571 Log: - Hopefully finally fixed the mess in rev 307562 and rev 307563. Changed paths: U php/php-src/branches/PHP_5_3/ext/dom/document.c U

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/standard/html.c ext/standard/html_tables/html_table_gen.php ext/standard/html_tables.h ext/standard/tests/strings/htmlentities05.phpt ext/standard/test

2011-01-25 Thread Gustavo André dos Santos Lopes
cataphract Tue, 25 Jan 2011 10:57:07 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307728 Log: - Fixed CHARSET_UNICODE_COMPAT (ISO-8859-1 is compatible in the relevant sense). - Fixed usage of zend_multibyte_get_internal_encoding (its return cannot

[PHP-CVS] svn: /php/php-src/trunk/ext/zip/ zip_stream.c

2011-02-01 Thread Gustavo André dos Santos Lopes
cataphract Tue, 01 Feb 2011 14:43:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307916 Log: - Fixed bug #49072 (feof never returns true for damaged file in zip). Bug: http://bugs.php.net/49072 (Re-Opened) feof never returns true for damaged

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS ext/zip/zip_stream.c

2011-02-01 Thread Gustavo André dos Santos Lopes
cataphract Tue, 01 Feb 2011 14:44:29 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307917 Log: - Fixed bug #49072 (feof never returns true for damaged file in zip). Bug: http://bugs.php.net/49072 (Re-Opened) feof never returns true for damaged

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ 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:10:35 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307922 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/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=revisionrevision=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/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/tests/streams/bug53903.phpt branches/PHP_5_3/main/streams/userspace.c trunk/ext/standard/tests/streams/bug53903.phpt tr

2011-02-01 Thread Gustavo André dos Santos Lopes
cataphract Tue, 01 Feb 2011 22:55:17 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307934 Log: - Fixed bug #53903 (userspace stream stat callback does not separate the elements of the returned array before converting them). Bug:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/reflection/php_reflection.c branches/PHP_5_3/ext/reflection/tests/bug53915.phpt trunk/ext/reflection/php_reflection.c trunk/ext/

2011-02-03 Thread Gustavo André dos Santos Lopes
cataphract Thu, 03 Feb 2011 12:38:25 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307970 Log: - Fixed bug #53915: ReflectionClass::getConstant(s) emits fatal error on constants with self::. - Reflown some NEWS entries to have lines no longer

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/reflection/php_reflection.c trunk/ext/reflection/php_reflection.c

2011-02-03 Thread Gustavo André dos Santos Lopes
cataphract Thu, 03 Feb 2011 12:45:30 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307971 Log: - Simpler fix for bug #53915. Bug: http://bugs.php.net/53915 (Assigned) ReflectionClass::getConstants emits fatal error on selfreferencing constants.

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/filter/tests/015.phpt branches/PHP_5_3/ext/standard/url.c trunk/ext/filter/tests/015.phpt trunk/ext/standard/url.c

2011-02-05 Thread Gustavo André dos Santos Lopes
cataphract Sat, 05 Feb 2011 22:37:00 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308051 Log: - Changed port validation introduced in commit #308035 to consider negative ports and ports 65535 as invalid. The tests that fail due to #308035 in

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

2011-02-08 Thread Gustavo André dos Santos Lopes
cataphract Tue, 08 Feb 2011 16:29:34 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308127 Log: - Fixed bug #53959 (reflection data for fgetcsv out-of-date). Bug: http://bugs.php.net/53959 (Re-Opened) feature or something old? Changed paths:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/tests/serialize/precision.phpt branches/PHP_5_3/main/main.c trunk/ext/standard/tests/serialize/precision.phpt trunk/mai

2011-02-08 Thread Gustavo André dos Santos Lopes
cataphract Tue, 08 Feb 2011 21:40:51 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308150 Log: - Changed default serialize_precision from 100 to 17, as discussed in internals. Changed paths: U php/php-src/branches/PHP_5_3/NEWS A

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/php.ini-development branches/PHP_5_3/php.ini-production trunk/php.ini-development trunk/php.ini-production

2011-02-08 Thread Gustavo André dos Santos Lopes
cataphract Wed, 09 Feb 2011 00:25:44 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308153 Log: - Changed php.ini files to match the hard-coded default for serialize_precision. Changed paths: U php/php-src/branches/PHP_5_3/php.ini-development

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/standard/tests/file/userstreams_005.phpt main/streams/userspace.c

2011-02-16 Thread Gustavo André dos Santos Lopes
cataphract Thu, 17 Feb 2011 00:25:32 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308410 Log: - Classes that implement stream wrappers can define a method called stream_truncate that will respond to truncation, e.g. through ftruncate. Closes

[PHP-CVS] svn: /php/php-src/trunk/main/streams/ userspace.c

2011-02-18 Thread Gustavo André dos Santos Lopes
cataphract Fri, 18 Feb 2011 17:53:26 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308474 Log: - Changed return value in userspace stream set_option to not implemented, instead of failure. #Currently, there's no way to test this, because the only

[PHP-CVS] svn: /php/php-src/trunk/tests/basic/ enable_post_data_reading_02.phpt

2011-02-18 Thread Gustavo André dos Santos Lopes
cataphract Sat, 19 Feb 2011 00:48:48 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308475 Log: - Fixed test to work in systems with different line endings. Changed paths: U php/php-src/trunk/tests/basic/enable_post_data_reading_02.phpt

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/standard/basic_functions.c ext/standard/streamsfuncs.c ext/standard/streamsfuncs.h ext/standard/tests/file/userstreams_006.phpt ext/standard/tests/stre

2011-02-18 Thread Gustavo André dos Santos Lopes
cataphract Sat, 19 Feb 2011 01:28:37 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308477 Log: - PHP_STREAM_OPTION_WRITE_BUFFER no longer disables the read buffer of a plain stream when 0 is given as the value. - PHP_STREAM_OPTION_WRITE_BUFFER no

[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=revisionrevision=308523 Log: - Removed dead defines. Changed paths: U php/php-src/trunk/ext/standard/formatted_print.c Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/tests/strings/bug54055.phpt branches/PHP_5_3/main/snprintf.c branches/PHP_5_3/main/snprintf.h branches/PHP_5_3/main/spp

2011-02-20 Thread Gustavo André dos Santos Lopes
cataphract Mon, 21 Feb 2011 06:53:24 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308525 Log: - Fixed bug #54055 (buffer overrun with high values for precision ini setting). #This fix (for g/G/k/H modes) is done at a different level than that

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/ftp_fopen_wrapper.c trunk/ext/standard/ftp_fopen_wrapper.c

2011-02-27 Thread Gustavo André dos Santos Lopes
cataphract Sun, 27 Feb 2011 20:23:54 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308734 Log: - Fixed bug #54092 (Segmentation fault when using HTTP proxy with the FTP wrapper). #php_stream-wrapperdata should hold an array zval (like its zval*

[PHP-CVS] svn: /php/php-src/trunk/ext/sockets/ sockets.c tests/bug51958.phpt

2011-03-14 Thread Gustavo André dos Santos Lopes
cataphract Mon, 14 Mar 2011 22:59:05 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309238 Log: - Fixed bug #51958: socket_accept() fails on IPv6 sockets. #On hold for 5.3 Bug: http://bugs.php.net/51958 (Assigned) socket_accept() fails on IPv6

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS ext/sockets/sockets.c ext/sockets/tests/bug51958.phpt

2011-03-17 Thread Gustavo André dos Santos Lopes
cataphract Thu, 17 Mar 2011 15:36:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309350 Log: - Merged fix for bug #51958 socket_accept() fails on IPv6 server sockets. See r309238 for commit in trunk. Bug: http://bugs.php.net/51958 (error

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

2011-03-17 Thread Gustavo André dos Santos Lopes
cataphract Thu, 17 Mar 2011 22:21:59 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309360 Log: - Replaced calls to getprotobyname by constants to avoid unnecessarily hitting /etc/protocols on MINIT. Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/spl/spl_directory.c branches/PHP_5_3/ext/spl/tests/bug54291.phpt trunk/ext/spl/spl_directory.c trunk/ext/spl/tests/bug54291.phpt

2011-03-19 Thread Gustavo André dos Santos Lopes
cataphract Sat, 19 Mar 2011 23:15:04 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309456 Log: - Fixed bug #54291 (Crash iterating DirectoryIterator for dir name starting with \0). Bug: http://bugs.php.net/54291 (Assigned) Crash in

[PHP-CVS] svn: /php/php-src/trunk/ext/sockets/ multicast.c multicast.h sockets.c

2011-03-19 Thread Gustavo André dos Santos Lopes
cataphract Sun, 20 Mar 2011 02:03:29 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309457 Log: - Adding copyright headers to the new files, gotta do something about the windows line endings too, but I'm separating the commits. Changed paths:

[PHP-CVS] svn: /php/php-src/trunk/ext/sockets/ multicast.c multicast.h

2011-03-19 Thread Gustavo André dos Santos Lopes
cataphract Sun, 20 Mar 2011 02:05:41 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309458 Log: - Normalized line endings, added native eol-style. Changed paths: UU php/php-src/trunk/ext/sockets/multicast.c UU

[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=revisionrevision=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

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/sockets/tests/bug51958.phpt trunk/ext/sockets/tests/bug51958.phpt

2011-03-20 Thread Gustavo André dos Santos Lopes
cataphract Sun, 20 Mar 2011 22:12:11 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309486 Log: - Fixed SKIPIF section of bug51958.phpt. Bug: http://bugs.php.net/51958 (Closed) socket_accept() fails on IPv6 server sockets Changed paths:

[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=revisionrevision=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/ UPGRADING ext/standard/file.c ext/standard/tests/file/fclose_variation1.phpt main/streams/streams.c

2011-03-20 Thread Gustavo André dos Santos Lopes
cataphract Mon, 21 Mar 2011 02:58:54 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309491 Log: - Make fclose() actually close stream, even when the resource refcount is 1. This reverts the fix for bug #24557. - Make php_stream_free delete the

[PHP-CVS] svn: /php/php-src/trunk/ ext/sockets/php_sockets.h ext/sockets/sockets.c ext/sockets/tests/socket_import_stream-1.phpt ext/sockets/tests/socket_import_stream-2.phpt ext/sockets/tests/socket_

2011-03-21 Thread Gustavo André dos Santos Lopes
cataphract Tue, 22 Mar 2011 00:44:23 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309516 Log: - Added socket_import_stream(). - Fixed socket_strerror.phpt - Made php_set_sock_blocking return FAILURE on fcntl error. - Made

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/sockets/sockets.c branches/PHP_5_3/ext/sockets/tests/socket_strerror.phpt branches/PHP_5_3/main/network.c trunk/UPGRADING

2011-03-22 Thread Gustavo André dos Santos Lopes
cataphract Wed, 23 Mar 2011 00:51:22 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309579 Log: - Updating UPGRADING for r309516 and modest merge to 5.3. Changed paths: U php/php-src/branches/PHP_5_3/NEWS U

[PHP-CVS] svn: /php/php-src/trunk/ext/spl/ php_spl.c php_spl.h spl_directory.c spl_iterators.c tests/bug41828.phpt tests/bug54281.phpt tests/bug54384.phpt tests/iterator_031.phpt

2011-03-26 Thread Gustavo André dos Santos Lopes
cataphract Sun, 27 Mar 2011 04:21:06 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309729 Log: - Fixed bug #54384: Several SPL classes crash when parent constructor is not called. #Merge to 5.3 pending (slight BC break on AppendIterator, as it's

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/spl/php_spl.c ext/spl/spl_directory.c ext/spl/tests/bug54384.phpt

2011-03-27 Thread Gustavo André dos Santos Lopes
cataphract Sun, 27 Mar 2011 22:44:34 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309751 Log: - Improved upon r309729. - Extented strategy to remaining the classes on spl_directory.c, even those that don't crash. - UPGRADING. - Better

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS ext/spl/spl_directory.c ext/spl/spl_iterators.c ext/spl/tests/bug54384.phpt ext/spl/tests/iterator_031.phpt

2011-04-03 Thread Gustavo André dos Santos Lopes
cataphract Mon, 04 Apr 2011 02:50:27 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309929 Log: - Fixed bug #54384 (Dual iterators, GlobIterator, SplFileObject and SplTempFileObject crash when user-space classes don't call the paren

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/spl/ spl_directory.c

2011-04-05 Thread Gustavo André dos Santos Lopes
cataphract Tue, 05 Apr 2011 08:38:09 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309962 Log: - Make SplFileInfo::_bad_state_ex final. Changed paths: U php/php-src/branches/PHP_5_3/ext/spl/spl_directory.c Modified:

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING

2011-04-06 Thread Gustavo André dos Santos Lopes
cataphract Wed, 06 Apr 2011 10:17:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309984 Log: - Updated UPGRADING now that multicast support was decided trunk only. Changed paths: U php/php-src/trunk/UPGRADING Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/mbstring/libmbfl/mbfl/mbfilter.c branches/PHP_5_3/ext/mbstring/tests/bug54494.phpt trunk/ext/mbstring/libmbfl/mbfl/mbfilter.c tr

2011-04-09 Thread Gustavo André dos Santos Lopes
cataphract Sat, 09 Apr 2011 16:59:36 + Revision: http://svn.php.net/viewvc?view=revisionrevision=310108 Log: - Fixed bug #54494: mb_substr() mishandles UTF-32LE and UCS-2LE. Bug: http://bugs.php.net/54494 (Open) mb_substr() fails on UTF-32LE Changed

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/libxml/libxml.c branches/PHP_5_3/ext/libxml/tests/bug54440.phpt trunk/ext/libxml/libxml.c trunk/ext/libxml/tests/bug54440.phpt

2011-04-09 Thread Gustavo André dos Santos Lopes
cataphract Sat, 09 Apr 2011 18:32:55 + Revision: http://svn.php.net/viewvc?view=revisionrevision=310109 Log: - Fixed bug #54440: libxml extension ignores default context. Bug: http://bugs.php.net/54440 (Closed) libxml extension ignores default context

[PHP-CVS] svn: /php/php-src/trunk/ext/sockets/tests/ socket_import_stream-5.phpt

2011-04-30 Thread Gustavo André dos Santos Lopes
cataphract Sat, 30 Apr 2011 15:54:44 + Revision: http://svn.php.net/viewvc?view=revisionrevision=310669 Log: - Fixed SKIPIF section missing a semicolon. Changed paths: U php/php-src/trunk/ext/sockets/tests/socket_import_stream-5.phpt Modified:

[PHP-CVS] svn: /php/php-src/trunk/ext/sockets/ config.m4 multicast.c

2011-04-30 Thread Gustavo André dos Santos Lopes
cataphract Sat, 30 Apr 2011 15:56:07 + Revision: http://svn.php.net/viewvc?view=revisionrevision=310670 Log: - Fixed build on Solaris. Changed paths: U php/php-src/trunk/ext/sockets/config.m4 U php/php-src/trunk/ext/sockets/multicast.c Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/tests/streams/bug54623.phpt branches/PHP_5_3/main/streams/streams.c trunk/ext/standard/tests/streams/bug54623.phpt trun

2011-04-30 Thread Gustavo André dos Santos Lopes
cataphract Sun, 01 May 2011 03:57:01 + Revision: http://svn.php.net/viewvc?view=revisionrevision=310681 Log: - Fixed bug #54623 (Segfault when when writing to a persistent socket after closing a copy of the socket). Bug: http://bugs.php.net/54623 (Assigned)

  1   2   3   4   >