]>
granicus.if.org Git - php/log
foobar [Thu, 20 Feb 2003 05:34:58 +0000 (05:34 +0000)]
- Fixed bug #22299 (gethostbyname() crash with non-existing domain on MacOSX)
<changelog@php.net> [Thu, 20 Feb 2003 01:33:17 +0000 (01:33 +0000)]
NEWS update
<changelog@php.net> [Thu, 20 Feb 2003 01:33:00 +0000 (01:33 +0000)]
ChangeLog update
Ilia Alshanetsky [Thu, 20 Feb 2003 00:34:03 +0000 (00:34 +0000)]
Revert accidental commit.
Ilia Alshanetsky [Thu, 20 Feb 2003 00:32:51 +0000 (00:32 +0000)]
Fixed bug #22308 (optimized passthru, code is now ~40 times faster).
foobar [Thu, 20 Feb 2003 00:19:04 +0000 (00:19 +0000)]
consistent with the used style
Jon Parise [Wed, 19 Feb 2003 21:36:00 +0000 (21:36 +0000)]
Add folding markers and editor directive blocks.
Rasmus Lerdorf [Wed, 19 Feb 2003 20:56:47 +0000 (20:56 +0000)]
Fix mbstring input_filter
Rasmus Lerdorf [Wed, 19 Feb 2003 19:41:09 +0000 (19:41 +0000)]
Input Filter support. See README.input_filter for details.
@- Input Filter support added. See README.input_filter. (Rasmus)
foobar [Wed, 19 Feb 2003 18:45:51 +0000 (18:45 +0000)]
MFB
Harald Radi [Wed, 19 Feb 2003 16:17:15 +0000 (16:17 +0000)]
prevent xdebug from crashing
Hartmut Holzgraefe [Wed, 19 Feb 2003 16:02:45 +0000 (16:02 +0000)]
code for the special functions MINIT, MSHUTDOWN, RINIT, RSHUTDOWN, MINFO
and for private internal C helper functions may now be embedded into
the XML specification
Wez Furlong [Wed, 19 Feb 2003 15:07:45 +0000 (15:07 +0000)]
typo..
Wez Furlong [Wed, 19 Feb 2003 14:59:26 +0000 (14:59 +0000)]
News about the ZE stream thing
Wez Furlong [Wed, 19 Feb 2003 14:52:56 +0000 (14:52 +0000)]
Fix stupid mistake that only affected interactive mode.
Hartmut Holzgraefe [Wed, 19 Feb 2003 14:50:43 +0000 (14:50 +0000)]
test specifications for MINIT and friends
Hartmut Holzgraefe [Wed, 19 Feb 2003 14:48:17 +0000 (14:48 +0000)]
<code> inside <function> was supported but missing from the DTD,
added "role" attribute to support "internal" functions like
MINIT and stuff, "private" C functions not to be published as
PHP functions and "public" implemenations of PHP functions
Marc Boeren [Wed, 19 Feb 2003 13:32:27 +0000 (13:32 +0000)]
Fix for bug #22221: pgsql version for dbx_query suppressed a warning that
was trappable by using a user-defined error-handler. A different use of
pgsql_getrow removed the warning and thus the need for suppressing it.
Sascha Schumann [Wed, 19 Feb 2003 10:57:21 +0000 (10:57 +0000)]
some improvements
Hartmut Holzgraefe [Wed, 19 Feb 2003 10:12:28 +0000 (10:12 +0000)]
Microsoft Developer Studio project file (.dsp) generation added
for now both config.m4 and .dsp files are generated for the simples
case only (one .c file, one .h file, no external dependencies)
Hartmut Holzgraefe [Wed, 19 Feb 2003 10:07:22 +0000 (10:07 +0000)]
next generation ext_skel script - initial checkin
Corne' Cornelius [Wed, 19 Feb 2003 09:52:52 +0000 (09:52 +0000)]
- Revert latest commit
foobar [Wed, 19 Feb 2003 09:38:11 +0000 (09:38 +0000)]
ws/style fixes
Corne' Cornelius [Wed, 19 Feb 2003 09:29:26 +0000 (09:29 +0000)]
- Added Input Descriptor Binding to be used by blobs. This fixed a bug
where ESQL/C would cause a Segmentation fault if the first blob in a
result is NULL or '' as soon as it gets a result with blob != NULL
- Fixed leaks where blobs resources weren't always freed
foobar [Wed, 19 Feb 2003 09:27:29 +0000 (09:27 +0000)]
scandir -> php_scandir, alphasort -> php_alphasort
foobar [Wed, 19 Feb 2003 09:25:16 +0000 (09:25 +0000)]
Fix the possible conflicts with other libs (like libc-client)
foobar [Wed, 19 Feb 2003 08:40:19 +0000 (08:40 +0000)]
ws fixes + missing $Id$ tags, headers added
Corne' Cornelius [Wed, 19 Feb 2003 07:16:01 +0000 (07:16 +0000)]
Updated IFX_VERSION entry to work with new Version output of ESQL/C
@- Updated IFX_VERSION entry to work with new Version output of ESQL/C (Corne')
foobar [Wed, 19 Feb 2003 06:33:43 +0000 (06:33 +0000)]
cleanup, documentation belongs elsewhere
<changelog@php.net> [Wed, 19 Feb 2003 01:32:20 +0000 (01:32 +0000)]
NEWS update
<changelog@php.net> [Wed, 19 Feb 2003 01:32:10 +0000 (01:32 +0000)]
ChangeLog update
Ilia Alshanetsky [Wed, 19 Feb 2003 00:49:31 +0000 (00:49 +0000)]
Fixed bug #22283 (possible crash when opening relative URLs).
Moriyoshi Koizumi [Wed, 19 Feb 2003 00:12:23 +0000 (00:12 +0000)]
Added string.strip_tags filter.
Moriyoshi Koizumi [Tue, 18 Feb 2003 23:30:36 +0000 (23:30 +0000)]
Fixed memory leaks on conversion failure.
Moriyoshi Koizumi [Tue, 18 Feb 2003 23:22:49 +0000 (23:22 +0000)]
Revived convert filter codes
Jon Parise [Tue, 18 Feb 2003 23:22:15 +0000 (23:22 +0000)]
Remove a stray COM reference.
Rasmus Lerdorf [Tue, 18 Feb 2003 22:29:27 +0000 (22:29 +0000)]
fileno() needs a FILE * here, and at least on FreeBSD with gcc-2.95.3
it is unable to figure out that this is indeed a FILE * and hence it
won't compile without this cast.
Marcus Boerger [Tue, 18 Feb 2003 22:19:18 +0000 (22:19 +0000)]
- wrong use of sizeof(char)
- use define for block size
- a bit faster
Marcus Boerger [Tue, 18 Feb 2003 20:49:52 +0000 (20:49 +0000)]
coding style
Marcus Boerger [Tue, 18 Feb 2003 20:48:05 +0000 (20:48 +0000)]
avoiding problems
Moriyoshi Koizumi [Tue, 18 Feb 2003 20:34:35 +0000 (20:34 +0000)]
BFN
Derick Rethans [Tue, 18 Feb 2003 20:31:19 +0000 (20:31 +0000)]
- Added new parameter to sha1() and md5() which return the digest as
binary data. (Original patch by Michael Bretterklieber <mbretter@jawa.at>)
- Added test cases for sha1() and md5() based on the testvectors in RFC 1321
and RFC 3174.
@- Added new parameter to sha1() and md5() which return the digest as
@ binary data. (Michael Bretterklieber <mbretter@jawa.at>, Derick)
Moriyoshi Koizumi [Tue, 18 Feb 2003 20:31:04 +0000 (20:31 +0000)]
Added description for the hand-made finite state machine.
Derick Rethans [Tue, 18 Feb 2003 20:07:59 +0000 (20:07 +0000)]
- Add check for proc_open() being available
Sascha Schumann [Tue, 18 Feb 2003 19:29:38 +0000 (19:29 +0000)]
Refactor new-session-id code
Sascha Schumann [Tue, 18 Feb 2003 19:13:49 +0000 (19:13 +0000)]
Remember whether to send a cookie, so that we send out the correct
session id. Also improve check for active session
Wez Furlong [Tue, 18 Feb 2003 19:03:44 +0000 (19:03 +0000)]
Fix incorrect TSRMLS_CC usage.
Fix com_create_guid()
Sascha Schumann [Tue, 18 Feb 2003 18:50:44 +0000 (18:50 +0000)]
add session_regenerate_id()
Moriyoshi Koizumi [Tue, 18 Feb 2003 18:49:47 +0000 (18:49 +0000)]
Fixed mb_send_mail() so that Content-Type and Content-Transfer-Encoding
headers are overridable by additional header parameters.
This patch fixes bug #21985 and bug #22064.
Moriyoshi Koizumi [Tue, 18 Feb 2003 18:11:34 +0000 (18:11 +0000)]
Fixed bug #21708 (ucfirst() trouble again)
# this bug is related to bug #21689
Zeev Suraski [Tue, 18 Feb 2003 17:18:28 +0000 (17:18 +0000)]
Avoid using a C++ reserved word
Moriyoshi Koizumi [Tue, 18 Feb 2003 15:15:22 +0000 (15:15 +0000)]
Fixed bug #21689 (fgetcsv suppresses some characters before a separator)
The fix is suggested by Masahiro Nakayama <masa@sfc.wide.ad.jp>
# is* functions expect their argument to be an integer in range of 0-255
Zeev Suraski [Tue, 18 Feb 2003 13:34:52 +0000 (13:34 +0000)]
Commit missing stuff
Wez Furlong [Tue, 18 Feb 2003 09:51:21 +0000 (09:51 +0000)]
Fixup build for win32
Wez Furlong [Tue, 18 Feb 2003 09:46:19 +0000 (09:46 +0000)]
Implement com_create_guid().
Add a special case for RETVAL_VARIANT when a variant is of type VT_DISPATCH but has a NULL dispatch pointer.
This kind of variant is returned by the WindowsInstaller automation interface.
Wez Furlong [Tue, 18 Feb 2003 09:37:54 +0000 (09:37 +0000)]
Implement simple stream support in the ZE scanners.
Georg Richter [Tue, 18 Feb 2003 08:49:00 +0000 (08:49 +0000)]
added new function mysqli_stmt_store_result
Georg Richter [Tue, 18 Feb 2003 08:41:16 +0000 (08:41 +0000)]
test for mysqli_stmt_store_result
Wez Furlong [Tue, 18 Feb 2003 07:36:31 +0000 (07:36 +0000)]
Implement com_indexed_prop_set() which allows setting of array-like indexed properties on COM objects.
It is expected that this function will be transient, waiting for engine-level and then rpc-level support to be implemented so that this can be integrated more completely.
I'm committing this now so that others can help develop the msi installer scripts that require this feature.
Sara Golemon [Tue, 18 Feb 2003 06:10:14 +0000 (06:10 +0000)]
Introduce //filter target to php: wrapper to allow inline application of filters during fopen() style opperations
foobar [Tue, 18 Feb 2003 03:27:55 +0000 (03:27 +0000)]
style polizei
foobar [Tue, 18 Feb 2003 03:25:33 +0000 (03:25 +0000)]
getpriority() and setpriority() are in libc..
foobar [Tue, 18 Feb 2003 03:22:47 +0000 (03:22 +0000)]
nice() is part of libc, use AC_CHECK_FUNCS instead
Ilia Alshanetsky [Tue, 18 Feb 2003 03:12:38 +0000 (03:12 +0000)]
Fixed compiler warning.
Sara Golemon [Tue, 18 Feb 2003 02:53:24 +0000 (02:53 +0000)]
Fix stream_filter_(ap|pre)pend to allow attaching on the read and/or write chains. Automagically decide what to do if noone tells us.
Ilia Alshanetsky [Tue, 18 Feb 2003 01:44:53 +0000 (01:44 +0000)]
New function news.
Ilia Alshanetsky [Tue, 18 Feb 2003 01:41:06 +0000 (01:41 +0000)]
Added pcntl_setpriority & pcntl_getpriority(). These functions can be used
to fetch and alter the priority of a process.
Wez Furlong [Tue, 18 Feb 2003 01:39:26 +0000 (01:39 +0000)]
TSRMLS!
<changelog@php.net> [Tue, 18 Feb 2003 01:34:00 +0000 (01:34 +0000)]
ChangeLog update
Wez Furlong [Tue, 18 Feb 2003 01:24:41 +0000 (01:24 +0000)]
Add basic test of read filters and read filter chain.
Ilia Alshanetsky [Tue, 18 Feb 2003 01:23:51 +0000 (01:23 +0000)]
By popular demand nice() is renamed to proc_nice().
A better error message for proc_nice() failure.
Wez Furlong [Tue, 18 Feb 2003 01:22:21 +0000 (01:22 +0000)]
Implement new filter API, stage 1.
This breaks user-space filters (for the time being), and those
weird convert.* filters in ext/standard/filters.c
The filters stack has been separated into one chain for read and one chain
for write.
The user-space stream_filter_append() type functions currently only operate
on the read chain. They need extending to work with the write chain too.
Ilia Alshanetsky [Tue, 18 Feb 2003 01:07:57 +0000 (01:07 +0000)]
Added nice() function, which allows changing of priority for the current
process.
Georg Richter [Tue, 18 Feb 2003 00:42:38 +0000 (00:42 +0000)]
new test (class which extends mysqli. currently this test fails :( )
Georg Richter [Tue, 18 Feb 2003 00:32:47 +0000 (00:32 +0000)]
removed duplicate code
Georg Richter [Tue, 18 Feb 2003 00:00:51 +0000 (00:00 +0000)]
fixed some leaks when mysql_close will be called before all stmts are freed.
Georg Richter [Mon, 17 Feb 2003 23:29:58 +0000 (23:29 +0000)]
additional tests for non freed objects
foobar [Mon, 17 Feb 2003 22:45:50 +0000 (22:45 +0000)]
MFB: Sanity check.
foobar [Mon, 17 Feb 2003 18:10:53 +0000 (18:10 +0000)]
Update
Georg Richter [Mon, 17 Feb 2003 16:19:49 +0000 (16:19 +0000)]
test for mysql_fetch_row (oo-style)
Zeev Suraski [Mon, 17 Feb 2003 15:07:57 +0000 (15:07 +0000)]
Whitespace & minor renames
Zeev Suraski [Mon, 17 Feb 2003 15:04:29 +0000 (15:04 +0000)]
whitespace
Zeev Suraski [Mon, 17 Feb 2003 14:06:39 +0000 (14:06 +0000)]
Improve handling of static member variables
Zeev Suraski [Mon, 17 Feb 2003 13:29:59 +0000 (13:29 +0000)]
Win32 build improvements
Zeev Suraski [Mon, 17 Feb 2003 13:27:15 +0000 (13:27 +0000)]
More Win32 build improvements
Zeev Suraski [Mon, 17 Feb 2003 13:20:41 +0000 (13:20 +0000)]
Improve Win32 build performance
Wez Furlong [Mon, 17 Feb 2003 13:11:22 +0000 (13:11 +0000)]
Fix build under win32
Georg Richter [Mon, 17 Feb 2003 09:38:32 +0000 (09:38 +0000)]
added close method/alias for result object (for compatibility with statement and
link objects)
Georg Richter [Mon, 17 Feb 2003 08:54:23 +0000 (08:54 +0000)]
test for OO-Implementation (bind_result)
Shane Caraveo [Mon, 17 Feb 2003 06:45:37 +0000 (06:45 +0000)]
you know it's time to get away from the keyboard when you do this.
fix my last fix
Derick Rethans [Mon, 17 Feb 2003 06:35:13 +0000 (06:35 +0000)]
- Style polizei
foobar [Mon, 17 Feb 2003 06:28:07 +0000 (06:28 +0000)]
- Cleaned this mess a bit:
. Centralized the functions sunrise/sunset to php_sunrise_sunset
to lessen duplicate code.
. Made wrapper function php_do_date_sunrise_sunset() to lessen
duplicate code.
. Coding style fixes.
. renamed sunfuncs.h -> php_sunfuncs.h
foobar [Mon, 17 Feb 2003 06:23:22 +0000 (06:23 +0000)]
- These results were obviously got with TZ=GMT
# also prefixed the test results with the tested option
# so it's easier to see which one fails..
foobar [Mon, 17 Feb 2003 05:51:03 +0000 (05:51 +0000)]
Assuming the results were created in system with Asia/Jerusalem as TZ
Shane Caraveo [Mon, 17 Feb 2003 05:47:56 +0000 (05:47 +0000)]
fix it the right way
foobar [Mon, 17 Feb 2003 05:02:05 +0000 (05:02 +0000)]
override precision ini setting
Shane Caraveo [Mon, 17 Feb 2003 03:39:58 +0000 (03:39 +0000)]
prevent possible crash if used in combo with mod_gzip
fix command line
Shane Caraveo [Mon, 17 Feb 2003 03:26:16 +0000 (03:26 +0000)]
If you pass NULL, you do not get a NULL value, make sure it is.
foobar [Mon, 17 Feb 2003 03:07:33 +0000 (03:07 +0000)]
- Let's be consistent with these..
<changelog@php.net> [Mon, 17 Feb 2003 01:31:54 +0000 (01:31 +0000)]
NEWS update