]> granicus.if.org Git - php/log
php
15 years ago- Improved param. parsing for ldap_read(), ldap_search() and ldap_list()
Felipe Pena [Sat, 15 Aug 2009 00:52:31 +0000 (00:52 +0000)]
- Improved param. parsing for ldap_read(), ldap_search() and ldap_list()

15 years agoFixed crash in usort() and uasort() in case user comparison function modifyes th
Dmitry Stogov [Fri, 14 Aug 2009 06:21:49 +0000 (06:21 +0000)]
Fixed crash in usort() and uasort() in case user comparison function modifyes th
e array.

15 years agoFix several recursion problems when var_dump'ing self-referencing objects
Etienne Kneuss [Thu, 13 Aug 2009 22:07:05 +0000 (22:07 +0000)]
Fix several recursion problems when var_dump'ing self-referencing objects

15 years agorefactor & WS for local test config change
Christopher Jones [Wed, 12 Aug 2009 14:54:16 +0000 (14:54 +0000)]
refactor & WS for local test config change

15 years agoFixed compiler warning
Ilia Alshanetsky [Wed, 12 Aug 2009 12:47:19 +0000 (12:47 +0000)]
Fixed compiler warning

15 years agoFix build on platforms where crypt isn't always available
Scott MacVicar [Wed, 12 Aug 2009 09:18:41 +0000 (09:18 +0000)]
Fix build on platforms where crypt isn't always available

15 years ago- Simplify default flags for Sun C compiler.
Sriram Natarajan [Tue, 11 Aug 2009 23:45:35 +0000 (23:45 +0000)]
- Simplify default flags for Sun C compiler.

15 years agoFix BC break in mime_content_type()
Scott MacVicar [Tue, 11 Aug 2009 23:05:13 +0000 (23:05 +0000)]
Fix BC break in mime_content_type()

15 years agofix potential memory issue on serialization
Stanislav Malyshev [Tue, 11 Aug 2009 22:46:07 +0000 (22:46 +0000)]
fix potential memory issue on serialization
# When internal class uses zend_mangle_property_name it's malloc()
# so it should be freed with free()

15 years agoUpdate libsqlite to 3.6.17.
Scott MacVicar [Tue, 11 Aug 2009 22:22:21 +0000 (22:22 +0000)]
Update libsqlite to 3.6.17.

15 years agoWe should check /usr/local/include last
Scott MacVicar [Tue, 11 Aug 2009 21:40:15 +0000 (21:40 +0000)]
We should check /usr/local/include last

15 years ago- destroy the file entry stream first
Pierre Joye [Tue, 11 Aug 2009 17:19:35 +0000 (17:19 +0000)]
- destroy the file entry stream first

15 years ago- fixed bug #49072, feof never returns true for damaged file in zip
Pierre Joye [Tue, 11 Aug 2009 15:12:00 +0000 (15:12 +0000)]
- fixed bug #49072, feof never returns true for damaged file in zip

15 years ago-skip if not 5.3
Pierre Joye [Tue, 11 Aug 2009 13:09:11 +0000 (13:09 +0000)]
-skip if not 5.3

15 years agoSearch /usr/include too for those wanting to use a system PCRE.
Scott MacVicar [Tue, 11 Aug 2009 12:03:29 +0000 (12:03 +0000)]
Search /usr/include too for those wanting to use a system PCRE.

15 years agoAdd actions for the gitclean target.
David Soria Parra [Tue, 11 Aug 2009 02:21:09 +0000 (02:21 +0000)]
Add actions for the gitclean target.

15 years agoDon't build sqlite as threadsafe if we are doing an NTS build
Kalle Sommer Nielsen [Mon, 10 Aug 2009 16:58:53 +0000 (16:58 +0000)]
Don't build sqlite as threadsafe if we are doing an NTS build

15 years agoFix endless recursion of var_dump() over self-referencing closures
Etienne Kneuss [Mon, 10 Aug 2009 15:18:13 +0000 (15:18 +0000)]
Fix endless recursion of var_dump() over self-referencing closures

15 years ago- fix and improve dns' AAAA support on windows
Pierre Joye [Mon, 10 Aug 2009 08:05:11 +0000 (08:05 +0000)]
- fix and improve dns' AAAA support on windows

15 years agoTweak a few tests that failed on OSX
Rasmus Lerdorf [Mon, 10 Aug 2009 06:53:49 +0000 (06:53 +0000)]
Tweak a few tests that failed on OSX

15 years agoMake these socket tests less Linux-specific
Rasmus Lerdorf [Sun, 9 Aug 2009 14:50:51 +0000 (14:50 +0000)]
Make these socket tests less Linux-specific

15 years agoThe system error here may not be "Filename too long". On OSX, for example,
Rasmus Lerdorf [Sun, 9 Aug 2009 14:20:54 +0000 (14:20 +0000)]
The system error here may not be "Filename too long".  On OSX, for example,
it is "Invalid ioctl" in this case.

15 years agoMFB: Fixed bug #49193 (gdJpegGetVersionString() inside gd_compact identifies wrong...
Ilia Alshanetsky [Sun, 9 Aug 2009 13:16:21 +0000 (13:16 +0000)]
MFB: Fixed bug #49193 (gdJpegGetVersionString() inside gd_compact identifies wrong type in declaration)

15 years agoSkip this test on osx because ceil(-0.5) doesn't return -0 like
Rasmus Lerdorf [Sun, 9 Aug 2009 05:16:17 +0000 (05:16 +0000)]
Skip this test on osx because ceil(-0.5) doesn't return -0 like
everywhere else because of weird optimizations.

15 years ago- Optimize slightly for common case - n!=4
Andi Gutmans [Sun, 9 Aug 2009 04:46:02 +0000 (04:46 +0000)]
- Optimize slightly for common case - n!=4

15 years ago- Fix small typo
Andi Gutmans [Sun, 9 Aug 2009 03:39:15 +0000 (03:39 +0000)]
- Fix small typo

15 years agoDoing a strnatcasecmp(chr(128),chr(255)) is completely non-sensical.
Rasmus Lerdorf [Sat, 8 Aug 2009 14:48:47 +0000 (14:48 +0000)]
Doing a strnatcasecmp(chr(128),chr(255)) is completely non-sensical.
Logically one might think that chr(128) would collate before chr(255) except
this is a case-insensitive comparison and internally we toupper() both args.
toupper(chr(128)) is 128.  There is no upper-case equivalent of this char.
toupper(chr(255)) is 120 so chr(255) collates before chr(128) in this
case-insensitive comparison.  And these are rather bogus characters to feed
to a natsort test anyway.

15 years agoRestore intra-string whitespace collapsing broken in the previous change.
Rasmus Lerdorf [Sat, 8 Aug 2009 14:39:34 +0000 (14:39 +0000)]
Restore intra-string whitespace collapsing broken in the previous change.

15 years ago- [DOC] Fixed #49183 patch for VC6, NAPTR is only available in VC9+ build
Pierre Joye [Sat, 8 Aug 2009 13:01:13 +0000 (13:01 +0000)]
- [DOC] Fixed #49183 patch for VC6, NAPTR is only available in VC9+ build

15 years agoOops, true/false are not defined on Linux. They are on OSX.
Rasmus Lerdorf [Fri, 7 Aug 2009 17:32:31 +0000 (17:32 +0000)]
Oops, true/false are not defined on Linux.  They are on OSX.

15 years agoOnly skip leading 0's - fixes a test I broke a while ago
Rasmus Lerdorf [Fri, 7 Aug 2009 17:14:19 +0000 (17:14 +0000)]
Only skip leading 0's - fixes a test I broke a while ago

15 years ago- Generated files
Jani Taskinen [Fri, 7 Aug 2009 15:45:56 +0000 (15:45 +0000)]
- Generated files

15 years ago- Fixed bug #48719 parse_ini_*(): scanner mode is not checked for sanity)
Jani Taskinen [Fri, 7 Aug 2009 15:44:37 +0000 (15:44 +0000)]
- Fixed bug #48719 parse_ini_*(): scanner mode is not checked for sanity)

15 years ago- Generated files..
Jani Taskinen [Fri, 7 Aug 2009 14:22:49 +0000 (14:22 +0000)]
- Generated files..

15 years ago- Fixed bug #48660 (parse_ini_*(): dollar sign as last character of value fails)
Jani Taskinen [Fri, 7 Aug 2009 14:21:38 +0000 (14:21 +0000)]
- Fixed bug #48660 (parse_ini_*(): dollar sign as last character of value fails)

15 years ago- Fixed #49183, dns_get_record does not return NAPTR records
Pierre Joye [Fri, 7 Aug 2009 13:31:09 +0000 (13:31 +0000)]
- Fixed #49183, dns_get_record does not return NAPTR records

15 years ago- Fix test
Jani Taskinen [Thu, 6 Aug 2009 13:54:21 +0000 (13:54 +0000)]
- Fix test

15 years agoFix more tests messed up by svn
Rasmus Lerdorf [Thu, 6 Aug 2009 13:26:43 +0000 (13:26 +0000)]
Fix more tests messed up by svn

15 years agoFix test
Rasmus Lerdorf [Thu, 6 Aug 2009 13:08:13 +0000 (13:08 +0000)]
Fix test

15 years agoMake test more generic
Ilia Alshanetsky [Thu, 6 Aug 2009 12:23:35 +0000 (12:23 +0000)]
Make test more generic

15 years ago- Fix CS and remove extra strlen() call
Jani Taskinen [Thu, 6 Aug 2009 11:11:15 +0000 (11:11 +0000)]
- Fix CS and remove extra strlen() call

15 years ago- Restore PHP-5.2 behaviour when passing null inside object scope to get_class()
Jani Taskinen [Thu, 6 Aug 2009 11:02:25 +0000 (11:02 +0000)]
- Restore PHP-5.2 behaviour when passing null inside object scope to get_class()

15 years agoThe user argument cannot be NULL here - fixes 2 tests
Rasmus Lerdorf [Thu, 6 Aug 2009 10:56:00 +0000 (10:56 +0000)]
The user argument cannot be NULL here - fixes 2 tests

15 years agoDeal with moving to res_nsearch(). dns_search() on OSX lacks an error handler, might...
Scott MacVicar [Thu, 6 Aug 2009 04:37:07 +0000 (04:37 +0000)]
Deal with moving to res_nsearch(). dns_search() on OSX lacks an error handler, might revert to using straight bind9.

15 years agoFix bug #48575 - Use dlopen() just like all the other *nixes instead of OSX specific...
Scott MacVicar [Thu, 6 Aug 2009 01:33:54 +0000 (01:33 +0000)]
Fix bug #48575 - Use dlopen() just like all the other *nixes instead of OSX specific code.

15 years agoRemove usage of res_nmkquery and res_nsend. We essentially were just doing a res_sea...
Scott MacVicar [Thu, 6 Aug 2009 00:10:46 +0000 (00:10 +0000)]
Remove usage of res_nmkquery and res_nsend. We essentially were just doing a  res_search() anyway, though now we use res_nsearch() with our own state.

This also adds support for using the high level <dns.h> API on OSX which in turns allows use of bind9 (finally).

15 years agoChange dns.h to php_dns.h, part of my dns cleanup
Scott MacVicar [Wed, 5 Aug 2009 23:20:17 +0000 (23:20 +0000)]
Change dns.h to php_dns.h, part of my dns cleanup

15 years agores_search is already checked within ext/standard/config.m4
Scott MacVicar [Wed, 5 Aug 2009 20:01:33 +0000 (20:01 +0000)]
res_search is already checked within ext/standard/config.m4
also check for arpa/nameser_compat.h, OSX puts some old defines in there (not used yet)

15 years agoBasic test for is_resource() and isset() functions. tested on Windows, Linux and...
andy wharmby [Wed, 5 Aug 2009 16:10:46 +0000 (16:10 +0000)]
Basic test for is_resource() and isset() functions. tested on Windows, Linux and Linux 64

15 years agouse x.y.z version number, use a #define for version number
Greg Beaver [Wed, 5 Aug 2009 15:58:50 +0000 (15:58 +0000)]
use x.y.z version number, use a #define for version number

15 years agoAdd new use-case to parse_str() test. Tested on Windows, Linux and Linux 64
andy wharmby [Wed, 5 Aug 2009 08:54:27 +0000 (08:54 +0000)]
Add new use-case to parse_str() test. Tested on Windows, Linux and Linux 64

15 years agoFix compiler warnings in ext/date
Kalle Sommer Nielsen [Tue, 4 Aug 2009 21:11:35 +0000 (21:11 +0000)]
Fix compiler warnings in ext/date

15 years agoMerge from PHP_5_3
Jani Taskinen [Tue, 4 Aug 2009 14:51:29 +0000 (14:51 +0000)]
Merge from PHP_5_3

15 years agoAdded missing handling for ICO support
Ilia Alshanetsky [Tue, 4 Aug 2009 14:34:44 +0000 (14:34 +0000)]
Added missing handling for ICO support

15 years ago- Add test (yes, it fails still :)
Jani Taskinen [Tue, 4 Aug 2009 12:16:40 +0000 (12:16 +0000)]
- Add test (yes, it fails still :)

15 years ago- Fixed bug #48608 (Invalid libreadline version not detected during configure)
Jani Taskinen [Tue, 4 Aug 2009 11:20:49 +0000 (11:20 +0000)]
- Fixed bug #48608 (Invalid libreadline version not detected during configure)

15 years agoRevert and correct previous fix, this does not loose precision and convert back to int
Kalle Sommer Nielsen [Tue, 4 Aug 2009 11:19:07 +0000 (11:19 +0000)]
Revert and correct previous fix, this does not loose precision and convert back to int

15 years agofix test
Antony Dovgal [Tue, 4 Aug 2009 10:22:18 +0000 (10:22 +0000)]
fix test

15 years agocosmetic fix
Antony Dovgal [Tue, 4 Aug 2009 09:27:15 +0000 (09:27 +0000)]
cosmetic fix

15 years agofix memleak and possible segfault in HTTP fopen wrapper
Antony Dovgal [Tue, 4 Aug 2009 09:24:48 +0000 (09:24 +0000)]
fix memleak and possible segfault in HTTP fopen wrapper

15 years ago- Generated files
Jani Taskinen [Tue, 4 Aug 2009 02:58:29 +0000 (02:58 +0000)]
- Generated files

15 years ago- Fixed bug #48768 (parse_ini_*() crash with INI_SCANNER_RAW)
Jani Taskinen [Tue, 4 Aug 2009 02:56:26 +0000 (02:56 +0000)]
- Fixed bug #48768 (parse_ini_*() crash with INI_SCANNER_RAW)

15 years ago- Fix title
Jani Taskinen [Tue, 4 Aug 2009 02:55:24 +0000 (02:55 +0000)]
- Fix title

15 years ago-fix test
Jani Taskinen [Tue, 4 Aug 2009 02:54:10 +0000 (02:54 +0000)]
-fix test

15 years ago- Generated files
Jani Taskinen [Tue, 4 Aug 2009 02:35:38 +0000 (02:35 +0000)]
- Generated files

15 years ago- Fixed bug #49056 (parse_ini_file() regression in 5.3.0 when using non-ASCII strings...
Jani Taskinen [Tue, 4 Aug 2009 02:34:04 +0000 (02:34 +0000)]
- Fixed bug #49056 (parse_ini_file() regression in 5.3.0 when using non-ASCII strings as option keys)

15 years ago- fix test
Jani Taskinen [Tue, 4 Aug 2009 02:24:47 +0000 (02:24 +0000)]
- fix test

15 years ago- Fix test
Jani Taskinen [Tue, 4 Aug 2009 02:17:33 +0000 (02:17 +0000)]
- Fix test

15 years agoNew basic tests for get_defined_constants(), get_loaded_extensions() and get_resource...
andy wharmby [Mon, 3 Aug 2009 23:12:43 +0000 (23:12 +0000)]
New basic tests for get_defined_constants(), get_loaded_extensions() and get_resource_type() functions. Tested on Windows, Linux and Linux 64 bit

15 years agoAdd missing SKIPIF sections to tests
andy wharmby [Mon, 3 Aug 2009 22:40:58 +0000 (22:40 +0000)]
Add missing SKIPIF sections to tests

15 years ago- Fixed bug #49095 (proc_get_status['exitcode'] fails on win32)
Felipe Pena [Mon, 3 Aug 2009 19:05:56 +0000 (19:05 +0000)]
- Fixed bug #49095 (proc_get_status['exitcode'] fails on win32)

15 years ago- Cleanup
Jani Taskinen [Mon, 3 Aug 2009 18:09:19 +0000 (18:09 +0000)]
- Cleanup

15 years ago- Fix output compression
Jani Taskinen [Mon, 3 Aug 2009 18:08:46 +0000 (18:08 +0000)]
- Fix output compression

15 years ago- CS
Felipe Pena [Mon, 3 Aug 2009 15:58:18 +0000 (15:58 +0000)]
- CS

15 years ago- Improved. No ugly copy. (Tony)
Felipe Pena [Mon, 3 Aug 2009 13:26:15 +0000 (13:26 +0000)]
- Improved. No ugly copy. (Tony)

15 years ago- Re-fix stream_is_local() memory leaks
Felipe Pena [Mon, 3 Aug 2009 13:16:24 +0000 (13:16 +0000)]
- Re-fix stream_is_local() memory leaks

15 years ago- Fixed bug #48400 (imap crashes when closing stream opened with OP_PROTOTYPE flag)
Jani Taskinen [Mon, 3 Aug 2009 13:02:53 +0000 (13:02 +0000)]
- Fixed bug #48400 (imap crashes when closing stream opened with OP_PROTOTYPE flag)

15 years ago- Fixed bBug #48873 (Using both --with-libedit and --with-readline cause unknown...
Jani Taskinen [Mon, 3 Aug 2009 11:21:44 +0000 (11:21 +0000)]
- Fixed bBug #48873 (Using both --with-libedit and --with-readline cause unknown option warning)

# This isn't worth of NEWS entry, it's just cosmetic

15 years ago- These tests fail if mbstring is enabled, not because of bad libc..
Jani Taskinen [Mon, 3 Aug 2009 10:23:23 +0000 (10:23 +0000)]
- These tests fail if mbstring is enabled, not because of bad libc..

15 years agoFix bug #46020: With Sun Java System Web Server 7.0 on HPUX, #define HPUX
Uwe Schindler [Mon, 3 Aug 2009 10:12:30 +0000 (10:12 +0000)]
Fix bug #46020: With Sun Java System Web Server 7.0 on HPUX, #define HPUX

15 years agorevert bogus memleak fix causing Valgrind to scream
Antony Dovgal [Mon, 3 Aug 2009 08:45:28 +0000 (08:45 +0000)]
revert bogus memleak fix causing Valgrind to scream

15 years agoFix broken json tests in all branches
Rasmus Lerdorf [Mon, 3 Aug 2009 04:01:57 +0000 (04:01 +0000)]
Fix broken json tests in all branches

15 years agoMissed a merge
Rasmus Lerdorf [Sun, 2 Aug 2009 23:12:04 +0000 (23:12 +0000)]
Missed a merge

15 years agoAddref on clone as well
Etienne Kneuss [Sun, 2 Aug 2009 21:21:46 +0000 (21:21 +0000)]
Addref on clone as well

15 years agofix test
Antony Dovgal [Sun, 2 Aug 2009 20:49:20 +0000 (20:49 +0000)]
fix test

15 years ago- More and more missing svn:ignore entries.
Jani Taskinen [Sun, 2 Aug 2009 01:48:27 +0000 (01:48 +0000)]
- More and more missing svn:ignore entries.

15 years ago- More missing svn:ignore entries
Jani Taskinen [Sun, 2 Aug 2009 01:16:41 +0000 (01:16 +0000)]
- More missing svn:ignore entries

15 years ago- Fixed bug #49122 (undefined reference to mysqlnd_stmt_next_result on compile with...
Jani Taskinen [Sun, 2 Aug 2009 01:07:38 +0000 (01:07 +0000)]
- Fixed bug #49122 (undefined reference to mysqlnd_stmt_next_result on compile with  --with-mysqli and MySQL 6.0)

15 years ago- Add missing svn:ignore
Jani Taskinen [Sun, 2 Aug 2009 00:27:51 +0000 (00:27 +0000)]
- Add missing svn:ignore

15 years ago- Fixed paths
Felipe Pena [Sat, 1 Aug 2009 23:26:02 +0000 (23:26 +0000)]
- Fixed paths

15 years ago- Fixed bug #49125 (Error in dba_exists C code)
Felipe Pena [Sat, 1 Aug 2009 23:10:11 +0000 (23:10 +0000)]
- Fixed bug #49125 (Error in dba_exists C code)
  patch by: jdornan at stanford dot edu

15 years ago- Fixed ReflectionClass::getStaticProperties() to do not return the private propertie...
Felipe Pena [Sat, 1 Aug 2009 20:44:00 +0000 (20:44 +0000)]
- Fixed ReflectionClass::getStaticProperties() to do not return the private properties from parent class;
  behavior already adopted in ReflectionClass::getDefaultProperties() and ReflectionClass::getProperties().

15 years ago- Fixed bug #49132 (posix_times returns false without error)
Felipe Pena [Sat, 1 Aug 2009 18:22:31 +0000 (18:22 +0000)]
- Fixed bug #49132 (posix_times returns false without error)
  patch by: phpbugs at gunnu dot us

15 years ago- Fixed tests
Felipe Pena [Sat, 1 Aug 2009 15:46:50 +0000 (15:46 +0000)]
- Fixed tests

15 years agoFix compiler warnings - regenerate 2/2
Kalle Sommer Nielsen [Sat, 1 Aug 2009 14:47:10 +0000 (14:47 +0000)]
Fix compiler warnings - regenerate 2/2

15 years agoFix compiler warnings 1/2
Kalle Sommer Nielsen [Sat, 1 Aug 2009 14:46:47 +0000 (14:46 +0000)]
Fix compiler warnings 1/2

15 years agoKill compiler warnings
Kalle Sommer Nielsen [Sat, 1 Aug 2009 14:45:42 +0000 (14:45 +0000)]
Kill compiler warnings

15 years ago- Added a function to print all CVs from the local scope.
Derick Rethans [Sat, 1 Aug 2009 12:55:36 +0000 (12:55 +0000)]
- Added a function to print all CVs from the local scope.

15 years ago- Fixed bug #43510 (stream_get_meta_data() does not return same mode as used in fopen)
Jani Taskinen [Sat, 1 Aug 2009 03:17:31 +0000 (03:17 +0000)]
- Fixed bug #43510 (stream_get_meta_data() does not return same mode as used in fopen)

15 years ago- Fixed bug #49092 (ReflectionFunction fails to work with functions in fully qualifie...
Jani Taskinen [Sat, 1 Aug 2009 01:45:22 +0000 (01:45 +0000)]
- Fixed bug #49092 (ReflectionFunction fails to work with functions in fully qualified namespaces)