]> granicus.if.org Git - php/log
php
18 years ago- Fix error mode handling
Marcus Boerger [Thu, 11 May 2006 07:55:48 +0000 (07:55 +0000)]
- Fix error mode handling

18 years agoChangeLog update
<changelog@php.net> [Thu, 11 May 2006 05:31:54 +0000 (05:31 +0000)]
ChangeLog update

18 years agoMFB
Rasmus Lerdorf [Thu, 11 May 2006 03:49:12 +0000 (03:49 +0000)]
MFB

18 years ago- JIT entry
Pierre Joye [Thu, 11 May 2006 00:13:16 +0000 (00:13 +0000)]
- JIT entry
- next release will be 0.10.0

18 years agoWS fix
Rasmus Lerdorf [Wed, 10 May 2006 23:10:55 +0000 (23:10 +0000)]
WS fix

18 years agoauto_globals_jit support for ext/filter
Rasmus Lerdorf [Wed, 10 May 2006 23:09:03 +0000 (23:09 +0000)]
auto_globals_jit support for ext/filter

18 years ago- Fix tests
Marcus Boerger [Wed, 10 May 2006 22:50:48 +0000 (22:50 +0000)]
- Fix tests

18 years agoMFB input filter hook for getenv()
Rasmus Lerdorf [Wed, 10 May 2006 21:25:01 +0000 (21:25 +0000)]
MFB input filter hook for getenv()

18 years agoMFB filter defines
Rasmus Lerdorf [Wed, 10 May 2006 21:23:46 +0000 (21:23 +0000)]
MFB filter defines

18 years ago- Fix tests
Marcus Boerger [Wed, 10 May 2006 21:12:31 +0000 (21:12 +0000)]
- Fix tests

18 years ago- Enforece rule of disallowing throw in __toString()
Marcus Boerger [Wed, 10 May 2006 21:11:48 +0000 (21:11 +0000)]
- Enforece rule of disallowing throw in __toString()

18 years ago- s/RegExIterator/RegexIterator/
Marcus Boerger [Wed, 10 May 2006 21:09:31 +0000 (21:09 +0000)]
- s/RegExIterator/RegexIterator/

18 years ago- MFB missing initialization
Marcus Boerger [Wed, 10 May 2006 21:04:40 +0000 (21:04 +0000)]
- MFB missing initialization

18 years ago- CS
Marcus Boerger [Wed, 10 May 2006 21:03:34 +0000 (21:03 +0000)]
- CS

18 years agofix compiler warnings
Rob Richards [Wed, 10 May 2006 19:34:47 +0000 (19:34 +0000)]
fix compiler warnings

18 years agoMFB
Andrei Zmievski [Wed, 10 May 2006 16:51:18 +0000 (16:51 +0000)]
MFB

18 years agoMFB: Fixed bug #37394 (substr_compare() returns an error when offset equals
Ilia Alshanetsky [Wed, 10 May 2006 13:07:56 +0000 (13:07 +0000)]
MFB: Fixed bug #37394 (substr_compare() returns an error when offset equals
string length).

18 years agoMFB
Andrey Hristov [Wed, 10 May 2006 12:29:09 +0000 (12:29 +0000)]
MFB

18 years ago- revert back to using internal buffer
Rob Richards [Wed, 10 May 2006 11:58:56 +0000 (11:58 +0000)]
- revert back to using internal buffer
  origional string may be modified during parse causing possible crash

18 years agofix #37392 (Unnecessary call to OCITransRollback() at the end of request)
Antony Dovgal [Wed, 10 May 2006 10:06:57 +0000 (10:06 +0000)]
fix #37392 (Unnecessary call to OCITransRollback() at the end of request)

18 years agoChangeLog update
<changelog@php.net> [Wed, 10 May 2006 05:31:56 +0000 (05:31 +0000)]
ChangeLog update

18 years ago- WS
Marcus Boerger [Tue, 9 May 2006 22:15:16 +0000 (22:15 +0000)]
- WS

18 years ago- Methods have flags
Marcus Boerger [Tue, 9 May 2006 22:12:50 +0000 (22:12 +0000)]
- Methods have flags

18 years ago- zend_spprintf() is actually used elsewhere in the engine
Marcus Boerger [Tue, 9 May 2006 22:09:49 +0000 (22:09 +0000)]
- zend_spprintf() is actually used elsewhere in the engine

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

18 years ago- MFB WS/CS, zend_spprintf() must not be exported
Marcus Boerger [Tue, 9 May 2006 21:30:11 +0000 (21:30 +0000)]
- MFB WS/CS, zend_spprintf() must not be exported

18 years ago- MFB Missing check
Marcus Boerger [Tue, 9 May 2006 21:28:47 +0000 (21:28 +0000)]
- MFB Missing check

18 years ago- MFB: WS
Marcus Boerger [Tue, 9 May 2006 21:26:39 +0000 (21:26 +0000)]
- MFB: WS

18 years agoAdd pcre_last_error() and backtrack/recursion limit settings.
Andrei Zmievski [Tue, 9 May 2006 18:28:11 +0000 (18:28 +0000)]
Add pcre_last_error() and backtrack/recursion limit settings.

18 years agoAdd char_enum_types().
Andrei Zmievski [Tue, 9 May 2006 18:21:27 +0000 (18:21 +0000)]
Add char_enum_types().

18 years agomerge from 5.2
Georg Richter [Tue, 9 May 2006 13:53:39 +0000 (13:53 +0000)]
merge from 5.2

18 years agoMerge from 5.2
Georg Richter [Tue, 9 May 2006 11:27:20 +0000 (11:27 +0000)]
Merge from 5.2

18 years ago- #7586 (pecl), filter is not reseted between element
Pierre Joye [Tue, 9 May 2006 11:14:43 +0000 (11:14 +0000)]
- #7586 (pecl), filter is not reseted between element

18 years ago- one line inline doc
Pierre Joye [Tue, 9 May 2006 10:24:09 +0000 (10:24 +0000)]
- one line inline doc

18 years agoChangeLog update
<changelog@php.net> [Tue, 9 May 2006 05:31:48 +0000 (05:31 +0000)]
ChangeLog update

18 years ago- fix logic, scalar is the default
Pierre Joye [Tue, 9 May 2006 00:46:31 +0000 (00:46 +0000)]
- fix logic, scalar is the default

18 years ago- remove unused arg and use the right one
Pierre Joye [Tue, 9 May 2006 00:29:30 +0000 (00:29 +0000)]
- remove unused arg and use the right one

18 years agoFix and adjust.
Andrei Zmievski [Tue, 9 May 2006 00:15:45 +0000 (00:15 +0000)]
Fix and adjust.

18 years agoAdd char_enum_names().
Andrei Zmievski [Tue, 9 May 2006 00:06:08 +0000 (00:06 +0000)]
Add char_enum_names().

18 years agoBeen a long day..
Andrei Zmievski [Mon, 8 May 2006 23:01:20 +0000 (23:01 +0000)]
Been a long day..

18 years agoAnd going, and going...
Andrei Zmievski [Mon, 8 May 2006 22:23:57 +0000 (22:23 +0000)]
And going, and going...

18 years agoA few more property functinos.
Andrei Zmievski [Mon, 8 May 2006 21:54:44 +0000 (21:54 +0000)]
A few more property functinos.

18 years ago- this one too must be changed
Pierre Joye [Mon, 8 May 2006 21:26:09 +0000 (21:26 +0000)]
- this one too must be changed
  NB: add a define for the default string name as well

18 years agoAdded constants.c to the windows build
Edin Kadribasic [Mon, 8 May 2006 21:06:34 +0000 (21:06 +0000)]
Added  constants.c to the windows build

18 years ago- update/add inline docs
Pierre Joye [Mon, 8 May 2006 20:57:59 +0000 (20:57 +0000)]
- update/add inline docs
- CS

18 years ago- #6567, wrong php dependency
Pierre Joye [Mon, 8 May 2006 17:06:22 +0000 (17:06 +0000)]
- #6567, wrong php dependency

18 years ago- sync them
Pierre Joye [Mon, 8 May 2006 16:41:26 +0000 (16:41 +0000)]
- sync them

18 years ago- fix tsrm build
Pierre Joye [Mon, 8 May 2006 16:34:12 +0000 (16:34 +0000)]
- fix tsrm build

18 years ago- #6136, ini_set should not be able to change the filter.default
Pierre Joye [Mon, 8 May 2006 16:24:12 +0000 (16:24 +0000)]
- #6136, ini_set should not be able to change the filter.default

18 years ago- set unsafe_raw as default, will be set back to string for php6. 5.
Pierre Joye [Mon, 8 May 2006 15:42:47 +0000 (15:42 +0000)]
- set unsafe_raw as default, will be set back to string for php6. 5.
  will use unsafe_raw. Discusses optimizations are coming.

18 years ago- add input_get_args (input_get is kept untouched for now)
Pierre Joye [Mon, 8 May 2006 14:39:57 +0000 (14:39 +0000)]
- add input_get_args (input_get is kept untouched for now)
- add FILTER_FLAG_SCALAR and FILTER_FLAG_ARRAY
- update ReST doc and add an example

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

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

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

18 years agoChangeLog update
<changelog@php.net> [Mon, 8 May 2006 05:31:50 +0000 (05:31 +0000)]
ChangeLog update

18 years agofix test, sorry.
Nuno Lopes [Sun, 7 May 2006 18:17:53 +0000 (18:17 +0000)]
fix test, sorry.

18 years agoconvert a few more functions to unicode and adapt the tests as well
Nuno Lopes [Sun, 7 May 2006 18:11:40 +0000 (18:11 +0000)]
convert a few more functions to unicode and adapt the tests as well

18 years ago- MFB: #37346, invalid colormap format
Pierre Joye [Sun, 7 May 2006 17:21:11 +0000 (17:21 +0000)]
- MFB: #37346, invalid colormap format

18 years agoChangeLog update
<changelog@php.net> [Sun, 7 May 2006 05:31:50 +0000 (05:31 +0000)]
ChangeLog update

18 years agoMFB: Enable parallel build against Apache 2.2 libs and headers
Edin Kadribasic [Sun, 7 May 2006 00:10:06 +0000 (00:10 +0000)]
MFB: Enable parallel build against Apache 2.2 libs and headers

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

18 years agofix thread safe build
Nuno Lopes [Sat, 6 May 2006 13:19:10 +0000 (13:19 +0000)]
fix thread safe build

18 years agofix tests in Unicode mode
Nuno Lopes [Sat, 6 May 2006 11:19:37 +0000 (11:19 +0000)]
fix tests in Unicode mode

18 years agouse the new zend_unicode_to_ascii() function. this should also fix windows builds
Nuno Lopes [Sat, 6 May 2006 10:48:04 +0000 (10:48 +0000)]
use the new zend_unicode_to_ascii() function. this should also fix windows builds

18 years agoAdded php_get_tmpdir() function that returns the default directory for
Hartmut Holzgraefe [Sat, 6 May 2006 09:59:02 +0000 (09:59 +0000)]
Added php_get_tmpdir() function that returns the default directory for
temporary files (as requested in bug #35380)

18 years agoChangeLog update
<changelog@php.net> [Sat, 6 May 2006 05:31:52 +0000 (05:31 +0000)]
ChangeLog update

18 years agoAdding property.c to windows build
Frank M. Kromann [Fri, 5 May 2006 21:37:08 +0000 (21:37 +0000)]
Adding property.c to windows build

18 years agoRegister slightly under half a metric ton of constants.
Andrei Zmievski [Fri, 5 May 2006 20:56:21 +0000 (20:56 +0000)]
Register slightly under half a metric ton of constants.

18 years agoFixed bug #37251 (deadlock when custom error handler is to catch array type hint...
Dmitry Stogov [Fri, 5 May 2006 08:04:55 +0000 (08:04 +0000)]
Fixed bug #37251 (deadlock when custom error handler is to catch array type hint error).

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

18 years agoChangeLog update
<changelog@php.net> [Fri, 5 May 2006 05:31:54 +0000 (05:31 +0000)]
ChangeLog update

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

18 years agoDon't use fixed size buffer in zend_uchar_from_uname();
Andrei Zmievski [Thu, 4 May 2006 21:44:54 +0000 (21:44 +0000)]
Don't use fixed size buffer in zend_uchar_from_uname();

18 years agoOops again.
Andrei Zmievski [Thu, 4 May 2006 21:29:21 +0000 (21:29 +0000)]
Oops again.

18 years agoOops.
Andrei Zmievski [Thu, 4 May 2006 21:23:53 +0000 (21:23 +0000)]
Oops.

18 years agoImplement char_from_name().
Andrei Zmievski [Thu, 4 May 2006 21:22:30 +0000 (21:22 +0000)]
Implement char_from_name().

18 years agoAdd a global ASCII connverter, macros to return single codepoints
Andrei Zmievski [Thu, 4 May 2006 21:22:17 +0000 (21:22 +0000)]
Add a global ASCII connverter, macros to return single codepoints
(UCHAR32), and zend_unicode_to_ascii() function.

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

18 years agoSome more work on property/names stuff.
Andrei Zmievski [Thu, 4 May 2006 18:37:12 +0000 (18:37 +0000)]
Some more work on property/names stuff.

18 years agoFix locale functions naming problem.
Andrei Zmievski [Thu, 4 May 2006 16:49:33 +0000 (16:49 +0000)]
Fix locale functions naming problem.

18 years agofix build
Antony Dovgal [Thu, 4 May 2006 07:10:37 +0000 (07:10 +0000)]
fix build

18 years agoChangeLog update
<changelog@php.net> [Thu, 4 May 2006 05:31:48 +0000 (05:31 +0000)]
ChangeLog update

18 years agoChange prefix to char_ and rename some functions.
Andrei Zmievski [Thu, 4 May 2006 00:01:34 +0000 (00:01 +0000)]
Change prefix to char_ and rename some functions.

18 years agoSome more property functions.
Andrei Zmievski [Wed, 3 May 2006 22:03:10 +0000 (22:03 +0000)]
Some more property functions.

# I am pondering a different prefix..

18 years agoExpose PARAM_EVT_* constants
Sara Golemon [Wed, 3 May 2006 21:57:58 +0000 (21:57 +0000)]
Expose PARAM_EVT_* constants

18 years ago- Add implementation of curl_multi_info_read (Brian)
Brian France [Wed, 3 May 2006 19:52:48 +0000 (19:52 +0000)]
- Add implementation of curl_multi_info_read (Brian)

Not adding to PHP 5_1, but should go into 5_2.

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

18 years agomore POST+arrays tests
Antony Dovgal [Wed, 3 May 2006 19:03:56 +0000 (19:03 +0000)]
more POST+arrays tests

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

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

18 years ago- update constants names
Pierre Joye [Wed, 3 May 2006 12:06:06 +0000 (12:06 +0000)]
- update constants names

18 years ago- Added my doc so that other people can work on it.
Derick Rethans [Wed, 3 May 2006 11:35:00 +0000 (11:35 +0000)]
- Added my doc so that other people can work on it.
#- Please keep it RST compatible.

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

18 years agoadd test
Rob Richards [Wed, 3 May 2006 08:41:33 +0000 (08:41 +0000)]
add test

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

18 years ago*** empty log message ***
Andrei Zmievski [Wed, 3 May 2006 06:36:53 +0000 (06:36 +0000)]
*** empty log message ***

18 years agoChangeLog update
<changelog@php.net> [Wed, 3 May 2006 05:31:53 +0000 (05:31 +0000)]
ChangeLog update

18 years agoSome additional binary property functions.
Andrei Zmievski [Tue, 2 May 2006 22:43:52 +0000 (22:43 +0000)]
Some additional binary property functions.

18 years agoFALSE on empty string.
Andrei Zmievski [Tue, 2 May 2006 21:49:16 +0000 (21:49 +0000)]
FALSE on empty string.

18 years agoImplement C/POSIX migration functions.
Andrei Zmievski [Tue, 2 May 2006 21:39:15 +0000 (21:39 +0000)]
Implement C/POSIX migration functions.