]> granicus.if.org Git - php/log
php
22 years ago- Don't check if the handle is bogus. We should crash.
Andi Gutmans [Mon, 13 Jan 2003 04:55:34 +0000 (04:55 +0000)]
- Don't check if the handle is bogus. We should crash.

22 years agoChangeLog update
<changelog@php.net> [Mon, 13 Jan 2003 01:34:00 +0000 (01:34 +0000)]
ChangeLog update

22 years agoAdded test case for bug #21600
Moriyoshi Koizumi [Sun, 12 Jan 2003 23:56:04 +0000 (23:56 +0000)]
Added test case for bug #21600

22 years agofix wrong dereferenciation
Harald Radi [Sun, 12 Jan 2003 21:59:57 +0000 (21:59 +0000)]
fix wrong dereferenciation

22 years agoFixed a bug of the base64 decoder that a sequence of intervening
Moriyoshi Koizumi [Sun, 12 Jan 2003 21:05:22 +0000 (21:05 +0000)]
Fixed a bug of the base64 decoder that a sequence of intervening
characters that are supposed to be ignored by the decoder cause output
corruption.

22 years agofix inheritance
Stanislav Malyshev [Sun, 12 Jan 2003 18:57:18 +0000 (18:57 +0000)]
fix inheritance

22 years agoZE2 compatibility
Stanislav Malyshev [Sun, 12 Jan 2003 18:42:16 +0000 (18:42 +0000)]
ZE2 compatibility

22 years agoRemove handle_property from here too
Stanislav Malyshev [Sun, 12 Jan 2003 17:22:35 +0000 (17:22 +0000)]
Remove handle_property from here too

22 years agoRIP handle_* functions. ZE2 will use __ handlers instead.
Stanislav Malyshev [Sun, 12 Jan 2003 17:16:07 +0000 (17:16 +0000)]
RIP handle_* functions. ZE2 will use __ handlers instead.
# Yes, I know this will break some things. I will fix those I can find shortly.

22 years agoZTS fixes.
Sebastian Bergmann [Sun, 12 Jan 2003 14:47:18 +0000 (14:47 +0000)]
ZTS fixes.

22 years agoDisable ZE2-incompatible parts
Stanislav Malyshev [Sun, 12 Jan 2003 14:43:04 +0000 (14:43 +0000)]
Disable ZE2-incompatible parts
# This should be rewritten for ZE2 anyway...

22 years agoMove Z_OBJ_P here.
Stanislav Malyshev [Sun, 12 Jan 2003 14:39:45 +0000 (14:39 +0000)]
Move Z_OBJ_P here.

22 years agoRemove Z_OBJ - it's internal to Zend objects, no generic function except
Stanislav Malyshev [Sun, 12 Jan 2003 14:38:54 +0000 (14:38 +0000)]
Remove Z_OBJ - it's internal to Zend objects, no generic function except
those in zend_object_handlers.c should use it.
Add Z_OBJ_HANDLER macro for easy access to handlers

22 years agoZTS fixes.
Sebastian Bergmann [Sun, 12 Jan 2003 14:25:58 +0000 (14:25 +0000)]
ZTS fixes.

22 years agoadd get_class_name handler
Stanislav Malyshev [Sun, 12 Jan 2003 13:56:51 +0000 (13:56 +0000)]
add get_class_name handler

22 years agoremove unneeded var
Stanislav Malyshev [Sun, 12 Jan 2003 13:50:17 +0000 (13:50 +0000)]
remove unneeded var

22 years agoFixed infinite loop bug when an invalid quoted-printable escape sequence
Moriyoshi Koizumi [Sun, 12 Jan 2003 13:46:11 +0000 (13:46 +0000)]
Fixed infinite loop bug when an invalid quoted-printable escape sequence
appears in the streem.

22 years agoUse generic handlers instead of Z_OBJ
Stanislav Malyshev [Sun, 12 Jan 2003 13:45:50 +0000 (13:45 +0000)]
Use generic handlers instead of Z_OBJ

22 years agoFixed error msg format so it correctly reports the actual filter name
Moriyoshi Koizumi [Sun, 12 Jan 2003 13:41:35 +0000 (13:41 +0000)]
Fixed error msg format so it correctly reports the actual filter name

22 years agorecommending SHA-1 as hash function
Sascha Schumann [Sun, 12 Jan 2003 13:26:47 +0000 (13:26 +0000)]
recommending SHA-1 as hash function

22 years ago#@!$$grml*$%
Harald Radi [Sun, 12 Jan 2003 13:18:05 +0000 (13:18 +0000)]
#@!$$grml*$%

22 years agopartially revert previous commit and
Harald Radi [Sun, 12 Jan 2003 13:14:23 +0000 (13:14 +0000)]
partially revert previous commit and
change zend_modules.h to include
a forward declaration to zend_ini_entry

22 years agosync entries
Sascha Schumann [Sun, 12 Jan 2003 13:09:54 +0000 (13:09 +0000)]
sync entries

22 years agoadd INI setting session.hash_function
Sascha Schumann [Sun, 12 Jan 2003 13:07:14 +0000 (13:07 +0000)]
add INI setting session.hash_function
add support for creating session ids using SHA-1
source more entropy for session ids

22 years agohandle ERANGE from strtol properly
Sascha Schumann [Sun, 12 Jan 2003 13:05:32 +0000 (13:05 +0000)]
handle ERANGE from strtol properly

22 years agoadded zend_ini_entry to zend_modules_entry as
Harald Radi [Sun, 12 Jan 2003 13:00:28 +0000 (13:00 +0000)]
added zend_ini_entry to zend_modules_entry as
discussed with zeev

22 years agofix 'use of uninitialized variable' warning
Harald Radi [Sun, 12 Jan 2003 12:57:20 +0000 (12:57 +0000)]
fix 'use of uninitialized variable' warning

22 years agovalidate handle
Stanislav Malyshev [Sun, 12 Jan 2003 12:56:04 +0000 (12:56 +0000)]
validate handle

22 years ago. Updated quoted-printable filter by a neater implementation.
Moriyoshi Koizumi [Sun, 12 Jan 2003 12:48:13 +0000 (12:48 +0000)]
. Updated quoted-printable filter by a neater implementation.
. Changed emalloc family functions to pemalloc ones for persistent filters.
. Changed base64 and quoted-printable filter names to "convert.base64-encode",
  "convert.base64-decode", "convert.quoted-printable-encode", and
  "convert.quoted-printable-decode" respectively for the consistency that
  may be requested later.

22 years ago- Update NEWS to show 5.0.0
Derick Rethans [Sun, 12 Jan 2003 12:45:19 +0000 (12:45 +0000)]
- Update NEWS to show 5.0.0

22 years agoImplemented compatibility mode
Zeev Suraski [Sun, 12 Jan 2003 12:39:06 +0000 (12:39 +0000)]
Implemented compatibility mode
To enable - zend2.implicit_clone = on in php.ini or using ini_set()

22 years ago - fix typo
Jan Lehnardt [Sun, 12 Jan 2003 11:42:29 +0000 (11:42 +0000)]
 - fix typo

22 years agoPatch by Giuseppe Tanzilli <g.tanzilli@gruppocsf.com>.
Sebastian Bergmann [Sun, 12 Jan 2003 08:03:18 +0000 (08:03 +0000)]
Patch by Giuseppe Tanzilli <g.tanzilli@gruppocsf.com>.

22 years agoPatch by Giuseppe Tanzilli <g.tanzilli@gruppocsf.com>.
Sebastian Bergmann [Sun, 12 Jan 2003 08:01:42 +0000 (08:01 +0000)]
Patch by Giuseppe Tanzilli <g.tanzilli@gruppocsf.com>.

22 years agoRelease skiped results. This will free memory on the server.
Frank M. Kromann [Sun, 12 Jan 2003 06:28:41 +0000 (06:28 +0000)]
Release skiped results. This will free memory on the server.
Make mssql_execute work for stored procedures with and without returning result sets

22 years agoChangeLog update
<changelog@php.net> [Sun, 12 Jan 2003 01:31:51 +0000 (01:31 +0000)]
ChangeLog update

22 years agoDo not 'convert' double columns to integers after the 1st row in the result
Ilia Alshanetsky [Sat, 11 Jan 2003 23:50:37 +0000 (23:50 +0000)]
Do not 'convert' double columns to integers after the 1st row in the result
set.

22 years agoFixed handling of NUMERIC type, when it contains numbers that could
Ilia Alshanetsky [Sat, 11 Jan 2003 23:06:35 +0000 (23:06 +0000)]
Fixed handling of NUMERIC type, when it contains numbers that could
potentially exceed the interger limit.

22 years agoReverted because correct decision has not been made yet.
Moriyoshi Koizumi [Sat, 11 Jan 2003 23:05:19 +0000 (23:05 +0000)]
Reverted because correct decision has not been made yet.

22 years agoThis patch is likely to fix win32 build
Moriyoshi Koizumi [Sat, 11 Jan 2003 22:36:38 +0000 (22:36 +0000)]
This patch is likely to fix win32 build

22 years agoReduced warnings in ZE2 build
Moriyoshi Koizumi [Sat, 11 Jan 2003 22:32:19 +0000 (22:32 +0000)]
Reduced warnings in ZE2 build

22 years agoReduced compiler warnings in ZE2 build
Moriyoshi Koizumi [Sat, 11 Jan 2003 22:17:37 +0000 (22:17 +0000)]
Reduced compiler warnings in ZE2 build

22 years agoreverting
Andrey Hristov [Sat, 11 Jan 2003 19:37:23 +0000 (19:37 +0000)]
reverting

22 years agoAdded stripos() & strripos() functions.
Ilia Alshanetsky [Sat, 11 Jan 2003 17:52:38 +0000 (17:52 +0000)]
Added stripos() & strripos() functions.
Added 3rd parameter (offset) to strrpos().

22 years ago- Fix typo and whitespace
Andi Gutmans [Sat, 11 Jan 2003 17:04:16 +0000 (17:04 +0000)]
- Fix typo and whitespace

22 years ago- Ported the zend_execute_internal hook to ZendEngine2.
Derick Rethans [Sat, 11 Jan 2003 16:12:44 +0000 (16:12 +0000)]
- Ported the zend_execute_internal hook to ZendEngine2.

22 years ago- Moving java and dotnet extensions to ext/rpc
Derick Rethans [Sat, 11 Jan 2003 12:23:45 +0000 (12:23 +0000)]
- Moving java and dotnet extensions to ext/rpc

22 years agofreed reader twice instead of writer and reader
Harald Radi [Sat, 11 Jan 2003 11:34:43 +0000 (11:34 +0000)]
freed reader twice instead of writer and reader

22 years agoAdd missing ,.
Sebastian Bergmann [Sat, 11 Jan 2003 09:51:53 +0000 (09:51 +0000)]
Add missing ,.

22 years agofix build
Harald Radi [Sat, 11 Jan 2003 08:59:37 +0000 (08:59 +0000)]
fix build

22 years agoLeftover.
Sebastian Bergmann [Sat, 11 Jan 2003 06:08:55 +0000 (06:08 +0000)]
Leftover.

22 years agoNEWS update
<changelog@php.net> [Sat, 11 Jan 2003 01:34:56 +0000 (01:34 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Sat, 11 Jan 2003 01:34:28 +0000 (01:34 +0000)]
ChangeLog update

22 years agoFix the line numbering when the 1st line in the script is #!.
Ilia Alshanetsky [Sat, 11 Jan 2003 00:20:50 +0000 (00:20 +0000)]
Fix the line numbering when the 1st line in the script is #!.

22 years agothis is now implemented by the engine itself
Harald Radi [Fri, 10 Jan 2003 23:40:12 +0000 (23:40 +0000)]
this is now implemented by the engine itself

22 years agoext/com is not compatible with ZE2, the ZE2 version is located in
Harald Radi [Fri, 10 Jan 2003 23:39:09 +0000 (23:39 +0000)]
ext/com is not compatible with ZE2, the ZE2 version is located in
ext/rpc/com

22 years agoHEAD defaults to build with ZE2 now
Harald Radi [Fri, 10 Jan 2003 23:36:18 +0000 (23:36 +0000)]
HEAD defaults to build with ZE2 now

22 years agoFixing copy and paste errors
Frank M. Kromann [Fri, 10 Jan 2003 19:33:31 +0000 (19:33 +0000)]
Fixing copy and paste errors

22 years agoAvoid warnings when running stored procedures returning multiple results
Frank M. Kromann [Fri, 10 Jan 2003 19:23:36 +0000 (19:23 +0000)]
Avoid warnings when running stored procedures returning multiple results
before setting output and return values.
Additional results can be skipped by the optional parameter to mssql_execute

22 years agoMFZE2
Ilia Alshanetsky [Fri, 10 Jan 2003 19:18:20 +0000 (19:18 +0000)]
MFZE2

22 years agoThrow error if object is not a XML_DOCUMENT_NODE in domxml_dump_node()
Christian Stocker [Fri, 10 Jan 2003 18:07:36 +0000 (18:07 +0000)]
Throw error if object is not a XML_DOCUMENT_NODE in domxml_dump_node()

22 years agoskipping unneeded copy
Andrey Hristov [Fri, 10 Jan 2003 17:39:10 +0000 (17:39 +0000)]
skipping unneeded copy

22 years agoAutomatically register constructor, destructor, and clone function when
Andrei Zmievski [Fri, 10 Jan 2003 14:41:53 +0000 (14:41 +0000)]
Automatically register constructor, destructor, and clone function when
class methods are registered.

22 years agoFix the number format fix when the number of decimal places is 0.
Wez Furlong [Fri, 10 Jan 2003 13:32:24 +0000 (13:32 +0000)]
Fix the number format fix when the number of decimal places is 0.
# Thanks to Edin for his telepathy!

22 years ago- Fixed bug #20155: xmlrpc compile problem with zendengine2 (Path by Jan
Derick Rethans [Fri, 10 Jan 2003 08:24:55 +0000 (08:24 +0000)]
- Fixed bug #20155: xmlrpc compile problem with zendengine2 (Path by Jan
  Schneider)
@- Fixed bug #20155: xmlrpc compile problem with zendengine2 (Derick, Jan
@  Schneider)

22 years agoReduced compiler warnings
Moriyoshi Koizumi [Fri, 10 Jan 2003 04:44:21 +0000 (04:44 +0000)]
Reduced compiler warnings

22 years agoReduced compiler warnings
Moriyoshi Koizumi [Fri, 10 Jan 2003 04:37:26 +0000 (04:37 +0000)]
Reduced compiler warnings

22 years agoAdded missing cast operators
Moriyoshi Koizumi [Fri, 10 Jan 2003 04:32:25 +0000 (04:32 +0000)]
Added missing cast operators

22 years agoFixed ImageRotate when rotation angle is 90 degrees, patch by
Ilia Alshanetsky [Fri, 10 Jan 2003 02:00:39 +0000 (02:00 +0000)]
Fixed ImageRotate when rotation angle is 90 degrees, patch by
leon@leonatkinson.com.

22 years agoChangeLog update
<changelog@php.net> [Fri, 10 Jan 2003 01:33:11 +0000 (01:33 +0000)]
ChangeLog update

22 years ago* prepare 1.0.1 release
Stig Bakken [Fri, 10 Jan 2003 01:24:56 +0000 (01:24 +0000)]
* prepare 1.0.1 release

22 years ago* obey PHP_PEAR_INSTALL_DIR and PHP_PEAR_PHP_BIN environment variables
Stig Bakken [Fri, 10 Jan 2003 01:16:23 +0000 (01:16 +0000)]
* obey PHP_PEAR_INSTALL_DIR and PHP_PEAR_PHP_BIN environment variables

22 years ago* verbosity fix for cvstag and cvsdiff commands
Stig Bakken [Fri, 10 Jan 2003 01:15:40 +0000 (01:15 +0000)]
* verbosity fix for cvstag and cvsdiff commands

22 years ago* TODO item
Stig Bakken [Fri, 10 Jan 2003 01:12:23 +0000 (01:12 +0000)]
* TODO item

22 years ago* add "cvsdiff" command
Stig Bakken [Fri, 10 Jan 2003 01:11:30 +0000 (01:11 +0000)]
* add "cvsdiff" command

22 years ago* use getenv() instead of $_ENV[]
Stig Bakken [Fri, 10 Jan 2003 01:11:00 +0000 (01:11 +0000)]
* use getenv() instead of $_ENV[]

22 years agoCS fixes
Ilia Alshanetsky [Thu, 9 Jan 2003 23:23:32 +0000 (23:23 +0000)]
CS fixes

22 years agoFixed a memory corruption that occurs when an unterminated " is encountered
Ilia Alshanetsky [Thu, 9 Jan 2003 22:49:18 +0000 (22:49 +0000)]
Fixed a memory corruption that occurs when an unterminated " is encountered
this bug maybe be related to #21556.

22 years agoAdding extended checks for where FreeTDS is installed
Frank M. Kromann [Thu, 9 Jan 2003 22:35:16 +0000 (22:35 +0000)]
Adding extended checks for where FreeTDS is installed

22 years agoFixed compiler warnings.
Ilia Alshanetsky [Thu, 9 Jan 2003 22:33:43 +0000 (22:33 +0000)]
Fixed compiler warnings.

22 years agoBug #21531 file_exists() and other filestat functions throw errors when in safe...
Sara Golemon [Thu, 9 Jan 2003 21:57:45 +0000 (21:57 +0000)]
Bug #21531   file_exists() and other filestat functions throw errors when in safe mode and file/directory does not exist.
Extended php_checkuid function to add "flags" field via rename to php_checkuid_ex with alias for BC in functions that do want safe mode errors thrown.

22 years agoFixed typo
Moriyoshi Koizumi [Thu, 9 Jan 2003 20:23:36 +0000 (20:23 +0000)]
Fixed typo

22 years agoImplement fprintf() and vfprintf().
Wez Furlong [Thu, 9 Jan 2003 17:29:31 +0000 (17:29 +0000)]
Implement fprintf() and vfprintf().
Add a couple of tests.

22 years agoFix bug: #21511, config.status warning
foobar [Thu, 9 Jan 2003 16:37:45 +0000 (16:37 +0000)]
Fix bug: #21511, config.status warning

22 years agoFound some more occurences of that elusive bug...
Zeev Suraski [Thu, 9 Jan 2003 16:16:57 +0000 (16:16 +0000)]
Found some more occurences of that elusive bug...

22 years agoFix one lousy, annoying lurking bug (memory corruption)
Zeev Suraski [Thu, 9 Jan 2003 16:10:33 +0000 (16:10 +0000)]
Fix one lousy, annoying lurking bug (memory corruption)
Sebastian - try coWiki again please...

22 years agoFix Bug #21523 - number_format could cause a memory allocation for a
Wez Furlong [Thu, 9 Jan 2003 15:44:49 +0000 (15:44 +0000)]
Fix Bug #21523 - number_format could cause a memory allocation for a
negative memory size in situations where the sprintf implementation of the
host system generated less decimal places than were requested.

Resolved this issue by making number_format examine the string returned
by spprintf and have it pad to the correct number of decimal places.

Added a test-case based on the bug report; the length of decimal places
required to trigger this bug is sprintf implementation dependent; as the
implementation is now using spprintf (provided by PHP), that number is
78 digits (NDIG - 2).

# I played with the idea of enhancing sprintf to do the equivalent, but
# it was too much effort considering that the precision of floats/doubles
# is not good enough to warrant it.

# This fix could do with some QA from someone else to make sure there are
# no memory bounds problems and then MFH it to PHP_4_3

22 years agoUnify and make it easy to add code into the broken-string error handler
Zeev Suraski [Thu, 9 Jan 2003 15:32:22 +0000 (15:32 +0000)]
Unify and make it easy to add code into the broken-string error handler

22 years ago* added debug_backtrace() support to PEAR errors
Stig Bakken [Thu, 9 Jan 2003 15:14:23 +0000 (15:14 +0000)]
* added debug_backtrace() support to PEAR errors

22 years ago* System::which() now checks .exe .bat .cmd and .com on Windows
Stig Bakken [Thu, 9 Jan 2003 15:11:27 +0000 (15:11 +0000)]
* System::which() now checks .exe .bat .cmd and .com on Windows

22 years ago* cleanups
Stig Bakken [Thu, 9 Jan 2003 15:06:14 +0000 (15:06 +0000)]
* cleanups

22 years agoFix writability checks
Zeev Suraski [Thu, 9 Jan 2003 14:46:46 +0000 (14:46 +0000)]
Fix writability checks

22 years agoTime for an update
Zeev Suraski [Thu, 9 Jan 2003 10:03:26 +0000 (10:03 +0000)]
Time for an update

22 years agoFix leak
Zeev Suraski [Thu, 9 Jan 2003 09:22:44 +0000 (09:22 +0000)]
Fix leak

22 years agoUse the correct link when checking for more results on stored procedures
Frank M. Kromann [Thu, 9 Jan 2003 08:19:41 +0000 (08:19 +0000)]
Use the correct link when checking for more results on stored procedures

22 years agoRestire BC for mssql_execute(). This will not break the new feature for handling
Frank M. Kromann [Thu, 9 Jan 2003 08:00:07 +0000 (08:00 +0000)]
Restire BC for mssql_execute(). This will not break the new feature for handling
multiple results from a single stired procedure.
Adding mssql_free_statement()

22 years agoFixed bug #21529 (memory corruption by fsockopen()).
Ilia Alshanetsky [Thu, 9 Jan 2003 03:33:15 +0000 (03:33 +0000)]
Fixed bug #21529 (memory corruption by fsockopen()).

22 years agochanged from LVAL to RESVAL macro
Frank M. Kromann [Thu, 9 Jan 2003 02:44:44 +0000 (02:44 +0000)]
changed from LVAL to RESVAL macro

22 years agoChangeLog update
<changelog@php.net> [Thu, 9 Jan 2003 01:33:21 +0000 (01:33 +0000)]
ChangeLog update

22 years agoAdjust config.m4 for new build system and improve lib detection a little
Yasuo Ohgaki [Thu, 9 Jan 2003 01:19:26 +0000 (01:19 +0000)]
Adjust config.m4 for new build system and improve lib detection a little