]> granicus.if.org Git - php/log
php
20 years agoAdd new example
Marcus Boerger [Fri, 8 Oct 2004 21:17:53 +0000 (21:17 +0000)]
Add new example

20 years agoUse OuterIterator to simplify conversion to C code
Marcus Boerger [Fri, 8 Oct 2004 21:12:15 +0000 (21:12 +0000)]
Use OuterIterator to simplify conversion to C code

20 years agospeling
Marcus Boerger [Fri, 8 Oct 2004 19:02:00 +0000 (19:02 +0000)]
speling

20 years ago- Fix BC break with default in switch() having to be at the end.
Andi Gutmans [Fri, 8 Oct 2004 18:50:00 +0000 (18:50 +0000)]
- Fix BC break with default in switch() having to be at the end.

20 years agoFix bug #2482 (xmlwriter_start_document chrashes apache)
Rob Richards [Fri, 8 Oct 2004 14:54:15 +0000 (14:54 +0000)]
Fix bug #2482 (xmlwriter_start_document chrashes apache)
Fix other function parameters
prep for release

20 years agothis NEWS entry should have gone into PHP_5_0 branch. sorry
Christian Stocker [Fri, 8 Oct 2004 14:51:55 +0000 (14:51 +0000)]
this NEWS entry should have gone into PHP_5_0 branch. sorry

20 years ago- Sync with the latest codebase (fixes bug #28220).
Moriyoshi Koizumi [Fri, 8 Oct 2004 14:40:46 +0000 (14:40 +0000)]
- Sync with the latest codebase (fixes bug #28220).

20 years ago- Fixed bug #27183 (Userland stream wrapper segfaults on stream_write)
Christian Stocker [Fri, 8 Oct 2004 14:40:11 +0000 (14:40 +0000)]
- Fixed bug #27183 (Userland stream wrapper segfaults on stream_write)
Was applied to PHP 4 ages ago, but not to PHP 5 branch

20 years ago- Avoid doubly symbol definition. Codes in the removed file has never been
Moriyoshi Koizumi [Fri, 8 Oct 2004 14:24:06 +0000 (14:24 +0000)]
- Avoid doubly symbol definition. Codes in the removed file has never been
  used anywhere.

20 years agoAs NetWare LibC has optind and optarg macros defined in unistd.h our local variables...
Anantha Kesari H Y [Fri, 8 Oct 2004 12:22:35 +0000 (12:22 +0000)]
As NetWare LibC has optind and optarg macros defined in unistd.h our local variables were getting mistakenly preprocessed so undeffing optind and optarg

20 years agoremoved redundant CLIB_STAT_PATCH checks. defined the IS_ABSOLUTE_PATH macros to...
Anantha Kesari H Y [Fri, 8 Oct 2004 09:48:20 +0000 (09:48 +0000)]
removed redundant CLIB_STAT_PATCH checks. defined the IS_ABSOLUTE_PATH macros to suit the NetWare filesystem convention

20 years agoremoved redundant NEW_LIBC checks and added the code to recognize the file naming...
Anantha Kesari H Y [Fri, 8 Oct 2004 08:59:11 +0000 (08:59 +0000)]
removed redundant NEW_LIBC checks and added the code to recognize the file naming convention in NetWare(supports Windows based drive names like sys: data: and unix like / (sys: being root)

20 years agoexplicitly including sys/select.h as NetWare LibC sys/types.h does not include sys...
Anantha Kesari H Y [Fri, 8 Oct 2004 07:43:41 +0000 (07:43 +0000)]
explicitly including sys/select.h as NetWare LibC sys/types.h does not include sys/select.h implicitly as other LibC

20 years agoChangeLog update
<changelog@php.net> [Fri, 8 Oct 2004 00:36:09 +0000 (00:36 +0000)]
ChangeLog update

20 years agoFixed bug #30356 (str_ireplace() does not work on all strings).
Ilia Alshanetsky [Thu, 7 Oct 2004 23:10:35 +0000 (23:10 +0000)]
Fixed bug #30356 (str_ireplace() does not work on all strings).

20 years ago- Added iterator_to_array() and iterator_count()
Marcus Boerger [Thu, 7 Oct 2004 23:08:19 +0000 (23:08 +0000)]
- Added iterator_to_array() and iterator_count()

20 years agoremoved unwanted NEW_LIBC checks for NETWARE and removing custom mktemp.h as LibC...
Anantha Kesari H Y [Thu, 7 Oct 2004 12:22:16 +0000 (12:22 +0000)]
removed unwanted NEW_LIBC checks for NETWARE and removing custom mktemp.h as LibC itself supports mkstemp functionality

20 years agoadd DOMDocument xmlEncoding, xmlStandalone, xmlVersion (spec name changes)
Rob Richards [Thu, 7 Oct 2004 11:40:20 +0000 (11:40 +0000)]
add DOMDocument xmlEncoding, xmlStandalone, xmlVersion (spec name changes)
add DOMText isElementContentWhitespace (spec name change)
 - old props/method kept for BC.
 - spec names changed when Level 3 went from Draft to Recommendation
nuke some unused code

20 years agofix segfault in appendXML due to libxml bug
Rob Richards [Thu, 7 Oct 2004 10:00:39 +0000 (10:00 +0000)]
fix segfault in appendXML due to libxml bug

20 years agoChangeLog update
<changelog@php.net> [Thu, 7 Oct 2004 00:49:15 +0000 (00:49 +0000)]
ChangeLog update

20 years agoFixed compiler warning.
Ilia Alshanetsky [Wed, 6 Oct 2004 23:56:29 +0000 (23:56 +0000)]
Fixed compiler warning.

20 years agoStyle...
Marcus Boerger [Wed, 6 Oct 2004 21:31:00 +0000 (21:31 +0000)]
Style...

20 years ago- Fix Bug #30344
Marcus Boerger [Wed, 6 Oct 2004 21:23:18 +0000 (21:23 +0000)]
- Fix Bug #30344

20 years agoremoved unwanted NEW_LIBC checks
Anantha Kesari H Y [Wed, 6 Oct 2004 13:22:21 +0000 (13:22 +0000)]
removed unwanted NEW_LIBC checks

20 years agoChangeLog update
<changelog@php.net> [Wed, 6 Oct 2004 00:35:43 +0000 (00:35 +0000)]
ChangeLog update

20 years ago- If we're going to mention the low level stuff then also give credit
Andi Gutmans [Wed, 6 Oct 2004 00:01:38 +0000 (00:01 +0000)]
- If we're going to mention the low level stuff then also give credit
- to Thies and Sterling

20 years agoFixed bug #30027 (Possible crash inside ftp_get()).
Ilia Alshanetsky [Tue, 5 Oct 2004 23:53:09 +0000 (23:53 +0000)]
Fixed bug #30027 (Possible crash inside ftp_get()).

# Patch by cfield at affinitysolutions dot com

20 years agoAdd more improvements done so far
Marcus Boerger [Tue, 5 Oct 2004 18:58:26 +0000 (18:58 +0000)]
Add more improvements done so far

20 years agoUpdate
Marcus Boerger [Tue, 5 Oct 2004 18:40:06 +0000 (18:40 +0000)]
Update

20 years ago- Use ZEND_ARG_SEND_AUTOMATIC for several array functions
Marcus Boerger [Tue, 5 Oct 2004 18:37:17 +0000 (18:37 +0000)]
- Use ZEND_ARG_SEND_AUTOMATIC for several array functions

20 years ago- Add arginfo ZEND_ARG_SEND_AUTOMATIC which lets the compiler automatically
Marcus Boerger [Tue, 5 Oct 2004 18:36:46 +0000 (18:36 +0000)]
- Add arginfo ZEND_ARG_SEND_AUTOMATIC which lets the compiler automatically
  determine whether pass by ref is possible or pass by value is needed.
# This is usefull when functions take array or string parameters as
# expressions. In such a case force by ref is not applicable and the
# executor would copy the variable unnecessarily as soon as it is at least
# once referenced.

20 years agoFixed bug #30175 (SOAP results aren't parsed correctly)
Dmitry Stogov [Tue, 5 Oct 2004 16:00:40 +0000 (16:00 +0000)]
Fixed bug #30175 (SOAP results aren't parsed correctly)

20 years agoTest files are fixed.
Dmitry Stogov [Tue, 5 Oct 2004 13:29:43 +0000 (13:29 +0000)]
Test files are fixed.

20 years agoTest files are fixed.
Dmitry Stogov [Tue, 5 Oct 2004 13:21:06 +0000 (13:21 +0000)]
Test files are fixed.

20 years agoFixed unset() bug that was introduced with CV optimization patch
Dmitry Stogov [Tue, 5 Oct 2004 09:09:18 +0000 (09:09 +0000)]
Fixed unset() bug that was introduced with CV optimization patch

20 years agoAdded test cases for CV optimization patch
Dmitry Stogov [Tue, 5 Oct 2004 06:53:39 +0000 (06:53 +0000)]
Added test cases for CV optimization patch

20 years ago- Apply realpath() cache patch. We don't use it if we're in safe_mode and
Andi Gutmans [Tue, 5 Oct 2004 00:42:25 +0000 (00:42 +0000)]
- Apply realpath() cache patch. We don't use it if we're in safe_mode and
- friends (which are quite slow anyway).
- If it proves to be stable I'll remove the #ifdef's in a few weeks.

20 years agoChangeLog update
<changelog@php.net> [Tue, 5 Oct 2004 00:35:08 +0000 (00:35 +0000)]
ChangeLog update

20 years agoFixed bug #30281 (Prevent non-wbmp images from being detected as such).
Ilia Alshanetsky [Mon, 4 Oct 2004 20:42:30 +0000 (20:42 +0000)]
Fixed bug #30281 (Prevent non-wbmp images from being detected as such).

20 years ago- Rename delete_global_variable() to zend_delete_global_variable()
Andi Gutmans [Mon, 4 Oct 2004 20:17:06 +0000 (20:17 +0000)]
- Rename delete_global_variable() to zend_delete_global_variable()

20 years ago- Commit the variable fetch optimization.
Andi Gutmans [Mon, 4 Oct 2004 19:54:35 +0000 (19:54 +0000)]
- Commit the variable fetch optimization.
- Extensions which delete global variables need to use new special function
- delete_global_variable() (I'm about to rename it) to remove them.
- Will post to internals@ or via commit messages if there's anything else.

20 years ago- Add new test
Marcus Boerger [Mon, 4 Oct 2004 17:53:55 +0000 (17:53 +0000)]
- Add new test

20 years ago- Add new test
Marcus Boerger [Mon, 4 Oct 2004 17:30:53 +0000 (17:30 +0000)]
- Add new test

20 years ago- Bugfix #27798
Marcus Boerger [Mon, 4 Oct 2004 08:59:29 +0000 (08:59 +0000)]
- Bugfix #27798

20 years ago- Add new test
Marcus Boerger [Mon, 4 Oct 2004 08:58:47 +0000 (08:58 +0000)]
- Add new test

20 years agomodified to 3rd argument of fcntl to FD_CLOEXEC
Anantha Kesari H Y [Mon, 4 Oct 2004 08:52:53 +0000 (08:52 +0000)]
modified to 3rd argument of fcntl to FD_CLOEXEC

20 years agoChangeLog update
<changelog@php.net> [Mon, 4 Oct 2004 00:34:36 +0000 (00:34 +0000)]
ChangeLog update

20 years agoadd evaluate() method to support all xpath expressions
Rob Richards [Sun, 3 Oct 2004 09:55:29 +0000 (09:55 +0000)]
add evaluate() method to support all xpath expressions

20 years agoChangeLog update
<changelog@php.net> [Sun, 3 Oct 2004 00:35:29 +0000 (00:35 +0000)]
ChangeLog update

20 years ago- Add new test
Marcus Boerger [Sat, 2 Oct 2004 14:22:52 +0000 (14:22 +0000)]
- Add new test

20 years ago- Add new test
Marcus Boerger [Sat, 2 Oct 2004 14:13:35 +0000 (14:13 +0000)]
- Add new test

20 years agoChangeLog update
<changelog@php.net> [Sat, 2 Oct 2004 00:35:13 +0000 (00:35 +0000)]
ChangeLog update

20 years ago- Add makefile fragment which simplifies working on the executer
Marcus Boerger [Fri, 1 Oct 2004 22:32:15 +0000 (22:32 +0000)]
- Add makefile fragment which simplifies working on the executer

20 years agoSlightly different fix for HEAD for the ming output method BC breaking
Rasmus Lerdorf [Fri, 1 Oct 2004 19:28:45 +0000 (19:28 +0000)]
Slightly different fix for HEAD for the ming output method BC breaking
change.

20 years agoFugbix typo.
Sebastian Bergmann [Fri, 1 Oct 2004 10:35:26 +0000 (10:35 +0000)]
Fugbix typo.

20 years agoChangeLog update
<changelog@php.net> [Fri, 1 Oct 2004 00:34:08 +0000 (00:34 +0000)]
ChangeLog update

20 years ago- Small improvement to DVAL_TO_ZVAL macro
Andi Gutmans [Thu, 30 Sep 2004 18:36:03 +0000 (18:36 +0000)]
- Small improvement to DVAL_TO_ZVAL macro

20 years agoenabling few functionalities as the LibC starts supporting them
Anantha Kesari H Y [Thu, 30 Sep 2004 15:55:18 +0000 (15:55 +0000)]
enabling few functionalities as the LibC starts supporting them

20 years agoIncluding config.nw.h file for NetWare
Anantha Kesari H Y [Thu, 30 Sep 2004 14:46:03 +0000 (14:46 +0000)]
Including config.nw.h file for NetWare

20 years agoNetWare specific stat structure access incorporated
Anantha Kesari H Y [Thu, 30 Sep 2004 14:31:30 +0000 (14:31 +0000)]
NetWare specific stat structure access incorporated

20 years agohandled NetWare F_SETFD and stat differences
Anantha Kesari H Y [Thu, 30 Sep 2004 14:23:51 +0000 (14:23 +0000)]
handled NetWare F_SETFD and stat differences

20 years agofix error message
Antony Dovgal [Thu, 30 Sep 2004 14:20:02 +0000 (14:20 +0000)]
fix error message

20 years agofix segfault when using unknown/unsupported save_handler and/or serialize_handler...
Antony Dovgal [Thu, 30 Sep 2004 12:19:59 +0000 (12:19 +0000)]
fix segfault when using unknown/unsupported save_handler and/or serialize_handler (bug #30282)

20 years ago- CS: Use PHP_* instead of ZEND_* macros
Marcus Boerger [Thu, 30 Sep 2004 08:04:29 +0000 (08:04 +0000)]
- CS: Use PHP_* instead of ZEND_* macros

20 years ago- Add missing macro
Marcus Boerger [Thu, 30 Sep 2004 08:03:38 +0000 (08:03 +0000)]
-  Add missing macro

20 years agoFixed bug #30276 (Possible crash in ctype_digit on large numbers).
Ilia Alshanetsky [Thu, 30 Sep 2004 01:22:56 +0000 (01:22 +0000)]
Fixed bug #30276 (Possible crash in ctype_digit on large numbers).

20 years agoChangeLog update
<changelog@php.net> [Thu, 30 Sep 2004 00:41:24 +0000 (00:41 +0000)]
ChangeLog update

20 years ago- MFB (synch correctly not only for one problem)
Marcus Boerger [Wed, 29 Sep 2004 20:57:07 +0000 (20:57 +0000)]
- MFB (synch correctly not only for one problem)

20 years ago- Speling
Marcus Boerger [Wed, 29 Sep 2004 20:27:36 +0000 (20:27 +0000)]
- Speling

20 years ago- Fix docu
Marcus Boerger [Wed, 29 Sep 2004 20:25:28 +0000 (20:25 +0000)]
- Fix docu

20 years ago- Refix the fix
Marcus Boerger [Wed, 29 Sep 2004 20:24:35 +0000 (20:24 +0000)]
- Refix the fix
# This somehow got lost and was then readded by Andi in 1.258 at the wrong
# position. Obviously we need to separate the argument first and convert it
# afterwards as done in 5.0.*.

20 years ago- Add missing --SKIPIF--
Marcus Boerger [Wed, 29 Sep 2004 20:10:12 +0000 (20:10 +0000)]
- Add missing --SKIPIF--

20 years ago- Fix tests (atm preg_match() is wrong)
Marcus Boerger [Wed, 29 Sep 2004 20:09:52 +0000 (20:09 +0000)]
- Fix tests (atm preg_match() is wrong)

20 years ago- Update test
Marcus Boerger [Wed, 29 Sep 2004 19:36:30 +0000 (19:36 +0000)]
- Update test

20 years ago- Move bench.php to Zend/
Andi Gutmans [Wed, 29 Sep 2004 17:08:46 +0000 (17:08 +0000)]
- Move bench.php to Zend/

20 years agoNetWare LibC don't have search.h
Anantha Kesari H Y [Wed, 29 Sep 2004 16:11:47 +0000 (16:11 +0000)]
NetWare LibC don't have search.h

20 years agoremoved unwanted NEW_LIBC checks
Anantha Kesari H Y [Wed, 29 Sep 2004 14:42:16 +0000 (14:42 +0000)]
removed unwanted NEW_LIBC checks

20 years agoNetWare don't have uid for a file so modified the php_checkuid to return 1 for NetWAre
Anantha Kesari H Y [Wed, 29 Sep 2004 12:35:13 +0000 (12:35 +0000)]
NetWare don't have uid for a file so modified the php_checkuid to return 1 for NetWAre

20 years agoremoved unneccessary inclusion of headers for NetWare
Anantha Kesari H Y [Wed, 29 Sep 2004 12:25:56 +0000 (12:25 +0000)]
removed unneccessary inclusion of headers for NetWare

20 years agoNETWARE has a proper stat structure Now no need of CLIB_STAT_PATCH checks
Anantha Kesari H Y [Wed, 29 Sep 2004 10:54:56 +0000 (10:54 +0000)]
NETWARE has a proper stat structure Now no need of CLIB_STAT_PATCH checks

20 years agoremoved redundant NEW_LIBC checks for NETWARE
Anantha Kesari H Y [Wed, 29 Sep 2004 10:36:24 +0000 (10:36 +0000)]
removed redundant NEW_LIBC checks for NETWARE

20 years agoIncluded select.h for NetWare
Anantha Kesari H Y [Wed, 29 Sep 2004 10:28:17 +0000 (10:28 +0000)]
Included select.h for NetWare

20 years agoremoved unwanted comments, NEW_LIBC checks and NetWare specific stat structure population
Anantha Kesari H Y [Wed, 29 Sep 2004 10:21:41 +0000 (10:21 +0000)]
removed unwanted comments, NEW_LIBC checks and NetWare specific stat structure population

20 years agoremoved redundant NEW_LIBC and CLIB_STAT_PATCH checks for NETWARE
Anantha Kesari H Y [Wed, 29 Sep 2004 09:47:15 +0000 (09:47 +0000)]
removed redundant NEW_LIBC and CLIB_STAT_PATCH checks for NETWARE

20 years ago- Fix test
Marcus Boerger [Wed, 29 Sep 2004 09:43:33 +0000 (09:43 +0000)]
- Fix test

20 years ago- Fix test by removing corrupt --SKIPIF--
Marcus Boerger [Wed, 29 Sep 2004 09:41:18 +0000 (09:41 +0000)]
- Fix test by removing corrupt --SKIPIF--

20 years ago- Fix tests by removing erroneous check from --SKIPIF--
Marcus Boerger [Wed, 29 Sep 2004 09:39:43 +0000 (09:39 +0000)]
- Fix tests by removing erroneous check from --SKIPIF--

20 years ago- Fix tests by removing corrupt --SKIPIF--
Marcus Boerger [Wed, 29 Sep 2004 09:36:56 +0000 (09:36 +0000)]
- Fix tests by removing corrupt --SKIPIF--

20 years ago- Add new tests
Marcus Boerger [Wed, 29 Sep 2004 09:36:23 +0000 (09:36 +0000)]
- Add new tests

20 years agoFix classnames
Marcus Boerger [Wed, 29 Sep 2004 08:55:45 +0000 (08:55 +0000)]
Fix classnames

20 years agoAdd new test
Marcus Boerger [Wed, 29 Sep 2004 08:48:16 +0000 (08:48 +0000)]
Add new test

20 years agoimplemented proc_open for NETWARE
Anantha Kesari H Y [Wed, 29 Sep 2004 06:04:36 +0000 (06:04 +0000)]
implemented proc_open for NETWARE

20 years agoAdd strptime function.
Sterling Hughes [Wed, 29 Sep 2004 04:57:19 +0000 (04:57 +0000)]
Add strptime function.

20 years agoChangeLog update
<changelog@php.net> [Wed, 29 Sep 2004 00:34:42 +0000 (00:34 +0000)]
ChangeLog update

20 years ago- Fix warnign
Marcus Boerger [Tue, 28 Sep 2004 23:10:39 +0000 (23:10 +0000)]
- Fix warnign

20 years agoSimplify/Optmize magic method calls (__get/__set/__call/__clone/__destruct)
Marcus Boerger [Tue, 28 Sep 2004 22:55:22 +0000 (22:55 +0000)]
Simplify/Optmize magic method calls (__get/__set/__call/__clone/__destruct)

20 years agoMFB: - Fixed bug #30205 (Missing <unistd.h> in crypt() configure test).
foobar [Tue, 28 Sep 2004 20:42:56 +0000 (20:42 +0000)]
MFB: - Fixed bug #30205 (Missing <unistd.h> in crypt() configure test).

20 years ago- Return the warning until we check if we can change the type of str.len
Andi Gutmans [Tue, 28 Sep 2004 19:46:57 +0000 (19:46 +0000)]
- Return the warning until we check if we can change the type of str.len

20 years ago- publish reflection_class_factory() as zend_reflection_class_factory()
Marcus Boerger [Tue, 28 Sep 2004 19:06:15 +0000 (19:06 +0000)]
- publish reflection_class_factory() as zend_reflection_class_factory()

20 years agoFix compilation
Frank M. Kromann [Tue, 28 Sep 2004 18:38:29 +0000 (18:38 +0000)]
Fix compilation