]> granicus.if.org Git - php/log
php
23 years agoOops, leftover crud
Rasmus Lerdorf [Sun, 21 Oct 2001 07:45:32 +0000 (07:45 +0000)]
Oops, leftover crud

23 years agoMotivated by bug #13607 I wrote up a simple array_init() function that
Rasmus Lerdorf [Sun, 21 Oct 2001 07:42:35 +0000 (07:42 +0000)]
Motivated by bug #13607 I wrote up a simple array_init() function that
lets you quickly create an array and initialize each element to a certain
value.
@ Add array_init() function (Rasmus)

23 years agomissing entry
foobar [Sun, 21 Oct 2001 03:02:40 +0000 (03:02 +0000)]
missing entry

23 years agoFixed bugs: #13251, #9827, #11363
foobar [Sun, 21 Oct 2001 03:01:17 +0000 (03:01 +0000)]
Fixed bugs: #13251, #9827, #11363

23 years agoChangeLog update
<changelog@php.net> [Sun, 21 Oct 2001 00:12:45 +0000 (00:12 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Sun, 21 Oct 2001 00:12:40 +0000 (00:12 +0000)]
NEWS update

23 years agoThis made no sense before. Hide Authorization in getallheaders() but
Rasmus Lerdorf [Sun, 21 Oct 2001 00:03:55 +0000 (00:03 +0000)]
This made no sense before.  Hide Authorization in getallheaders() but
display it from phpinfo()?  Ouch!
@ Hide Authorization header from phpinfo() output in safe_mode (Rasmus)

23 years ago# Butt-ugly looking code here, but I need regular expressions to do this.
Rasmus Lerdorf [Sat, 20 Oct 2001 22:01:56 +0000 (22:01 +0000)]
# Butt-ugly looking code here, but I need regular expressions to do this.
Re-instated safe-mode realm mangling as it was in php 2 and 3 albeit
in a somewhat more robust way.
@ Re-instated safe-mode realm mangling (Rasmus)

23 years agoMFHZ1
Andrei Zmievski [Sat, 20 Oct 2001 13:55:47 +0000 (13:55 +0000)]
MFHZ1

23 years agoFix warning,
Andrei Zmievski [Sat, 20 Oct 2001 13:45:29 +0000 (13:45 +0000)]
Fix warning,

23 years ago- Fix for bug #13413
Derick Rethans [Sat, 20 Oct 2001 10:58:33 +0000 (10:58 +0000)]
- Fix for bug #13413

23 years agoChangeLog update
<changelog@php.net> [Sat, 20 Oct 2001 00:10:16 +0000 (00:10 +0000)]
ChangeLog update

23 years agoconvert to use new parameter parsing API.
Andrei Zmievski [Fri, 19 Oct 2001 19:48:35 +0000 (19:48 +0000)]
convert to use new parameter parsing API.

23 years agoConverting to use new parameter parsing API.
Andrei Zmievski [Fri, 19 Oct 2001 19:21:58 +0000 (19:21 +0000)]
Converting to use new parameter parsing API.

23 years agoFixed other protos.
Egon Schmid [Fri, 19 Oct 2001 19:21:28 +0000 (19:21 +0000)]
Fixed other protos.

23 years agoFix news entry
Jason Greene [Fri, 19 Oct 2001 18:45:33 +0000 (18:45 +0000)]
Fix news entry

23 years agoFixed another proto.
Egon Schmid [Fri, 19 Oct 2001 18:42:25 +0000 (18:42 +0000)]
Fixed another proto.

23 years agoConver to use new parameter parsing API.
Andrei Zmievski [Fri, 19 Oct 2001 18:26:30 +0000 (18:26 +0000)]
Conver to use new parameter parsing API.

23 years agoFixed last argument in strlcat() call.
Edin Kadribasic [Fri, 19 Oct 2001 18:06:37 +0000 (18:06 +0000)]
Fixed last argument in strlcat() call.

23 years agoConvert to use new parameter parsing API.
Andrei Zmievski [Fri, 19 Oct 2001 17:16:12 +0000 (17:16 +0000)]
Convert to use new parameter parsing API.

23 years agoChanged strncpy=>strlcpy; strncat=>strlcat
Edin Kadribasic [Fri, 19 Oct 2001 15:54:05 +0000 (15:54 +0000)]
Changed strncpy=>strlcpy; strncat=>strlcat

23 years agoChangeLog update
<changelog@php.net> [Fri, 19 Oct 2001 00:09:58 +0000 (00:09 +0000)]
ChangeLog update

23 years agoReverting the last fix for ZTS and adding TSRMLS_FETCH() to make it work.
Frank M. Kromann [Thu, 18 Oct 2001 19:24:51 +0000 (19:24 +0000)]
Reverting the last fix for ZTS and adding TSRMLS_FETCH() to make it work.

23 years agoAdding include path for having curl header and libraries in php_build\curl
Frank M. Kromann [Thu, 18 Oct 2001 17:47:35 +0000 (17:47 +0000)]
Adding include path for having curl header and libraries in php_build\curl

23 years agoFixing ZTS build on win32
Frank M. Kromann [Thu, 18 Oct 2001 17:46:57 +0000 (17:46 +0000)]
Fixing ZTS build on win32

23 years agofix ws issue introduce in my use_trans_sid commit...
Sterling Hughes [Thu, 18 Oct 2001 09:12:39 +0000 (09:12 +0000)]
fix ws issue introduce in my use_trans_sid commit...

# still getting used to emacs

23 years agofix formatting, this line really was too long ;)
Sterling Hughes [Thu, 18 Oct 2001 09:10:05 +0000 (09:10 +0000)]
fix formatting, this line really was too long ;)

23 years agoforce use of the session.use_trans_sid setting
Sterling Hughes [Thu, 18 Oct 2001 09:05:16 +0000 (09:05 +0000)]
force use of the session.use_trans_sid setting

23 years agoAdd php_overload.dll.
Sebastian Bergmann [Thu, 18 Oct 2001 08:53:08 +0000 (08:53 +0000)]
Add php_overload.dll.

23 years agoAdd ext/overload to modules workspace.
Sebastian Bergmann [Thu, 18 Oct 2001 08:49:37 +0000 (08:49 +0000)]
Add ext/overload to modules workspace.

23 years agofixed wrong constant definition
Harald Radi [Thu, 18 Oct 2001 08:25:39 +0000 (08:25 +0000)]
fixed wrong constant definition

23 years agofix linkage error
Harald Radi [Thu, 18 Oct 2001 08:14:56 +0000 (08:14 +0000)]
fix linkage error

23 years agoChangeLog update
<changelog@php.net> [Thu, 18 Oct 2001 00:10:29 +0000 (00:10 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Thu, 18 Oct 2001 00:10:25 +0000 (00:10 +0000)]
NEWS update

23 years agoFixed some protos.
Egon Schmid [Wed, 17 Oct 2001 18:52:33 +0000 (18:52 +0000)]
Fixed some protos.

23 years agoReturn a warning when fbsql_read_blob or fbsql_read_clob is called with an invalid...
Frank M. Kromann [Wed, 17 Oct 2001 18:36:32 +0000 (18:36 +0000)]
Return a warning when fbsql_read_blob or fbsql_read_clob is called with an invalid handle

23 years ago@- Fixed a bug in preg_replace() that would change the type of the replacement
Andrei Zmievski [Wed, 17 Oct 2001 18:20:19 +0000 (18:20 +0000)]
@- Fixed a bug in preg_replace() that would change the type of the replacement
@  array entries to string. (Andrei)

23 years agorename com module entry
Harald Radi [Wed, 17 Oct 2001 12:50:44 +0000 (12:50 +0000)]
rename com module entry

23 years agorename module entry
Harald Radi [Wed, 17 Oct 2001 12:50:12 +0000 (12:50 +0000)]
rename module entry

23 years agofixed unicode bug
Harald Radi [Wed, 17 Oct 2001 12:48:26 +0000 (12:48 +0000)]
fixed unicode bug

23 years agowin32 project file
Harald Radi [Wed, 17 Oct 2001 00:57:12 +0000 (00:57 +0000)]
win32 project file

23 years agoChangeLog update
<changelog@php.net> [Wed, 17 Oct 2001 00:11:34 +0000 (00:11 +0000)]
ChangeLog update

23 years agoAdding new functions to retreive LOB data.
Frank M. Kromann [Tue, 16 Oct 2001 23:08:38 +0000 (23:08 +0000)]
Adding new functions to retreive LOB data.

fbsql_set_lob_mode() is used to switch from FBSQL_LOB_DIRECT to FBSQL_LOB_HANDLE

when LOBS are retreived as FBSQL_LOB_HANDLE the user must call fbsql_read_blob() or fbsql_read_clob() to get the data.

23 years agofixed proto
foobar [Tue, 16 Oct 2001 17:08:11 +0000 (17:08 +0000)]
fixed proto

23 years agoChangeLog update
<changelog@php.net> [Tue, 16 Oct 2001 00:10:12 +0000 (00:10 +0000)]
ChangeLog update

23 years agoFixed bug #13083 in http_fopen_wrapper.c which is now able to handle
Edin Kadribasic [Mon, 15 Oct 2001 23:30:40 +0000 (23:30 +0000)]
Fixed bug #13083 in http_fopen_wrapper.c which is now able to handle
non absolute redirects.

23 years agoAdding user-space object overloading extension.
Andrei Zmievski [Mon, 15 Oct 2001 20:32:56 +0000 (20:32 +0000)]
Adding user-space object overloading extension.

23 years agoBump version.
Sebastian Bergmann [Mon, 15 Oct 2001 20:18:02 +0000 (20:18 +0000)]
Bump version.

23 years ago* bump version
Stig Bakken [Mon, 15 Oct 2001 18:58:48 +0000 (18:58 +0000)]
* bump version

23 years agofix bug #13479
Stig Bakken [Mon, 15 Oct 2001 18:36:43 +0000 (18:36 +0000)]
fix bug #13479

23 years agoFixing problem with indirect blobs
Frank M. Kromann [Mon, 15 Oct 2001 17:33:14 +0000 (17:33 +0000)]
Fixing problem with indirect blobs

23 years ago* set PHP_EXTENSION_DIR to c:\php4 and change the default
Stig Bakken [Mon, 15 Oct 2001 08:29:00 +0000 (08:29 +0000)]
* set PHP_EXTENSION_DIR to c:\php4 and change the default
  PHP_INCLUDE_PATH to c:\php4\pear

23 years ago* this line is from php-gtk. hum.
Stig Bakken [Mon, 15 Oct 2001 08:20:03 +0000 (08:20 +0000)]
* this line is from php-gtk.  hum.

23 years ago* fix Windows default include path
Stig Bakken [Mon, 15 Oct 2001 05:47:07 +0000 (05:47 +0000)]
* fix Windows default include path

23 years ago* updated version numbers, moved extension version change to 4.1.0
Stig Bakken [Mon, 15 Oct 2001 05:40:31 +0000 (05:40 +0000)]
* updated version numbers, moved extension version change to 4.1.0

23 years agoChangeLog update
<changelog@php.net> [Mon, 15 Oct 2001 00:10:52 +0000 (00:10 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Mon, 15 Oct 2001 00:10:48 +0000 (00:10 +0000)]
NEWS update

23 years agoFixed some spelling errors.
Egon Schmid [Sun, 14 Oct 2001 09:24:37 +0000 (09:24 +0000)]
Fixed some spelling errors.

23 years agoMade error returning on missing extensions consistent across all backends
Markus Fischer [Sun, 14 Oct 2001 01:23:07 +0000 (01:23 +0000)]
Made error returning on missing extensions consistent across all backends

23 years agoChangeLog update
<changelog@php.net> [Sun, 14 Oct 2001 00:10:59 +0000 (00:10 +0000)]
ChangeLog update

23 years agoEither sizeof(struct stat) or sizeof f_stat, but not sizeof stat.
Sascha Schumann [Sat, 13 Oct 2001 23:43:49 +0000 (23:43 +0000)]
Either sizeof(struct stat) or sizeof f_stat, but not sizeof stat.

23 years agoFixed thread-safe compile. Thanks to Jani Taskinen.
Adam Dickmeiss [Sat, 13 Oct 2001 22:35:11 +0000 (22:35 +0000)]
Fixed thread-safe compile. Thanks to Jani Taskinen.

23 years agoFixed bug: #13652
foobar [Sat, 13 Oct 2001 15:06:14 +0000 (15:06 +0000)]
Fixed bug: #13652

23 years agoThis file is generated.
foobar [Sat, 13 Oct 2001 14:55:51 +0000 (14:55 +0000)]
This file is generated.

23 years agows fix.
foobar [Sat, 13 Oct 2001 13:12:30 +0000 (13:12 +0000)]
ws fix.

23 years ago* updated email adress
Martin Jansen [Sat, 13 Oct 2001 09:32:34 +0000 (09:32 +0000)]
* updated email adress

23 years agoFix backwards source compatibility.
Adam Dickmeiss [Sat, 13 Oct 2001 07:38:32 +0000 (07:38 +0000)]
Fix backwards source compatibility.

23 years ago* fixed problem with copyright header on some systems.
Martin Jansen [Sat, 13 Oct 2001 06:22:09 +0000 (06:22 +0000)]
* fixed problem with copyright header on some systems.

23 years agoChangeLog update
<changelog@php.net> [Sat, 13 Oct 2001 00:10:43 +0000 (00:10 +0000)]
ChangeLog update

23 years ago* streamlined the copyright header
Martin Jansen [Fri, 12 Oct 2001 20:39:50 +0000 (20:39 +0000)]
* streamlined the copyright header
* changed path names in pear.bat to more typical values
# The GUI installer on Win32 installs PHP to c:\php by default, so we
# should make that the predefined value in the PEAR batch file.

23 years agotypo
Alexander Merz [Fri, 12 Oct 2001 19:46:21 +0000 (19:46 +0000)]
typo

23 years agowin version of pear the pear script
Alexander Merz [Fri, 12 Oct 2001 19:43:58 +0000 (19:43 +0000)]
win version of pear the pear script

23 years agorevert removal of zend_parse_parameters and properly use
Sterling Hughes [Fri, 12 Oct 2001 19:16:39 +0000 (19:16 +0000)]
revert removal of zend_parse_parameters and properly use
zend_parse_parameters (ie zval * instead of zval **).

23 years agoMFZE1: Introduced extension version numbers (Stig)
Sebastian Bergmann [Fri, 12 Oct 2001 18:40:30 +0000 (18:40 +0000)]
MFZE1: Introduced extension version numbers (Stig)

23 years agofix segv's, zend_parse_parameters seems not to be able to handle
Sterling Hughes [Fri, 12 Oct 2001 15:07:05 +0000 (15:07 +0000)]
fix segv's, zend_parse_parameters seems not to be able to handle
resources.

# emacs is cool

23 years ago* fix module struct in rest of sapi modules
Stig Bakken [Fri, 12 Oct 2001 12:11:48 +0000 (12:11 +0000)]
* fix module struct in rest of sapi modules

23 years agomake it work again
Thies C. Arntzen [Fri, 12 Oct 2001 07:50:52 +0000 (07:50 +0000)]
make it work again

23 years agoFixed bug: #13556
foobar [Fri, 12 Oct 2001 00:21:09 +0000 (00:21 +0000)]
Fixed bug: #13556

23 years agoChangeLog update
<changelog@php.net> [Fri, 12 Oct 2001 00:10:35 +0000 (00:10 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Fri, 12 Oct 2001 00:10:32 +0000 (00:10 +0000)]
NEWS update

23 years ago* zend_module_entry change: apino, debug and zts are moved first,
Stig Bakken [Thu, 11 Oct 2001 23:33:59 +0000 (23:33 +0000)]
* zend_module_entry change: apino, debug and zts are moved first,
  see README.EXTENSIONS file for upgrade help.
@Introduced extension version numbers (Stig)

23 years ago* replaced PEAR::phpVersionIs with version_compare
Stig Bakken [Thu, 11 Oct 2001 22:11:34 +0000 (22:11 +0000)]
* replaced PEAR::phpVersionIs with version_compare

23 years ago* version_compare() is included from 4.0.7
Stig Bakken [Thu, 11 Oct 2001 10:46:29 +0000 (10:46 +0000)]
* version_compare() is included from 4.0.7

23 years ago* remove version_{lt,le,gt,ge,eq} functions, added a third optional
Stig Bakken [Thu, 11 Oct 2001 10:35:59 +0000 (10:35 +0000)]
* remove version_{lt,le,gt,ge,eq} functions, added a third optional
  parameter to version_compare doing the same thing

23 years ago* updated line numbers
Stig Bakken [Thu, 11 Oct 2001 01:23:53 +0000 (01:23 +0000)]
* updated line numbers

23 years ago* make test pass
Stig Bakken [Thu, 11 Oct 2001 00:41:15 +0000 (00:41 +0000)]
* make test pass

23 years agoAllow msession to build without ext/session
Mark L. Woodward [Thu, 11 Oct 2001 00:36:24 +0000 (00:36 +0000)]
Allow msession to build without ext/session

23 years agoChangeLog update
<changelog@php.net> [Thu, 11 Oct 2001 00:12:00 +0000 (00:12 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Thu, 11 Oct 2001 00:11:54 +0000 (00:11 +0000)]
NEWS update

23 years agoChanged return value for BLOB/CLOB values to a string. and returning false if no...
Frank M. Kromann [Wed, 10 Oct 2001 22:24:57 +0000 (22:24 +0000)]
Changed return value for BLOB/CLOB values to a string. and returning false if no handle is created.

23 years agofix a problem with the propagation of baseinstalldir and role
Tomas V.V.Cox [Wed, 10 Oct 2001 18:42:23 +0000 (18:42 +0000)]
fix a problem with the propagation of baseinstalldir and role

23 years ago@- Make UDM_PARAM_ISPELL_PREFIXES work under mnogosearch-3.2.x (gluke)
Sergey Kartashoff [Wed, 10 Oct 2001 17:39:04 +0000 (17:39 +0000)]
@- Make UDM_PARAM_ISPELL_PREFIXES work under mnogosearch-3.2.x (gluke)
- Make UDM_PARAM_ISPELL_PREFIXES work under mnogosearch-3.2.x (gluke)

23 years ago* fix default path in configure help text
Stig Bakken [Wed, 10 Oct 2001 16:14:25 +0000 (16:14 +0000)]
* fix default path in configure help text

23 years ago* added function entries for version_{lt,le,gt,ge,eq}
Stig Bakken [Wed, 10 Oct 2001 10:32:16 +0000 (10:32 +0000)]
* added function entries for version_{lt,le,gt,ge,eq}

23 years ago@Added version_{lt,le,gt,ge,eq} functions (Stig)
Stig Bakken [Wed, 10 Oct 2001 10:14:51 +0000 (10:14 +0000)]
@Added version_{lt,le,gt,ge,eq} functions (Stig)

23 years agoAdding support for BLOB and CLOB
Frank M. Kromann [Wed, 10 Oct 2001 00:42:00 +0000 (00:42 +0000)]
Adding support for BLOB and CLOB

23 years agoChangeLog update
<changelog@php.net> [Wed, 10 Oct 2001 00:10:23 +0000 (00:10 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Wed, 10 Oct 2001 00:10:20 +0000 (00:10 +0000)]
NEWS update

23 years agoAdded ldap_start_tls() function
Stig Venaas [Tue, 9 Oct 2001 21:14:14 +0000 (21:14 +0000)]
Added ldap_start_tls() function
@- Added ldap_start_tls() function (Stig Venaas, patch by kuenne@rentec.com)

23 years ago- More <br> to <br /> fixes
Derick Rethans [Tue, 9 Oct 2001 19:19:21 +0000 (19:19 +0000)]
- More <br> to <br /> fixes