]> granicus.if.org Git - php/log
php
19 years ago- Have __toString() be called if available in all places an object is used
Marcus Boerger [Wed, 5 Oct 2005 19:02:27 +0000 (19:02 +0000)]
- Have __toString() be called if available in all places an object is used
  as a string.
#
# Note that "Object #<id>" is no longer afallback for debugging purpose use
# var_dump, which was made for debugging. If you used this to grab the id
# of an object you can never rely on this. For object storage look at SPL's
# ObjectStorage class.
#
# Note the signature change in the cast handler:
#
# int (*cast_t)(zval *readobj, zval *writeobj, int type, int should_free TSRMLS_DC);
# int (*cast_t)(zval *readobj, zval *retval, int type TSRMLS_DC);

19 years ago- Fix warnings
Marcus Boerger [Wed, 5 Oct 2005 18:57:40 +0000 (18:57 +0000)]
- Fix warnings

19 years ago- MF51: Windows Timezone guessing code
Derick Rethans [Wed, 5 Oct 2005 18:38:30 +0000 (18:38 +0000)]
- MF51: Windows Timezone guessing code

19 years agofix bugs #34743 & #34118 (fseek/fread unicode related problems in HEAD)
Antony Dovgal [Wed, 5 Oct 2005 17:18:06 +0000 (17:18 +0000)]
fix bugs #34743 & #34118 (fseek/fread unicode related problems in HEAD)
patch by Alex

19 years agofix ZTS build
Rob Richards [Wed, 5 Oct 2005 16:39:37 +0000 (16:39 +0000)]
fix ZTS build

19 years agoMissing safe_mode/open_basedir checks for file uploads.
Ilia Alshanetsky [Wed, 5 Oct 2005 14:32:19 +0000 (14:32 +0000)]
Missing safe_mode/open_basedir checks for file uploads.

19 years ago- Update package files.
Derick Rethans [Wed, 5 Oct 2005 12:25:32 +0000 (12:25 +0000)]
- Update package files.

19 years ago- strip_tags(): some fixes, still AWiP
Rolland Santimano [Wed, 5 Oct 2005 12:16:02 +0000 (12:16 +0000)]
- strip_tags(): some fixes, still AWiP

19 years ago- Remove README, everything is implemented now.
Derick Rethans [Wed, 5 Oct 2005 11:46:18 +0000 (11:46 +0000)]
- Remove README, everything is implemented now.

19 years agofix test
Antony Dovgal [Wed, 5 Oct 2005 09:00:14 +0000 (09:00 +0000)]
fix test

19 years agoFixed throwing exceptions derived from SoapFault
Dmitry Stogov [Wed, 5 Oct 2005 07:01:48 +0000 (07:01 +0000)]
Fixed throwing exceptions derived from SoapFault

19 years agoChangeLog update
<changelog@php.net> [Wed, 5 Oct 2005 05:43:31 +0000 (05:43 +0000)]
ChangeLog update

19 years agoMFH: Fixed possible INI setting leak via virtual() in Apache 2 sapi.
Ilia Alshanetsky [Wed, 5 Oct 2005 00:42:54 +0000 (00:42 +0000)]
MFH: Fixed possible INI setting leak via virtual() in Apache 2 sapi.

19 years agofix #34723 (array_count_values() strips leading zeroes)
Antony Dovgal [Tue, 4 Oct 2005 20:47:48 +0000 (20:47 +0000)]
fix #34723 (array_count_values() strips leading zeroes)

19 years ago- Implemented user level data filter.
Derick Rethans [Tue, 4 Oct 2005 14:47:30 +0000 (14:47 +0000)]
- Implemented user level data filter.
- Fixed a memory leak.

19 years ago- Add a function that returns whether a specific input variable exists or not.
Derick Rethans [Tue, 4 Oct 2005 13:42:52 +0000 (13:42 +0000)]
- Add a function that returns whether a specific input variable exists or not.

19 years agoMFB5.1: fix #32179 (xmlrpc_encode() segfaults with recursive references)
Antony Dovgal [Tue, 4 Oct 2005 12:07:24 +0000 (12:07 +0000)]
MFB5.1: fix #32179 (xmlrpc_encode() segfaults with recursive references)

19 years agoUnicode support
Dmitry Stogov [Tue, 4 Oct 2005 07:59:14 +0000 (07:59 +0000)]
Unicode support

19 years ago- MFB Add optional deps for SPL
Marcus Boerger [Tue, 4 Oct 2005 07:48:43 +0000 (07:48 +0000)]
- MFB Add optional deps for SPL

19 years agoFixed compilation error (gcc-4).
Dmitry Stogov [Tue, 4 Oct 2005 06:33:10 +0000 (06:33 +0000)]
Fixed compilation error (gcc-4).

19 years agoChangeLog update
<changelog@php.net> [Tue, 4 Oct 2005 05:38:47 +0000 (05:38 +0000)]
ChangeLog update

19 years agonuke warning
Antony Dovgal [Mon, 3 Oct 2005 23:47:55 +0000 (23:47 +0000)]
nuke warning

19 years agoMFB5.1: include the header, eliminate warning
Antony Dovgal [Mon, 3 Oct 2005 23:43:43 +0000 (23:43 +0000)]
MFB5.1: include the header, eliminate warning

19 years agoGenerated files are included like this..
foobar [Mon, 3 Oct 2005 20:20:50 +0000 (20:20 +0000)]
Generated files are included like this..

19 years agoAdd include path to the timelib headers
foobar [Mon, 3 Oct 2005 20:20:20 +0000 (20:20 +0000)]
Add include path to the timelib headers

19 years ago- In a conditional statement "a ? b ? c", a and b MUST have the same type
Marcus Boerger [Mon, 3 Oct 2005 19:24:09 +0000 (19:24 +0000)]
- In a conditional statement "a ? b ? c", a and b MUST have the same type
# We should make this an inline function to prevent unnecessary calls to
# get classentry or requir that class_entry must return a valid class_entry
# which we do iirc anyway.

19 years ago- Fix ZTS Build
Marcus Boerger [Mon, 3 Oct 2005 19:13:13 +0000 (19:13 +0000)]
- Fix ZTS Build

19 years ago- Add easy way to test in unicode mode
Marcus Boerger [Mon, 3 Oct 2005 18:15:54 +0000 (18:15 +0000)]
- Add easy way to test in unicode mode

19 years ago- Throw an exception if an illegal string value is being used in ArrayObject::offsetSet()
Marcus Boerger [Mon, 3 Oct 2005 17:58:47 +0000 (17:58 +0000)]
- Throw an exception if an illegal string value is being used in ArrayObject::offsetSet()

19 years ago- Unicode impl of strip_tags()
Rolland Santimano [Mon, 3 Oct 2005 17:00:00 +0000 (17:00 +0000)]
- Unicode impl of strip_tags()

19 years ago- Really allow SXE being shared by not using anything from it directly in SPL
Marcus Boerger [Mon, 3 Oct 2005 16:04:50 +0000 (16:04 +0000)]
- Really allow SXE being shared by not using anything from it directly in SPL

19 years ago- Add missing test from base
Marcus Boerger [Mon, 3 Oct 2005 15:06:06 +0000 (15:06 +0000)]
- Add missing test from base
- Change require to require_once (found by kevin)

19 years agoGLOBALS protection for extract() function.
Ilia Alshanetsky [Mon, 3 Oct 2005 14:01:36 +0000 (14:01 +0000)]
GLOBALS protection for extract() function.

19 years ago- Add more sorting funcs to ArrayObject/Iterator
Marcus Boerger [Mon, 3 Oct 2005 13:34:01 +0000 (13:34 +0000)]
- Add more sorting funcs to ArrayObject/Iterator

19 years ago- Make prefixing more generic
Marcus Boerger [Mon, 3 Oct 2005 13:29:30 +0000 (13:29 +0000)]
- Make prefixing more generic

19 years agoupdate changelog
Antony Dovgal [Mon, 3 Oct 2005 13:05:48 +0000 (13:05 +0000)]
update changelog

19 years agofix PECL bug #5571 (oci_new_connect() not closed by oci_close())
Antony Dovgal [Mon, 3 Oct 2005 13:02:14 +0000 (13:02 +0000)]
fix PECL bug #5571 (oci_new_connect() not closed by oci_close())

19 years ago- Add sorting to ArrayObject/Iterator
Marcus Boerger [Mon, 3 Oct 2005 12:55:11 +0000 (12:55 +0000)]
- Add sorting to ArrayObject/Iterator

19 years ago- Allow uncached global functions too
Marcus Boerger [Mon, 3 Oct 2005 12:34:57 +0000 (12:34 +0000)]
- Allow uncached global functions too

19 years ago- Add propper casting
Marcus Boerger [Mon, 3 Oct 2005 12:14:47 +0000 (12:14 +0000)]
- Add propper casting

19 years agofix BLOAT news
foobar [Mon, 3 Oct 2005 12:07:19 +0000 (12:07 +0000)]
fix BLOAT news

19 years ago- Add --rclass and --rextension arguments to CLI
Johannes Schlüter [Mon, 3 Oct 2005 11:54:46 +0000 (11:54 +0000)]
- Add --rclass and --rextension arguments to CLI

19 years ago- Only load external database when it is newer.
Derick Rethans [Mon, 3 Oct 2005 11:34:27 +0000 (11:34 +0000)]
- Only load external database when it is newer.

19 years ago- Allow an external Timezone Database to be used.
Derick Rethans [Mon, 3 Oct 2005 11:15:21 +0000 (11:15 +0000)]
- Allow an external Timezone Database to be used.

19 years ago- Update
Marcus Boerger [Mon, 3 Oct 2005 10:17:02 +0000 (10:17 +0000)]
- Update

19 years ago- Allow to use currnet() and key() in __toString()
Marcus Boerger [Mon, 3 Oct 2005 10:08:56 +0000 (10:08 +0000)]
- Allow to use currnet() and key() in __toString()

19 years ago- Make reflection class pointers available for others
Marcus Boerger [Mon, 3 Oct 2005 10:04:33 +0000 (10:04 +0000)]
- Make reflection class pointers available for others

19 years agoMFH (Bug #34643 wsdl default value)
Dmitry Stogov [Mon, 3 Oct 2005 09:52:54 +0000 (09:52 +0000)]
MFH (Bug #34643 wsdl default value)

19 years ago- Rewrite flags as hex values
Marcus Boerger [Mon, 3 Oct 2005 09:39:35 +0000 (09:39 +0000)]
- Rewrite flags as hex values

19 years ago- Fix issue with RecursiveArrayIterator::getChildren()
Marcus Boerger [Mon, 3 Oct 2005 09:12:39 +0000 (09:12 +0000)]
- Fix issue with RecursiveArrayIterator::getChildren()

19 years agoFixed bug #34678 (__call(), is_callable() and static methods)
Dmitry Stogov [Mon, 3 Oct 2005 09:10:28 +0000 (09:10 +0000)]
Fixed bug #34678 (__call(), is_callable() and static methods)

19 years agoFixed bug #34358 (Fatal error: Cannot re-assign $this)
Dmitry Stogov [Mon, 3 Oct 2005 08:21:20 +0000 (08:21 +0000)]
Fixed bug #34358 (Fatal error: Cannot re-assign $this)

19 years agolevenshtein(), similar_text()
Rolland Santimano [Mon, 3 Oct 2005 06:19:51 +0000 (06:19 +0000)]
levenshtein(), similar_text()

19 years ago- Unicode impl of similar_text()
Rolland Santimano [Mon, 3 Oct 2005 06:14:10 +0000 (06:14 +0000)]
- Unicode impl of similar_text()

19 years agoChangeLog update
<changelog@php.net> [Mon, 3 Oct 2005 05:36:27 +0000 (05:36 +0000)]
ChangeLog update

19 years agoFixed memory leak.
Ilia Alshanetsky [Mon, 3 Oct 2005 03:53:57 +0000 (03:53 +0000)]
Fixed memory leak.

19 years ago- Add new example
Marcus Boerger [Sun, 2 Oct 2005 23:12:12 +0000 (23:12 +0000)]
- Add new example

19 years ago- Simplify SPL checks for PDOException base
Marcus Boerger [Sun, 2 Oct 2005 20:36:02 +0000 (20:36 +0000)]
- Simplify SPL checks for PDOException base

19 years ago- Fix PDOException base
Marcus Boerger [Sun, 2 Oct 2005 20:32:17 +0000 (20:32 +0000)]
- Fix PDOException base
- MFH PDO::getAvailableDrivers()
- Fix compiler warnings

19 years ago- Allow to check for default statment class
Marcus Boerger [Sun, 2 Oct 2005 18:45:59 +0000 (18:45 +0000)]
- Allow to check for default statment class

19 years ago- Add ability to change default statement class for PDO::execute()/query()
Marcus Boerger [Sun, 2 Oct 2005 18:32:05 +0000 (18:32 +0000)]
- Add ability to change default statement class for PDO::execute()/query()

19 years ago- remove gdttf
Pierre Joye [Sun, 2 Oct 2005 18:31:37 +0000 (18:31 +0000)]
- remove gdttf

19 years ago- ft1 support remove, #2, gdttf.*
Pierre Joye [Sun, 2 Oct 2005 18:06:13 +0000 (18:06 +0000)]
- ft1 support remove, #2, gdttf.*

19 years ago- drop freetype1 support
Pierre Joye [Sun, 2 Oct 2005 18:01:51 +0000 (18:01 +0000)]
- drop freetype1 support

19 years ago- Add new example
Marcus Boerger [Sun, 2 Oct 2005 17:32:36 +0000 (17:32 +0000)]
- Add new example

19 years ago- MF51: timelib_config.h should stay too.
Derick Rethans [Sun, 2 Oct 2005 16:31:03 +0000 (16:31 +0000)]
- MF51: timelib_config.h should stay too.

19 years ago- MF51: removed parse_date.c from .cvsignore file.
Derick Rethans [Sun, 2 Oct 2005 16:01:42 +0000 (16:01 +0000)]
- MF51: removed parse_date.c from .cvsignore file.

19 years agoChangeLog update
<changelog@php.net> [Sun, 2 Oct 2005 05:37:49 +0000 (05:37 +0000)]
ChangeLog update

19 years ago*** empty log message ***
Andrei Zmievski [Sun, 2 Oct 2005 03:10:33 +0000 (03:10 +0000)]
*** empty log message ***

19 years ago- MFB spl/simplexml integration (when sxe is shared)
Marcus Boerger [Sat, 1 Oct 2005 15:55:27 +0000 (15:55 +0000)]
- MFB spl/simplexml integration (when sxe is shared)

19 years ago- MF51: Implemented better timezone guessing algorithm.
Derick Rethans [Sat, 1 Oct 2005 15:07:20 +0000 (15:07 +0000)]
- MF51: Implemented better timezone guessing algorithm.

19 years agoChangeLog update
<changelog@php.net> [Sat, 1 Oct 2005 05:42:39 +0000 (05:42 +0000)]
ChangeLog update

19 years ago- MFB: #33125, alpha emulation broken
Pierre Joye [Fri, 30 Sep 2005 20:58:41 +0000 (20:58 +0000)]
- MFB: #33125, alpha emulation broken

19 years ago- substr_replace(): call correct funcn for string conversion
Rolland Santimano [Fri, 30 Sep 2005 13:19:15 +0000 (13:19 +0000)]
- substr_replace(): call correct funcn for string conversion

19 years ago- Unicode impl of levenshtein()
Rolland Santimano [Fri, 30 Sep 2005 06:20:47 +0000 (06:20 +0000)]
- Unicode impl of levenshtein()

19 years agoChangeLog update
<changelog@php.net> [Fri, 30 Sep 2005 05:38:16 +0000 (05:38 +0000)]
ChangeLog update

19 years agoFixed possible crash and/or memory corruption in import_request_variables()
Ilia Alshanetsky [Thu, 29 Sep 2005 16:30:15 +0000 (16:30 +0000)]
Fixed possible crash and/or memory corruption in import_request_variables()
Fixed potential GLOBALS overwrite via import_request_variables().

19 years ago- Unicode impl of strtok()
Rolland Santimano [Thu, 29 Sep 2005 11:05:30 +0000 (11:05 +0000)]
- Unicode impl of strtok()

19 years agoFixed wrong array autodetection
Dmitry Stogov [Thu, 29 Sep 2005 10:00:59 +0000 (10:00 +0000)]
Fixed wrong array autodetection

19 years ago- Updated addslashes(): add codepoints directly rather than with zend_codepoint_to_uc...
Rolland Santimano [Thu, 29 Sep 2005 09:33:38 +0000 (09:33 +0000)]
- Updated addslashes(): add codepoints directly rather than with zend_codepoint_to_uchar()

19 years agoChangeLog update
<changelog@php.net> [Thu, 29 Sep 2005 05:41:36 +0000 (05:41 +0000)]
ChangeLog update

19 years agoadd dsp file
Rob Richards [Thu, 29 Sep 2005 01:05:17 +0000 (01:05 +0000)]
add dsp file

19 years agoUpdate php4 build file, compile against istantclient
Edin Kadribasic [Wed, 28 Sep 2005 22:31:45 +0000 (22:31 +0000)]
Update php4 build file, compile against istantclient

19 years agoFixed possible GLOBALS variable override when register_globals are ON.
Ilia Alshanetsky [Wed, 28 Sep 2005 22:31:29 +0000 (22:31 +0000)]
Fixed possible GLOBALS variable override when register_globals are ON.
Fixed possible register_globals toggle via parse_str().

19 years ago- Updated substr_replace() to use:
Rolland Santimano [Wed, 28 Sep 2005 14:58:31 +0000 (14:58 +0000)]
- Updated substr_replace() to use:
  - zend_get_unified_string_type()/convert_to_explicit_type() for type conversion
  - u_countChar32() for counting codepoints

19 years ago{add,strip}slashes()
Rolland Santimano [Wed, 28 Sep 2005 12:25:34 +0000 (12:25 +0000)]
{add,strip}slashes()

19 years agoFixed bug #34453 (parsing http://www.w3.org/2001/xml.xsd exception)
Dmitry Stogov [Wed, 28 Sep 2005 11:23:32 +0000 (11:23 +0000)]
Fixed bug #34453 (parsing http://www.w3.org/2001/xml.xsd exception)

19 years ago- Unicode impl of {add,strip}slashes()
Rolland Santimano [Wed, 28 Sep 2005 09:22:08 +0000 (09:22 +0000)]
- Unicode impl of {add,strip}slashes()

19 years ago- Implemented input_filters_list() function to return all supported filters.
Derick Rethans [Wed, 28 Sep 2005 09:10:45 +0000 (09:10 +0000)]
- Implemented input_filters_list() function to return all supported filters.

19 years ago- Add missing .cvsignore
Marcus Boerger [Wed, 28 Sep 2005 07:10:38 +0000 (07:10 +0000)]
- Add missing .cvsignore

19 years agoChangeLog update
<changelog@php.net> [Wed, 28 Sep 2005 07:05:48 +0000 (07:05 +0000)]
ChangeLog update

19 years agoChangeLog update
<changelog@php.net> [Wed, 28 Sep 2005 06:31:02 +0000 (06:31 +0000)]
ChangeLog update

19 years agostrrev() walkthrough
Andrei Zmievski [Tue, 27 Sep 2005 19:56:39 +0000 (19:56 +0000)]
strrev() walkthrough

19 years agoFixed bug #34617 (zend_deactivate: objects_store used after zend_objects_store_destro...
Dmitry Stogov [Tue, 27 Sep 2005 18:08:26 +0000 (18:08 +0000)]
Fixed bug #34617 (zend_deactivate: objects_store used after zend_objects_store_destroy is called)

19 years agoUnicode fixes.
Andrei Zmievski [Tue, 27 Sep 2005 17:50:00 +0000 (17:50 +0000)]
Unicode fixes.

19 years agoFixed bug #34643 (wsdl default value has no effect)
Dmitry Stogov [Tue, 27 Sep 2005 15:24:47 +0000 (15:24 +0000)]
Fixed bug #34643 (wsdl default value has no effect)

19 years agoFixed bug #32937 (open_basedir looses trailing / in the limiter).
Ilia Alshanetsky [Tue, 27 Sep 2005 15:07:38 +0000 (15:07 +0000)]
Fixed bug #32937 (open_basedir looses trailing / in the limiter).

Patch by Adam Conrad

19 years agoMFH
Dmitry Stogov [Tue, 27 Sep 2005 08:50:23 +0000 (08:50 +0000)]
MFH

19 years ago- Need to rename in expectations, too
Marcus Boerger [Tue, 27 Sep 2005 08:46:53 +0000 (08:46 +0000)]
- Need to rename in expectations, too

19 years ago- Rename test to be consistent
Marcus Boerger [Tue, 27 Sep 2005 08:41:23 +0000 (08:41 +0000)]
- Rename test to be consistent