]> granicus.if.org Git - php/log
php
25 years ago- First go at using strlcat().
Andi Gutmans [Tue, 14 Sep 1999 20:12:46 +0000 (20:12 +0000)]
- First go at using strlcat().

25 years ago- Support strlcpy/strlcat in windows.
Andi Gutmans [Tue, 14 Sep 1999 20:02:47 +0000 (20:02 +0000)]
- Support strlcpy/strlcat in windows.

25 years ago- Updated bundled PCRE library to version 2.08
Andrey Hristov [Tue, 14 Sep 1999 19:24:37 +0000 (19:24 +0000)]
- Updated bundled PCRE library to version 2.08
- Made it possible to specify external location of the PCRE library
- Reworked PCRE extension to use updated PCRE library API

Hopefully now everything behaves just like Perl..

25 years agoAdd strlcpy/strlcat to the build process
Andi Gutmans [Tue, 14 Sep 1999 19:12:57 +0000 (19:12 +0000)]
Add strlcpy/strlcat to the build process

25 years ago- fixed memory leaks in pdf_open_memory_image() and pdf_add_bookmark()
Uwe Steinmann [Tue, 14 Sep 1999 14:47:14 +0000 (14:47 +0000)]
- fixed memory leaks in pdf_open_memory_image() and pdf_add_bookmark()

25 years agoforgot
Thies C. Arntzen [Tue, 14 Sep 1999 14:18:57 +0000 (14:18 +0000)]
forgot

25 years agois_array & friens speedups
Thies C. Arntzen [Tue, 14 Sep 1999 14:18:18 +0000 (14:18 +0000)]
is_array & friens speedups

25 years agoFix a warning
Rasmus Lerdorf [Tue, 14 Sep 1999 14:09:57 +0000 (14:09 +0000)]
Fix a warning

25 years agocount() now uses the new getParamertersEx API.
Thies C. Arntzen [Tue, 14 Sep 1999 13:34:27 +0000 (13:34 +0000)]
count() now uses the new getParamertersEx API.

25 years agoi'm sure this was left-over debugging code!
Thies C. Arntzen [Tue, 14 Sep 1999 13:32:54 +0000 (13:32 +0000)]
i'm sure this was left-over debugging code!

25 years agoyou can now position when doing lob-writes.
Thies C. Arntzen [Tue, 14 Sep 1999 12:41:00 +0000 (12:41 +0000)]
you can now position when doing lob-writes.

25 years ago- X-* is probably more standard.
Andi Gutmans [Mon, 13 Sep 1999 20:03:56 +0000 (20:03 +0000)]
- X-* is probably more standard.

25 years agoAdded PHP_WITH_SHARED for checking "shared,*" prefix when configuring
Stig Bakken [Mon, 13 Sep 1999 17:17:51 +0000 (17:17 +0000)]
Added PHP_WITH_SHARED for checking "shared,*" prefix when configuring
extensions.

25 years agoadded Metaphone support
Thies C. Arntzen [Mon, 13 Sep 1999 15:48:32 +0000 (15:48 +0000)]
added Metaphone support

25 years agogot rid of the define-callback stuff there's a bug in oracle-oci8!
Thies C. Arntzen [Mon, 13 Sep 1999 15:19:29 +0000 (15:19 +0000)]
got rid of the define-callback stuff there's a bug in oracle-oci8!

25 years agoPer Stig's suggestion.
Andrey Hristov [Mon, 13 Sep 1999 14:15:22 +0000 (14:15 +0000)]
Per Stig's suggestion.

25 years agoported $lob->savefile($filename) method from PHP3
Thies C. Arntzen [Mon, 13 Sep 1999 11:49:07 +0000 (11:49 +0000)]
ported  $lob->savefile($filename) method from PHP3

25 years agoMake sure HAVE_LIBDL gets defined.
Stig S. Bakken [Mon, 13 Sep 1999 11:29:44 +0000 (11:29 +0000)]
Make sure HAVE_LIBDL gets defined.
Disable more C++ tests when not configured for thread safety.

25 years agocleanups
Thies C. Arntzen [Mon, 13 Sep 1999 11:13:53 +0000 (11:13 +0000)]
cleanups

25 years agoported oci8 to use new class API
Thies C. Arntzen [Mon, 13 Sep 1999 10:52:54 +0000 (10:52 +0000)]
ported oci8 to use new class API
var_dump no longer tries to traverse avr->value.ht for objects but uses var->value.obj.properties instead

25 years agoModified phpinfo() to show the contents of arrays in HTTP_*_VARS[]
Zeev Suraski [Mon, 13 Sep 1999 01:11:41 +0000 (01:11 +0000)]
Modified phpinfo() to show the contents of arrays in HTTP_*_VARS[]

25 years agoFix a buglet, and avoid crashing in phpinfo() (fixes an elusive legacy bug too)
Zeev Suraski [Mon, 13 Sep 1999 00:35:03 +0000 (00:35 +0000)]
Fix a buglet, and avoid crashing in phpinfo() (fixes an elusive legacy bug too)

25 years ago- Rewrote the GET/POST/Cookie data reader to support multi-dimensional
Zeev Suraski [Sun, 12 Sep 1999 23:51:12 +0000 (23:51 +0000)]
- Rewrote the GET/POST/Cookie data reader to support multi-dimensional
  arrays! (Zeev)

This still needs a lot of more testing, but it seems to work more or less.

25 years agoAdd PHP-Version header in IIS
Zeev Suraski [Sun, 12 Sep 1999 21:07:53 +0000 (21:07 +0000)]
Add PHP-Version header in IIS

25 years agoThat's important enough to be cached
Zeev Suraski [Sun, 12 Sep 1999 20:36:48 +0000 (20:36 +0000)]
That's important enough to be cached

25 years agoMake this class instanciatable
Zeev Suraski [Sun, 12 Sep 1999 19:27:50 +0000 (19:27 +0000)]
Make this class instanciatable

25 years agocheck for c++ only, if thread safety is enabled
Sascha Schumann [Sun, 12 Sep 1999 14:14:34 +0000 (14:14 +0000)]
check for c++ only, if thread safety is enabled

25 years agouse static buffer for URLs instead of allocating/freeing memory
Sascha Schumann [Sun, 12 Sep 1999 13:03:10 +0000 (13:03 +0000)]
use static buffer for URLs instead of allocating/freeing memory
for each one

25 years agocalculate length of cookie string correctly
Sascha Schumann [Sun, 12 Sep 1999 12:27:11 +0000 (12:27 +0000)]
calculate length of cookie string correctly

25 years agoadd missing result msg
Sascha Schumann [Sun, 12 Sep 1999 12:20:59 +0000 (12:20 +0000)]
add missing result msg

25 years agomove session URL stuff to the last place before SAPI takes over
Sascha Schumann [Sun, 12 Sep 1999 11:36:45 +0000 (11:36 +0000)]
move session URL stuff to the last place before SAPI takes over

25 years agoThese shouldn't be here
Sascha Schumann [Sun, 12 Sep 1999 10:25:26 +0000 (10:25 +0000)]
These shouldn't be here

25 years ago- Oops
Andi Gutmans [Sun, 12 Sep 1999 09:57:51 +0000 (09:57 +0000)]
- Oops

25 years ago- Make it compile on Win32
Andi Gutmans [Sun, 12 Sep 1999 09:55:53 +0000 (09:55 +0000)]
- Make it compile on Win32

25 years agoTime to do that - rename the output layer prefix
Zeev Suraski [Sun, 12 Sep 1999 03:25:02 +0000 (03:25 +0000)]
Time to do that - rename the output layer prefix

25 years ago*** empty log message ***
Zeev Suraski [Sun, 12 Sep 1999 03:08:29 +0000 (03:08 +0000)]
*** empty log message ***

25 years agoexpand version number
Sascha Schumann [Sun, 12 Sep 1999 00:45:38 +0000 (00:45 +0000)]
expand version number

25 years agoupdate
Sascha Schumann [Sun, 12 Sep 1999 00:44:08 +0000 (00:44 +0000)]
update

25 years agoReverting to previous state.
Andrey Hristov [Sun, 12 Sep 1999 00:32:22 +0000 (00:32 +0000)]
Reverting to previous state.

25 years agoupdate macro
Sascha Schumann [Sun, 12 Sep 1999 00:31:23 +0000 (00:31 +0000)]
update macro

25 years agoUse global symbol table instead..
Andrey Hristov [Sun, 12 Sep 1999 00:07:10 +0000 (00:07 +0000)]
Use global symbol table instead..

25 years agoUse TRANS_SID macro for selective compilation..
Andrey Hristov [Sun, 12 Sep 1999 00:05:45 +0000 (00:05 +0000)]
Use TRANS_SID macro for selective compilation..

25 years ago- Fixed mem leak when undefined variable was passed in for serialization
Andrey Hristov [Sun, 12 Sep 1999 00:04:29 +0000 (00:04 +0000)]
- Fixed mem leak when undefined variable was passed in for serialization
- Made it properly serialize object properties

25 years agoadd rule for url_scanner.c
Sascha Schumann [Sun, 12 Sep 1999 00:00:44 +0000 (00:00 +0000)]
add rule for url_scanner.c

25 years ago- add standard disclaimer
Sascha Schumann [Sat, 11 Sep 1999 23:53:40 +0000 (23:53 +0000)]
- add standard disclaimer
- regenerate scanner with re2c -s

25 years ago add transparent session id propagation
Sascha Schumann [Sat, 11 Sep 1999 23:47:16 +0000 (23:47 +0000)]
  add transparent session id propagation
  this uses a custom scanner which detects relative URIs and changes
  them appropiately.
  must be explicitly enabled with --enable-trans-sid
  (normal case is not affected, since session_adapt_uris defaults to
   void statement. Compiler should eliminate dead code in output.c then.)

25 years ago- Added session_unset() function
Andrey Hristov [Sat, 11 Sep 1999 22:31:04 +0000 (22:31 +0000)]
- Added session_unset() function
- Fixed double session globals shutdown crash
- Added warning when session_destroy() is called without session_start()

25 years agoUse OnUpdateBool for Boolean entries.
Andrey Hristov [Sat, 11 Sep 1999 20:36:47 +0000 (20:36 +0000)]
Use OnUpdateBool for Boolean entries.

25 years agoavoid mmap overhead for small files
Sascha Schumann [Sat, 11 Sep 1999 18:38:34 +0000 (18:38 +0000)]
avoid mmap overhead for small files

25 years agooptimize fpassthru/readfile to use mmap instead of fread
Sascha Schumann [Sat, 11 Sep 1999 18:15:39 +0000 (18:15 +0000)]
optimize fpassthru/readfile to use mmap instead of fread
which especially increases speed on large files.

25 years ago- support for external entropy sources
Sascha Schumann [Sat, 11 Sep 1999 17:20:31 +0000 (17:20 +0000)]
- support for external entropy sources
- extern_referer_chk => extern_referer_check
- kill a warning in mod_files.c

25 years agoRename allow_builtin_links to expose_php
Zeev Suraski [Sat, 11 Sep 1999 16:32:08 +0000 (16:32 +0000)]
Rename allow_builtin_links to expose_php

25 years agoMore cleanup
Zeev Suraski [Sat, 11 Sep 1999 16:16:16 +0000 (16:16 +0000)]
More cleanup

25 years agoExcept for this small bug fix - it works
Zeev Suraski [Sat, 11 Sep 1999 15:36:00 +0000 (15:36 +0000)]
Except for this small bug fix - it works

25 years ago- Seriously optimize and clean php_parse_gpc_data()
Zeev Suraski [Sat, 11 Sep 1999 15:04:45 +0000 (15:04 +0000)]
- Seriously optimize and clean php_parse_gpc_data()
- Added gpc_globals directive to turn global definitions of GPC variables on/off
(untested)

25 years agoCleanups & optimizations
Zeev Suraski [Sat, 11 Sep 1999 14:09:29 +0000 (14:09 +0000)]
Cleanups & optimizations

25 years agoCleanups
Zeev Suraski [Sat, 11 Sep 1999 13:44:23 +0000 (13:44 +0000)]
Cleanups

25 years agoMove Linux check => more general --version-script check
Sascha Schumann [Fri, 10 Sep 1999 23:36:04 +0000 (23:36 +0000)]
Move Linux check => more general --version-script check

25 years agoadd info about php3/php4 apache modules
Sascha Schumann [Fri, 10 Sep 1999 23:22:16 +0000 (23:22 +0000)]
add info about php3/php4 apache modules

25 years agotweak the INSTALL document a little bit
Sascha Schumann [Fri, 10 Sep 1999 22:55:32 +0000 (22:55 +0000)]
tweak the INSTALL document a little bit

25 years agopass flag correctly to linker
Sascha Schumann [Fri, 10 Sep 1999 22:05:58 +0000 (22:05 +0000)]
pass flag correctly to linker

25 years ago- better use of scoping
Sascha Schumann [Fri, 10 Sep 1999 21:51:17 +0000 (21:51 +0000)]
- better use of scoping
- support Solaris 2.x

25 years agoWorkaround for m4 weirdness.
Andrey Hristov [Fri, 10 Sep 1999 18:53:55 +0000 (18:53 +0000)]
Workaround for m4 weirdness.

25 years agolets not go down that road..were onyl going to use the internal event structure....
Mark Musone [Fri, 10 Sep 1999 18:25:19 +0000 (18:25 +0000)]
lets not go down that road..were onyl going to use the internal event structure. No passing objects

25 years agowrong preprocessor command
Mark Musone [Fri, 10 Sep 1999 18:21:41 +0000 (18:21 +0000)]
wrong preprocessor command

25 years agoported the php3 stuff to php4. This module should work intechangably between the...
Mark Musone [Fri, 10 Sep 1999 18:15:29 +0000 (18:15 +0000)]
ported the php3 stuff to php4. This module should work intechangably between the two versions also

25 years ago*** empty log message ***
Zeev Suraski [Fri, 10 Sep 1999 16:27:13 +0000 (16:27 +0000)]
*** empty log message ***

25 years agoShut up a warning
Zeev Suraski [Fri, 10 Sep 1999 16:16:24 +0000 (16:16 +0000)]
Shut up a warning

25 years ago- wrong use of php_print corrected
Uwe Steinmann [Fri, 10 Sep 1999 05:23:02 +0000 (05:23 +0000)]
- wrong use of php_print corrected

25 years agoLost functionality in earlier fix... That should really work.
Zeev Suraski [Fri, 10 Sep 1999 02:59:37 +0000 (02:59 +0000)]
Lost functionality in earlier fix... That should really work.

25 years agoThat should do the trick (untested)
Zeev Suraski [Fri, 10 Sep 1999 02:55:28 +0000 (02:55 +0000)]
That should do the trick (untested)

25 years agomy bad, sorry
Mark Musone [Fri, 10 Sep 1999 02:47:49 +0000 (02:47 +0000)]
my bad, sorry

25 years agofixed memory leak
Mark Musone [Fri, 10 Sep 1999 02:37:46 +0000 (02:37 +0000)]
fixed memory leak

25 years ago- Add foreach() freeing code.
Andi Gutmans [Thu, 9 Sep 1999 14:15:17 +0000 (14:15 +0000)]
- Add foreach() freeing code.
- Fix switch() freeing code to only free current function's switch expressions.
- I have a feeling break expr; in a switch where expr > 1 leaks because it
  won't free all of the expressions. Fix is probably not trivial.

25 years ago- Add mcal to TS project. It seems that mcal needs to be patched a bit in
Andi Gutmans [Thu, 9 Sep 1999 13:00:07 +0000 (13:00 +0000)]
- Add mcal to TS project. It seems that mcal needs to be patched a bit in
  order to work TSRM. Right now it has globals.

25 years ago- Fix leak when decrementing strings which actually are longs.
Andi Gutmans [Thu, 9 Sep 1999 12:59:09 +0000 (12:59 +0000)]
- Fix leak when decrementing strings which actually are longs.

25 years agoforgot to change prototype
Uwe Steinmann [Thu, 9 Sep 1999 06:41:15 +0000 (06:41 +0000)]
forgot to change prototype

25 years agopdf_setfont got optional parameter to embed fonts
Uwe Steinmann [Thu, 9 Sep 1999 06:19:01 +0000 (06:19 +0000)]
pdf_setfont got optional parameter to embed fonts

25 years ago- Fix for floating point array offsets. Same behaviour as in PHP 3.0. We
Andi Gutmans [Wed, 8 Sep 1999 20:38:08 +0000 (20:38 +0000)]
- Fix for floating point array offsets. Same behaviour as in PHP 3.0. We
  casted to (long).

25 years agoRemove extraneous debug dlerror() call which results in the subsequent
Andrey Hristov [Wed, 8 Sep 1999 19:36:18 +0000 (19:36 +0000)]
Remove extraneous debug dlerror() call which results in the subsequent
dlerror() returning NULL.

25 years ago- Add -b option to flex++
Andi Gutmans [Wed, 8 Sep 1999 17:16:22 +0000 (17:16 +0000)]
- Add -b option to flex++

25 years agoremove -Wl,--version-script from RPATHS, put it into a separate
Gergely Madarász [Wed, 8 Sep 1999 14:31:57 +0000 (14:31 +0000)]
remove -Wl,--version-script from RPATHS, put it into a separate
variable

25 years agoBe consistent.
Danny Heijl [Wed, 8 Sep 1999 14:09:05 +0000 (14:09 +0000)]
Be consistent.

25 years ago- add posibility to specify how objrec to objarr conversion
Uwe Steinmann [Wed, 8 Sep 1999 12:29:13 +0000 (12:29 +0000)]
- add posibility to specify how objrec to objarr conversion
  is performed (not ready yet)

25 years agoadd versioning support
Sascha Schumann [Wed, 8 Sep 1999 12:26:31 +0000 (12:26 +0000)]
add versioning support

25 years agoCorrect compiler warning.
Jakub Skopal [Wed, 8 Sep 1999 11:53:16 +0000 (11:53 +0000)]
Correct compiler warning.

25 years ago- Update non-threadsafe project file
Andi Gutmans [Tue, 7 Sep 1999 20:42:20 +0000 (20:42 +0000)]
- Update non-threadsafe project file

25 years ago- Fix warnings and win32 compile
Andi Gutmans [Tue, 7 Sep 1999 20:29:31 +0000 (20:29 +0000)]
- Fix warnings and win32 compile

25 years agoHere you go, Egon.
Andrey Hristov [Tue, 7 Sep 1999 19:41:28 +0000 (19:41 +0000)]
Here you go, Egon.

25 years agoFixed behavior with empty doc_root.
Stefan Roehrich [Tue, 7 Sep 1999 19:05:37 +0000 (19:05 +0000)]
Fixed behavior with empty doc_root.
gzgetss() now uses _php3_strip_tags.

25 years agoAdd thread-safety notice here. The solution is using gethostbyname_r,
Stig Bakken [Tue, 7 Sep 1999 18:46:25 +0000 (18:46 +0000)]
Add thread-safety notice here.  The solution is using gethostbyname_r,
but it seems that it takes different parameters on Solaris and
Linux. ;-P We should probably make a wrapper function, and make a
configure test that checks if there is a reentrant version available,
and if not protect gethostbyname and similar calls with a mutex until
the results have been copied.  Ugly.

25 years agoAdded second parameter to array_keys() which allows returning keys
Andrey Hristov [Tue, 7 Sep 1999 18:29:59 +0000 (18:29 +0000)]
Added second parameter to array_keys() which allows returning keys
only for a specific value in an array.

25 years agoKill compiler warning.
Andrey Hristov [Tue, 7 Sep 1999 18:26:36 +0000 (18:26 +0000)]
Kill compiler warning.

25 years agoShut up, CVS.
Andrey Hristov [Tue, 7 Sep 1999 16:09:48 +0000 (16:09 +0000)]
Shut up, CVS.

25 years agoKill warnings.
Andrey Hristov [Tue, 7 Sep 1999 16:09:18 +0000 (16:09 +0000)]
Kill warnings.

25 years ago- uniqid() used the additional parameter even if it was not provided
Uwe Steinmann [Tue, 7 Sep 1999 10:34:17 +0000 (10:34 +0000)]
- uniqid() used the additional parameter even if it was not provided
  this caused an segm fault. fixed it.

25 years agodefine tests first, use after.
Stig S. Bakken [Tue, 7 Sep 1999 09:02:41 +0000 (09:02 +0000)]
define tests first, use after.

25 years agoA couple of BoundsChecker fixes
Zeev Suraski [Mon, 6 Sep 1999 22:40:27 +0000 (22:40 +0000)]
A couple of BoundsChecker fixes

25 years ago- Fix win32 compile
Andi Gutmans [Mon, 6 Sep 1999 20:43:35 +0000 (20:43 +0000)]
- Fix win32 compile

25 years ago- Should fix Win32 compile
Andi Gutmans [Mon, 6 Sep 1999 20:43:25 +0000 (20:43 +0000)]
- Should fix Win32 compile