]>
granicus.if.org Git - php/log
Sascha Schumann [Sun, 12 Dec 1999 14:22:55 +0000 (14:22 +0000)]
Remove trailing white-spaces
Sascha Schumann [Sun, 12 Dec 1999 14:17:22 +0000 (14:17 +0000)]
Reformat ini entries and add new options (cache_limiter, cache_expire).
Sascha Schumann [Sun, 12 Dec 1999 14:16:55 +0000 (14:16 +0000)]
Add cache_limiter and cache_expire options. Rename extern_referer_check
to referer_check.
Sascha Schumann [Sun, 12 Dec 1999 11:02:24 +0000 (11:02 +0000)]
Kill a warning
Sascha Schumann [Sun, 12 Dec 1999 11:02:07 +0000 (11:02 +0000)]
Initialize variables
Sascha Schumann [Sun, 12 Dec 1999 10:55:27 +0000 (10:55 +0000)]
Initialize value properly
Sascha Schumann [Sun, 12 Dec 1999 10:53:45 +0000 (10:53 +0000)]
Call SLS_FETCH() only, if it is needed
Sascha Schumann [Sun, 12 Dec 1999 10:51:44 +0000 (10:51 +0000)]
Make it compile in ZTS mode
Sascha Schumann [Sun, 12 Dec 1999 10:51:13 +0000 (10:51 +0000)]
Include header file for php_file_le_fopen()
Sascha Schumann [Sun, 12 Dec 1999 10:50:30 +0000 (10:50 +0000)]
Remove unnecessary ARRAYLS_FETCH() calls
Sascha Schumann [Sun, 12 Dec 1999 10:49:03 +0000 (10:49 +0000)]
Disable global lock for now. We will have to find a way to test subsystems
for thread-safety, and lock them appropiately, if they aren't thread-safe.
Stig Bakken [Sun, 12 Dec 1999 08:38:10 +0000 (08:38 +0000)]
"setup" is obsolete
<changelog@php.net> [Sun, 12 Dec 1999 02:08:09 +0000 (02:08 +0000)]
ChangeLog update
<changelog@php.net> [Sun, 12 Dec 1999 02:08:06 +0000 (02:08 +0000)]
NEWS update
Andrei Zmievski [Sat, 11 Dec 1999 22:42:01 +0000 (22:42 +0000)]
Added array globals in preparation for multisort() changes.
Andrei Zmievski [Sat, 11 Dec 1999 20:00:40 +0000 (20:00 +0000)]
(PHP php_implode) Made binary-safe.
@ Made implode() binary-safe (Andrei)
Andrei Zmievski [Sat, 11 Dec 1999 19:51:04 +0000 (19:51 +0000)]
get_meta_tags() was using php_stristr() so it needed to be changed.
Optimized it to use php_memnstr() directly.
Andrei Zmievski [Sat, 11 Dec 1999 19:50:01 +0000 (19:50 +0000)]
Made strstr(), stristr(), and ucwords() binary-safe(). Also corrected
stristr() behavior to match that of strstr() if needle is not a string.
@ Made strstr(), stristr(), and ucwords() binary-safe() (Andrei)
Sascha Schumann [Sat, 11 Dec 1999 17:48:41 +0000 (17:48 +0000)]
Moving APXS-specific checks into respective config.m4. The placement of
`%APXS -q..` caused error messages, if APXS was not used.
Andreas Karajannis [Sat, 11 Dec 1999 10:56:42 +0000 (10:56 +0000)]
Don't include functions not supported by Solid
<changelog@php.net> [Sat, 11 Dec 1999 02:08:09 +0000 (02:08 +0000)]
ChangeLog update
Andrei Zmievski [Fri, 10 Dec 1999 14:27:19 +0000 (14:27 +0000)]
Fixed #2952.
Stig Bakken [Fri, 10 Dec 1999 13:00:13 +0000 (13:00 +0000)]
Added makerpm by Samuel Liddicott <sam@campbellsci.co.uk>
Sascha Schumann [Fri, 10 Dec 1999 13:00:09 +0000 (13:00 +0000)]
Output information about HTTP headers
Sascha Schumann [Fri, 10 Dec 1999 12:38:20 +0000 (12:38 +0000)]
Export sapi_free_header()
Stig Bakken [Fri, 10 Dec 1999 08:13:15 +0000 (08:13 +0000)]
remove uninteresting NEWS entries
Andrei Zmievski [Fri, 10 Dec 1999 04:44:32 +0000 (04:44 +0000)]
A few more fixes for php_strtolower().
<changelog@php.net> [Fri, 10 Dec 1999 02:08:33 +0000 (02:08 +0000)]
ChangeLog update
<changelog@php.net> [Fri, 10 Dec 1999 02:08:28 +0000 (02:08 +0000)]
NEWS update
Andrei Zmievski [Thu, 9 Dec 1999 23:45:30 +0000 (23:45 +0000)]
(PHP strtoupper, strtolower, substr_replace) Made binary-safe.
@Made strtoupper(), strtolower(), substr_replace() binary-safe. (Andrei)
Sascha Schumann [Thu, 9 Dec 1999 18:57:57 +0000 (18:57 +0000)]
(php_set_session_var): logic fix:
gpc_globals set? Add it to the global symbol table
track_vars set? Add it to the HTTP_STATE_VARS array
Zeev Suraski [Thu, 9 Dec 1999 17:13:20 +0000 (17:13 +0000)]
@- Fix a crash in the Apache syntax highlighting mode (Zeev)
Thies C. Arntzen [Thu, 9 Dec 1999 14:44:54 +0000 (14:44 +0000)]
just went thru string.c and wrote down the functions that are obviously NOT binary-safe
Thies C. Arntzen [Thu, 9 Dec 1999 11:24:51 +0000 (11:24 +0000)]
(unserialize) closed mem-leak
Thies C. Arntzen [Thu, 9 Dec 1999 11:02:41 +0000 (11:02 +0000)]
small cleanups in MINIT code
OCIInitialize is now called at the "right" spot again
Nick Gorham [Thu, 9 Dec 1999 09:59:17 +0000 (09:59 +0000)]
Report all ODBC error's not just the top of the stack
Uwe Steinmann [Thu, 9 Dec 1999 07:15:36 +0000 (07:15 +0000)]
- improved configuration due to compile problems which suddently show up
<changelog@php.net> [Thu, 9 Dec 1999 02:08:13 +0000 (02:08 +0000)]
ChangeLog update
<changelog@php.net> [Thu, 9 Dec 1999 02:08:10 +0000 (02:08 +0000)]
NEWS update
Zeev Suraski [Wed, 8 Dec 1999 22:22:20 +0000 (22:22 +0000)]
- Use Set-Cookie for consistency with SetCookie() (and possibly for adherence with
with some clients?)
- Remove unnecessary directive from configuration-parser.y
Sascha Schumann [Wed, 8 Dec 1999 19:07:58 +0000 (19:07 +0000)]
Use global ctor in non-ZTS mode as well
Thies C. Arntzen [Wed, 8 Dec 1999 14:40:46 +0000 (14:40 +0000)]
(unserialize) now cleans up better on failure!
Thies C. Arntzen [Wed, 8 Dec 1999 14:18:28 +0000 (14:18 +0000)]
make non-ZTS happy again
Thies C. Arntzen [Wed, 8 Dec 1999 14:04:55 +0000 (14:04 +0000)]
@- OCI8 now returns NULL values in LONG columns correct. (Thies)
Stig Bakken [Wed, 8 Dec 1999 13:49:09 +0000 (13:49 +0000)]
Added some more error defines (CANNOT_CREATE/DELETE/DROP).
Folded up the methods in DB.php.
Started adding documentation for DB_result methods.
Added doOne() doRow() and doAssoc() methods in DB_common.
Added numCols() to DB_mysql.
Thies C. Arntzen [Wed, 8 Dec 1999 11:48:10 +0000 (11:48 +0000)]
ZTS compile fixes
Thies C. Arntzen [Wed, 8 Dec 1999 11:47:50 +0000 (11:47 +0000)]
this is the "right" ZTS-fix
<changelog@php.net> [Wed, 8 Dec 1999 02:08:15 +0000 (02:08 +0000)]
ChangeLog update
<changelog@php.net> [Wed, 8 Dec 1999 02:08:12 +0000 (02:08 +0000)]
NEWS update
Andrei Zmievski [Tue, 7 Dec 1999 21:41:34 +0000 (21:41 +0000)]
Oops.
Andrei Zmievski [Tue, 7 Dec 1999 21:38:51 +0000 (21:38 +0000)]
(DB::parseDSN) check for an extra / at the end purely to guard against
user error
Andrei Zmievski [Tue, 7 Dec 1999 21:30:38 +0000 (21:30 +0000)]
(DB::parseDSN) Remove extraneous / at the end of the spec if no database
is specified.
Sam Ruby [Tue, 7 Dec 1999 21:07:42 +0000 (21:07 +0000)]
Fill in empty constructor in order to appease Sascha ;-)
More seriously, uninitialized values cause MSHUTDOWN to trap.
Only an issue because assert was added to internal_functions.
Sam Ruby [Tue, 7 Dec 1999 20:49:01 +0000 (20:49 +0000)]
Provide basis for shared libraries/dlls to contain internal extensions
Andrei Zmievski [Tue, 7 Dec 1999 19:18:04 +0000 (19:18 +0000)]
Apparently already implemented by Thies.
Andrei Zmievski [Tue, 7 Dec 1999 18:18:17 +0000 (18:18 +0000)]
Revert the patch.
Rasmus Lerdorf [Tue, 7 Dec 1999 16:52:13 +0000 (16:52 +0000)]
Add check for broken apxs script
Thies C. Arntzen [Tue, 7 Dec 1999 16:45:46 +0000 (16:45 +0000)]
added assert.quiet_eval plus a bit of cleaning (docs to follow!)
Sam Ruby [Tue, 7 Dec 1999 16:28:27 +0000 (16:28 +0000)]
fixed just enough to enable assert to build on win32 and Linux/ZTS
Andrei Zmievski [Tue, 7 Dec 1999 16:26:42 +0000 (16:26 +0000)]
Need to check for __inet_aton on Solaris.
Andi Gutmans [Tue, 7 Dec 1999 16:00:39 +0000 (16:00 +0000)]
- opened_path should not be freed here as the zend_file_dtor() takes care
of it. This doesn't fix the bug report for the crash of highlight_file()
though.
Sascha Schumann [Tue, 7 Dec 1999 15:22:49 +0000 (15:22 +0000)]
Move it to the right place
Thies C. Arntzen [Tue, 7 Dec 1999 13:33:37 +0000 (13:33 +0000)]
fixed NPR
Thies C. Arntzen [Tue, 7 Dec 1999 13:11:19 +0000 (13:11 +0000)]
the order *does* matter!
Thies C. Arntzen [Tue, 7 Dec 1999 13:08:17 +0000 (13:08 +0000)]
@- Added support for a C-like assert() function. (Thies)
Thies C. Arntzen [Tue, 7 Dec 1999 12:33:36 +0000 (12:33 +0000)]
getting there
Sascha Schumann [Tue, 7 Dec 1999 12:17:53 +0000 (12:17 +0000)]
Ignore generated files
Thies C. Arntzen [Tue, 7 Dec 1999 11:37:30 +0000 (11:37 +0000)]
new assert() module. (Not yet finished!)
Uwe Steinmann [Tue, 7 Dec 1999 10:49:19 +0000 (10:49 +0000)]
- Several small corrections, typos, ...
Thies C. Arntzen [Tue, 7 Dec 1999 08:14:00 +0000 (08:14 +0000)]
(explode) fixed newly introduced bug (them shall check twice *before* committing!)
Zeev Suraski [Tue, 7 Dec 1999 06:19:42 +0000 (06:19 +0000)]
Support ZTS definition in zend_config.h
<changelog@php.net> [Tue, 7 Dec 1999 03:20:29 +0000 (03:20 +0000)]
Email change.
Evan Klinger [Tue, 7 Dec 1999 02:49:03 +0000 (02:49 +0000)]
Mention CyberCash.
Sam Ruby [Tue, 7 Dec 1999 02:47:35 +0000 (02:47 +0000)]
-kludges -warning +reentrancy(more) +compiles(Unix)
Evan Klinger [Tue, 7 Dec 1999 02:26:51 +0000 (02:26 +0000)]
More clean up.
<changelog@php.net> [Tue, 7 Dec 1999 02:08:16 +0000 (02:08 +0000)]
ChangeLog update
<changelog@php.net> [Tue, 7 Dec 1999 02:08:13 +0000 (02:08 +0000)]
NEWS update
Evan Klinger [Tue, 7 Dec 1999 02:02:05 +0000 (02:02 +0000)]
Now it compiles - couldn't find lib before.
Evan Klinger [Tue, 7 Dec 1999 01:41:25 +0000 (01:41 +0000)]
Eliminate some warnings.
Evan Klinger [Tue, 7 Dec 1999 01:17:25 +0000 (01:17 +0000)]
Minor changes and clean up.
Evan Klinger [Tue, 7 Dec 1999 00:56:25 +0000 (00:56 +0000)]
@- Added CyberCash support. (Evan)
CyberCash support.
Zeev Suraski [Mon, 6 Dec 1999 20:42:44 +0000 (20:42 +0000)]
Move the #include of zend-parser.h out of zend_compile.h
Zeev Suraski [Mon, 6 Dec 1999 19:04:01 +0000 (19:04 +0000)]
First step in making parsedate.y thread safe - use a pure parser
Zeev Suraski [Mon, 6 Dec 1999 19:03:57 +0000 (19:03 +0000)]
More localization
Thies C. Arntzen [Mon, 6 Dec 1999 19:01:21 +0000 (19:01 +0000)]
fixed warning
Thies C. Arntzen [Mon, 6 Dec 1999 18:29:22 +0000 (18:29 +0000)]
@- explode() is now binary-safe. (Thies)
we save one buffer-copy as well (hehe)
Thies C. Arntzen [Mon, 6 Dec 1999 17:37:59 +0000 (17:37 +0000)]
@- strpos() is now binary-safe. (Thies)
Andrei Zmievski [Mon, 6 Dec 1999 16:41:55 +0000 (16:41 +0000)]
Add another item.
Zeev Suraski [Mon, 6 Dec 1999 15:34:05 +0000 (15:34 +0000)]
This is no longer needed. Note that we'll always need to undefine YYSTYPE, since
the template bison generated .h file defines it if it's not already defined.
Sascha Schumann [Mon, 6 Dec 1999 15:32:01 +0000 (15:32 +0000)]
Separate libpaths into PHP_LDFLAGS, so that we can address them
separately (required for Apache build).
Zeev Suraski [Mon, 6 Dec 1999 15:31:06 +0000 (15:31 +0000)]
Localize a couple of macros
Zeev Suraski [Mon, 6 Dec 1999 15:30:44 +0000 (15:30 +0000)]
opened_path could end up uninitialized - fixed
Thies C. Arntzen [Mon, 6 Dec 1999 13:08:16 +0000 (13:08 +0000)]
removed unneded CLS_FETCH()
Sam Ruby [Mon, 6 Dec 1999 05:28:26 +0000 (05:28 +0000)]
build error: wrong num parms to date_parse
Sam Ruby [Mon, 6 Dec 1999 05:00:40 +0000 (05:00 +0000)]
first pass at method overloading
Sam Ruby [Mon, 6 Dec 1999 04:58:55 +0000 (04:58 +0000)]
Hmmm...must have misplaced the getcwd/chdir logic...
Evan Klinger [Mon, 6 Dec 1999 02:24:01 +0000 (02:24 +0000)]
*** empty log message ***
<changelog@php.net> [Mon, 6 Dec 1999 02:08:20 +0000 (02:08 +0000)]
ChangeLog update
<changelog@php.net> [Mon, 6 Dec 1999 02:08:14 +0000 (02:08 +0000)]
NEWS update
Sascha Schumann [Sun, 5 Dec 1999 23:38:25 +0000 (23:38 +0000)]
Give it a nicer looking module name