]>
granicus.if.org Git - php/log
Felipe Pena [Thu, 29 Jul 2010 01:59:40 +0000 (01:59 +0000)]
- Makes "parent" and "self" checking case-insensitive
Sriram Natarajan [Tue, 27 Jul 2010 21:42:22 +0000 (21:42 +0000)]
- Fixed bug #52436 (Compile error in pcre if systems do not have stdint.h)
# PCRE's config.h can very well reuse the definitions made available from
# PHP's configure script output available within php_config.h
Dmitry Stogov [Tue, 27 Jul 2010 09:50:35 +0000 (09:50 +0000)]
Additional specialization
Dmitry Stogov [Mon, 26 Jul 2010 12:40:32 +0000 (12:40 +0000)]
Removed deprecated check
Stanley Sufficool [Sat, 24 Jul 2010 14:05:44 +0000 (14:05 +0000)]
Remove obsolete non phpt test script.
Dmitry Stogov [Tue, 20 Jul 2010 11:28:53 +0000 (11:28 +0000)]
typo
Adam Harvey [Tue, 20 Jul 2010 04:26:57 +0000 (04:26 +0000)]
Fix bug #52380 (Typo in lcfirst comment docs) by updating the commented
prototype for lcfirst() to actually read lcfirst().
Dmitry Stogov [Mon, 19 Jul 2010 15:04:51 +0000 (15:04 +0000)]
Use proper fetch types
Dmitry Stogov [Mon, 19 Jul 2010 14:34:34 +0000 (14:34 +0000)]
Removed invalid checks
Adam Harvey [Mon, 19 Jul 2010 10:46:44 +0000 (10:46 +0000)]
Fix for bug #52317 (Segmentation fault when using mail() on a rhel 4.x (only 64
bit)).
Dmitry Stogov [Fri, 16 Jul 2010 13:38:09 +0000 (13:38 +0000)]
ZEND_FETCH_*_R operations simplified and can't be used with EXT_TYPE_UNUSED flag any more. Thit is very rare and useless case. ZEND_FREE might be required after them instead.
Dmitry Stogov [Fri, 16 Jul 2010 11:44:30 +0000 (11:44 +0000)]
Simplified string offset reading
Andrey Hristov [Thu, 15 Jul 2010 16:57:14 +0000 (16:57 +0000)]
Fix for Bug #51583 Bus error due to wrong alignment in mysqlnd
Pierre Joye [Thu, 15 Jul 2010 00:13:20 +0000 (00:13 +0000)]
- fix vc6 build
Dmitry Stogov [Wed, 14 Jul 2010 15:20:44 +0000 (15:20 +0000)]
Optimized defaut Content-Type HTTP header processing
Dmitry Stogov [Wed, 14 Jul 2010 10:27:08 +0000 (10:27 +0000)]
Fixed incorrect reinitialization
Kalle Sommer Nielsen [Wed, 14 Jul 2010 00:04:43 +0000 (00:04 +0000)]
Update the re2c files aswell (bug #51943)
Kalle Sommer Nielsen [Tue, 13 Jul 2010 23:59:54 +0000 (23:59 +0000)]
Fixed bug #51943 (Several files are out of ANSI spec)
# Based on patch by CoreyStup at gmail dot com
Kalle Sommer Nielsen [Tue, 13 Jul 2010 17:21:00 +0000 (17:21 +0000)]
Fixed bug #52037 (Concurrent builds fail in install-programs) -- Patch by Seanius at debian dot org
Andrey Hristov [Tue, 13 Jul 2010 13:02:00 +0000 (13:02 +0000)]
Give an error when USE_RESULT is used with fetch_all
Felipe Pena [Sat, 10 Jul 2010 13:56:33 +0000 (13:56 +0000)]
- Added EG(saved_fpu_cw_ptr) initialization
Scott MacVicar [Fri, 9 Jul 2010 21:11:37 +0000 (21:11 +0000)]
Fix a bug when var_export() causes a fatal error that could inadvertently display data due to flushing of the output buffer.
Examples include, memory limit, execution time and recursion.
Dmitry Stogov [Fri, 9 Jul 2010 09:02:14 +0000 (09:02 +0000)]
Eliminated useless allocation of FPU control word on each request startup
Dmitry Stogov [Fri, 9 Jul 2010 07:31:18 +0000 (07:31 +0000)]
zend_ptr_stack allocation is delayed before the actual usage
Felipe Pena [Thu, 8 Jul 2010 15:22:11 +0000 (15:22 +0000)]
- Fix ZTS build
Kalle Sommer Nielsen [Thu, 8 Jul 2010 15:09:57 +0000 (15:09 +0000)]
Fixed Windows build
Sebastian Bergmann [Thu, 8 Jul 2010 15:05:22 +0000 (15:05 +0000)]
Fugbix typo.
Dmitry Stogov [Thu, 8 Jul 2010 14:05:11 +0000 (14:05 +0000)]
- use interned strings for auto globals
- $GLOBALS became a JIT autoglobal, so it's initialized only if used (this may affect opcode caches)
Dmitry Stogov [Thu, 8 Jul 2010 07:40:02 +0000 (07:40 +0000)]
Reduced overhead of request startup
Dmitry Stogov [Thu, 8 Jul 2010 07:38:59 +0000 (07:38 +0000)]
Fixed checks for PHP_DEBUG macro
Felipe Pena [Wed, 7 Jul 2010 22:46:54 +0000 (22:46 +0000)]
- Fixed ZTS build
Etienne Kneuss [Wed, 7 Jul 2010 21:55:17 +0000 (21:55 +0000)]
Fixed #51697 (Unsafe operations in free_storage of SPL iterators,
causes crashes during shutdown)
Dmitry Stogov [Wed, 7 Jul 2010 16:54:55 +0000 (16:54 +0000)]
Use zend_stream API to open main PHP script in CGI/FastCGI. This allows to override the open function by opcode caches and eliminate the actual open syscall.
Andrey Hristov [Wed, 7 Jul 2010 15:53:34 +0000 (15:53 +0000)]
update tests
Andrey Hristov [Wed, 7 Jul 2010 12:09:36 +0000 (12:09 +0000)]
Cleanup in trunk. Remove some functions, noted in
UPGRADING. sed-ed the tests to change the usage
to the real function name.
Dmitry Stogov [Wed, 7 Jul 2010 11:44:27 +0000 (11:44 +0000)]
Removed redundant check
Andrey Hristov [Wed, 7 Jul 2010 11:36:29 +0000 (11:36 +0000)]
Arginfo for mysqli
Dmitry Stogov [Wed, 7 Jul 2010 10:34:50 +0000 (10:34 +0000)]
Reused single segment between requests. Saved one malloc/free for each request.
Dmitry Stogov [Wed, 7 Jul 2010 10:30:17 +0000 (10:30 +0000)]
Reduced initial VM stack size to fit into zend_mm segment and eliminate extra segment allocation
Timm Friebe [Wed, 7 Jul 2010 09:47:24 +0000 (09:47 +0000)]
- Added -DSYB_LP64 to CFLAGS on 64 bit platforms
# See http://cpansearch.perl.org/src/MEWP/DBD-Sybase-1.08/Makefile.PL:
#
# "If we are building for a 64 bit platform that also supports 32 bit
# (i.e. Solaris 8, HP-UX11, etc) then we need to make some adjustments
# [...] Tru64/DEC OSF does NOT use the SYB_LP64 define as it is ALWAYS
# in 64 bit mode."
#
# Fixes bug #50827
Scott MacVicar [Tue, 6 Jul 2010 17:01:30 +0000 (17:01 +0000)]
Fix bug #52262 - Invalid UTF-8 documents don't set an error code when they fail to decode.
Dmitry Stogov [Tue, 6 Jul 2010 16:09:43 +0000 (16:09 +0000)]
zend_stack initialization is delayed before the actual usage
Felipe Pena [Tue, 6 Jul 2010 15:52:39 +0000 (15:52 +0000)]
- Fix ZTS build
Dmitry Stogov [Tue, 6 Jul 2010 11:40:17 +0000 (11:40 +0000)]
eliminated unnecessary iterations during request startup/shutdown
Antony Dovgal [Tue, 6 Jul 2010 11:37:19 +0000 (11:37 +0000)]
fix typos and use correct directive names in error messages
Felipe Pena [Tue, 6 Jul 2010 00:25:52 +0000 (00:25 +0000)]
- Fixed tests
Dmitry Stogov [Mon, 5 Jul 2010 15:40:54 +0000 (15:40 +0000)]
reduced request processing overhead
Dmitry Stogov [Mon, 5 Jul 2010 14:32:29 +0000 (14:32 +0000)]
Use ZE API to modify/restore PG(magic_quotes_runtime). Removed overhead at request startup.
Dmitry Stogov [Mon, 5 Jul 2010 12:03:08 +0000 (12:03 +0000)]
Reduced overhead of ext/mbstring initialization
Dmitry Stogov [Mon, 5 Jul 2010 09:08:35 +0000 (09:08 +0000)]
Fixed bug #52237 (Crash when passing the reference of the property of a non-object)
Felipe Pena [Sat, 3 Jul 2010 13:06:14 +0000 (13:06 +0000)]
- Fixed bug #52240 (hash_copy() does not copy the HMAC key, causes wrong results and PHP crashes)
Johannes Schlüter [Fri, 2 Jul 2010 19:17:45 +0000 (19:17 +0000)]
Fix bug #52238: Crash when an Exception occured in iterator_to_array
Ilia Alshanetsky [Fri, 2 Jul 2010 17:17:16 +0000 (17:17 +0000)]
Upgraded bundled PCRE to version 8.10
Eric Stewart [Fri, 2 Jul 2010 02:45:56 +0000 (02:45 +0000)]
Added test for bug 52013 to trunk.
Dmitry Stogov [Thu, 1 Jul 2010 08:58:14 +0000 (08:58 +0000)]
Used more sutable type. Reduced memory usage.
Felipe Pena [Thu, 1 Jul 2010 01:11:08 +0000 (01:11 +0000)]
- Fixed bug #52211 (iconv() returns part of string on error)
Pierre Joye [Wed, 30 Jun 2010 22:06:49 +0000 (22:06 +0000)]
- WS
Ilia Alshanetsky [Wed, 30 Jun 2010 12:21:35 +0000 (12:21 +0000)]
Fixed bug #33210 (getimagesize() fails to detect width/height on certain JPEGs).
Stanislav Malyshev [Wed, 30 Jun 2010 04:23:32 +0000 (04:23 +0000)]
sync version with PECL
Stanley Sufficool [Wed, 30 Jun 2010 03:16:04 +0000 (03:16 +0000)]
pdo_dblib - improve test skip messages
Felipe Pena [Wed, 30 Jun 2010 02:45:10 +0000 (02:45 +0000)]
- Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3)
Felipe Pena [Wed, 30 Jun 2010 02:30:14 +0000 (02:30 +0000)]
- MF5.3: Reverted fix for bug #48930 (due binary compatibility breakage)
# To commit a new common fix
Stanley Sufficool [Tue, 29 Jun 2010 14:08:22 +0000 (14:08 +0000)]
PDO DBLIB test fixups
Antony Dovgal [Tue, 29 Jun 2010 10:50:58 +0000 (10:50 +0000)]
fix build
Stanley Sufficool [Tue, 29 Jun 2010 06:20:15 +0000 (06:20 +0000)]
Remove PDO DBLIB prefix from PostgreSQL PDO tests
Stanley Sufficool [Tue, 29 Jun 2010 06:08:51 +0000 (06:08 +0000)]
Oops
Stanley Sufficool [Tue, 29 Jun 2010 06:04:17 +0000 (06:04 +0000)]
Add tests for recent fixes
Stanislav Malyshev [Tue, 29 Jun 2010 00:58:31 +0000 (00:58 +0000)]
fix SplObjectStorage unserialization (CVE-2010-2225)
Pierre Joye [Mon, 28 Jun 2010 23:26:48 +0000 (23:26 +0000)]
- typo for iconv DLL .lib
Timm Friebe [Mon, 28 Jun 2010 13:35:06 +0000 (13:35 +0000)]
- Added test for tds_sysdep_public.h and link against -lct only then
- Added test for libsybct64 and libsybct
# The former is a fix for newer versions of FreeTDS which no longer
# provide the tds.h - we need to distinguish in what we link against
# between FreeTDS and the official Sybase libraries, and this seems
# to do the job.
# The latter is the patch from bug #49276 (finally, and sorry)
Felipe Pena [Mon, 28 Jun 2010 01:19:08 +0000 (01:19 +0000)]
- Fix arginfo name
Stanley Sufficool [Mon, 28 Jun 2010 00:15:18 +0000 (00:15 +0000)]
Fix bad string length
Felipe Pena [Sun, 27 Jun 2010 22:13:41 +0000 (22:13 +0000)]
- Improved initialization
Felipe Pena [Sun, 27 Jun 2010 21:46:16 +0000 (21:46 +0000)]
- Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3)
Felipe Pena [Sat, 26 Jun 2010 22:05:13 +0000 (22:05 +0000)]
- Fixed bug #51421 (Abstract __construct constructor argument list not enforced)
Felipe Pena [Sat, 26 Jun 2010 19:19:16 +0000 (19:19 +0000)]
- Fixed bug #52160 (Invalid E_STRICT redefined constructor error)
Felipe Pena [Sat, 26 Jun 2010 17:17:47 +0000 (17:17 +0000)]
- Fixed tests
Felipe Pena [Sat, 26 Jun 2010 17:14:33 +0000 (17:14 +0000)]
- Fixed bug #52193 (converting closure to array yields empty array)
Felipe Pena [Sat, 26 Jun 2010 16:03:39 +0000 (16:03 +0000)]
- Fixed bug #52183 (Reflectionfunction reports invalid number of arguments for function aliases)
Christopher Jones [Fri, 25 Jun 2010 21:18:09 +0000 (21:18 +0000)]
Remove hard coded lib extension. Prepare for OCI8 1.4.2 release
Christopher Jones [Fri, 25 Jun 2010 21:09:13 +0000 (21:09 +0000)]
Fix bug #52186 (phpinfo shows 10.1 or 11.1 when installed with ORACLE_HOME 10.2 or 11.2)
Felipe Pena [Thu, 24 Jun 2010 22:32:42 +0000 (22:32 +0000)]
- Fixed bug #52138 (Constants are parsed into the ini file for section names)
Andrey Hristov [Thu, 24 Jun 2010 19:52:13 +0000 (19:52 +0000)]
Two functions, which should be methods so one can catch
their output, for example
Stanley Sufficool [Thu, 24 Jun 2010 03:40:45 +0000 (03:40 +0000)]
Actually fix quoted identifiers this time
Pierre Joye [Thu, 24 Jun 2010 00:15:12 +0000 (00:15 +0000)]
- typo
Sriram Natarajan [Wed, 23 Jun 2010 19:06:33 +0000 (19:06 +0000)]
- Fixed bug #52162 (custom request header variables with numbers are removed)
Johannes Schlüter [Wed, 23 Jun 2010 15:11:02 +0000 (15:11 +0000)]
Install SQLite3 header
Stanley Sufficool [Wed, 23 Jun 2010 01:29:01 +0000 (01:29 +0000)]
Fix Bug #47588 - Allow Quoted Identifiers
Dmitry Stogov [Tue, 22 Jun 2010 14:15:08 +0000 (14:15 +0000)]
Removed redundant code
Stanley Sufficool [Tue, 22 Jun 2010 02:59:52 +0000 (02:59 +0000)]
Fix bug #52137 - implement lastInsertId
Stanley Sufficool [Tue, 22 Jun 2010 02:09:57 +0000 (02:09 +0000)]
Fix bug #52134
Andrey Hristov [Mon, 21 Jun 2010 15:32:26 +0000 (15:32 +0000)]
Fix sprintf modifiers all around the place. In most cases
%u should be used. Where size_t is used then MYSQLND_SZ_T_SPEC should be
the modifier
Andrey Hristov [Mon, 21 Jun 2010 14:49:45 +0000 (14:49 +0000)]
fix valgrind warnings on 64bit, thread_is is strictly 32bit
Pierre Joye [Mon, 21 Jun 2010 09:11:35 +0000 (09:11 +0000)]
- +FR
Pierre Joye [Mon, 21 Jun 2010 08:47:25 +0000 (08:47 +0000)]
- #48632, ssl AES support
Stanley Sufficool [Mon, 21 Jun 2010 07:30:48 +0000 (07:30 +0000)]
Fix bug #38955 - add transaction support
Stanley Sufficool [Mon, 21 Jun 2010 06:54:10 +0000 (06:54 +0000)]
Fix bug #45876 adding get column meta
Pierre Joye [Sun, 20 Jun 2010 16:33:16 +0000 (16:33 +0000)]
- #45808, stream_socket_enable_crypto() blocks and eats CPU
Pierre Joye [Sun, 20 Jun 2010 15:30:49 +0000 (15:30 +0000)]
- #51295, SQLite3::busyTimeout not existing
Felipe Pena [Sun, 20 Jun 2010 14:12:06 +0000 (14:12 +0000)]
- Completed the fix for bug #52010
# Fixing pdo drivers