]> granicus.if.org Git - php/log
php
25 years agoNEWS update
<changelog@php.net> [Fri, 17 Dec 1999 03:07:58 +0000 (03:07 +0000)]
NEWS update

25 years agoAdded get_loaded_extensions(), extension_loaded(), and
Andrei Zmievski [Thu, 16 Dec 1999 23:47:10 +0000 (23:47 +0000)]
Added get_loaded_extensions(), extension_loaded(), and
get_extension_funcs() functions.
@ Added get_loaded_extensions(), extension_loaded(), and
get_extension_funcs() functions. (Andrei)

25 years agoA little renaming.
Andrei Zmievski [Thu, 16 Dec 1999 17:48:32 +0000 (17:48 +0000)]
A little renaming.

25 years agoforce ext/java to be built as a shared library
Sam Ruby [Thu, 16 Dec 1999 17:15:02 +0000 (17:15 +0000)]
force ext/java to be built as a shared library

25 years ago(php_ns_request_handler) set SG(server_context) to non-NULL
Sascha Schumann [Thu, 16 Dec 1999 17:07:19 +0000 (17:07 +0000)]
(php_ns_request_handler) set SG(server_context) to non-NULL

25 years agoChangeLog update
<changelog@php.net> [Thu, 16 Dec 1999 03:08:02 +0000 (03:08 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Thu, 16 Dec 1999 03:07:58 +0000 (03:07 +0000)]
NEWS update

25 years agoAnd still more stuff.
Andrei Zmievski [Wed, 15 Dec 1999 23:39:52 +0000 (23:39 +0000)]
And still more stuff.

25 years agoMore stuff for me to do.
Andrei Zmievski [Wed, 15 Dec 1999 23:38:42 +0000 (23:38 +0000)]
More stuff for me to do.

25 years agoDoh! I'm an idiot.
Andrei Zmievski [Wed, 15 Dec 1999 22:37:05 +0000 (22:37 +0000)]
Doh! I'm an idiot.

25 years agoNEWS notice.
Andrei Zmievski [Wed, 15 Dec 1999 22:36:24 +0000 (22:36 +0000)]
NEWS notice.

25 years ago- s/inheritence/inheritance/g
Andrei Zmievski [Wed, 15 Dec 1999 21:26:43 +0000 (21:26 +0000)]
- s/inheritence/inheritance/g
- Added is_subclass_of() function

25 years ago- Implement ability to turn off support for call-time pass by reference
Zeev Suraski [Wed, 15 Dec 1999 21:20:34 +0000 (21:20 +0000)]
- Implement ability to turn off support for call-time pass by reference

25 years ago- Implement return by reference:
Zeev Suraski [Wed, 15 Dec 1999 20:15:32 +0000 (20:15 +0000)]
- Implement return by reference:
  - In function declaration instead of the return statement
  - In the assignment phase
- Implement ability to turn off support for call-time pass by reference

25 years agoswitched to Ex Api
Uwe Steinmann [Wed, 15 Dec 1999 19:10:54 +0000 (19:10 +0000)]
switched to Ex Api

25 years ago(return_one) removed.
Andrei Zmievski [Wed, 15 Dec 1999 17:41:19 +0000 (17:41 +0000)]
(return_one) removed.
(OnChangeMemoryLimit) Only defined if MEMORY_LIMIT is defined.

25 years agoAdded date/time stamping to PHP error log file. Idea credit goes
Andrei Zmievski [Wed, 15 Dec 1999 17:37:05 +0000 (17:37 +0000)]
Added date/time stamping to PHP error log file. Idea credit goes
to Joey.
@ Added date/time stamping to PHP error log file. (Andrei, Joey)

25 years agoval->len
Andrei Zmievski [Wed, 15 Dec 1999 16:54:46 +0000 (16:54 +0000)]
val->len

25 years agoFixing.
Andrei Zmievski [Wed, 15 Dec 1999 16:07:04 +0000 (16:07 +0000)]
Fixing.

25 years agoFaster, must go faster.
Andrei Zmievski [Wed, 15 Dec 1999 15:59:04 +0000 (15:59 +0000)]
Faster, must go faster.

25 years agofixed some compile errors.
Uwe Steinmann [Wed, 15 Dec 1999 15:27:51 +0000 (15:27 +0000)]
fixed some compile errors.

25 years agoEx API
Evan Klinger [Wed, 15 Dec 1999 05:21:28 +0000 (05:21 +0000)]
Ex API

25 years agoI would've compiled first, I swear...
Evan Klinger [Wed, 15 Dec 1999 03:51:25 +0000 (03:51 +0000)]
I would've compiled first, I swear...

25 years agoEx API
Evan Klinger [Wed, 15 Dec 1999 03:46:00 +0000 (03:46 +0000)]
Ex API

25 years agoNot yet, Joey.
Andrei Zmievski [Wed, 15 Dec 1999 03:41:01 +0000 (03:41 +0000)]
Not yet, Joey.

25 years agoChangeLog update
<changelog@php.net> [Wed, 15 Dec 1999 03:08:10 +0000 (03:08 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Wed, 15 Dec 1999 03:08:05 +0000 (03:08 +0000)]
NEWS update

25 years agoMoved function_exists() to Zend library.
Andrei Zmievski [Tue, 14 Dec 1999 22:15:55 +0000 (22:15 +0000)]
Moved function_exists() to Zend library.

25 years ago(bcmath) Name of header changed from php3 to php but include forgotten.
Danny Heijl [Tue, 14 Dec 1999 21:44:35 +0000 (21:44 +0000)]
(bcmath) Name of header changed from php3 to php but include forgotten.

25 years ago- Added class_exists()
Andrei Zmievski [Tue, 14 Dec 1999 21:15:24 +0000 (21:15 +0000)]
- Added class_exists()
- Moved function_exists() here from from the basic_functions.c
- Modified method_exists() to convert method name to lowercase
  when checking

25 years ago# Added date/time stamping to php3_log_error
Joey Smith [Tue, 14 Dec 1999 18:37:14 +0000 (18:37 +0000)]
# Added date/time stamping to php3_log_error
@ Preliminary support for date/time stamping in error logs
Preliminary support for date/time stamping in error logs

25 years agoalways check if output is ok after php3_header()
Uwe Steinmann [Tue, 14 Dec 1999 12:50:21 +0000 (12:50 +0000)]
always check if output is ok after php3_header()

25 years agowhoops..need to allow 7 parameters also
Mark Musone [Tue, 14 Dec 1999 06:22:41 +0000 (06:22 +0000)]
whoops..need to allow 7 parameters also

25 years ago(getimagesize) grrr, fixed newly (30 min ago) introduced NPR
Thies C. Arntzen [Tue, 14 Dec 1999 04:32:54 +0000 (04:32 +0000)]
(getimagesize) grrr, fixed newly (30 min ago) introduced NPR

25 years agouse ex-API
Thies C. Arntzen [Tue, 14 Dec 1999 04:10:01 +0000 (04:10 +0000)]
use ex-API

25 years ago@- implemented count_chars(). (Thies)
Thies C. Arntzen [Tue, 14 Dec 1999 03:52:12 +0000 (03:52 +0000)]
@- implemented count_chars(). (Thies)

25 years agouse ex-API
Thies C. Arntzen [Tue, 14 Dec 1999 03:49:42 +0000 (03:49 +0000)]
use ex-API

25 years agouse _ex-API
Thies C. Arntzen [Tue, 14 Dec 1999 03:48:46 +0000 (03:48 +0000)]
use _ex-API

25 years agoBoo.
Andrei Zmievski [Tue, 14 Dec 1999 03:25:04 +0000 (03:25 +0000)]
Boo.

25 years agoChangeLog update
<changelog@php.net> [Tue, 14 Dec 1999 02:08:05 +0000 (02:08 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Tue, 14 Dec 1999 02:08:01 +0000 (02:08 +0000)]
NEWS update

25 years agoPostpone the execution of post request startup handlers until the symbol_table is...
Sascha Schumann [Tue, 14 Dec 1999 00:01:08 +0000 (00:01 +0000)]
Postpone the execution of post request startup handlers until the symbol_table is populated

25 years agoMade strspn() and strcspn() binary-safe.
Andrei Zmievski [Mon, 13 Dec 1999 23:40:36 +0000 (23:40 +0000)]
Made strspn() and strcspn() binary-safe.
# Please test if you can, especially cases with embedded chr(0).

@ Made strspn() and strcspn() binary-safe.

25 years agoFinished array_multisort() function. Basically it sorts multiple arrays
Andrei Zmievski [Mon, 13 Dec 1999 19:42:26 +0000 (19:42 +0000)]
Finished array_multisort() function. Basically it sorts multiple arrays
similar to ORDER BY SQL clause.
@ Added array_multisort() function. (Andrei)
# Docs are coming soon

25 years agoMake rand.c thread-safe.
Sascha Schumann [Mon, 13 Dec 1999 18:31:29 +0000 (18:31 +0000)]
Make rand.c thread-safe.

25 years agoReapply configuration for each request
Sascha Schumann [Mon, 13 Dec 1999 16:45:54 +0000 (16:45 +0000)]
Reapply configuration for each request

25 years ago(php_ns_config) use 3.0's Ns_ConfigGetPath instead of Ns_ConfigPath
Sascha Schumann [Mon, 13 Dec 1999 16:23:57 +0000 (16:23 +0000)]
(php_ns_config) use 3.0's Ns_ConfigGetPath instead of Ns_ConfigPath

25 years ago(_ps_files_path_create) terminate string correctly and append the whole key instead...
Sascha Schumann [Mon, 13 Dec 1999 15:55:49 +0000 (15:55 +0000)]
(_ps_files_path_create) terminate string correctly and append the whole key instead of the rest key

25 years agoChangeLog update
<changelog@php.net> [Mon, 13 Dec 1999 02:08:11 +0000 (02:08 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Mon, 13 Dec 1999 02:08:07 +0000 (02:08 +0000)]
NEWS update

25 years agoMake filestat.c thread-safe
Sascha Schumann [Sun, 12 Dec 1999 16:48:54 +0000 (16:48 +0000)]
Make filestat.c thread-safe

25 years ago@- Made pageinfo.c thread-safe (Sascha)
Sascha Schumann [Sun, 12 Dec 1999 16:14:40 +0000 (16:14 +0000)]
@- Made pageinfo.c thread-safe (Sascha)

25 years ago- Documented classes, methods and constants in the source
Stig Bakken [Sun, 12 Dec 1999 15:55:56 +0000 (15:55 +0000)]
- Documented classes, methods and constants in the source
- Defined DB_ERROR_NOSUCHTABLE and DB_ERROR_NOSUCHFIELD
- Renamed DB_common::capableOf to DB_common::provides
- Cleaned up the error code mapping
- Added simpleQuery method in DB_mysql
- Changed getXxx methods in DB_common to use simpleQuery
- Fixed bug in DB_common::getAssoc

25 years agoRemove trailing white-spaces
Sascha Schumann [Sun, 12 Dec 1999 14:22:55 +0000 (14:22 +0000)]
Remove trailing white-spaces

25 years agoReformat ini entries and add new options (cache_limiter, cache_expire).
Sascha Schumann [Sun, 12 Dec 1999 14:17:22 +0000 (14:17 +0000)]
Reformat ini entries and add new options (cache_limiter, cache_expire).

25 years agoAdd cache_limiter and cache_expire options. Rename extern_referer_check
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.

25 years agoKill a warning
Sascha Schumann [Sun, 12 Dec 1999 11:02:24 +0000 (11:02 +0000)]
Kill a warning

25 years agoInitialize variables
Sascha Schumann [Sun, 12 Dec 1999 11:02:07 +0000 (11:02 +0000)]
Initialize variables

25 years agoInitialize value properly
Sascha Schumann [Sun, 12 Dec 1999 10:55:27 +0000 (10:55 +0000)]
Initialize value properly

25 years agoCall SLS_FETCH() only, if it is needed
Sascha Schumann [Sun, 12 Dec 1999 10:53:45 +0000 (10:53 +0000)]
Call SLS_FETCH() only, if it is needed

25 years agoMake it compile in ZTS mode
Sascha Schumann [Sun, 12 Dec 1999 10:51:44 +0000 (10:51 +0000)]
Make it compile in ZTS mode

25 years agoInclude header file for php_file_le_fopen()
Sascha Schumann [Sun, 12 Dec 1999 10:51:13 +0000 (10:51 +0000)]
Include header file for php_file_le_fopen()

25 years agoRemove unnecessary ARRAYLS_FETCH() calls
Sascha Schumann [Sun, 12 Dec 1999 10:50:30 +0000 (10:50 +0000)]
Remove unnecessary ARRAYLS_FETCH() calls

25 years agoDisable global lock for now. We will have to find a way to test subsystems
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.

25 years ago"setup" is obsolete
Stig Bakken [Sun, 12 Dec 1999 08:38:10 +0000 (08:38 +0000)]
"setup" is obsolete

25 years agoChangeLog update
<changelog@php.net> [Sun, 12 Dec 1999 02:08:09 +0000 (02:08 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Sun, 12 Dec 1999 02:08:06 +0000 (02:08 +0000)]
NEWS update

25 years agoAdded array globals in preparation for multisort() changes.
Andrei Zmievski [Sat, 11 Dec 1999 22:42:01 +0000 (22:42 +0000)]
Added array globals in preparation for multisort() changes.

25 years ago(PHP php_implode) Made binary-safe.
Andrei Zmievski [Sat, 11 Dec 1999 20:00:40 +0000 (20:00 +0000)]
(PHP php_implode) Made binary-safe.
@ Made implode() binary-safe (Andrei)

25 years agoget_meta_tags() was using php_stristr() so it needed to be changed.
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.

25 years agoMade strstr(), stristr(), and ucwords() binary-safe(). Also corrected
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)

25 years agoMoving APXS-specific checks into respective config.m4. The placement of
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.

25 years agoDon't include functions not supported by Solid
Andreas Karajannis [Sat, 11 Dec 1999 10:56:42 +0000 (10:56 +0000)]
Don't include functions not supported by Solid

25 years agoChangeLog update
<changelog@php.net> [Sat, 11 Dec 1999 02:08:09 +0000 (02:08 +0000)]
ChangeLog update

25 years agoFixed #2952.
Andrei Zmievski [Fri, 10 Dec 1999 14:27:19 +0000 (14:27 +0000)]
Fixed #2952.

25 years agoAdded makerpm by Samuel Liddicott <sam@campbellsci.co.uk>
Stig Bakken [Fri, 10 Dec 1999 13:00:13 +0000 (13:00 +0000)]
Added makerpm by Samuel Liddicott <sam@campbellsci.co.uk>

25 years agoOutput information about HTTP headers
Sascha Schumann [Fri, 10 Dec 1999 13:00:09 +0000 (13:00 +0000)]
Output information about HTTP headers

25 years agoExport sapi_free_header()
Sascha Schumann [Fri, 10 Dec 1999 12:38:20 +0000 (12:38 +0000)]
Export sapi_free_header()

25 years agoremove uninteresting NEWS entries
Stig Bakken [Fri, 10 Dec 1999 08:13:15 +0000 (08:13 +0000)]
remove uninteresting NEWS entries

25 years agoA few more fixes for php_strtolower().
Andrei Zmievski [Fri, 10 Dec 1999 04:44:32 +0000 (04:44 +0000)]
A few more fixes for php_strtolower().

25 years agoChangeLog update
<changelog@php.net> [Fri, 10 Dec 1999 02:08:33 +0000 (02:08 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Fri, 10 Dec 1999 02:08:28 +0000 (02:08 +0000)]
NEWS update

25 years ago(PHP strtoupper, strtolower, substr_replace) Made binary-safe.
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)

25 years ago(php_set_session_var): logic fix:
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

25 years ago@- Fix a crash in the Apache syntax highlighting mode (Zeev)
Zeev Suraski [Thu, 9 Dec 1999 17:13:20 +0000 (17:13 +0000)]
@- Fix a crash in the Apache syntax highlighting mode (Zeev)

25 years agojust went thru string.c and wrote down the functions that are obviously NOT binary...
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

25 years ago(unserialize) closed mem-leak
Thies C. Arntzen [Thu, 9 Dec 1999 11:24:51 +0000 (11:24 +0000)]
(unserialize) closed mem-leak

25 years agosmall cleanups in MINIT code
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

25 years agoReport all ODBC error's not just the top of the stack
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

25 years ago- improved configuration due to compile problems which suddently show up
Uwe Steinmann [Thu, 9 Dec 1999 07:15:36 +0000 (07:15 +0000)]
- improved configuration due to compile problems which suddently show up

25 years agoChangeLog update
<changelog@php.net> [Thu, 9 Dec 1999 02:08:13 +0000 (02:08 +0000)]
ChangeLog update

25 years agoNEWS update
<changelog@php.net> [Thu, 9 Dec 1999 02:08:10 +0000 (02:08 +0000)]
NEWS update

25 years ago- Use Set-Cookie for consistency with SetCookie() (and possibly for adherence with
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

25 years agoUse global ctor in non-ZTS mode as well
Sascha Schumann [Wed, 8 Dec 1999 19:07:58 +0000 (19:07 +0000)]
Use global ctor in non-ZTS mode as well

25 years ago(unserialize) now cleans up better on failure!
Thies C. Arntzen [Wed, 8 Dec 1999 14:40:46 +0000 (14:40 +0000)]
(unserialize) now cleans up better on failure!

25 years agomake non-ZTS happy again
Thies C. Arntzen [Wed, 8 Dec 1999 14:18:28 +0000 (14:18 +0000)]
make non-ZTS happy again

25 years ago@- OCI8 now returns NULL values in LONG columns correct. (Thies)
Thies C. Arntzen [Wed, 8 Dec 1999 14:04:55 +0000 (14:04 +0000)]
@- OCI8 now returns NULL values in LONG columns correct. (Thies)

25 years agoAdded some more error defines (CANNOT_CREATE/DELETE/DROP).
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.

25 years agoZTS compile fixes
Thies C. Arntzen [Wed, 8 Dec 1999 11:48:10 +0000 (11:48 +0000)]
ZTS compile fixes

25 years agothis is the "right" ZTS-fix
Thies C. Arntzen [Wed, 8 Dec 1999 11:47:50 +0000 (11:47 +0000)]
this is the "right" ZTS-fix