]>
granicus.if.org Git - php/log
Ilia Alshanetsky [Sat, 19 Oct 2002 17:13:14 +0000 (17:13 +0000)]
Silence compile warning.
Ilia Alshanetsky [Sat, 19 Oct 2002 17:05:08 +0000 (17:05 +0000)]
Silence compile warning, when compiling --with-openssl.
Ilia Alshanetsky [Sat, 19 Oct 2002 16:50:07 +0000 (16:50 +0000)]
Fixed a typo.
Maxim Maletsky [Sat, 19 Oct 2002 16:11:16 +0000 (16:11 +0000)]
a silly comment typo
Maxim Maletsky [Sat, 19 Oct 2002 15:51:04 +0000 (15:51 +0000)]
- fixed proto for OciBindByName to represent the forth parameter optional
foobar [Sat, 19 Oct 2002 13:27:53 +0000 (13:27 +0000)]
--with-zlib-dir has to be defined here to enable phpize build
Wez Furlong [Sat, 19 Oct 2002 13:11:48 +0000 (13:11 +0000)]
made fgets() binary safe.
php_stream_gets is now a macro which calls php_stream_get_line. The latter
has an option argument to return the number of bytes in the line.
Functions like fgetcsv(), fgetss() can be made binary safe by calling
php_stream_get_line directly.
# HEADS UP: You will need to make clean after updating your CVS, as the
# binary signature has changed.
Derick Rethans [Sat, 19 Oct 2002 12:58:41 +0000 (12:58 +0000)]
- Style polizei =)
Wez Furlong [Sat, 19 Oct 2002 10:34:10 +0000 (10:34 +0000)]
Probable fix for #19944
Marcus Boerger [Sat, 19 Oct 2002 09:52:00 +0000 (09:52 +0000)]
Allow ifd start at offset other than 00000007h and provide testcase.
#Now we can read images modified by Exifer.
Andi Gutmans [Sat, 19 Oct 2002 09:45:51 +0000 (09:45 +0000)]
- Improve opcode dispatching
Yasuo Ohgaki [Sat, 19 Oct 2002 06:05:16 +0000 (06:05 +0000)]
Revert invalid patch. It seems the real problem is in php error
function(s). It exits with return code -1 when php_error_docref()
is called.
There is custom error handler and without custom error handler,
it is working.
Yasuo Ohgaki [Sat, 19 Oct 2002 04:46:19 +0000 (04:46 +0000)]
Skip field when there is obvious error.
Fixed freeing of wrong zval.
Yasuo Ohgaki [Sat, 19 Oct 2002 04:01:27 +0000 (04:01 +0000)]
Fixed typo.
<changelog@php.net> [Sat, 19 Oct 2002 00:34:01 +0000 (00:34 +0000)]
NEWS update
<changelog@php.net> [Sat, 19 Oct 2002 00:33:29 +0000 (00:33 +0000)]
ChangeLog update
Ilia Alshanetsky [Fri, 18 Oct 2002 23:54:58 +0000 (23:54 +0000)]
Added handling for file:/ schema, which does not contain a host.
foobar [Fri, 18 Oct 2002 22:08:23 +0000 (22:08 +0000)]
ws fixes
Andi Gutmans [Fri, 18 Oct 2002 21:19:27 +0000 (21:19 +0000)]
- Change opcode dispatch mechanism to use a function per opcode and use
- a lookup table using the opcode # to call the correct function.
- Still have lots of tuning to do.
Ilia Alshanetsky [Fri, 18 Oct 2002 20:39:49 +0000 (20:39 +0000)]
Fixed bug #19971 (optimized the file() function).
The file() function is now also binary safe.
Derick Rethans [Fri, 18 Oct 2002 20:34:41 +0000 (20:34 +0000)]
- Added %x for HEX chars
- Added %d as alias for %i (too much C here :)
- Added beginning and end markers to regexp
Wez Furlong [Fri, 18 Oct 2002 17:14:32 +0000 (17:14 +0000)]
Revert my last bogus commit.
Change the comparison to something that is less likely to inspire me to
make the same mistake again...
Wez Furlong [Fri, 18 Oct 2002 16:55:47 +0000 (16:55 +0000)]
Improve file().
Patch by Tal Peer <tal@php.net>
Andrei Zmievski [Fri, 18 Oct 2002 13:36:26 +0000 (13:36 +0000)]
This is deprecated too.
Andrei Zmievski [Fri, 18 Oct 2002 13:36:02 +0000 (13:36 +0000)]
Remove deprecated apidoc.txt.
Andrei Zmievski [Fri, 18 Oct 2002 13:07:50 +0000 (13:07 +0000)]
@- Fixed an infinite loop in setlocale() when only invalid locale names
@ were passed in the array. (patch by Pal Loberg, pallo@initio.no).
Wez Furlong [Fri, 18 Oct 2002 12:15:04 +0000 (12:15 +0000)]
Improve EOF detection. Fixes #19970.
Andi Gutmans [Fri, 18 Oct 2002 10:20:44 +0000 (10:20 +0000)]
- Cleanup
Tal Peer [Fri, 18 Oct 2002 08:59:15 +0000 (08:59 +0000)]
Changed fribidi_get_charsets() return value to also include the constant
itself (as the key).
Harald Radi [Fri, 18 Oct 2002 08:18:11 +0000 (08:18 +0000)]
make jani happy
foobar [Fri, 18 Oct 2002 07:56:01 +0000 (07:56 +0000)]
achtung: keep the style consistent! :)
Yasuo Ohgaki [Fri, 18 Oct 2002 07:52:09 +0000 (07:52 +0000)]
Added tests for new functions
Markus Fischer [Fri, 18 Oct 2002 07:29:40 +0000 (07:29 +0000)]
- word_count() -> str_word_count()
<changelog@php.net> [Fri, 18 Oct 2002 00:34:26 +0000 (00:34 +0000)]
NEWS update
<changelog@php.net> [Fri, 18 Oct 2002 00:33:16 +0000 (00:33 +0000)]
ChangeLog update
Yasuo Ohgaki [Thu, 17 Oct 2002 23:42:43 +0000 (23:42 +0000)]
Added pg_get_pid() that get backend process PID.
Does anyone prefer pg_get_backend_pid() or else?
Yasuo Ohgaki [Thu, 17 Oct 2002 23:41:34 +0000 (23:41 +0000)]
Added pg_get_pid()
Ilia Alshanetsky [Thu, 17 Oct 2002 22:44:44 +0000 (22:44 +0000)]
Renamed word_count to str_word_count to comply with naming conventions.
Thanks Andi, for catching this oversight.
Tal Peer [Thu, 17 Oct 2002 18:32:16 +0000 (18:32 +0000)]
Improved fribidi_charset_info() slightly
Tal Peer [Thu, 17 Oct 2002 18:04:43 +0000 (18:04 +0000)]
New functions:
fribidi_get_charsets()
fribidi_charset_info()
@- Added function fribidi_get_charsets() (Tal)
@- Added function fribidi_charset_info() (Tal)
Harald Radi [Thu, 17 Oct 2002 16:21:00 +0000 (16:21 +0000)]
@ fixes bugs #19156 and #19544 (memleak)
Derick Rethans [Thu, 17 Oct 2002 14:07:32 +0000 (14:07 +0000)]
- Removing debugging info
Ilia Alshanetsky [Thu, 17 Oct 2002 13:59:55 +0000 (13:59 +0000)]
Added support for file:/. Thanks to Thies for noticing the problem.
Yasuo Ohgaki [Thu, 17 Oct 2002 09:49:47 +0000 (09:49 +0000)]
Add note for short_open_tag
# Assuming no objection for adding note in the manual.
Thies C. Arntzen [Thu, 17 Oct 2002 08:09:31 +0000 (08:09 +0000)]
@- Added Oracle TIMESTAMP type to oci8 extension. (thies)
Yasuo Ohgaki [Thu, 17 Oct 2002 08:04:28 +0000 (08:04 +0000)]
Added pg_get_notify() for better performace for applications
cache query results.
Removed unneeded entry.
Yasuo Ohgaki [Thu, 17 Oct 2002 07:58:46 +0000 (07:58 +0000)]
Added async message function - pg_get_notify()
Yasuo Ohgaki [Thu, 17 Oct 2002 07:24:04 +0000 (07:24 +0000)]
Remove mysql_result_seek() alias.
foobar [Thu, 17 Oct 2002 06:39:55 +0000 (06:39 +0000)]
Fix this for Wez and his antique ucd-snmp
foobar [Thu, 17 Oct 2002 05:17:35 +0000 (05:17 +0000)]
Snow..yuck..
foobar [Thu, 17 Oct 2002 05:06:53 +0000 (05:06 +0000)]
Fix the phpize build
foobar [Thu, 17 Oct 2002 05:05:01 +0000 (05:05 +0000)]
Fix some phpize problems.
foobar [Thu, 17 Oct 2002 04:42:22 +0000 (04:42 +0000)]
Part 1 of fixing the shared build
foobar [Thu, 17 Oct 2002 04:21:53 +0000 (04:21 +0000)]
--with-zlib-dir was missing. Needed for phpize builds
Ilia Alshanetsky [Thu, 17 Oct 2002 03:27:19 +0000 (03:27 +0000)]
Added word_count() function that allows counting of words inside a string.
The function also allows the user to retrieve all the words from a string.
foobar [Thu, 17 Oct 2002 02:51:22 +0000 (02:51 +0000)]
ws fixes
<changelog@php.net> [Thu, 17 Oct 2002 00:34:11 +0000 (00:34 +0000)]
NEWS update
<changelog@php.net> [Thu, 17 Oct 2002 00:33:37 +0000 (00:33 +0000)]
ChangeLog update
Harald Radi [Wed, 16 Oct 2002 23:56:33 +0000 (23:56 +0000)]
@ changed the VARIANT class to be able to create arrays of all types
@ and not only VT_VARIANT
Rasmus Lerdorf [Wed, 16 Oct 2002 22:34:44 +0000 (22:34 +0000)]
Fix for bug #19941
Ilia Alshanetsky [Wed, 16 Oct 2002 20:45:36 +0000 (20:45 +0000)]
Fixed a bug with .phps handler.
Sebastian Bergmann [Wed, 16 Oct 2002 19:16:58 +0000 (19:16 +0000)]
Fix ZTS build.
Stanislav Malyshev [Wed, 16 Oct 2002 18:29:41 +0000 (18:29 +0000)]
Fix class static members: now the following code works:
<?php
class Foo {
static $c = "Parent";
}
class Child extends Foo {
}
Foo::$c = "Hello";
var_dump(Child::$c);
?>
and returns "Hello" (class statics are not copied anymore, but looked up in
runtime)
Stanislav Malyshev [Wed, 16 Oct 2002 18:06:36 +0000 (18:06 +0000)]
Fix and generalize $this handling.
ZEND_FETCH_FROM_THIS is removed, IS_UNUSED type on class variables will be
used instead as the sign that it's a fetch from $this
Ilia Alshanetsky [Wed, 16 Oct 2002 16:52:08 +0000 (16:52 +0000)]
Fixed bug #19921. (memory leak introduced by me in rev 1.492)
foobar [Wed, 16 Oct 2002 16:21:13 +0000 (16:21 +0000)]
- Fix typo..
#
# Note: This is not used at all yet..waiting for comments first. :)
#
Sebastian Bergmann [Wed, 16 Oct 2002 14:53:34 +0000 (14:53 +0000)]
Revert. Again.
Rui Hirokawa [Wed, 16 Oct 2002 14:08:47 +0000 (14:08 +0000)]
modified zend_bool handling code.
Rui Hirokawa [Wed, 16 Oct 2002 13:37:49 +0000 (13:37 +0000)]
*** empty log message ***
Rui Hirokawa [Wed, 16 Oct 2002 13:27:40 +0000 (13:27 +0000)]
fixed a problem when mbstring.encoding_translation is defined per directory basis.
Rui Hirokawa [Wed, 16 Oct 2002 13:22:57 +0000 (13:22 +0000)]
fixed a problem when mbstring.encoding_translation is defined per directory basis.
Edin Kadribasic [Wed, 16 Oct 2002 09:15:05 +0000 (09:15 +0000)]
Newly available extensions on windows.
<changelog@php.net> [Wed, 16 Oct 2002 08:27:21 +0000 (08:27 +0000)]
ChangeLog update
Sebastian Bergmann [Wed, 16 Oct 2002 07:37:28 +0000 (07:37 +0000)]
Patch by Urs Gehrig <urs@circle.ch>.
foobar [Wed, 16 Oct 2002 02:33:47 +0000 (02:33 +0000)]
- Fixed memleak when connection fails.
- Fixed snmpget() to work with net-snmp
- Fixed the error messages to use the new style.
foobar [Wed, 16 Oct 2002 00:58:15 +0000 (00:58 +0000)]
Some more compatibility fixes for net-snmp vs ucd-snmp
foobar [Wed, 16 Oct 2002 00:29:56 +0000 (00:29 +0000)]
- Fix the last commit..(thanks to Harrie Hazewinkel <harrie@lisanza.net>)
Edin Kadribasic [Wed, 16 Oct 2002 00:02:32 +0000 (00:02 +0000)]
Added win32 project file.
foobar [Tue, 15 Oct 2002 19:37:16 +0000 (19:37 +0000)]
- Added PHP_PROG_SED which checks whether the sed in system works with
very long strings.
#
# Sascha, is this okay? I added this here since any libtool/autoconf
# release out there doesn't have this yet..we can remove this when
# we can really start requiring such versions which have it?
#
# This sets $SED to the correct binary, so that should be used in
# places were the lines might be very long.
#
Markus Fischer [Tue, 15 Oct 2002 16:56:00 +0000 (16:56 +0000)]
- Define LINK_SIZE=2 needed for newly updated pcrelib; fixes Win32 build.
# Getting linker warning about using local defined _php_pcre_exec now at the
# end, anything serious ?
Ilia Alshanetsky [Tue, 15 Oct 2002 16:46:57 +0000 (16:46 +0000)]
Fixed a bug in the calculation of the POST request length.
Wez Furlong [Tue, 15 Oct 2002 16:45:26 +0000 (16:45 +0000)]
Nope, that last one wasn't a leak in main/streams.c, it was
file_get_contents misinterpreting the result...
Sterling Hughes [Tue, 15 Oct 2002 16:41:39 +0000 (16:41 +0000)]
Fix a problem relating to these structure symbols being redefined on LFS
systems.
Fix by Sascha Schumann <sascha@apache.org>
Wez Furlong [Tue, 15 Oct 2002 16:38:11 +0000 (16:38 +0000)]
Fix mem leak for zero-byte files.
Wez Furlong [Tue, 15 Oct 2002 16:04:46 +0000 (16:04 +0000)]
Some buffer paranoia.
Also, make feof() detection safer (ala recent changes to zlib extension).
Wez Furlong [Tue, 15 Oct 2002 16:01:00 +0000 (16:01 +0000)]
Fix for 19906.
gzeof has different semantics from feof, in that gzeof will return true
if the read position is at EOF, even if the most recent read was 100%
successful.
feof will return true only (usually) if the most recent fread failed.
Sterling Hughes [Tue, 15 Oct 2002 14:51:01 +0000 (14:51 +0000)]
hopefully silence compile warnings on Solaris related to HUGEVAL being
undefined.. HUGEVAL is defined (well the manual would indicate so) in
stdlib.h, not math.h.
Bug #: 19807
Andrei Zmievski [Tue, 15 Oct 2002 13:59:58 +0000 (13:59 +0000)]
Upgrade to version 3.92.
Ilia Alshanetsky [Tue, 15 Oct 2002 12:48:21 +0000 (12:48 +0000)]
Fixed the output_handler ini setting.
Code cleanup.
Ilia Alshanetsky [Tue, 15 Oct 2002 12:09:29 +0000 (12:09 +0000)]
Bug fixing news.
Ilia Alshanetsky [Tue, 15 Oct 2002 12:08:02 +0000 (12:08 +0000)]
Added tests for %e & %E
Ilia Alshanetsky [Tue, 15 Oct 2002 12:07:36 +0000 (12:07 +0000)]
Fixed bug #4232. (Added support for %e and %E to printf/sprintf)
Derick Rethans [Tue, 15 Oct 2002 06:37:05 +0000 (06:37 +0000)]
- Staying consistent with other tests
Wez Furlong [Tue, 15 Oct 2002 02:27:15 +0000 (02:27 +0000)]
Don't use streams-level buffer on zlib streams.
Ilia Alshanetsky [Tue, 15 Oct 2002 02:05:27 +0000 (02:05 +0000)]
Fixed possible memory leaks.
Wez Furlong [Tue, 15 Oct 2002 01:57:19 +0000 (01:57 +0000)]
Fix leak, and avoid initialization problems where retval is re-used
within a function.
foobar [Tue, 15 Oct 2002 01:16:45 +0000 (01:16 +0000)]
Try keep those moved/removed exts entry at top.
Ilia Alshanetsky [Tue, 15 Oct 2002 00:46:51 +0000 (00:46 +0000)]
Bug fixing news entries.
foobar [Tue, 15 Oct 2002 00:43:34 +0000 (00:43 +0000)]
Make this thing to compile with net-snmp-5.0.x
<changelog@php.net> [Tue, 15 Oct 2002 00:36:04 +0000 (00:36 +0000)]
NEWS update