]> granicus.if.org Git - php/log
php
19 years agoChangeLog update
<changelog@php.net> [Fri, 8 Apr 2005 00:37:35 +0000 (00:37 +0000)]
ChangeLog update

19 years agoSpell "overridden" correctly.
Jon Parise [Thu, 7 Apr 2005 23:33:03 +0000 (23:33 +0000)]
Spell "overridden" correctly.

19 years agoFixed bug #32533 (proc_get_status() returns the incorrect process status).
Ilia Alshanetsky [Thu, 7 Apr 2005 23:07:45 +0000 (23:07 +0000)]
Fixed bug #32533 (proc_get_status() returns the incorrect process status).

19 years ago- Fixed bug #32591 (ext/mysql: Unsatisfied symbol: ntohs with HP-UX)
foobar [Thu, 7 Apr 2005 22:23:15 +0000 (22:23 +0000)]
- Fixed bug #32591 (ext/mysql: Unsatisfied symbol: ntohs with HP-UX)

19 years agoFix the echo/backquote issues + aclocal
foobar [Thu, 7 Apr 2005 22:03:02 +0000 (22:03 +0000)]
Fix the echo/backquote issues + aclocal

19 years ago- Cleanup a bit. And make use of shtool mkdir
foobar [Thu, 7 Apr 2005 20:39:02 +0000 (20:39 +0000)]
- Cleanup a bit. And make use of shtool mkdir

19 years ago- Reword the send-report-part a bit. (bug #32624)
foobar [Thu, 7 Apr 2005 20:22:55 +0000 (20:22 +0000)]
- Reword the send-report-part a bit. (bug #32624)

19 years ago- Nuke the code duplication
foobar [Thu, 7 Apr 2005 20:15:21 +0000 (20:15 +0000)]
- Nuke the code duplication

19 years agoFix build when USE_ZEND_ALLOC is 0
foobar [Thu, 7 Apr 2005 16:22:15 +0000 (16:22 +0000)]
Fix build when USE_ZEND_ALLOC is 0

19 years agoFixed indentation
Dmitry Stogov [Thu, 7 Apr 2005 16:17:08 +0000 (16:17 +0000)]
Fixed indentation

19 years agoFixed wrong result of cal_days_in_month() with bad dates
Dmitry Stogov [Thu, 7 Apr 2005 16:12:27 +0000 (16:12 +0000)]
Fixed wrong result of cal_days_in_month() with bad dates

19 years agoFix strdup() bug when USE_ZEND_ALLOC is disabled
Zeev Suraski [Thu, 7 Apr 2005 13:59:45 +0000 (13:59 +0000)]
Fix strdup() bug when USE_ZEND_ALLOC is disabled

19 years agoBug #32614 - prevent from crahsing with segfault on solaris if fdopen() fails - this...
Uwe Schindler [Thu, 7 Apr 2005 07:29:14 +0000 (07:29 +0000)]
Bug #32614 - prevent from crahsing with segfault on solaris if fdopen() fails - this fixes NOT the stdio-problem on solaris!

19 years ago- Added the $PHP_AUTOCONF/$PHP_AUTOHEADER usage to phpize
foobar [Thu, 7 Apr 2005 06:25:28 +0000 (06:25 +0000)]
- Added the $PHP_AUTOCONF/$PHP_AUTOHEADER usage to phpize

19 years agoChangeLog update
<changelog@php.net> [Thu, 7 Apr 2005 00:34:35 +0000 (00:34 +0000)]
ChangeLog update

19 years ago- Not every OS has ldd..
foobar [Wed, 6 Apr 2005 22:14:27 +0000 (22:14 +0000)]
- Not every OS has ldd..

19 years agoRegenerated with re2c 0.9.4
foobar [Wed, 6 Apr 2005 19:42:36 +0000 (19:42 +0000)]
Regenerated with re2c 0.9.4

19 years agoKeep removed stuff in top..
foobar [Wed, 6 Apr 2005 16:07:24 +0000 (16:07 +0000)]
Keep removed stuff in top..

19 years ago- Make class_parentS() and class_implements() accepts class names as well
Marcus Boerger [Wed, 6 Apr 2005 15:16:45 +0000 (15:16 +0000)]
- Make class_parentS() and class_implements() accepts class names as well

19 years agoRemoved php_check_syntax() function, it never worked properly. For now
Ilia Alshanetsky [Wed, 6 Apr 2005 14:19:14 +0000 (14:19 +0000)]
Removed php_check_syntax() function, it never worked properly. For now
use shell_exec("php -l script_name") or similar.

19 years agoFixed bug #31363 (broken non-blocking flock()).
Ilia Alshanetsky [Wed, 6 Apr 2005 13:57:30 +0000 (13:57 +0000)]
Fixed bug #31363 (broken non-blocking flock()).

# Patch by ian at snork dot net

19 years ago- Added optional first parameter to XsltProcessor::registerPHPFunctions to only
Christian Stocker [Wed, 6 Apr 2005 12:26:29 +0000 (12:26 +0000)]
- Added optional first parameter to XsltProcessor::registerPHPFunctions to only
  allow certain functions to be called from XSLT.

19 years agodo not try to read after EOF
Antony Dovgal [Wed, 6 Apr 2005 08:26:06 +0000 (08:26 +0000)]
do not try to read after EOF

19 years agofix for bug #32282 (segfault in mysqli_fetch_array on 64-bit)
Georg Richter [Wed, 6 Apr 2005 06:47:12 +0000 (06:47 +0000)]
fix for bug #32282 (segfault in mysqli_fetch_array on 64-bit)

19 years agoChangeLog update
<changelog@php.net> [Wed, 6 Apr 2005 00:36:12 +0000 (00:36 +0000)]
ChangeLog update

19 years agoremove proto, it's internal func
Antony Dovgal [Tue, 5 Apr 2005 20:31:10 +0000 (20:31 +0000)]
remove proto, it's internal func

19 years agoAdded another search patch for magic file (fixes bug #3232).
Ilia Alshanetsky [Tue, 5 Apr 2005 15:12:52 +0000 (15:12 +0000)]
Added another search patch for magic file (fixes bug #3232).

19 years agoFixed bug #32589 (Possible crash inside imap_mail_compose, with charsets).
Ilia Alshanetsky [Tue, 5 Apr 2005 14:47:47 +0000 (14:47 +0000)]
Fixed bug #32589 (Possible crash inside imap_mail_compose, with charsets).

19 years ago- Register class File
Marcus Boerger [Tue, 5 Apr 2005 09:24:53 +0000 (09:24 +0000)]
- Register class File
- Remove superflous ;
- Stop spl_autoloading on pending exception

19 years ago- Use correct var name
Marcus Boerger [Tue, 5 Apr 2005 09:23:50 +0000 (09:23 +0000)]
- Use correct var name

19 years ago- Add new test
Marcus Boerger [Tue, 5 Apr 2005 09:23:14 +0000 (09:23 +0000)]
- Add new test

19 years ago- Just return FAILURE & allow NULL without emmidiate error
Marcus Boerger [Tue, 5 Apr 2005 09:16:27 +0000 (09:16 +0000)]
- Just return FAILURE & allow NULL without emmidiate error

19 years agoFixed bug #30362 (stream_get_line() not reading data correctly).
Ilia Alshanetsky [Tue, 5 Apr 2005 03:00:04 +0000 (03:00 +0000)]
Fixed bug #30362 (stream_get_line() not reading data correctly).

19 years agoChangeLog update
<changelog@php.net> [Tue, 5 Apr 2005 00:35:37 +0000 (00:35 +0000)]
ChangeLog update

19 years agoBugFix #32563
Sara Golemon [Mon, 4 Apr 2005 19:34:32 +0000 (19:34 +0000)]
BugFix #32563

This could have been done in stream_wrapper_register()
without introducing the slight performance hit on
wrapper registration since anyone registering a wrapper
in an extension should know better.

The important thing is that since locate_wrapper makes
the assumption that all schemes will be /^[a-z0-9+.-]+$/i
Anything which registers them should make the same assumption as well.

19 years agoUpdate credits
foobar [Mon, 4 Apr 2005 18:50:54 +0000 (18:50 +0000)]
Update credits

19 years agoremove empty lines
foobar [Mon, 4 Apr 2005 18:14:27 +0000 (18:14 +0000)]
remove empty lines

19 years agoAdded testcase for bug #30362
foobar [Mon, 4 Apr 2005 18:06:16 +0000 (18:06 +0000)]
Added testcase for bug #30362

19 years agoMF50: fix backtraces - non-Zend classes have names too
Stanislav Malyshev [Mon, 4 Apr 2005 17:23:38 +0000 (17:23 +0000)]
MF50: fix backtraces - non-Zend classes have names too

19 years agoadded a server variable PHP_AUTH_DIGEST to support HTTP Digest Authentication.
Rui Hirokawa [Mon, 4 Apr 2005 15:06:36 +0000 (15:06 +0000)]
added a server variable PHP_AUTH_DIGEST to support HTTP Digest Authentication.

19 years agoBug #32491 (File upload error - unable to create a temporary file) - Changing file...
Uwe Schindler [Mon, 4 Apr 2005 14:59:40 +0000 (14:59 +0000)]
Bug #32491 (File upload error - unable to create a temporary file) - Changing file upload from stdio to posix

19 years agofix #32560 (configure looks for incorrect library - libdb2.so instead of libdb2.a,
Antony Dovgal [Mon, 4 Apr 2005 10:50:32 +0000 (10:50 +0000)]
fix #32560 (configure looks for incorrect library - libdb2.so instead of libdb2.a,
which is used actually)

19 years ago- If this is supposed to be the configuration we recommend,
foobar [Mon, 4 Apr 2005 07:55:13 +0000 (07:55 +0000)]
- If this is supposed to be the configuration we recommend,
  we've been recommending to not use short-open-tag for a long time.
  E_STRICT too for 5.1 since it promotes the right ways (tm) to do things.
#
# This is for 5.1, 5.1, 5.1, 5.1...
#

19 years agoAdding the ability to override the autotools executables used by the
Jon Parise [Mon, 4 Apr 2005 07:16:01 +0000 (07:16 +0000)]
Adding the ability to override the autotools executables used by the
buildconf script via the PHP_AUTOCONF and PHP_AUTOHEADER environmental
variables.

19 years agoChangeLog update
<changelog@php.net> [Mon, 4 Apr 2005 00:35:42 +0000 (00:35 +0000)]
ChangeLog update

19 years agoMBFN2B
foobar [Sun, 3 Apr 2005 21:57:34 +0000 (21:57 +0000)]
MBFN2B

19 years agoAdd sapi.get_request_time() to NSAPI
Uwe Schindler [Sun, 3 Apr 2005 19:16:23 +0000 (19:16 +0000)]
Add sapi.get_request_time() to NSAPI

19 years agoFixed bug #32530 (chunk_split() does not append endstr if chunklen is
Ilia Alshanetsky [Sun, 3 Apr 2005 18:08:40 +0000 (18:08 +0000)]
Fixed bug #32530 (chunk_split() does not append endstr if chunklen is
longer then the original string).

19 years agoactually commit the SOAP interop tests this time.
George Schlossnagle [Sun, 3 Apr 2005 15:51:22 +0000 (15:51 +0000)]
actually commit the SOAP interop tests this time.

19 years agoFix qualified names for attributes according to attributeFormDefault.
George Schlossnagle [Sun, 3 Apr 2005 15:39:56 +0000 (15:39 +0000)]
Fix qualified names for attributes according to attributeFormDefault.

Add SOAP Interop tests from Dmitry.

19 years agofix typo
Antony Dovgal [Sun, 3 Apr 2005 13:06:08 +0000 (13:06 +0000)]
fix typo

19 years agofix output_reset_rewrite_vars() returning false everytime
Antony Dovgal [Sun, 3 Apr 2005 12:19:23 +0000 (12:19 +0000)]
fix output_reset_rewrite_vars() returning false everytime

19 years agoFix another title
foobar [Sun, 3 Apr 2005 11:17:54 +0000 (11:17 +0000)]
Fix another title

19 years agofix description
foobar [Sun, 3 Apr 2005 11:15:39 +0000 (11:15 +0000)]
fix description

19 years agoChangeLog update
<changelog@php.net> [Sun, 3 Apr 2005 01:39:51 +0000 (01:39 +0000)]
ChangeLog update

19 years agoPartial fix test: It is still possible to use expat libs with ext/xml..
foobar [Sun, 3 Apr 2005 00:12:26 +0000 (00:12 +0000)]
Partial fix test: It is still possible to use expat libs with ext/xml..

19 years agoupdate to support local install, remove -n switch
Greg Beaver [Sat, 2 Apr 2005 23:50:53 +0000 (23:50 +0000)]
update to support local install, remove -n switch

19 years agoFix the name (and thus make sure PEAR will not install atm)
foobar [Sat, 2 Apr 2005 23:47:54 +0000 (23:47 +0000)]
Fix the name (and thus make sure PEAR will not install atm)

19 years agoFixed: [PEAR] Archive_Tar: XML error: not well-formed (invalid token) at line 22
foobar [Sat, 2 Apr 2005 23:16:46 +0000 (23:16 +0000)]
Fixed: [PEAR] Archive_Tar: XML error: not well-formed (invalid token) at line 22

19 years agoMake sure php_mbstring.dll is first to getting loaded..(bug #32552)
foobar [Sat, 2 Apr 2005 23:04:02 +0000 (23:04 +0000)]
Make sure php_mbstring.dll is first to getting loaded..(bug #32552)

19 years agofix tests
foobar [Sat, 2 Apr 2005 22:57:42 +0000 (22:57 +0000)]
fix tests

19 years agoChangeLog update
<changelog@php.net> [Sat, 2 Apr 2005 01:33:42 +0000 (01:33 +0000)]
ChangeLog update

19 years agoadd missing file
Greg Beaver [Fri, 1 Apr 2005 22:03:59 +0000 (22:03 +0000)]
add missing file

19 years ago- Fixed bug #32504 (shtool problem on make test)
foobar [Fri, 1 Apr 2005 13:40:46 +0000 (13:40 +0000)]
- Fixed bug #32504 (shtool problem on make test)

19 years agoUse PHP_LIBDIR.
Joe Orton [Fri, 1 Apr 2005 11:12:45 +0000 (11:12 +0000)]
Use PHP_LIBDIR.

19 years agoChangeLog update
<changelog@php.net> [Fri, 1 Apr 2005 01:39:40 +0000 (01:39 +0000)]
ChangeLog update

19 years ago- Add RecursiveDirectoryIterator::getSubPathname()
Marcus Boerger [Thu, 31 Mar 2005 23:02:20 +0000 (23:02 +0000)]
- Add RecursiveDirectoryIterator::getSubPathname()

19 years ago- Add RecursiveDirectoryIterator::getSubPath()
Marcus Boerger [Thu, 31 Mar 2005 21:51:46 +0000 (21:51 +0000)]
- Add RecursiveDirectoryIterator::getSubPath()

19 years ago- Make iterator_to_array() accept Traversable
Marcus Boerger [Thu, 31 Mar 2005 21:49:47 +0000 (21:49 +0000)]
- Make iterator_to_array() accept Traversable

19 years agoThese tests require register_long_arrays=1
foobar [Thu, 31 Mar 2005 19:47:19 +0000 (19:47 +0000)]
These tests require register_long_arrays=1

19 years agofix some skip conditions..
foobar [Thu, 31 Mar 2005 19:43:48 +0000 (19:43 +0000)]
fix some skip conditions..

19 years ago- Bugfix #32521 (apache2handler accidental crashes caused by SPL)
Marcus Boerger [Thu, 31 Mar 2005 17:17:38 +0000 (17:17 +0000)]
- Bugfix #32521 (apache2handler accidental crashes caused by SPL)

19 years agoC++ fix
foobar [Thu, 31 Mar 2005 07:37:39 +0000 (07:37 +0000)]
C++ fix

19 years agoChangeLog update
<changelog@php.net> [Thu, 31 Mar 2005 01:32:08 +0000 (01:32 +0000)]
ChangeLog update

19 years agoMark more private functions as static.
Joe Orton [Wed, 30 Mar 2005 13:43:36 +0000 (13:43 +0000)]
Mark more private functions as static.

19 years agoUpdated install instructions from the documentation project (Philip Olson)
Edin Kadribasic [Wed, 30 Mar 2005 13:15:05 +0000 (13:15 +0000)]
Updated install instructions from the documentation project (Philip Olson)

19 years agoMark private functions as static.
Joe Orton [Wed, 30 Mar 2005 12:56:58 +0000 (12:56 +0000)]
Mark private functions as static.

19 years agoChangeLog update
<changelog@php.net> [Wed, 30 Mar 2005 01:32:45 +0000 (01:32 +0000)]
ChangeLog update

19 years agofix segfault & buffer overrun when there is no PDO drivers plugged in
Antony Dovgal [Tue, 29 Mar 2005 17:23:36 +0000 (17:23 +0000)]
fix segfault & buffer overrun when there is no PDO drivers plugged in
(patch by su1d@phpclub.net)

19 years agoBugFix #31137 stream_filter_remove() segfaults when stream already closed
Sara Golemon [Tue, 29 Mar 2005 04:02:03 +0000 (04:02 +0000)]
BugFix #31137 stream_filter_remove() segfaults when stream already closed

19 years agoChangeLog update
<changelog@php.net> [Tue, 29 Mar 2005 01:32:11 +0000 (01:32 +0000)]
ChangeLog update

19 years agoProper fix for the memory leak.
Ilia Alshanetsky [Mon, 28 Mar 2005 18:46:57 +0000 (18:46 +0000)]
Proper fix for the memory leak.

19 years agoFixed memory leak when variables_order does not contain 'S'.
Ilia Alshanetsky [Mon, 28 Mar 2005 18:09:28 +0000 (18:09 +0000)]
Fixed memory leak when variables_order does not contain 'S'.

19 years agoFixed handling of attributes' namespaces
Dmitry Stogov [Mon, 28 Mar 2005 18:06:29 +0000 (18:06 +0000)]
Fixed handling of attributes' namespaces

19 years agoupdate to current bundle ideal
Greg Beaver [Mon, 28 Mar 2005 17:04:00 +0000 (17:04 +0000)]
update to current bundle ideal

19 years agomerge in PEAR 1.3.5
Greg Beaver [Mon, 28 Mar 2005 16:38:59 +0000 (16:38 +0000)]
merge in PEAR 1.3.5

19 years agoFixed handling of attributes' namespaces
Dmitry Stogov [Mon, 28 Mar 2005 16:28:04 +0000 (16:28 +0000)]
Fixed handling of attributes' namespaces

19 years agoFixed wrong SOAP headers encoding/decoding.
Dmitry Stogov [Mon, 28 Mar 2005 15:21:50 +0000 (15:21 +0000)]
Fixed wrong SOAP headers encoding/decoding.

19 years ago- remove "debug" code
Pierre Joye [Mon, 28 Mar 2005 08:17:17 +0000 (08:17 +0000)]
- remove "debug" code

19 years ago- MFB, imagerectangle draws 2x each corners (alpha channel uglyness)
Pierre Joye [Mon, 28 Mar 2005 08:14:30 +0000 (08:14 +0000)]
- MFB, imagerectangle draws 2x each corners (alpha channel uglyness)

19 years agoAdding comments to .ini files at philip@php.net's request.
Joey Smith [Mon, 28 Mar 2005 07:26:06 +0000 (07:26 +0000)]
Adding comments to .ini files at philip@php.net's request.

19 years agoChangeLog update
<changelog@php.net> [Mon, 28 Mar 2005 01:34:07 +0000 (01:34 +0000)]
ChangeLog update

19 years agoReshufle includes to make it compile on windows
Edin Kadribasic [Mon, 28 Mar 2005 00:07:24 +0000 (00:07 +0000)]
Reshufle includes to make it compile on windows

19 years ago- allow to keep or ignore the transparent color in imagerotate (thx
Pierre Joye [Sun, 27 Mar 2005 23:43:52 +0000 (23:43 +0000)]
- allow to keep or ignore the transparent color in imagerotate (thx
  Ken Coar to report this "bug")
- be sure to restore alphablending in imagefill
- use zend_parse_parameter in imagerotate

19 years agorevert copy patch.
Ilia Alshanetsky [Sun, 27 Mar 2005 15:52:49 +0000 (15:52 +0000)]
revert copy patch.

19 years agoChangeLog update
<changelog@php.net> [Sun, 27 Mar 2005 01:34:12 +0000 (01:34 +0000)]
ChangeLog update

19 years agoUse PEAR bundle from the build template
Edin Kadribasic [Sat, 26 Mar 2005 21:32:20 +0000 (21:32 +0000)]
Use PEAR bundle from the build template

19 years agoScript that creates PEAR bundle dir for distribution
Edin Kadribasic [Sat, 26 Mar 2005 21:14:19 +0000 (21:14 +0000)]
Script that creates PEAR bundle dir for distribution

19 years ago- Made it possible to build ext/xmlrpc with libxml2
foobar [Sat, 26 Mar 2005 03:13:58 +0000 (03:13 +0000)]
- Made it possible to build ext/xmlrpc with libxml2

19 years ago- Prevent compiling shared extensions when --enable-versioning is used
foobar [Sat, 26 Mar 2005 03:09:09 +0000 (03:09 +0000)]
- Prevent compiling shared extensions when --enable-versioning is used
- Fix -export-symbols in Linux in the bundled libtool.m4:
  o http://lists.gnu.org/archive/html/libtool/2002-07/msg00029.html
# more about this:
# http://marc.theaimsgroup.com/?l=php-dev&m=106629582813118&w=2