]> granicus.if.org Git - php/log
php
18 years ago- Fix last %v, too
Marcus Boerger [Mon, 6 Mar 2006 10:56:41 +0000 (10:56 +0000)]
- Fix last %v, too

18 years ago- There is no %v in 5.1 (found by Tony)
Marcus Boerger [Mon, 6 Mar 2006 10:09:13 +0000 (10:09 +0000)]
- There is no %v in 5.1 (found by Tony)

18 years ago- MFH Proto fixes
Marcus Boerger [Mon, 6 Mar 2006 10:06:25 +0000 (10:06 +0000)]
- MFH Proto fixes

18 years ago- MFH Proto fixes
Marcus Boerger [Mon, 6 Mar 2006 10:00:59 +0000 (10:00 +0000)]
- MFH Proto fixes

18 years agoFixed compatibility with ext/hash
Dmitry Stogov [Mon, 6 Mar 2006 09:58:01 +0000 (09:58 +0000)]
Fixed compatibility with ext/hash

18 years ago- MFH Proto fixes
Marcus Boerger [Mon, 6 Mar 2006 09:50:44 +0000 (09:50 +0000)]
- MFH Proto fixes

18 years ago- There is no ltouch.
Derick Rethans [Sun, 5 Mar 2006 19:01:37 +0000 (19:01 +0000)]
- There is no ltouch.

18 years ago- Added lchown() and lchgrp() to change user/group ownership of symlinks.
Derick Rethans [Sun, 5 Mar 2006 18:57:54 +0000 (18:57 +0000)]
- Added lchown() and lchgrp() to change user/group ownership of symlinks.

18 years ago- fix typo, reword slightly
Michael Wallner [Sun, 5 Mar 2006 17:56:16 +0000 (17:56 +0000)]
- fix typo, reword slightly

18 years ago- Update
Marcus Boerger [Sun, 5 Mar 2006 17:48:47 +0000 (17:48 +0000)]
- Update

18 years ago- Fix issues with not/double calling of constructors of SPL iterators
Marcus Boerger [Sun, 5 Mar 2006 17:39:49 +0000 (17:39 +0000)]
- Fix issues with not/double calling of constructors of SPL iterators
- Fix issues with info-class/file-class in SPL directory handling classes
- Add SimpleXMLElement::count()
- Drop erroneous RecursiveDirectoryIterator::getSubPathInfo()
- Drop dead code
- Add tests
- Update docu

18 years agoMFH:
Ilia Alshanetsky [Sun, 5 Mar 2006 17:18:01 +0000 (17:18 +0000)]
MFH:
Fixed bug #36572 (Added PDO::MYSQL_ATTR_DIRECT_QUERY constant that show be
set when executing internal queries such as "show master status" via MySQL).

Added missing constant for MAX_BUFFER_SIZE.

18 years agoadd test
Antony Dovgal [Sun, 5 Mar 2006 16:12:48 +0000 (16:12 +0000)]
add test

18 years ago- Add missing function for completeness
Marcus Boerger [Sun, 5 Mar 2006 16:12:24 +0000 (16:12 +0000)]
- Add missing function for completeness

18 years agofix #36611 (assignment to SimpleXML object attribute changes argument type to string)
Antony Dovgal [Sun, 5 Mar 2006 15:36:03 +0000 (15:36 +0000)]
fix #36611 (assignment to SimpleXML object attribute changes argument type to string)

18 years agoMFH: fix #36606 (pg_query_params() changes arguments type to string)
Antony Dovgal [Sun, 5 Mar 2006 13:35:52 +0000 (13:35 +0000)]
MFH: fix #36606 (pg_query_params() changes arguments type to string)

18 years agofix crashes using notations and entity decls
Rob Richards [Fri, 3 Mar 2006 20:15:10 +0000 (20:15 +0000)]
fix crashes using notations and entity decls
add test

18 years agoSync with source distro, enable hash by default
Edin Kadribasic [Fri, 3 Mar 2006 14:34:34 +0000 (14:34 +0000)]
Sync with source distro, enable hash by default

18 years agoFixed incorrect backtrace type ("::" instead of "->") for __set()/__get()
Dmitry Stogov [Fri, 3 Mar 2006 12:06:29 +0000 (12:06 +0000)]
Fixed incorrect backtrace type ("::" instead of "->") for __set()/__get()

18 years agoFixed crash
Dmitry Stogov [Fri, 3 Mar 2006 10:29:29 +0000 (10:29 +0000)]
Fixed crash

18 years agoRemove "called at [(null):0]" from debug backtrace
Dmitry Stogov [Fri, 3 Mar 2006 10:09:21 +0000 (10:09 +0000)]
Remove "called at [(null):0]" from debug backtrace

18 years agoFixed bug #36575 (SOAP: Incorrect complex type instantiation with hierarchies)
Dmitry Stogov [Fri, 3 Mar 2006 09:20:33 +0000 (09:20 +0000)]
Fixed bug #36575 (SOAP: Incorrect complex type instantiation with hierarchies)

18 years ago- Added the test case for bug #36599
Derick Rethans [Fri, 3 Mar 2006 07:53:21 +0000 (07:53 +0000)]
- Added the test case for bug #36599

18 years ago- Fixed bug #36599 (DATE_W3C format constant incorrect).
Derick Rethans [Fri, 3 Mar 2006 07:52:55 +0000 (07:52 +0000)]
- Fixed bug #36599 (DATE_W3C format constant incorrect).

18 years agogive credit where it is due.
Ilia Alshanetsky [Thu, 2 Mar 2006 21:32:32 +0000 (21:32 +0000)]
give credit where it is due.

18 years agoFixed bug #36388 (ext/soap crashes when throwing exception and session persistence...
Dmitry Stogov [Thu, 2 Mar 2006 14:07:48 +0000 (14:07 +0000)]
Fixed bug #36388 (ext/soap crashes when throwing exception and session persistence). (David)

18 years ago- MFH Use object handler get in the same way as the rest of the engine does
Marcus Boerger [Thu, 2 Mar 2006 00:45:28 +0000 (00:45 +0000)]
- MFH Use object handler get in the same way as the rest of the engine does

18 years agoMFH add safe_mode num of parameter check
Yasuo Ohgaki [Thu, 2 Mar 2006 00:37:22 +0000 (00:37 +0000)]
MFH add safe_mode num of parameter check

18 years agoRemove no longer needed check (checked at a higher level now).
Ilia Alshanetsky [Wed, 1 Mar 2006 18:37:11 +0000 (18:37 +0000)]
Remove no longer needed check (checked at a higher level now).

18 years ago- MFH Fix string-conversion and const updating
Marcus Boerger [Wed, 1 Mar 2006 17:21:04 +0000 (17:21 +0000)]
- MFH Fix string-conversion and const updating

18 years ago- Fix test
Marcus Boerger [Wed, 1 Mar 2006 17:19:22 +0000 (17:19 +0000)]
- Fix test

18 years agonuke tests for libxml2 version - will always be > 2.6.0
Rob Richards [Wed, 1 Mar 2006 15:37:45 +0000 (15:37 +0000)]
nuke tests for libxml2 version - will always be > 2.6.0

18 years agoFixed bug #36459 (Incorrect adding PHPSESSID to links, which contains \r\n).
Ilia Alshanetsky [Tue, 28 Feb 2006 14:45:18 +0000 (14:45 +0000)]
Fixed bug #36459 (Incorrect adding PHPSESSID to links, which contains \r\n).

18 years ago- MFH Fix dependency checks
Marcus Boerger [Tue, 28 Feb 2006 12:26:03 +0000 (12:26 +0000)]
- MFH Fix dependency checks

18 years ago- Fix warning
Marcus Boerger [Tue, 28 Feb 2006 02:22:57 +0000 (02:22 +0000)]
- Fix warning

18 years ago- MFH Fix issues withhandling of derived info classes as entries
Marcus Boerger [Tue, 28 Feb 2006 01:33:32 +0000 (01:33 +0000)]
- MFH Fix issues withhandling of derived info classes as entries

18 years ago- MFH Argument parsing specifier 'C', which is necessary for SPL already
Marcus Boerger [Mon, 27 Feb 2006 22:23:21 +0000 (22:23 +0000)]
- MFH Argument parsing specifier 'C', which is necessary for SPL already

18 years ago- MFH: Fixed bug #36510 (strtotime() fails to parse date strings with tabs).
Derick Rethans [Mon, 27 Feb 2006 19:41:33 +0000 (19:41 +0000)]
- MFH: Fixed bug #36510 (strtotime() fails to parse date strings with tabs).

18 years agoThis fix was reverted
Ilia Alshanetsky [Mon, 27 Feb 2006 14:22:26 +0000 (14:22 +0000)]
This fix was reverted

18 years ago- MFH Fix count/foreach interaction
Marcus Boerger [Mon, 27 Feb 2006 13:38:03 +0000 (13:38 +0000)]
- MFH Fix count/foreach interaction

18 years ago- Cleanup
Marcus Boerger [Mon, 27 Feb 2006 11:55:18 +0000 (11:55 +0000)]
- Cleanup

18 years ago- MFH: Add .cvsignore
Johannes Schlüter [Mon, 27 Feb 2006 11:38:36 +0000 (11:38 +0000)]
- MFH: Add .cvsignore

18 years agoFixed memory leak
Dmitry Stogov [Mon, 27 Feb 2006 07:12:14 +0000 (07:12 +0000)]
Fixed memory leak

18 years ago- Fix tests
Johannes Schlüter [Mon, 27 Feb 2006 00:18:59 +0000 (00:18 +0000)]
- Fix tests

18 years ago- Update
Marcus Boerger [Sun, 26 Feb 2006 23:21:50 +0000 (23:21 +0000)]
- Update

18 years ago- Synch with head
Marcus Boerger [Sun, 26 Feb 2006 23:14:45 +0000 (23:14 +0000)]
- Synch with head

18 years agoRevert previous fix to allow for a more comprehensive patch from Derick.
Ilia Alshanetsky [Sun, 26 Feb 2006 22:14:58 +0000 (22:14 +0000)]
Revert previous fix to allow for a more comprehensive patch from Derick.

18 years agoFixed bug #36510 (strtotime() fails to parse date strings with tabs).
Ilia Alshanetsky [Sun, 26 Feb 2006 17:05:45 +0000 (17:05 +0000)]
Fixed bug #36510 (strtotime() fails to parse date strings with tabs).

18 years ago- Warning fixes by Steph
Marcus Boerger [Sun, 26 Feb 2006 10:57:00 +0000 (10:57 +0000)]
- Warning fixes by Steph

18 years ago- Update
Marcus Boerger [Sat, 25 Feb 2006 21:43:02 +0000 (21:43 +0000)]
- Update

18 years agoMFH - binary safety patch from Moriyoshi
Rasmus Lerdorf [Sat, 25 Feb 2006 21:32:11 +0000 (21:32 +0000)]
MFH - binary safety patch from Moriyoshi

18 years ago- Add ReflectionExtension::getDependencies()
Marcus Boerger [Sat, 25 Feb 2006 21:17:18 +0000 (21:17 +0000)]
- Add ReflectionExtension::getDependencies()

18 years ago- MFH: Function deprecation flag
Marcus Boerger [Sat, 25 Feb 2006 18:25:45 +0000 (18:25 +0000)]
- MFH: Function deprecation flag

18 years ago- MFH: Fix description
Johannes Schlüter [Fri, 24 Feb 2006 23:25:57 +0000 (23:25 +0000)]
- MFH: Fix description

18 years ago- MFH: Fix #29986 (Class constants won't work with predefined constants when
Johannes Schlüter [Fri, 24 Feb 2006 23:09:22 +0000 (23:09 +0000)]
- MFH: Fix #29986 (Class constants won't work with predefined constants when
  using ReflectionClass)

18 years ago- MFH: Fixed issue with iconv_mime_decode where the "encoding" would only allow
Derick Rethans [Fri, 24 Feb 2006 16:05:38 +0000 (16:05 +0000)]
- MFH: Fixed issue with iconv_mime_decode where the "encoding" would only allow
  upper case specifiers.
#- See RFC 2047, section 2.

18 years ago - fix crash with DOMImplementation::createDocumentType("name:")
Michael Wallner [Fri, 24 Feb 2006 10:19:54 +0000 (10:19 +0000)]
 - fix crash with DOMImplementation::createDocumentType("name:")

18 years ago- MFH: Added support for exif date format
Derick Rethans [Fri, 24 Feb 2006 09:44:56 +0000 (09:44 +0000)]
- MFH: Added support for exif date format
- MFH: Fixed bug #36396 (strtotime() fails to parse dates in dd-mm-yyyy
  format).

18 years agoFixed bug #35900 (stream_select() should warning when tv_sec is negative).
Ilia Alshanetsky [Thu, 23 Feb 2006 18:28:08 +0000 (18:28 +0000)]
Fixed bug #35900 (stream_select() should warning when tv_sec is negative).

18 years agoFix a bug where the default value for function argument could be an
Andrei Zmievski [Thu, 23 Feb 2006 18:06:47 +0000 (18:06 +0000)]
Fix a bug where the default value for function argument could be an
array with array (!) keys.

18 years agoMFH: fixed bug #35594 for all systems. "optind = 0" doesn't work on FreeBSD, but...
Brian France [Thu, 23 Feb 2006 03:51:46 +0000 (03:51 +0000)]
MFH: fixed bug #35594 for all systems.  "optind = 0" doesn't work on FreeBSD, but "optind = 1" seems to work on all systems (bug #36091)

18 years agoAdded test for bug #36434
Ilia Alshanetsky [Wed, 22 Feb 2006 15:45:25 +0000 (15:45 +0000)]
Added test for bug #36434

18 years ago- MFH: List --rf/--rc/--re only with enabled reflection
Johannes Schlüter [Tue, 21 Feb 2006 21:15:13 +0000 (21:15 +0000)]
- MFH: List --rf/--rc/--re only with enabled reflection

18 years agoFixed bug #36458 (sleep() accepts negative values).
Ilia Alshanetsky [Tue, 21 Feb 2006 15:32:06 +0000 (15:32 +0000)]
Fixed bug #36458 (sleep() accepts negative values).

18 years ago- MFH: Rename reflection constants to fix parser conflicts
Johannes Schlüter [Mon, 20 Feb 2006 23:33:32 +0000 (23:33 +0000)]
- MFH: Rename reflection constants to fix parser conflicts

18 years ago- Synch docu
Marcus Boerger [Mon, 20 Feb 2006 22:21:54 +0000 (22:21 +0000)]
- Synch docu

18 years agoFixed bug #36434 (Improper resolution of declaring class name of an
Ilia Alshanetsky [Mon, 20 Feb 2006 15:27:45 +0000 (15:27 +0000)]
Fixed bug #36434 (Improper resolution of declaring class name of an
inherited property).

18 years agoFixed test file
Dmitry Stogov [Mon, 20 Feb 2006 08:39:06 +0000 (08:39 +0000)]
Fixed test file

18 years agoBFN: fixed ext/hash/tiger on big endian platforms
Michael Wallner [Sun, 19 Feb 2006 23:50:46 +0000 (23:50 +0000)]
BFN: fixed ext/hash/tiger on big endian platforms

18 years ago- fix tiger on big endian platforms
Michael Wallner [Sun, 19 Feb 2006 23:39:53 +0000 (23:39 +0000)]
- fix tiger on big endian platforms

18 years ago- Fix method flag handling
Marcus Boerger [Sun, 19 Feb 2006 10:39:31 +0000 (10:39 +0000)]
- Fix method flag handling

18 years ago- MFH Fix naming inconsistency (providing old name as alias)
Marcus Boerger [Sat, 18 Feb 2006 18:14:45 +0000 (18:14 +0000)]
- MFH Fix naming inconsistency (providing old name as alias)

18 years ago- Fixed bug #36436 (DBA problem with Berkeley DB4).
Marcus Boerger [Sat, 18 Feb 2006 17:11:06 +0000 (17:11 +0000)]
- Fixed bug #36436 (DBA problem with Berkeley DB4).

18 years ago- fix misleading proto (confused out and in charset)
Michael Wallner [Sat, 18 Feb 2006 16:02:43 +0000 (16:02 +0000)]
- fix misleading proto (confused out and in charset)

18 years agoRename getloadavg to sys_getloadavg
Rasmus Lerdorf [Sat, 18 Feb 2006 05:41:59 +0000 (05:41 +0000)]
Rename getloadavg to sys_getloadavg

18 years agoMFH.
Andrei Zmievski [Fri, 17 Feb 2006 21:18:09 +0000 (21:18 +0000)]
MFH.

18 years agoadd getloadavg() function that has been running in production on rs1.php.net
Wez Furlong [Thu, 16 Feb 2006 22:49:13 +0000 (22:49 +0000)]
add getloadavg() function that has been running in production on rs1.php.net
for a couple of years.

18 years agoMFH: add checks and fix possible reincarnations of bug #36420
Antony Dovgal [Thu, 16 Feb 2006 20:58:59 +0000 (20:58 +0000)]
MFH: add checks and fix possible reincarnations of bug #36420

18 years agoFixed bug #36420 (segfault when access result->num_rows after calling
Ilia Alshanetsky [Thu, 16 Feb 2006 16:03:27 +0000 (16:03 +0000)]
Fixed bug #36420 (segfault when access result->num_rows after calling
result->close())

18 years agoMFH: improve usleep(): use new param parsing API, check for negative values
Antony Dovgal [Thu, 16 Feb 2006 10:13:52 +0000 (10:13 +0000)]
MFH: improve usleep(): use new param parsing API, check for negative values
(related to #36410)

18 years agofix typo
Antony Dovgal [Thu, 16 Feb 2006 06:29:40 +0000 (06:29 +0000)]
fix typo

18 years agoUse 5.1 functions
Ilia Alshanetsky [Thu, 16 Feb 2006 03:15:52 +0000 (03:15 +0000)]
Use 5.1 functions

18 years agoFix copy/paste problems for instantclient
Sara Golemon [Thu, 16 Feb 2006 02:03:13 +0000 (02:03 +0000)]
Fix copy/paste problems for instantclient

18 years agoMFH: fix #36403 (oci_execute() no longer supports OCI_DESCRIBE_ONLY)
Antony Dovgal [Wed, 15 Feb 2006 20:44:55 +0000 (20:44 +0000)]
MFH: fix #36403 (oci_execute() no longer supports OCI_DESCRIBE_ONLY)

18 years agofix memory leak and possible invalid reads
Antony Dovgal [Wed, 15 Feb 2006 11:15:32 +0000 (11:15 +0000)]
fix memory leak and possible invalid reads

18 years agoMFH: fix #36400 (Custom 5xx error does not return correct HTTP response error code)
Antony Dovgal [Wed, 15 Feb 2006 11:09:05 +0000 (11:09 +0000)]
MFH: fix #36400 (Custom 5xx error does not return correct HTTP response error code)

18 years agofix leak in zend_strtod() on big doubles
Antony Dovgal [Tue, 14 Feb 2006 22:10:55 +0000 (22:10 +0000)]
fix leak in zend_strtod() on big doubles
add new test

18 years agoFixed bug #36345 (PDO/MySQL problem loading BLOB over 1MB).
Ilia Alshanetsky [Tue, 14 Feb 2006 14:26:11 +0000 (14:26 +0000)]
Fixed bug #36345 (PDO/MySQL problem loading BLOB over 1MB).

18 years agoadd test for bug #36337
Antony Dovgal [Tue, 14 Feb 2006 09:46:16 +0000 (09:46 +0000)]
add test for bug #36337

18 years ago- Fixed bug #36382 (PDO/PgSQL's getColumnMeta() crashes).
Derick Rethans [Mon, 13 Feb 2006 15:53:36 +0000 (15:53 +0000)]
- Fixed bug #36382 (PDO/PgSQL's getColumnMeta() crashes).

18 years agoFixed bug #36337 (ReflectionProperty fails to return correct visibility).
Ilia Alshanetsky [Mon, 13 Feb 2006 14:49:26 +0000 (14:49 +0000)]
Fixed bug #36337 (ReflectionProperty fails to return correct visibility).

18 years agoFixed bug #36205 (Memory leaks on duplicate cookies)
Dmitry Stogov [Mon, 13 Feb 2006 12:18:16 +0000 (12:18 +0000)]
Fixed bug #36205 (Memory leaks on duplicate cookies)

18 years ago- Synch
Marcus Boerger [Sun, 12 Feb 2006 18:51:12 +0000 (18:51 +0000)]
- Synch

18 years ago- MFH No more old parameter api usage
Marcus Boerger [Sun, 12 Feb 2006 16:44:36 +0000 (16:44 +0000)]
- MFH No more old parameter api usage

18 years agoFixed bug #36351 (parse_url() does not parse numeric paths properly).
Ilia Alshanetsky [Sun, 12 Feb 2006 16:39:44 +0000 (16:39 +0000)]
Fixed bug #36351 (parse_url() does not parse numeric paths properly).

19 years agofix news
foobar [Sat, 11 Feb 2006 11:23:57 +0000 (11:23 +0000)]
fix news

19 years agoMFH
Rui Hirokawa [Sat, 11 Feb 2006 02:26:07 +0000 (02:26 +0000)]
MFH

19 years agoMFH: fix #36359 (splFileObject::fwrite() doesn't write when no data length specified)
Antony Dovgal [Fri, 10 Feb 2006 16:57:56 +0000 (16:57 +0000)]
MFH: fix #36359 (splFileObject::fwrite() doesn't write when no data length specified)

19 years ago(Missing patch from the PHP 4 tree that got lost in the shuffle)
Rasmus Lerdorf [Fri, 10 Feb 2006 07:39:13 +0000 (07:39 +0000)]
(Missing patch from the PHP 4 tree that got lost in the shuffle)
 See: http://cvs.php.net/viewcvs.cgi/php-src/ext/session/session.c?r1=1.336.2.39&r2=1.336.2.40
- fix logic. if the client already sent us the cookie, we don't
  need to send it again.  if the id has been changed, we need to
  update the client side.

19 years ago- fix order
Pierre Joye [Thu, 9 Feb 2006 22:26:43 +0000 (22:26 +0000)]
- fix order