]> granicus.if.org Git - php/log
php
18 years ago- Fix iterators part and add tests
Marcus Boerger [Wed, 10 May 2006 00:29:42 +0000 (00:29 +0000)]
- Fix iterators part and add tests

18 years ago- Update after api changes
Marcus Boerger [Wed, 10 May 2006 00:03:38 +0000 (00:03 +0000)]
- Update after api changes
- MFH
  . ArrayIterator/ArrayObject: function lookup caches and array functions
  . Added RegExIterator, RecursiveRegExIterator
  . Added (full) caching support for CachingIterator

18 years ago- Update after api changes
Marcus Boerger [Wed, 10 May 2006 00:00:13 +0000 (00:00 +0000)]
- Update after api changes

18 years ago- Tweak version check
Marcus Boerger [Tue, 9 May 2006 23:54:48 +0000 (23:54 +0000)]
- Tweak version check

18 years ago- MFH pcre_get_compiled_regex_cache() support
Marcus Boerger [Tue, 9 May 2006 23:53:40 +0000 (23:53 +0000)]
- MFH pcre_get_compiled_regex_cache() support

18 years ago- MFH as discussed
Marcus Boerger [Tue, 9 May 2006 23:53:23 +0000 (23:53 +0000)]
- MFH as discussed
  . zend_exception_get_default() -> zend_exception_get_default(TSRMLS_D)
  . zend_get_error_exception()   -> zend_get_error_exception(TSRMLS_D)
  . added E_RECOVERABLE_ERROR
  . added ZEND_TOSTRING_FUNC_NAME
  . added __tostring function cache to zend_class_entry
  . added ZEND_NAMED_ME
  . modified ZEND_ME_MAPPING to support method flags
  . added ZEND_MN
  . method entries now use prefix "zim_" instead of "zif_"
  . drop EG(ze1_compatibility_mode)
  . changed cast handler, now without (int should_free):
    typedef int (*zend_object_cast_t)(zval *readobj, zval *retval, int type TSRMLS_DC);
  . changed get_iterator, now receives whether value is by ref:
    zend_object_iterator *(*get_iterator)(zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC);
  . added zend_objects_store_add_ref_by_handle
  . added zend_objects_store_del_ref_by_handle
  . convert_to_explicit_type(pzv, type)

18 years agoFixed bug #37376 (fastcgi.c compile fail with gcc 2.95.4).
Ilia Alshanetsky [Tue, 9 May 2006 22:00:08 +0000 (22:00 +0000)]
Fixed bug #37376 (fastcgi.c compile fail with gcc 2.95.4).

18 years ago*** empty log message ***
Andrei Zmievski [Tue, 9 May 2006 19:37:00 +0000 (19:37 +0000)]
*** empty log message ***

18 years agoMFH
Andrei Zmievski [Tue, 9 May 2006 18:29:26 +0000 (18:29 +0000)]
MFH

18 years agoremoved unused macro parameter
Georg Richter [Tue, 9 May 2006 11:26:09 +0000 (11:26 +0000)]
removed unused macro parameter

18 years agoUpdate news
Edin Kadribasic [Mon, 8 May 2006 20:18:34 +0000 (20:18 +0000)]
Update news

18 years agomoved zend_class_entry variables to mysqli.c
Georg Richter [Mon, 8 May 2006 16:19:43 +0000 (16:19 +0000)]
moved zend_class_entry variables to mysqli.c

18 years agoMFH: Add implementation of curl_multi_info_read
Brian France [Mon, 8 May 2006 15:29:28 +0000 (15:29 +0000)]
MFH: Add implementation of curl_multi_info_read

18 years agotweaks and optimizations
Andrey Hristov [Mon, 8 May 2006 15:06:51 +0000 (15:06 +0000)]
tweaks and optimizations
#tested on 32b and 64b

18 years agoFixed memory leaks when working with cursors in PDO PostgreSQL driver.
Ilia Alshanetsky [Mon, 8 May 2006 14:33:00 +0000 (14:33 +0000)]
Fixed memory leaks when working with cursors in PDO PostgreSQL driver.

18 years ago- more CS
Pierre Joye [Mon, 8 May 2006 12:06:59 +0000 (12:06 +0000)]
- more CS

18 years ago- MFH: #37360, bad gif size
Pierre Joye [Mon, 8 May 2006 11:50:47 +0000 (11:50 +0000)]
- MFH: #37360, bad gif size

18 years ago- CS (spaces > tabs)
Pierre Joye [Mon, 8 May 2006 11:12:49 +0000 (11:12 +0000)]
- CS (spaces > tabs)

18 years agoINSTALL_HEADERS takes absolute filenames there in the second arg.
Rasmus Lerdorf [Sun, 7 May 2006 16:56:07 +0000 (16:56 +0000)]
INSTALL_HEADERS takes absolute filenames there in the second arg.
This makes pecl/mailparse build again

18 years ago- #37346, invalid colormap format
Pierre Joye [Sun, 7 May 2006 16:37:40 +0000 (16:37 +0000)]
- #37346, invalid colormap format

18 years agoFixed bug #37348 (make PEAR install ignore open_basedir).
Ilia Alshanetsky [Sun, 7 May 2006 16:32:40 +0000 (16:32 +0000)]
Fixed bug #37348 (make PEAR install ignore open_basedir).

18 years ago- MFH %v for s[np]printf
Marcus Boerger [Sun, 7 May 2006 12:40:17 +0000 (12:40 +0000)]
- MFH %v for s[np]printf

18 years agoMFH: Added pg_field_table() as per req: #36750
Edin Kadribasic [Sun, 7 May 2006 00:28:32 +0000 (00:28 +0000)]
MFH: Added pg_field_table() as per req: #36750

18 years agoEnable parallel build against Apache 2.2 libs and headers
Edin Kadribasic [Sun, 7 May 2006 00:09:20 +0000 (00:09 +0000)]
Enable parallel build against Apache 2.2 libs and headers

18 years agoEnable separate build dir for SAPIs, the same way it is possible for EXTENSIONs
Edin Kadribasic [Sun, 7 May 2006 00:04:56 +0000 (00:04 +0000)]
Enable separate build dir for SAPIs, the same way it is possible for EXTENSIONs

18 years agoFixed bug #37244 (Added strict flag to base64_decode() that enforces
Ilia Alshanetsky [Sat, 6 May 2006 22:47:14 +0000 (22:47 +0000)]
Fixed bug #37244 (Added strict flag to base64_decode() that enforces
RFC3548 compliance).

18 years agoCreation of the 5.2 branch
Ilia Alshanetsky [Sat, 6 May 2006 21:58:03 +0000 (21:58 +0000)]
Creation of the 5.2 branch

18 years agoThis commit was manufactured by cvs2svn to create branch 'PHP_5_2'.
SVN Migration [Fri, 5 May 2006 15:49:42 +0000 (15:49 +0000)]
This commit was manufactured by cvs2svn to create branch 'PHP_5_2'.

18 years ago- treat interfaces and classes gracefully in print_inh
Michael Wallner [Fri, 5 May 2006 15:49:41 +0000 (15:49 +0000)]
- treat interfaces and classes gracefully in print_inh

18 years ago- add print_inh (prints a very simple class tree, ie. extensible)
Michael Wallner [Fri, 5 May 2006 15:14:37 +0000 (15:14 +0000)]
- add print_inh (prints a very simple class tree, ie. extensible)
- add print_pi (prints property_info)
- add ____print_str (print strings binary safely, for hash keys etc)

18 years agoFixed bug #37313 (sigemptyset() used without including <signal.h>). (jdolecek)
Dmitry Stogov [Fri, 5 May 2006 07:05:34 +0000 (07:05 +0000)]
Fixed bug #37313 (sigemptyset() used without including <signal.h>). (jdolecek)

18 years agoplug a leak
Antony Dovgal [Thu, 4 May 2006 22:48:29 +0000 (22:48 +0000)]
plug a leak

18 years agoMFH: several minor fixes: nuke compile warnings etc.
Antony Dovgal [Thu, 4 May 2006 19:00:11 +0000 (19:00 +0000)]
MFH: several minor fixes: nuke compile warnings etc.

18 years agoNote addition of new class constants
Sara Golemon [Thu, 4 May 2006 00:21:51 +0000 (00:21 +0000)]
Note addition of new class constants

18 years agoBack to dev
Ilia Alshanetsky [Wed, 3 May 2006 23:31:43 +0000 (23:31 +0000)]
Back to dev

18 years agogo with 5.1.4
Ilia Alshanetsky [Wed, 3 May 2006 23:30:02 +0000 (23:30 +0000)]
go with 5.1.4

18 years agoNews entry for exporting PDO::PARAM_EVT_* constants
Sara Golemon [Wed, 3 May 2006 22:44:37 +0000 (22:44 +0000)]
News entry for exporting PDO::PARAM_EVT_* constants

18 years agomfh(r-1.129) Expose PARAM_EVT_* constants
Sara Golemon [Wed, 3 May 2006 21:58:38 +0000 (21:58 +0000)]
mfh(r-1.129) Expose PARAM_EVT_* constants

18 years ago- remove debug part
Pierre Joye [Wed, 3 May 2006 21:37:16 +0000 (21:37 +0000)]
- remove debug part
  nota bene, there is still work in this area, but this is a start

18 years ago- add test for multipart POST
Pierre Joye [Wed, 3 May 2006 21:35:26 +0000 (21:35 +0000)]
- add test for multipart POST
- also first example of the POST_RAW section

18 years ago- add support for POST_RAW, allow to pass raw POST data
Pierre Joye [Wed, 3 May 2006 21:33:44 +0000 (21:33 +0000)]
- add support for POST_RAW, allow to pass raw POST data
- add support for TEST_PHP_CGI_EXECUTABLE env variable, it is now possible
  to set both TEST_PHP_EXECUTABLE and CGI

18 years agoMFH: plug leak
Antony Dovgal [Wed, 3 May 2006 19:40:58 +0000 (19:40 +0000)]
MFH: plug leak

18 years agomore POST+array tests
Antony Dovgal [Wed, 3 May 2006 19:02:12 +0000 (19:02 +0000)]
more POST+array tests

18 years agoFixed bug #37205 (incompatibility with mod_fastcgi)
Dmitry Stogov [Wed, 3 May 2006 15:39:16 +0000 (15:39 +0000)]
Fixed bug #37205 (incompatibility with mod_fastcgi)

18 years agoPrepare news file for release
Ilia Alshanetsky [Wed, 3 May 2006 13:32:46 +0000 (13:32 +0000)]
Prepare news file for release

18 years agoRevert previous optimization if preparation for 5.1.4
Ilia Alshanetsky [Wed, 3 May 2006 13:32:10 +0000 (13:32 +0000)]
Revert previous optimization if preparation for 5.1.4

18 years agoFixed bug #37291 (FastCGI now longer works with isapi_fcgi.dll)
Dmitry Stogov [Wed, 3 May 2006 13:25:37 +0000 (13:25 +0000)]
Fixed bug #37291 (FastCGI now longer works with isapi_fcgi.dll)

18 years agoFixed incompatibility with isapi_fcgi.dll
Dmitry Stogov [Wed, 3 May 2006 13:19:57 +0000 (13:19 +0000)]
Fixed incompatibility with isapi_fcgi.dll

18 years agoFixed bug #37276 (problems witch $_POST array)
Dmitry Stogov [Wed, 3 May 2006 11:24:29 +0000 (11:24 +0000)]
Fixed bug #37276 (problems witch $_POST array)

18 years ago- document the --with-pdo-sqlite[=dir]
Pierre Joye [Wed, 3 May 2006 11:12:54 +0000 (11:12 +0000)]
- document the --with-pdo-sqlite[=dir]

18 years agoBFN
Rob Richards [Wed, 3 May 2006 08:44:32 +0000 (08:44 +0000)]
BFN
re-order news

18 years agoFix bug #37277 (cloning Dom Documents or Nodes does not work)
Rob Richards [Wed, 3 May 2006 08:43:04 +0000 (08:43 +0000)]
Fix bug #37277 (cloning Dom Documents or Nodes does not work)
Proper fix for bug #36859
add test

18 years agoMFH
Dmitry Stogov [Wed, 3 May 2006 06:36:02 +0000 (06:36 +0000)]
MFH

18 years agotypo
Dmitry Stogov [Tue, 2 May 2006 15:50:04 +0000 (15:50 +0000)]
typo

18 years agoFixed possible crash in highlight_string() (proper place)
Dmitry Stogov [Tue, 2 May 2006 15:49:26 +0000 (15:49 +0000)]
Fixed possible crash in highlight_string() (proper place)

18 years agoAttempt to increase smart_str performance through the use of larger
Ilia Alshanetsky [Tue, 2 May 2006 13:52:24 +0000 (13:52 +0000)]
Attempt to increase smart_str performance through the use of larger
default buffers. Biased micro benchmarks show it makes sense :P

18 years agoFixed ossible crash in highlight_string().
Dmitry Stogov [Tue, 2 May 2006 07:19:00 +0000 (07:19 +0000)]
Fixed ossible crash in highlight_string().

18 years agoset min pdo dep to 1.0.3, which will be the new pecl release
Wez Furlong [Tue, 2 May 2006 02:43:11 +0000 (02:43 +0000)]
set min pdo dep to 1.0.3, which will be the new pecl release

18 years agoprep for pecl release
Wez Furlong [Tue, 2 May 2006 02:32:40 +0000 (02:32 +0000)]
prep for pecl release

18 years agotweak for better compatibility when building as SCE.
Wez Furlong [Tue, 2 May 2006 00:59:22 +0000 (00:59 +0000)]
tweak for better compatibility when building as SCE.
(library order is important)

18 years ago- Make SplTempFileObject work in 5.1
Marcus Boerger [Mon, 1 May 2006 16:02:07 +0000 (16:02 +0000)]
- Make SplTempFileObject work in 5.1

18 years agoadd note about ssl context options.
Wez Furlong [Mon, 1 May 2006 01:10:33 +0000 (01:10 +0000)]
add note about ssl context options.

18 years agoAdd two new context options for ssl:
Wez Furlong [Sun, 30 Apr 2006 23:43:46 +0000 (23:43 +0000)]
Add two new context options for ssl:

"capture_peer_cert" and "capture_peer_cert_chain"

If true, the peer certificate and peer certificate chain respectively will be
captured and made available in the ssl context variables "peer_certificate" and
"peer_certificate_chain" respectively.  The certificates are exposed as x509
certificate resources and can be inspected using the existing openssl extension
functions.

This allows applications to perform extended validation.

18 years ago- After 5.1.3 follows 5.1.4, 5.2 requires a new branch, preferable from
Marcus Boerger [Sun, 30 Apr 2006 14:30:05 +0000 (14:30 +0000)]
- After 5.1.3 follows 5.1.4, 5.2 requires a new branch, preferable from
  this point of development (ilia will do so)

18 years agofix PECL #6544
Wez Furlong [Sun, 30 Apr 2006 01:42:53 +0000 (01:42 +0000)]
fix PECL #6544

18 years agoFix #36632
Wez Furlong [Sun, 30 Apr 2006 01:27:33 +0000 (01:27 +0000)]
Fix #36632

18 years agoFix #35552
Wez Furlong [Sun, 30 Apr 2006 00:52:28 +0000 (00:52 +0000)]
Fix #35552

18 years agoRevert patch for pdb files. No need to have it twice!
Frank M. Kromann [Sat, 29 Apr 2006 14:33:46 +0000 (14:33 +0000)]
Revert patch for pdb files. No need to have it twice!

18 years agoAdd new configure option --enable-pdb-files
Frank M. Kromann [Sat, 29 Apr 2006 06:24:38 +0000 (06:24 +0000)]
Add new configure option --enable-pdb-files
This will generate .pdb files for debugging

18 years agoProper fix for bug #37205
Dmitry Stogov [Thu, 27 Apr 2006 11:39:32 +0000 (11:39 +0000)]
Proper fix for bug #37205

18 years ago- MFH: fix bug #37176 (iconv_strpos() fails to find a string)
Moriyoshi Koizumi [Thu, 27 Apr 2006 00:50:54 +0000 (00:50 +0000)]
- MFH: fix bug #37176 (iconv_strpos() fails to find a string)

18 years agoRevert wrong fix
Dmitry Stogov [Wed, 26 Apr 2006 17:48:27 +0000 (17:48 +0000)]
Revert wrong fix

18 years agoRestore dev
Ilia Alshanetsky [Wed, 26 Apr 2006 16:07:11 +0000 (16:07 +0000)]
Restore dev

18 years agoRemove soap cache news
Ilia Alshanetsky [Wed, 26 Apr 2006 14:31:33 +0000 (14:31 +0000)]
Remove soap cache news

18 years agoBFN
Edin Kadribasic [Wed, 26 Apr 2006 14:23:51 +0000 (14:23 +0000)]
BFN

18 years agoGo with 5.1.3
Ilia Alshanetsky [Wed, 26 Apr 2006 14:08:26 +0000 (14:08 +0000)]
Go with 5.1.3

18 years agoPrepare the news file for release
Ilia Alshanetsky [Wed, 26 Apr 2006 13:56:57 +0000 (13:56 +0000)]
Prepare the news file for release

18 years agoFixed bug #37205 (Serving binary content/images fails with "comm with server aborted...
Dmitry Stogov [Wed, 26 Apr 2006 11:08:10 +0000 (11:08 +0000)]
Fixed bug #37205 (Serving binary content/images fails with "comm with server aborted" FastCGI err)

18 years agoCorrectly import external data (#33292)
Edin Kadribasic [Wed, 26 Apr 2006 09:31:23 +0000 (09:31 +0000)]
Correctly import external data (#33292)

18 years agofix tests
Antony Dovgal [Tue, 25 Apr 2006 22:09:46 +0000 (22:09 +0000)]
fix tests

18 years agoremove nonexistent tag
Antony Dovgal [Tue, 25 Apr 2006 12:49:59 +0000 (12:49 +0000)]
remove nonexistent tag

18 years agofix possible substr_compare() crash
Antony Dovgal [Tue, 25 Apr 2006 12:48:42 +0000 (12:48 +0000)]
fix possible substr_compare() crash
add new tests

18 years ago-improve last entry
Michael Wallner [Tue, 25 Apr 2006 08:43:29 +0000 (08:43 +0000)]
-improve last entry

18 years agofix #37191 (chmod takes off sticky bit when safe_mode is On)
Antony Dovgal [Tue, 25 Apr 2006 08:41:02 +0000 (08:41 +0000)]
fix #37191 (chmod takes off sticky bit when safe_mode is On)

18 years ago- Fixed bug #37192 (cc fails on hash_adler.c:32)
Michael Wallner [Tue, 25 Apr 2006 08:34:25 +0000 (08:34 +0000)]
- Fixed bug #37192 (cc fails on hash_adler.c:32)

18 years agoiFixed compilation on Solaris
Dmitry Stogov [Mon, 24 Apr 2006 09:53:57 +0000 (09:53 +0000)]
iFixed compilation on Solaris

18 years agoTypo.
Andrei Zmievski [Sun, 23 Apr 2006 19:56:53 +0000 (19:56 +0000)]
Typo.

18 years agoFixed typos
Ilia Alshanetsky [Sun, 23 Apr 2006 16:40:05 +0000 (16:40 +0000)]
Fixed typos

18 years agoFixed bug #37162 (wddx does not build as a shared extension).
Ilia Alshanetsky [Sun, 23 Apr 2006 16:02:05 +0000 (16:02 +0000)]
Fixed bug #37162 (wddx does not build as a shared extension).

#Patch By: jdolecek at NetBSD dot org

18 years agobah.. no UEXPECT in this branch..
Antony Dovgal [Sat, 22 Apr 2006 23:47:25 +0000 (23:47 +0000)]
bah.. no UEXPECT in this branch..

18 years agoadd test for #37158
Antony Dovgal [Sat, 22 Apr 2006 23:46:42 +0000 (23:46 +0000)]
add test for #37158

18 years agoBFN
Antony Dovgal [Sat, 22 Apr 2006 19:16:36 +0000 (19:16 +0000)]
BFN

18 years agoMFB: don't segfault if an exception has been thrown from the fetch handler
Antony Dovgal [Sat, 22 Apr 2006 19:10:53 +0000 (19:10 +0000)]
MFB: don't segfault if an exception has been thrown from the fetch handler

18 years agofix for #37158
Wez Furlong [Sat, 22 Apr 2006 17:17:40 +0000 (17:17 +0000)]
fix for #37158

18 years agoavoid unterminated loop when closing the statement.
Wez Furlong [Sat, 22 Apr 2006 16:35:18 +0000 (16:35 +0000)]
avoid unterminated loop when closing the statement.

18 years agoBack to dev
Ilia Alshanetsky [Thu, 20 Apr 2006 23:09:20 +0000 (23:09 +0000)]
Back to dev

18 years agothere is no %v in 5_1
Antony Dovgal [Thu, 20 Apr 2006 22:49:20 +0000 (22:49 +0000)]
there is no %v in 5_1

18 years agoPrepare for RC3
Ilia Alshanetsky [Thu, 20 Apr 2006 21:11:29 +0000 (21:11 +0000)]
Prepare for RC3

18 years ago- Fix reading stream filters never notified about EOF
Michael Wallner [Thu, 20 Apr 2006 17:43:18 +0000 (17:43 +0000)]
- Fix reading stream filters never notified about EOF

18 years agoFixed bug #37138 (__autoload tries to load callback'ed self and parent)
Dmitry Stogov [Thu, 20 Apr 2006 07:30:38 +0000 (07:30 +0000)]
Fixed bug #37138 (__autoload tries to load callback'ed self and parent)