]> granicus.if.org Git - php/log
php
16 years agoMFH: Avoids fclose() from complaining that stream_socket_pair() streams
Arnaud Le Blanc [Tue, 4 Nov 2008 16:48:07 +0000 (16:48 +0000)]
MFH: Avoids fclose() from complaining that stream_socket_pair() streams
have not been closed

16 years agoMFH: Fixed bug #46024 (stream_select() doesn't return the correct number)
Arnaud Le Blanc [Tue, 4 Nov 2008 00:43:06 +0000 (00:43 +0000)]
MFH: Fixed bug #46024 (stream_select() doesn't return the correct number)

16 years ago- MFH: Improved fix
Felipe Pena [Mon, 3 Nov 2008 23:45:17 +0000 (23:45 +0000)]
- MFH: Improved fix

16 years agocleanup
Arnaud Le Blanc [Mon, 3 Nov 2008 23:34:36 +0000 (23:34 +0000)]
cleanup

16 years agoMFH: Fixed bug #44607 (stream_get_line unable to correctly identify the
Arnaud Le Blanc [Mon, 3 Nov 2008 23:29:50 +0000 (23:29 +0000)]
MFH: Fixed bug #44607 (stream_get_line unable to correctly identify the
"ending" in the stream content)

16 years agoFixed bug #46379 (Infinite loop when parsing '#' in one line file)
Arnaud Le Blanc [Mon, 3 Nov 2008 23:26:24 +0000 (23:26 +0000)]
Fixed bug #46379 (Infinite loop when parsing '#' in one line file)
# PHP_5_2 only

16 years ago- New test
Felipe Pena [Mon, 3 Nov 2008 21:49:49 +0000 (21:49 +0000)]
- New test

16 years agoMFH:
Felipe Pena [Mon, 3 Nov 2008 20:55:01 +0000 (20:55 +0000)]
MFH:
- Fixed endless loop in PDOStatement::debugDumpParams()
  patch by: Jonah H. Harris <jonah.harris at gmail dot com>

16 years agoMFH
Elizabeth Marie Smith [Mon, 3 Nov 2008 19:28:23 +0000 (19:28 +0000)]
MFH

16 years agoMFH: Fixed bug #45303 (Opening php:// wrapper in append mode results
Arnaud Le Blanc [Mon, 3 Nov 2008 16:59:18 +0000 (16:59 +0000)]
MFH: Fixed bug #45303 (Opening php:// wrapper in append mode results
in a warning)

16 years agocredit
Arnaud Le Blanc [Mon, 3 Nov 2008 16:08:07 +0000 (16:08 +0000)]
credit

16 years agoMFH: Fixed bug #43353 (wrong detection of 'data' wrapper causes notice)
Arnaud Le Blanc [Mon, 3 Nov 2008 15:48:05 +0000 (15:48 +0000)]
MFH: Fixed bug #43353 (wrong detection of 'data' wrapper causes notice)

16 years ago- MFH: Fixed bug #44327 (PDORow::queryString property & numeric offsets / Crash)
Felipe Pena [Mon, 3 Nov 2008 15:41:35 +0000 (15:41 +0000)]
- MFH: Fixed bug #44327 (PDORow::queryString property & numeric offsets / Crash)

16 years ago- MFH: Fixed bug #42855 (dns_get_record() doesn't return all text from TXT record)
Felipe Pena [Mon, 3 Nov 2008 11:39:34 +0000 (11:39 +0000)]
- MFH: Fixed bug #42855 (dns_get_record() doesn't return all text from TXT record)
  patch by: a dot u dot savchuk at gmail dot com

16 years agoMFH: Fixed bug #42718 (FILTER_UNSAFE_RAW not applied when configured as
Arnaud Le Blanc [Sun, 2 Nov 2008 22:04:40 +0000 (22:04 +0000)]
MFH: Fixed bug #42718 (FILTER_UNSAFE_RAW not applied when configured as
default filter)

16 years ago- Ignore crap
Jani Taskinen [Sun, 2 Nov 2008 14:48:52 +0000 (14:48 +0000)]
- Ignore crap

16 years agoMF53: added missing constants
Jani Taskinen [Sun, 2 Nov 2008 14:12:15 +0000 (14:12 +0000)]
MF53: added missing constants

16 years agoMFH: fixed the macros
Jani Taskinen [Sat, 1 Nov 2008 23:09:51 +0000 (23:09 +0000)]
MFH: fixed the macros

16 years ago- Fix skip conditions
Jani Taskinen [Sat, 1 Nov 2008 22:48:52 +0000 (22:48 +0000)]
- Fix skip conditions

16 years agoMF53: Sync with HEAD and PHP_5_3
Jani Taskinen [Sat, 1 Nov 2008 22:42:38 +0000 (22:42 +0000)]
MF53: Sync with HEAD and PHP_5_3

16 years ago[DOC] MF53: Forward compatibility
Jani Taskinen [Sat, 1 Nov 2008 22:39:14 +0000 (22:39 +0000)]
[DOC] MF53: Forward compatibility

16 years ago- Fix for real: Actually one of these "let's not commit to other branches"
Jani Taskinen [Sat, 1 Nov 2008 22:12:11 +0000 (22:12 +0000)]
- Fix for real: Actually one of these "let's not commit to other branches"
fixes some people like to do..

16 years ago- Fix tests
Jani Taskinen [Sat, 1 Nov 2008 22:06:23 +0000 (22:06 +0000)]
- Fix tests

16 years ago- Fixed test (#46438)
Felipe Pena [Fri, 31 Oct 2008 22:43:32 +0000 (22:43 +0000)]
- Fixed test (#46438)

16 years ago- Fixed test
Felipe Pena [Fri, 31 Oct 2008 12:55:10 +0000 (12:55 +0000)]
- Fixed test

16 years ago- MFB: Fixed memory leak when using offset out of range. (php_stream_copy_to_mem...
Felipe Pena [Thu, 30 Oct 2008 15:56:23 +0000 (15:56 +0000)]
- MFB: Fixed memory leak when using offset out of range. (php_stream_copy_to_mem returns 0, but the empty string is alloced)

16 years agoMFH:
Felipe Pena [Thu, 30 Oct 2008 14:36:34 +0000 (14:36 +0000)]
MFH:
- Fix the fix
- Improved test

16 years agoMFH: #44938
Lars Strojny [Thu, 30 Oct 2008 14:23:03 +0000 (14:23 +0000)]
MFH: #44938

16 years ago- had nothing else to do :)
Jani Taskinen [Thu, 30 Oct 2008 11:04:10 +0000 (11:04 +0000)]
- had nothing else to do :)

16 years ago- MFH: Fixed bug #46426 (3rd parameter offset of stream_get_contents not works for...
Felipe Pena [Thu, 30 Oct 2008 10:11:52 +0000 (10:11 +0000)]
- MFH: Fixed bug #46426 (3rd parameter offset of stream_get_contents not works for "0")

16 years agoFixed contributors
Dmitry Stogov [Thu, 30 Oct 2008 08:56:38 +0000 (08:56 +0000)]
Fixed contributors

16 years agoFixed ability to use "internal" heaps in extensions.
Dmitry Stogov [Thu, 30 Oct 2008 08:55:09 +0000 (08:55 +0000)]
Fixed ability to use "internal" heaps in extensions.

16 years agofix test
Antony Dovgal [Thu, 30 Oct 2008 08:45:21 +0000 (08:45 +0000)]
fix test

16 years agoBFN
Rob Richards [Wed, 29 Oct 2008 21:23:45 +0000 (21:23 +0000)]
BFN

16 years agoMFH: fix bug #46406 (Unregistering nodeclass throws E_FATAL)
Rob Richards [Wed, 29 Oct 2008 21:22:34 +0000 (21:22 +0000)]
MFH: fix bug #46406 (Unregistering nodeclass throws E_FATAL)

16 years agoMFB: Fixed bug #44938 (gettext functions crash with overly long domain).
Ilia Alshanetsky [Wed, 29 Oct 2008 20:41:43 +0000 (20:41 +0000)]
MFB: Fixed bug #44938 (gettext functions crash with overly long domain).

16 years agoMFB: Fixed bug #42294 (Unified solution for round() based on C99 round).
Ilia Alshanetsky [Wed, 29 Oct 2008 20:17:33 +0000 (20:17 +0000)]
MFB: Fixed bug #42294 (Unified solution for round() based on C99 round).

16 years ago- BFN #46064
Felipe Pena [Wed, 29 Oct 2008 13:36:47 +0000 (13:36 +0000)]
- BFN #46064

16 years ago- MFH: Fixed bug #46064 (Exception when creating ReflectionProperty object on dynamic...
Felipe Pena [Wed, 29 Oct 2008 13:34:08 +0000 (13:34 +0000)]
- MFH: Fixed bug #46064 (Exception when creating ReflectionProperty object on dynamicly created property)

16 years agoNEWS
Ilia Alshanetsky [Tue, 28 Oct 2008 21:23:12 +0000 (21:23 +0000)]
NEWS

16 years ago- Updated to version 2008.9 (2008i)
Derick Rethans [Tue, 28 Oct 2008 08:17:47 +0000 (08:17 +0000)]
- Updated to version 2008.9 (2008i)

16 years agoMFH: Fix compile error
Arnaud Le Blanc [Mon, 27 Oct 2008 14:59:14 +0000 (14:59 +0000)]
MFH: Fix compile error

16 years agoMFH: Fix an issue with mysql.default_port not being used
Andrey Hristov [Mon, 27 Oct 2008 14:36:02 +0000 (14:36 +0000)]
MFH: Fix an issue with mysql.default_port not being used

16 years ago- Fixed test
Felipe Pena [Sun, 26 Oct 2008 23:00:53 +0000 (23:00 +0000)]
- Fixed test

16 years agoMFB: Fixed #44748 (php.ini comments on magic_quotes_gpc promote bad practices)
Kalle Sommer Nielsen [Sun, 26 Oct 2008 15:39:44 +0000 (15:39 +0000)]
MFB: Fixed #44748 (php.ini comments on magic_quotes_gpc promote bad practices)

16 years agoMFB: Fixed compiler warning
Ilia Alshanetsky [Sun, 26 Oct 2008 14:35:59 +0000 (14:35 +0000)]
MFB: Fixed compiler warning

16 years ago- MFH: Fixed bug #46388 (stream_notification_callback inside of object destroys objec...
Felipe Pena [Sun, 26 Oct 2008 13:48:16 +0000 (13:48 +0000)]
- MFH: Fixed bug #46388 (stream_notification_callback inside of object destroys object variables)

16 years ago- MFH: Fixed weekdays adding/subtracting algorithm.
Derick Rethans [Sun, 26 Oct 2008 11:27:32 +0000 (11:27 +0000)]
- MFH: Fixed weekdays adding/subtracting algorithm.
- MFH: Fixed some ambiguities in the date parser.
- MFH: Fixed bug #45529 (new DateTimeZone() and date_create()->getTimezone()
  behave different).
- MFH: Fixed bug #43452 (strings containing a weekday, or a number plus weekday
  behaved incorrect of the current day-of-week was the same as the one in the
  phrase).
- MFH: Fixed a bug with the YYYY-MM format not resetting the day correctly.
- MFH: Fixed a bug in the DateTime->modify() methods, it would not use the
  advanced relative time strings.
- MFH: Fixed a segfault - simply a forgotten return;

16 years ago- BFN #46389
Felipe Pena [Sun, 26 Oct 2008 02:24:23 +0000 (02:24 +0000)]
- BFN #46389

16 years ago- MFH: Fixed bug #46389 (NetWare needs small patch for _timezone) (patch by guenter...
Felipe Pena [Sun, 26 Oct 2008 02:02:05 +0000 (02:02 +0000)]
- MFH: Fixed bug #46389 (NetWare needs small patch for _timezone) (patch by guenter at php.net)

16 years ago- MFH: Fixed bug #46382 (Mismatching allocation and deallocation in stresstest.cpp...
Felipe Pena [Fri, 24 Oct 2008 23:17:04 +0000 (23:17 +0000)]
- MFH: Fixed bug #46382 (Mismatching allocation and deallocation in stresstest.cpp) (dvice_null at yahoo dot com)

16 years agofix test
Antony Dovgal [Fri, 24 Oct 2008 20:15:34 +0000 (20:15 +0000)]
fix test

16 years agoBFN
Antony Dovgal [Fri, 24 Oct 2008 13:56:27 +0000 (13:56 +0000)]
BFN

16 years agofix bug #46381 (wrong $this passed to internal methods causes segfault)
Antony Dovgal [Fri, 24 Oct 2008 13:55:37 +0000 (13:55 +0000)]
fix bug #46381 (wrong $this passed to internal methods causes segfault)

16 years ago- MFH: Fixed bug #46082 (stream_set_blocking() can cause a crash in some circumstances)
Felipe Pena [Fri, 24 Oct 2008 10:46:05 +0000 (10:46 +0000)]
- MFH: Fixed bug #46082 (stream_set_blocking() can cause a crash in some circumstances)

16 years ago- MFH: Removed unnecessary check for array (#46273, noticed by serovov at gmail dot...
Felipe Pena [Fri, 24 Oct 2008 10:28:56 +0000 (10:28 +0000)]
- MFH: Removed unnecessary check for array (#46273, noticed by serovov at gmail dot com)

16 years agoBack to dev
Ilia Alshanetsky [Thu, 23 Oct 2008 22:38:19 +0000 (22:38 +0000)]
Back to dev

16 years ago5.2.7RC2
Ilia Alshanetsky [Thu, 23 Oct 2008 22:36:05 +0000 (22:36 +0000)]
5.2.7RC2

16 years agoBFN
Arnaud Le Blanc [Thu, 23 Oct 2008 20:23:38 +0000 (20:23 +0000)]
BFN

16 years agoMFH: Fixed bug #46360 (TCP_NODELAY constant for socket_{get,set}_option)
Arnaud Le Blanc [Thu, 23 Oct 2008 20:21:30 +0000 (20:21 +0000)]
MFH: Fixed bug #46360 (TCP_NODELAY constant for socket_{get,set}_option)
[DOC] Added TCP_NODELAY constant to sockets extension, to be used with
socket_set_option() to disable TCP's Nagle algorithm. Avail in PHP>=5.2.7.

16 years ago- BFN #43925
Felipe Pena [Thu, 23 Oct 2008 18:57:07 +0000 (18:57 +0000)]
- BFN #43925

16 years ago- MFH: Fixed bug #43925 (Incorrect argument counter in prepared statements with pgsql)
Felipe Pena [Thu, 23 Oct 2008 18:56:05 +0000 (18:56 +0000)]
- MFH: Fixed bug #43925 (Incorrect argument counter in prepared statements with pgsql)

16 years ago- It is past, not command. Reorder.
Jani Taskinen [Thu, 23 Oct 2008 17:55:57 +0000 (17:55 +0000)]
- It is past, not command. Reorder.

16 years ago- entries for zip changes
Pierre Joye [Thu, 23 Oct 2008 16:22:01 +0000 (16:22 +0000)]
- entries for zip changes

16 years ago- remove unused files
Pierre Joye [Thu, 23 Oct 2008 16:16:56 +0000 (16:16 +0000)]
- remove unused files

16 years ago- add missing files
Pierre Joye [Thu, 23 Oct 2008 16:15:54 +0000 (16:15 +0000)]
- add missing files

16 years ago- MFH
Pierre Joye [Thu, 23 Oct 2008 16:13:51 +0000 (16:13 +0000)]
- MFH
 - Update ziplib
 - flatten path and make them relative before extraction
 - remove unnecessary export

16 years agoMFB: revert define() fix for now
Ilia Alshanetsky [Wed, 22 Oct 2008 23:29:28 +0000 (23:29 +0000)]
MFB: revert define() fix for now

16 years agoMFH: Fixed FCGI_GET_VALUES requests (fixes #45522)
Arnaud Le Blanc [Tue, 21 Oct 2008 16:43:59 +0000 (16:43 +0000)]
MFH: Fixed FCGI_GET_VALUES requests (fixes #45522)

16 years agoCommitting test for till
Zoe Slattery [Tue, 21 Oct 2008 09:37:41 +0000 (09:37 +0000)]
Committing test for till

16 years agoMFB:Fixed bug #46343 (IPv6 address filter accepts invalid address)
Ilia Alshanetsky [Mon, 20 Oct 2008 23:23:45 +0000 (23:23 +0000)]
MFB:Fixed bug #46343 (IPv6 address filter accepts invalid address)

16 years agoBFN
Rob Richards [Mon, 20 Oct 2008 19:30:56 +0000 (19:30 +0000)]
BFN

16 years agoMFH: fix bug #46323 (compilation of simplexml for NetWare breaks)
Rob Richards [Mon, 20 Oct 2008 19:29:40 +0000 (19:29 +0000)]
MFH: fix bug #46323 (compilation of simplexml for NetWare breaks)

16 years agoMFB PHP_5_3: Fixed #46313 (Magic quotes broke $_FILES)
Arnaud Le Blanc [Mon, 20 Oct 2008 18:45:24 +0000 (18:45 +0000)]
MFB PHP_5_3: Fixed #46313 (Magic quotes broke $_FILES)

16 years agoBFN
Rob Richards [Mon, 20 Oct 2008 12:46:57 +0000 (12:46 +0000)]
BFN

16 years agoMFH: fix bug #46335 (DOMText::splitText doesn't handle multibyte characters)
Rob Richards [Mon, 20 Oct 2008 12:46:23 +0000 (12:46 +0000)]
MFH: fix bug #46335 (DOMText::splitText doesn't handle multibyte characters)
add test

16 years agoMFB: Fixed bug #46341 (Added missing validation checks into define() for
Ilia Alshanetsky [Sun, 19 Oct 2008 18:16:43 +0000 (18:16 +0000)]
MFB: Fixed bug #46341 (Added missing validation checks into define() for
class constants)

16 years agoAdd %S and %A to EXPECTF, they work like %s and %a but match empty strings, too
Johannes Schlüter [Sun, 19 Oct 2008 18:07:04 +0000 (18:07 +0000)]
Add %S and %A to EXPECTF, they work like %s and %a but match empty strings, too

16 years agoMFB: Fix #46317 (Iterator class not properly checked)
Etienne Kneuss [Sun, 19 Oct 2008 18:00:42 +0000 (18:00 +0000)]
MFB: Fix #46317 (Iterator class not properly checked)

16 years agorevert the patch, it's not needed in this branch
Antony Dovgal [Sat, 18 Oct 2008 09:33:21 +0000 (09:33 +0000)]
revert the patch, it's not needed in this branch

16 years agoMFH: fix memleak
Antony Dovgal [Fri, 17 Oct 2008 22:10:27 +0000 (22:10 +0000)]
MFH: fix memleak

16 years agomissed one!
Zoe Slattery [Fri, 17 Oct 2008 15:00:54 +0000 (15:00 +0000)]
missed one!

16 years agoReplacing explicit object ID with %d
Zoe Slattery [Fri, 17 Oct 2008 14:57:03 +0000 (14:57 +0000)]
Replacing explicit object ID with %d

16 years agoCommitting for Robin Fernandes
Zoe Slattery [Fri, 17 Oct 2008 14:26:46 +0000 (14:26 +0000)]
Committing for Robin Fernandes

16 years agoFixed bug #46308 (Invalid write when changing property from inside getter)
Dmitry Stogov [Fri, 17 Oct 2008 10:25:56 +0000 (10:25 +0000)]
Fixed bug #46308 (Invalid write when changing property from inside getter)

16 years agoMFB: Fixed bug #46319 (PHP sets default Content-Type header for HTTP 304
Ilia Alshanetsky [Fri, 17 Oct 2008 01:32:59 +0000 (01:32 +0000)]
MFB: Fixed bug #46319 (PHP sets default Content-Type header for HTTP 304
response code, in cgi sapi)

16 years ago* MFH remainder
Moriyoshi Koizumi [Thu, 16 Oct 2008 17:38:42 +0000 (17:38 +0000)]
* MFH remainder

16 years agoFixed bug #42862 (IMAP toolkit crash: rfc822.c legacy routine buffer overflow)
Dmitry Stogov [Thu, 16 Oct 2008 16:20:53 +0000 (16:20 +0000)]
Fixed bug #42862 (IMAP toolkit crash: rfc822.c legacy routine buffer overflow)

16 years agows
Dmitry Stogov [Thu, 16 Oct 2008 15:49:18 +0000 (15:49 +0000)]
ws

16 years agoFixed bug #43723 (SOAP not sent properly from client for <choice>)
Dmitry Stogov [Thu, 16 Oct 2008 15:36:46 +0000 (15:36 +0000)]
Fixed bug #43723 (SOAP not sent properly from client for <choice>)

16 years ago- MFH & BFN
Moriyoshi Koizumi [Thu, 16 Oct 2008 01:02:39 +0000 (01:02 +0000)]
- MFH & BFN

16 years agoMFH:
Felipe Pena [Thu, 16 Oct 2008 00:45:21 +0000 (00:45 +0000)]
MFH:
- Fixed:
  . Memory leak in pg_delete() when using PGSQL_DML_STRING.
  . Bug #24679 (pg_insert problem!)
  . Bug #35996 (pg_meta_data should take the schema into account)
  . Bug #40808 (pg_insert problem)
  . Bug #42078 (pg_meta_data mix tables metadata from different schemas)
- Improved:
  . Error messages
- Added:
  . Tests

16 years ago- Fixed possible efree(NULL)
Felipe Pena [Wed, 15 Oct 2008 13:34:45 +0000 (13:34 +0000)]
- Fixed possible efree(NULL)

16 years agoMFB: Fixed bug #46271 (local_cert option is not resolved to full path)
Ilia Alshanetsky [Tue, 14 Oct 2008 23:40:25 +0000 (23:40 +0000)]
MFB: Fixed bug #46271 (local_cert option is not resolved to full path)

16 years ago- MFH: Fixed bug #46292 (PDO::setFetchMode() shouldn't requires the 2nd arg when...
Felipe Pena [Tue, 14 Oct 2008 17:43:20 +0000 (17:43 +0000)]
- MFH: Fixed bug #46292 (PDO::setFetchMode() shouldn't requires the 2nd arg when using FETCH_CLASSTYPE)

16 years ago- BFN #37100
Felipe Pena [Mon, 13 Oct 2008 13:47:24 +0000 (13:47 +0000)]
- BFN #37100

16 years agoMFH:
Felipe Pena [Mon, 13 Oct 2008 13:46:25 +0000 (13:46 +0000)]
MFH:
- Fixed bug #37100 (data is returned truncated with BINARY CURSOR)
  Patch by Tony

16 years ago- Updated to version 2008.8 (2008h)
Derick Rethans [Mon, 13 Oct 2008 11:45:48 +0000 (11:45 +0000)]
- Updated to version 2008.8 (2008h)

16 years agoWS
Ilia Alshanetsky [Sun, 12 Oct 2008 19:00:58 +0000 (19:00 +0000)]
WS

16 years ago- MFB: Fixed compiler warnings
Felipe Pena [Sun, 12 Oct 2008 15:01:40 +0000 (15:01 +0000)]
- MFB: Fixed compiler warnings