]> granicus.if.org Git - php/log
php
24 years agoRun run-tests.php in srcdir and add top_builddir/pear to the include
Sascha Schumann [Sun, 24 Dec 2000 16:03:16 +0000 (16:03 +0000)]
Run run-tests.php in srcdir and add top_builddir/pear to the include
path (does not seem to work though yet.  The include path does not
seem to get changed at all).

24 years agoAdd session object deserialization test
Sascha Schumann [Sun, 24 Dec 2000 16:01:32 +0000 (16:01 +0000)]
Add session object deserialization test

24 years agoAdd two regression tests for the session module
Sascha Schumann [Sun, 24 Dec 2000 15:57:05 +0000 (15:57 +0000)]
Add two regression tests for the session module

24 years agoFix segfault introduced through recent zend_hash_get_current_key* changes.
Sascha Schumann [Sun, 24 Dec 2000 15:50:39 +0000 (15:50 +0000)]
Fix segfault introduced through recent zend_hash_get_current_key* changes.

24 years agoThis needs updating as well
Zeev Suraski [Sun, 24 Dec 2000 15:37:39 +0000 (15:37 +0000)]
This needs updating as well

24 years agoSync the expected output with Linux dirname output. The test passes now.
Sascha Schumann [Sun, 24 Dec 2000 14:40:37 +0000 (14:40 +0000)]
Sync the expected output with Linux dirname output.  The test passes now.
Perhaps this should be split into two tests, because the
Win32 paths don't work properly with PHP's dirname on Unix.

24 years agoFix "make test" in VPATH environments
Sascha Schumann [Sun, 24 Dec 2000 14:24:04 +0000 (14:24 +0000)]
Fix "make test" in VPATH environments

24 years agorevert last fix. the problem is now fixed globally in Zend.
Thies C. Arntzen [Sun, 24 Dec 2000 10:58:44 +0000 (10:58 +0000)]
revert last fix. the problem is now fixed globally in Zend.

24 years agoChangeLog update
<changelog@php.net> [Sun, 24 Dec 2000 02:09:07 +0000 (02:09 +0000)]
ChangeLog update

24 years agoMore aggressive protection in call_user_function_ex()
Zeev Suraski [Sun, 24 Dec 2000 00:29:14 +0000 (00:29 +0000)]
More aggressive protection in call_user_function_ex()

24 years agofix #8363.
Thies C. Arntzen [Sat, 23 Dec 2000 21:46:44 +0000 (21:46 +0000)]
fix #8363.
fix call_user_function when parser->object is not set.

24 years agoPass some more variables to AC_SUBST as those are needed for Apache 1.3's
Sascha Schumann [Sat, 23 Dec 2000 13:17:36 +0000 (13:17 +0000)]
Pass some more variables to AC_SUBST as those are needed for Apache 1.3's
libphp4.module.in.

24 years agoFix a possible crash bug in call_user_function_ex(), if the function is
Zeev Suraski [Sat, 23 Dec 2000 12:54:42 +0000 (12:54 +0000)]
Fix a possible crash bug in call_user_function_ex(), if the function is
in fact not a user function

24 years agoChangeLog update
<changelog@php.net> [Sat, 23 Dec 2000 02:09:12 +0000 (02:09 +0000)]
ChangeLog update

24 years ago(PHP session_unset) Return early, if no session was started.
Sascha Schumann [Fri, 22 Dec 2000 22:53:14 +0000 (22:53 +0000)]
(PHP session_unset) Return early, if no session was started.

PR: #8354

24 years agoSupport multi-char arg separators.
Sascha Schumann [Fri, 22 Dec 2000 22:52:11 +0000 (22:52 +0000)]
Support multi-char arg separators.

PR: #8274

24 years agoSet the floating-point exception mask on FreeBSD to 0 (as do other
Sascha Schumann [Fri, 22 Dec 2000 21:11:34 +0000 (21:11 +0000)]
Set the floating-point exception mask on FreeBSD to 0 (as do other
FreeBSD system applications).  Also bump up the module API number
as the zend_hash_get_current_key change affects source and binary
compatibility.

24 years agoSignal an error condition, if write was unable to perform the complete
Sascha Schumann [Fri, 22 Dec 2000 19:26:02 +0000 (19:26 +0000)]
Signal an error condition, if write was unable to perform the complete
operation.

24 years agoNULL is a valid return value of mmap. Check against (void *) MAP_FAILED.
Sascha Schumann [Fri, 22 Dec 2000 16:39:01 +0000 (16:39 +0000)]
NULL is a valid return value of mmap.  Check against (void *) MAP_FAILED.

24 years ago(php_file_copy) Use mmap to map the source file into our address space
Sascha Schumann [Fri, 22 Dec 2000 16:34:11 +0000 (16:34 +0000)]
(php_file_copy) Use mmap to map the source file into our address space
and then simply write it out to the target file.  That avoids switching
between user and kernel land too many times.  If that does not work, we
fall back to the read/write method.

24 years ago(PHP preg_replace) Fix to allow proper escaping of captured subpattern
Andrei Zmievski [Fri, 22 Dec 2000 16:31:42 +0000 (16:31 +0000)]
(PHP preg_replace) Fix to allow proper escaping of captured subpattern
references in the replacement string.
(PHP array_sum) Check that argument is an array.

24 years agoHeads up people!
Zeev Suraski [Fri, 22 Dec 2000 12:57:09 +0000 (12:57 +0000)]
Heads up people!

Updated the get_current_key() API - the relevant authors, please take
a look at the updated code and make sure it's ok...

24 years agoAllow get_current_key() not to return the key itself, instead of a duplicate
Zeev Suraski [Fri, 22 Dec 2000 12:49:51 +0000 (12:49 +0000)]
Allow get_current_key() not to return the key itself, instead of a duplicate

24 years ago@* Fixed a possible crash in get_class_methods() (Zeev)
Zeev Suraski [Fri, 22 Dec 2000 12:08:04 +0000 (12:08 +0000)]
@* Fixed a possible crash in get_class_methods() (Zeev)

24 years agoChangeLog update
<changelog@php.net> [Fri, 22 Dec 2000 02:09:12 +0000 (02:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Fri, 22 Dec 2000 02:09:09 +0000 (02:09 +0000)]
NEWS update

24 years ago@- Changed setlocale() to use LC_* constants. (Jani)
foobar [Thu, 21 Dec 2000 13:46:50 +0000 (13:46 +0000)]
@- Changed setlocale() to use LC_* constants. (Jani)

24 years agoNo need for GCC extensions in non-debugging mode.
Sascha Schumann [Thu, 21 Dec 2000 05:31:18 +0000 (05:31 +0000)]
No need for GCC extensions in non-debugging mode.

PR: #8345

24 years agoSome AC_SUBST substitutions were removed which are still needed.
Sascha Schumann [Thu, 21 Dec 2000 05:26:45 +0000 (05:26 +0000)]
Some AC_SUBST substitutions were removed which are still needed.

Submitted by: Andrei Zmievski

24 years agoChangeLog update
<changelog@php.net> [Thu, 21 Dec 2000 02:09:07 +0000 (02:09 +0000)]
ChangeLog update

24 years agoinstall the Math/* files.
Chuck Hagenbuch [Wed, 20 Dec 2000 19:08:29 +0000 (19:08 +0000)]
install the Math/* files.

24 years agoStop automatically passing vars to AC_SUBST through PHP_SUBST.
Sascha Schumann [Wed, 20 Dec 2000 17:21:37 +0000 (17:21 +0000)]
Stop automatically passing vars to AC_SUBST through PHP_SUBST.

There are some variables which are needed for Makefiles and files
created by AC_OUTPUT; we use PHP_SUBST_OLD for those now.

genif.sh was moved to an appropiate place.

24 years agoSpeed up the genif.sh script a little bit. Whereas it took three seconds
Sascha Schumann [Wed, 20 Dec 2000 16:29:07 +0000 (16:29 +0000)]
Speed up the genif.sh script a little bit.  Whereas it took three seconds
previously, it takes now about 100ms on a P233.

24 years ago- Use memcmp() instead of ugly char-by-char compare
Andi Gutmans [Wed, 20 Dec 2000 15:51:16 +0000 (15:51 +0000)]
- Use memcmp() instead of ugly char-by-char compare

24 years agoRemoved unused variable from is_scalar
Zak Greant [Wed, 20 Dec 2000 11:07:20 +0000 (11:07 +0000)]
Removed unused variable from is_scalar

24 years agoNote about fix under correct version.
foobar [Wed, 20 Dec 2000 09:12:13 +0000 (09:12 +0000)]
Note about fix under correct version.

24 years agoChangeLog update
<changelog@php.net> [Wed, 20 Dec 2000 02:09:16 +0000 (02:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Wed, 20 Dec 2000 02:09:12 +0000 (02:09 +0000)]
NEWS update

24 years agoAdd the QA team to the credits
Zeev Suraski [Tue, 19 Dec 2000 22:59:14 +0000 (22:59 +0000)]
Add the QA team to the credits

24 years agoAdd support for ASP tags in one-line comment
Stanislav Malyshev [Tue, 19 Dec 2000 12:57:38 +0000 (12:57 +0000)]
Add support for ASP tags in one-line comment

24 years ago@ ctype functions now follow the extension naming conventions (Hartmut)
Hartmut Holzgraefe [Tue, 19 Dec 2000 11:50:30 +0000 (11:50 +0000)]
@ ctype functions now follow the extension naming conventions (Hartmut)
# removed unneccesary code generated by ext_skel

24 years agoFix possible crash
Stanislav Malyshev [Tue, 19 Dec 2000 11:23:27 +0000 (11:23 +0000)]
Fix possible crash

24 years agoUpdated to reflect recent discussions on php-dev.
Ron Chmara [Tue, 19 Dec 2000 06:22:07 +0000 (06:22 +0000)]
Updated to reflect recent discussions on php-dev.

24 years agoChangeLog update
<changelog@php.net> [Tue, 19 Dec 2000 02:09:09 +0000 (02:09 +0000)]
ChangeLog update

24 years agowb fix.
foobar [Tue, 19 Dec 2000 00:14:58 +0000 (00:14 +0000)]
wb fix.

24 years agoFix pr: #7982
foobar [Tue, 19 Dec 2000 00:12:58 +0000 (00:12 +0000)]
Fix pr: #7982

24 years agoAdding test for is_scalar().
Zak Greant [Mon, 18 Dec 2000 21:24:25 +0000 (21:24 +0000)]
Adding test for is_scalar().

24 years agoAdded is_scalar() function.
Zak Greant [Mon, 18 Dec 2000 19:23:50 +0000 (19:23 +0000)]
Added is_scalar() function.

24 years ago- No need to generate number.c and number.h anymore.
Andi Gutmans [Mon, 18 Dec 2000 16:53:46 +0000 (16:53 +0000)]
- No need to generate number.c and number.h anymore.

24 years ago- Success! Yay!
Andi Gutmans [Mon, 18 Dec 2000 16:11:57 +0000 (16:11 +0000)]
- Success! Yay!

24 years ago- Yet another one.
Andi Gutmans [Mon, 18 Dec 2000 16:10:08 +0000 (16:10 +0000)]
- Yet another one.

24 years ago- Testing
Andi Gutmans [Mon, 18 Dec 2000 16:08:02 +0000 (16:08 +0000)]
- Testing

24 years ago- No luck
Andi Gutmans [Mon, 18 Dec 2000 16:06:16 +0000 (16:06 +0000)]
- No luck

24 years ago- Make this damn commit stuff work.
Andi Gutmans [Mon, 18 Dec 2000 16:05:12 +0000 (16:05 +0000)]
- Make this damn commit stuff work.

24 years ago- Testing
Andi Gutmans [Mon, 18 Dec 2000 16:00:15 +0000 (16:00 +0000)]
- Testing

24 years agoUse HashPosition iterator instead of saving/restoring internal pointer
Stanislav Malyshev [Mon, 18 Dec 2000 15:06:03 +0000 (15:06 +0000)]
Use HashPosition iterator instead of saving/restoring internal pointer

24 years agoPreserve internal pointer over print_r (fix #8289)
Stanislav Malyshev [Mon, 18 Dec 2000 13:56:30 +0000 (13:56 +0000)]
Preserve internal pointer over print_r (fix #8289)

24 years ago- Fix leak with useless statements such as "foo";
Andi Gutmans [Mon, 18 Dec 2000 13:28:32 +0000 (13:28 +0000)]
- Fix leak with useless statements such as "foo";

24 years ago- Testing Sascha's CVS commit script which should work with branches.
Andi Gutmans [Mon, 18 Dec 2000 13:25:53 +0000 (13:25 +0000)]
- Testing Sascha's CVS commit script which should work with branches.

24 years ago- Testing
Andi Gutmans [Mon, 18 Dec 2000 13:24:58 +0000 (13:24 +0000)]
- Testing

24 years ago- Testing
Andi Gutmans [Mon, 18 Dec 2000 13:23:45 +0000 (13:23 +0000)]
- Testing

24 years ago- Testing
Andi Gutmans [Mon, 18 Dec 2000 13:21:47 +0000 (13:21 +0000)]
- Testing

24 years ago- Testing
Andi Gutmans [Mon, 18 Dec 2000 13:21:07 +0000 (13:21 +0000)]
- Testing

24 years ago- Testin
Andi Gutmans [Mon, 18 Dec 2000 13:20:01 +0000 (13:20 +0000)]
- Testin

24 years agoTest, ignore
Zeev Suraski [Mon, 18 Dec 2000 13:18:02 +0000 (13:18 +0000)]
Test, ignore

24 years agoTest, ignore
Zeev Suraski [Mon, 18 Dec 2000 13:14:05 +0000 (13:14 +0000)]
Test, ignore

24 years agoTest, ignore
Zeev Suraski [Mon, 18 Dec 2000 13:12:16 +0000 (13:12 +0000)]
Test, ignore

24 years agoTest, ignore
Zeev Suraski [Mon, 18 Dec 2000 13:07:50 +0000 (13:07 +0000)]
Test, ignore

24 years agoTest, ignore
Zeev Suraski [Mon, 18 Dec 2000 13:01:59 +0000 (13:01 +0000)]
Test, ignore

24 years agofixed BUG #8306: shmat() returns -1 on errors, not NULL
Hartmut Holzgraefe [Mon, 18 Dec 2000 12:22:28 +0000 (12:22 +0000)]
fixed BUG #8306: shmat() returns -1 on errors, not NULL

24 years agoAdd notice when auto-converting array to string
Stanislav Malyshev [Mon, 18 Dec 2000 08:47:17 +0000 (08:47 +0000)]
Add notice when auto-converting array to string

24 years agoChangeLog update
<changelog@php.net> [Mon, 18 Dec 2000 02:09:08 +0000 (02:09 +0000)]
ChangeLog update

24 years ago- Clean up the scanner a tiny bit while messing with it.
Andi Gutmans [Sun, 17 Dec 2000 20:23:24 +0000 (20:23 +0000)]
- Clean up the scanner a tiny bit while messing with it.

24 years ago- %> without asp_tags should not be treated as inline_html but as regular
Andi Gutmans [Sun, 17 Dec 2000 20:10:16 +0000 (20:10 +0000)]
- %> without asp_tags should not be treated as inline_html but as regular
  tokens. Of course the parser will die with a parse error which is the
  correct behavior.

24 years ago- Fix problem in one line comments with line endings such as ??>
Andi Gutmans [Sun, 17 Dec 2000 20:03:35 +0000 (20:03 +0000)]
- Fix problem in one line comments with line endings such as ??>

24 years agoFix #8279 (-2147483647 > 2147483647).
Stanislav Malyshev [Sun, 17 Dec 2000 16:02:59 +0000 (16:02 +0000)]
Fix #8279 (-2147483647 > 2147483647).
# Long addition/subtraction may not fit long.

24 years agoNo need to link main binary with ODBC libs if we use shared module
Stanislav Malyshev [Sun, 17 Dec 2000 11:17:50 +0000 (11:17 +0000)]
No need to link main binary with ODBC libs if we use shared module

24 years agoadd a reminder about #3149
Thies C. Arntzen [Sun, 17 Dec 2000 09:27:42 +0000 (09:27 +0000)]
add a reminder about #3149

24 years agoChangeLog update
<changelog@php.net> [Sun, 17 Dec 2000 02:09:10 +0000 (02:09 +0000)]
ChangeLog update

24 years agoDon't do anything, if the input string has a length of 0.
Sascha Schumann [Sun, 17 Dec 2000 02:09:07 +0000 (02:09 +0000)]
Don't do anything, if the input string has a length of 0.

PR: #7686

24 years ago- How did CVS let me commit this? Probably it confused with the branch
Andi Gutmans [Sat, 16 Dec 2000 21:01:21 +0000 (21:01 +0000)]
- How did CVS let me commit this? Probably it confused with the branch
  merge

24 years ago- In PHP we're supposed to only use MAXPATHLEN (defined in php.h)
Andi Gutmans [Sat, 16 Dec 2000 20:56:44 +0000 (20:56 +0000)]
- In PHP we're supposed to only use MAXPATHLEN (defined in php.h)

24 years ago- Make all places use MAXPATHLEN in the same way. It includes the
Andi Gutmans [Sat, 16 Dec 2000 20:52:43 +0000 (20:52 +0000)]
- Make all places use MAXPATHLEN in the same way. It includes the
  terminating NULL.

24 years agoChangeLog update
<changelog@php.net> [Sat, 16 Dec 2000 02:09:27 +0000 (02:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Sat, 16 Dec 2000 02:09:23 +0000 (02:09 +0000)]
NEWS update

24 years agoAIX's XlC++ does not allow casts as an lvalue.
Sam Ruby [Sat, 16 Dec 2000 00:15:56 +0000 (00:15 +0000)]
AIX's XlC++ does not allow casts as an lvalue.

24 years agoremoved a warning when testing against a single .phpt file
Hartmut Holzgraefe [Fri, 15 Dec 2000 23:18:50 +0000 (23:18 +0000)]
removed a warning when testing against a single .phpt file

24 years agoAttempt by Matt Bonneau to get thumbnail extraction working
Rasmus Lerdorf [Fri, 15 Dec 2000 17:25:20 +0000 (17:25 +0000)]
Attempt by Matt Bonneau to get thumbnail extraction working
(no need to bring this into the 4.0.4 branch)

24 years agoFix Zeus' behaviour with URL, SCRIPT_NAME, SCRIPT_FILENAME, REQUEST_URI
Ben Mansell [Fri, 15 Dec 2000 16:18:55 +0000 (16:18 +0000)]
Fix Zeus' behaviour with URL, SCRIPT_NAME, SCRIPT_FILENAME, REQUEST_URI
environment variables
PR:
Submitted by:
Reviewed by:
Obtained from:

24 years ago- Added test for bug #8040
Derick Rethans [Fri, 15 Dec 2000 15:59:29 +0000 (15:59 +0000)]
- Added test for bug #8040

24 years ago- Added a patch that changed the checking of which version of libmcrypt is
Derick Rethans [Fri, 15 Dec 2000 15:35:48 +0000 (15:35 +0000)]
- Added a patch that changed the checking of which version of libmcrypt is
  installed (Thanks to: Anil Madhavapeddy <anil@recoil.org>)

24 years agoRemoved unused variables.
foobar [Fri, 15 Dec 2000 12:33:12 +0000 (12:33 +0000)]
Removed unused variables.

24 years agoFixing compilation on Win32. (and others)
Frank M. Kromann [Fri, 15 Dec 2000 03:04:09 +0000 (03:04 +0000)]
Fixing compilation on Win32. (and others)

24 years ago* run-tests.php: fixed a few bugs, including the POST/GET problem reported by
Stig Bakken [Fri, 15 Dec 2000 02:57:11 +0000 (02:57 +0000)]
* run-tests.php: fixed a few bugs, including the POST/GET problem reported by
  Stas

24 years agoChangeLog update
<changelog@php.net> [Fri, 15 Dec 2000 02:09:26 +0000 (02:09 +0000)]
ChangeLog update

24 years ago@Added iconv() function (using libc or libiconv) (Stig)
Stig Bakken [Fri, 15 Dec 2000 01:01:14 +0000 (01:01 +0000)]
@Added iconv() function (using libc or libiconv) (Stig)

24 years ago@Added ODBC_TYPE constant (Stig)
Stig Bakken [Fri, 15 Dec 2000 00:57:04 +0000 (00:57 +0000)]
@Added ODBC_TYPE constant (Stig)

24 years ago- This is the correct way of doing it
Andi Gutmans [Thu, 14 Dec 2000 23:05:31 +0000 (23:05 +0000)]
- This is the correct way of doing it

24 years agoadded missing SLS_FETCH()
Daniel Beulshausen [Thu, 14 Dec 2000 22:16:21 +0000 (22:16 +0000)]
added missing SLS_FETCH()

24 years agoNew m4 macros should go into acinclude.m4.
Sascha Schumann [Thu, 14 Dec 2000 17:29:38 +0000 (17:29 +0000)]
New m4 macros should go into acinclude.m4.