]>
granicus.if.org Git - php/log
Dmitry Stogov [Tue, 21 Mar 2006 12:05:10 +0000 (12:05 +0000)]
Fixed bug #36721 (The SoapServer is not able to send a header that it didn't receive)
Pierre Joye [Tue, 21 Mar 2006 11:28:20 +0000 (11:28 +0000)]
- replace the pkg version in phpinfo
Pierre Joye [Tue, 21 Mar 2006 11:13:12 +0000 (11:13 +0000)]
- cs
Pierre Joye [Tue, 21 Mar 2006 10:38:59 +0000 (10:38 +0000)]
- convert package to 2.0, prepare changelog for 1.0.1
Dmitry Stogov [Tue, 21 Mar 2006 08:49:58 +0000 (08:49 +0000)]
Fixed bug #36809 (__FILE__ behavior changed)
Rui Hirokawa [Tue, 21 Mar 2006 07:47:43 +0000 (07:47 +0000)]
added mb_check_encoding() to detect possible invalid encoding attack.
<changelog@php.net> [Tue, 21 Mar 2006 06:31:49 +0000 (06:31 +0000)]
ChangeLog update
Rui Hirokawa [Tue, 21 Mar 2006 02:19:59 +0000 (02:19 +0000)]
changed a option name based on PHP naming convension.
Rui Hirokawa [Tue, 21 Mar 2006 02:11:55 +0000 (02:11 +0000)]
MF PHP_5_1
Ilia Alshanetsky [Tue, 21 Mar 2006 00:59:41 +0000 (00:59 +0000)]
MFB51: Fixed bug #36689 (Removed arbitrary limit on the length of syslog
messages).
Pierre Joye [Mon, 20 Mar 2006 23:44:47 +0000 (23:44 +0000)]
- add some UTF-8 hindi files, first of a serie of data used
by the tests (will follow)
Antony Dovgal [Mon, 20 Mar 2006 23:33:07 +0000 (23:33 +0000)]
shutdown syslog module before freeing basic_globals
Antony Dovgal [Mon, 20 Mar 2006 23:07:31 +0000 (23:07 +0000)]
MF51: fix #36808 (syslog ident becomes garbage between requests)
Marcus Boerger [Mon, 20 Mar 2006 22:18:15 +0000 (22:18 +0000)]
- Drop PDO::setDefaultFetchMode()
Marcus Boerger [Mon, 20 Mar 2006 22:17:41 +0000 (22:17 +0000)]
- WS
Antony Dovgal [Mon, 20 Mar 2006 22:08:59 +0000 (22:08 +0000)]
fix #36741 (userstreams testcase have off-by-one error on fseek())
Marcus Boerger [Mon, 20 Mar 2006 20:54:34 +0000 (20:54 +0000)]
- Added PDO_ATTR_DEFAULT_FETCH_MODE which controls the default fetch mode
Antony Dovgal [Mon, 20 Mar 2006 20:09:20 +0000 (20:09 +0000)]
don't leak memory even though the code is not stable yet
Dmitry Stogov [Mon, 20 Mar 2006 15:12:54 +0000 (15:12 +0000)]
Removed unreachable code
Antony Dovgal [Mon, 20 Mar 2006 14:10:23 +0000 (14:10 +0000)]
fix buffer overrun
Antony Dovgal [Mon, 20 Mar 2006 13:53:56 +0000 (13:53 +0000)]
initialize retval
Dmitry Stogov [Mon, 20 Mar 2006 10:37:09 +0000 (10:37 +0000)]
Fixed bug #36749 (SOAP: 'Error Fetching http body' when using HTTP Proxy)
Dmitry Stogov [Mon, 20 Mar 2006 10:18:50 +0000 (10:18 +0000)]
Fixed register_argc_argv behavior. Now it behave in the same way as before in combinations with variables_order and auto_globals_jit.
$argc and $argv global variables are registered only in CLI mode and under $_SERVER[] in other case. (This is done because register_globals was removed and assumed - off).
<changelog@php.net> [Mon, 20 Mar 2006 06:31:42 +0000 (06:31 +0000)]
ChangeLog update
Pierre Joye [Mon, 20 Mar 2006 00:07:08 +0000 (00:07 +0000)]
- fix compilation warning
Antony Dovgal [Sun, 19 Mar 2006 22:57:47 +0000 (22:57 +0000)]
this check should be present in HEAD as well, no only in 5_1
Antony Dovgal [Sun, 19 Mar 2006 22:34:26 +0000 (22:34 +0000)]
MFB: first check stream for NULL, then dereference
Antony Dovgal [Sun, 19 Mar 2006 22:12:39 +0000 (22:12 +0000)]
make the code a bit cleaner - no need for two different checks that are doing effectively the same
Marcus Boerger [Sun, 19 Mar 2006 20:57:53 +0000 (20:57 +0000)]
- Make all compile without errors/warnings
Marcus Boerger [Sun, 19 Mar 2006 20:53:58 +0000 (20:53 +0000)]
- Little reordering now and disable a bit of tony's code to make it compile again
Marcus Boerger [Sun, 19 Mar 2006 20:33:51 +0000 (20:33 +0000)]
- Handle attributes in dbh ctor (jean pütz aka tony)
Marcus Boerger [Sun, 19 Mar 2006 20:26:20 +0000 (20:26 +0000)]
- CS
Marcus Boerger [Sun, 19 Mar 2006 20:08:29 +0000 (20:08 +0000)]
- Explicitly make the default default FETCH_BOTH
Marcus Boerger [Sun, 19 Mar 2006 19:46:18 +0000 (19:46 +0000)]
- Prevent default fetch mode (0) from passing down to actual fetching and
make it behave like FETCH_BOTH which is the intended overall default
Marcus Boerger [Sun, 19 Mar 2006 19:05:28 +0000 (19:05 +0000)]
- Must use > 0 here (decrement after check)
Marcus Boerger [Sun, 19 Mar 2006 19:04:32 +0000 (19:04 +0000)]
- Simplify, default mode transfer also in prepare
Ilia Alshanetsky [Sun, 19 Mar 2006 17:35:56 +0000 (17:35 +0000)]
MFB51: Properly calculate the size of the result array.
Michael Wallner [Sun, 19 Mar 2006 14:58:06 +0000 (14:58 +0000)]
MFB: fix php_apache_sapi_header_handler() modifying sapi_header
Pierre Joye [Sun, 19 Mar 2006 11:26:25 +0000 (11:26 +0000)]
- typos
<changelog@php.net> [Sun, 19 Mar 2006 06:31:43 +0000 (06:31 +0000)]
ChangeLog update
Antony Dovgal [Sat, 18 Mar 2006 23:44:30 +0000 (23:44 +0000)]
MFB: fix several leaks in date_sun*() functions
Marcus Boerger [Sat, 18 Mar 2006 23:35:34 +0000 (23:35 +0000)]
- Need to change Pierre's patch abit
Marcus Boerger [Sat, 18 Mar 2006 23:13:43 +0000 (23:13 +0000)]
- Add test
Marcus Boerger [Sat, 18 Mar 2006 23:10:40 +0000 (23:10 +0000)]
- Add PDO::setDEfaultFetchMode() (Pierre)
Marcus Boerger [Sat, 18 Mar 2006 23:09:47 +0000 (23:09 +0000)]
- Simplify
Antony Dovgal [Sat, 18 Mar 2006 22:25:29 +0000 (22:25 +0000)]
check stream for NULL before writing to it
remove unnecessary semicolons
Antony Dovgal [Sat, 18 Mar 2006 22:06:45 +0000 (22:06 +0000)]
MFB: Added support for BINARY_DOUBLE and BINARY_FLOAT to PDO_OCI and OCI8 (also fixes bug #36764)
Marcus Boerger [Sat, 18 Mar 2006 19:56:35 +0000 (19:56 +0000)]
- Fix seek/eof issue in temp streams
Marcus Boerger [Sat, 18 Mar 2006 19:44:51 +0000 (19:44 +0000)]
- Fix issue in _php_stream_get_line(): Allow maxchars == 0 as macro
php_stream_get_line() does
Rob Richards [Sat, 18 Mar 2006 11:46:13 +0000 (11:46 +0000)]
MFB51: Fixed bug #36756 (DOMDocument::removeChild corrupts node)
add test
<changelog@php.net> [Sat, 18 Mar 2006 06:31:51 +0000 (06:31 +0000)]
ChangeLog update
Omar Kilani [Sat, 18 Mar 2006 04:15:16 +0000 (04:15 +0000)]
Fix PECL bug #7147 - rework comma insertion whilst encoding.
Add tests to package.xml.
Marcus Boerger [Fri, 17 Mar 2006 23:14:55 +0000 (23:14 +0000)]
- Fix TSRM
Andrei Zmievski [Fri, 17 Mar 2006 23:00:20 +0000 (23:00 +0000)]
Make is_string() return TRUE for both Unicode and binary strings.
Andrei Zmievski [Fri, 17 Mar 2006 22:52:55 +0000 (22:52 +0000)]
Fix compiler errors by using NULL_ZSTR where zstr is expected.
# I guess we need to use NULL_ZSTR instead of NULL when passing NULL to
# functions that expect zstr parameter.
Andrei Zmievski [Fri, 17 Mar 2006 22:51:20 +0000 (22:51 +0000)]
Calculate the size of the tmp[] buffer directly at compile time.
Antony Dovgal [Fri, 17 Mar 2006 22:17:15 +0000 (22:17 +0000)]
MFB: fix #36727 (segfault in pdo_pgsql bindValue() when no parameters are defined)
Dmitry Stogov [Fri, 17 Mar 2006 15:04:23 +0000 (15:04 +0000)]
Fixed register_argc_argv
Derick Rethans [Fri, 17 Mar 2006 14:53:57 +0000 (14:53 +0000)]
- Actually make this is_binary() too.
Derick Rethans [Fri, 17 Mar 2006 14:29:05 +0000 (14:29 +0000)]
- Fixed bug in ucfirst() implementation. If the tmp_len = 0 then it will not
write the uppercased character to the buffer, but only returns the length of
the uppercased letter as per
http://icu.sourceforge.net/apiref/icu4c/ustring_8h.html#a50.
- Updated is_string():
If Unicode semantics is turned on, return "true" for Unicode strings only.
If Unicode semantics is turned off, return "true" for native strings only.
- Added is_binary() function that returns "true" for native strings only.
- Added first implementation of upgraded strtr function. It works except if
combining sequences or surrogates are used in the non-array method of calling
this function.
Dmitry Stogov [Fri, 17 Mar 2006 13:45:43 +0000 (13:45 +0000)]
Unicode support for dl() patch.
Dmitry Stogov [Fri, 17 Mar 2006 10:46:02 +0000 (10:46 +0000)]
Eliminated unnecessary getcwd() syscall
Antony Dovgal [Fri, 17 Mar 2006 10:17:36 +0000 (10:17 +0000)]
MFB: fix #36743 (In a class extending XMLReader array properties are not writable)
Dmitry Stogov [Fri, 17 Mar 2006 09:32:47 +0000 (09:32 +0000)]
Optimized FastCGI SAPI check. Check for ini options only once.
Dmitry Stogov [Fri, 17 Mar 2006 08:59:02 +0000 (08:59 +0000)]
Allowed 'auto_globals_jit' work together with 'register_argc_argv'
Dmitry Stogov [Fri, 17 Mar 2006 08:47:54 +0000 (08:47 +0000)]
FIX: For some reason SIGSEGV handler wasn't set, but was restoring. Now all SIGS
EGV related code is commented.
Dmitry Stogov [Fri, 17 Mar 2006 08:34:34 +0000 (08:34 +0000)]
Optimization of module unloading (temporary modules can be only in the end)
<changelog@php.net> [Fri, 17 Mar 2006 06:31:49 +0000 (06:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Fri, 17 Mar 2006 00:15:28 +0000 (00:15 +0000)]
MFB51:
Allow PDO_MYSQL_ATTR_DIRECT_QUERY to be set via constructor
Allow getAttribute() to fetch MySQL specific attributes.
Eliminate unnecessary auto-commit call on connect.
Dmitry Stogov [Thu, 16 Mar 2006 16:53:10 +0000 (16:53 +0000)]
Disabled dl(). Now it is enabled only when a SAPI layer registers it explicitly. Only CLI, CGI and EMBED do this.
Dmitry Stogov [Thu, 16 Mar 2006 15:42:54 +0000 (15:42 +0000)]
typo
Dmitry Stogov [Thu, 16 Mar 2006 15:38:29 +0000 (15:38 +0000)]
ws
Dmitry Stogov [Thu, 16 Mar 2006 15:35:26 +0000 (15:35 +0000)]
Return "new" by reference now throws an E_STRICT error
Seiji Masugata [Thu, 16 Mar 2006 15:21:12 +0000 (15:21 +0000)]
added option parameter mb_list_encodings( ).
Edin Kadribasic [Thu, 16 Mar 2006 14:58:56 +0000 (14:58 +0000)]
Added pg_field_table() as per req: #36750
Dmitry Stogov [Thu, 16 Mar 2006 12:12:31 +0000 (12:12 +0000)]
Added E_STRICT to E_ALL
Antony Dovgal [Thu, 16 Mar 2006 11:35:30 +0000 (11:35 +0000)]
rephrase
Dmitry Stogov [Thu, 16 Mar 2006 11:32:00 +0000 (11:32 +0000)]
Dropped allow_call_time_pass_reference, the error is maden E_STRICT.
Dmitry Stogov [Thu, 16 Mar 2006 10:33:23 +0000 (10:33 +0000)]
Dropped zend.ze1_compatibility_mode
Dmitry Stogov [Thu, 16 Mar 2006 09:44:42 +0000 (09:44 +0000)]
Dropped register_long_arrays, added E_CORE for all dropped setting
Antony Dovgal [Thu, 16 Mar 2006 07:31:01 +0000 (07:31 +0000)]
prepare to the 1.2 release
<changelog@php.net> [Thu, 16 Mar 2006 06:31:47 +0000 (06:31 +0000)]
ChangeLog update
Marcus Boerger [Thu, 16 Mar 2006 00:53:58 +0000 (00:53 +0000)]
- Fix warning
Marcus Boerger [Thu, 16 Mar 2006 00:40:11 +0000 (00:40 +0000)]
- Fix test
Sara Golemon [Wed, 15 Mar 2006 21:18:36 +0000 (21:18 +0000)]
Fix improper byte count on partial reads
Dmitry Stogov [Wed, 15 Mar 2006 16:14:40 +0000 (16:14 +0000)]
Fixed Bug #36614 (Segfault when using Soap)
Ilia Alshanetsky [Wed, 15 Mar 2006 15:27:08 +0000 (15:27 +0000)]
MFB51: Fixed memory leak on unused bind var.
Dmitry Stogov [Wed, 15 Mar 2006 13:12:32 +0000 (13:12 +0000)]
Fixed zend_u_strtod() that returned uninitialized value in case of empty string
Derick Rethans [Wed, 15 Mar 2006 12:20:49 +0000 (12:20 +0000)]
- Fixed two memory issues:
- In the first one we were calculating the tmp_len wrong which made the
u_strFromUTF32() function try to convert too many code points.
- The second issue was a bit more subtle as the "what" string wasn't
duplicated but still modified. This string is passed as data to the
function and this kind of data the engine tries to free when the function
ends. Because we were re-allocating the data the original memory location
was already freed resulting in a double free error when the engine tries to
free the argument as it was passed to the function.
Dmitry Stogov [Wed, 15 Mar 2006 11:15:20 +0000 (11:15 +0000)]
Added E_STRICT warning in case of calling non-static method from incompatible context (this feature is staying for BC with php-4)
Derick Rethans [Wed, 15 Mar 2006 09:50:47 +0000 (09:50 +0000)]
- Reduce space in serialization. The first 128 bytes will now use just the
character and everything above will use \uXXXX. It seems that unserialize
doesn't work at all yet on the U: element so that I added to my to-do list.
Dmitry Stogov [Wed, 15 Mar 2006 09:04:48 +0000 (09:04 +0000)]
Eliminated run-time constant fetching for TRUE, FALSE and NULL
Dmitry Stogov [Wed, 15 Mar 2006 08:06:51 +0000 (08:06 +0000)]
Fixed "zend_vm_gen.php --without-specializer"
<changelog@php.net> [Wed, 15 Mar 2006 06:31:57 +0000 (06:31 +0000)]
ChangeLog update
Sara Golemon [Wed, 15 Mar 2006 00:28:57 +0000 (00:28 +0000)]
Switch (zstr) casts to use ZSTR() macro.
Omar Kilani [Wed, 15 Mar 2006 00:15:05 +0000 (00:15 +0000)]
Mark as stable.
Sara Golemon [Tue, 14 Mar 2006 21:15:05 +0000 (21:15 +0000)]
More stream updates.
fgets() will work now as will anything which calls one of the
_php_stream_get_line() family of functions.
The one exception here is when the legacy defines are used on a unicode
stream. At the moment they'll simply return NULL, I'll update these
to do sloppy conversion in a bit.
'make (u)test' still doesn't work, but it's a different doesn't work.
Pierre Joye [Tue, 14 Mar 2006 16:28:35 +0000 (16:28 +0000)]
- initial commit, feel free to change/adapt
Dmitry Stogov [Tue, 14 Mar 2006 15:16:27 +0000 (15:16 +0000)]
Fixed bug #35988 (Unknown persistent list entry type in module shutdown)
Antony Dovgal [Tue, 14 Mar 2006 15:14:59 +0000 (15:14 +0000)]
add brackets and clarity