]>
granicus.if.org Git - php/log
Zeev Suraski [Thu, 16 Sep 1999 22:15:43 +0000 (22:15 +0000)]
Generalize SAPI a bit
Andrey Hristov [Thu, 16 Sep 1999 20:59:44 +0000 (20:59 +0000)]
Fixed memory leak.
Andrew Skalski [Thu, 16 Sep 1999 19:39:44 +0000 (19:39 +0000)]
Added documentation hooks to ftp.c
Andrew Skalski [Thu, 16 Sep 1999 19:03:27 +0000 (19:03 +0000)]
added ftp_pwd() ftp_cdup() ftp_mkdir() and ftp_rmdir()
Andrew Skalski [Thu, 16 Sep 1999 18:38:11 +0000 (18:38 +0000)]
added ftp_systype() and ftp_listraw() functions
Andrew Skalski [Thu, 16 Sep 1999 15:57:51 +0000 (15:57 +0000)]
Added rudimentary FTP support.
Sascha Schumann [Thu, 16 Sep 1999 15:35:49 +0000 (15:35 +0000)]
improve short help messages
Sascha Schumann [Thu, 16 Sep 1999 14:07:56 +0000 (14:07 +0000)]
this was twice here
Sascha Schumann [Thu, 16 Sep 1999 14:06:35 +0000 (14:06 +0000)]
this helps compiling on non-ANSI C compliant platforms
Rasmus Lerdorf [Thu, 16 Sep 1999 13:52:19 +0000 (13:52 +0000)]
libtool check fix
Sascha Schumann [Thu, 16 Sep 1999 13:41:38 +0000 (13:41 +0000)]
.
Sascha Schumann [Thu, 16 Sep 1999 13:25:54 +0000 (13:25 +0000)]
Make some things accessible from outside for session module
Sascha Schumann [Thu, 16 Sep 1999 13:00:06 +0000 (13:00 +0000)]
.
Sascha Schumann [Thu, 16 Sep 1999 12:55:31 +0000 (12:55 +0000)]
wddx decode works as well
Sascha Schumann [Thu, 16 Sep 1999 12:00:58 +0000 (12:00 +0000)]
wddx serialization works now
Sascha Schumann [Thu, 16 Sep 1999 09:14:06 +0000 (09:14 +0000)]
Since Thies fixed var.c, objects work now, too.
Sascha Schumann [Thu, 16 Sep 1999 08:42:25 +0000 (08:42 +0000)]
use AM_PROG_CC_STDC which covers AIX, Ultrix, OSF/1, HP-UX, and SVR4
Sascha Schumann [Thu, 16 Sep 1999 08:26:46 +0000 (08:26 +0000)]
silence libtool
Thies C. Arntzen [Thu, 16 Sep 1999 08:05:17 +0000 (08:05 +0000)]
php4 now deserialized php3 objects correctly!
php3 will ignore objects serialized by php4 (that's the price we have to pay!)
small fix in deserializing objects with static initializers (thanx boris)
Thies C. Arntzen [Wed, 15 Sep 1999 15:03:06 +0000 (15:03 +0000)]
when unserializing classes:
if the class is not known the standard class (no methods) will be used.
if the class is known - the created object will functional again!
Andrey Hristov [Wed, 15 Sep 1999 13:37:11 +0000 (13:37 +0000)]
Fixed printf format.
Andrey Hristov [Wed, 15 Sep 1999 13:28:33 +0000 (13:28 +0000)]
HASH_OF is now in php.h.
Thies C. Arntzen [Wed, 15 Sep 1999 11:42:28 +0000 (11:42 +0000)]
use new API in var.c
Thies C. Arntzen [Wed, 15 Sep 1999 11:09:32 +0000 (11:09 +0000)]
i love id-strings
Thies C. Arntzen [Wed, 15 Sep 1999 11:08:25 +0000 (11:08 +0000)]
made serialize/unserialize work with classes! (also made the code "shorter")
CHANGES:
- the serialized string now also contains the class name (was not available in PHP3)!
- when unserializing php will create a fully working object of that class again
therby the class has to be defined when unserializing - else you get a warning!
Stig Bakken [Wed, 15 Sep 1999 11:08:00 +0000 (11:08 +0000)]
add LIBOBJS, used by AC_REPLACE_FUNCS
Thies C. Arntzen [Wed, 15 Sep 1999 09:51:20 +0000 (09:51 +0000)]
HASH_OF is usable enough (i hate duplicating macros all over the place)
Stig Bakken [Wed, 15 Sep 1999 09:35:20 +0000 (09:35 +0000)]
Clean up the strlcat/strlcpy checks.
Andi Gutmans [Wed, 15 Sep 1999 05:44:59 +0000 (05:44 +0000)]
- Leave this for now.
Andi Gutmans [Wed, 15 Sep 1999 05:42:36 +0000 (05:42 +0000)]
- Thread-unsafe win32 compiles again
- Some strlcpy changes including one bug fix.
Andi Gutmans [Wed, 15 Sep 1999 05:08:45 +0000 (05:08 +0000)]
- gettimeofday wasn't registered.
Andi Gutmans [Tue, 14 Sep 1999 20:15:32 +0000 (20:15 +0000)]
- Another small one. I'll leave the rest for now...
Andi Gutmans [Tue, 14 Sep 1999 20:12:46 +0000 (20:12 +0000)]
- First go at using strlcat().
Andi Gutmans [Tue, 14 Sep 1999 20:02:47 +0000 (20:02 +0000)]
- Support strlcpy/strlcat in windows.
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..
Andi Gutmans [Tue, 14 Sep 1999 19:12:57 +0000 (19:12 +0000)]
Add strlcpy/strlcat to the build process
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()
Thies C. Arntzen [Tue, 14 Sep 1999 14:18:57 +0000 (14:18 +0000)]
forgot
Thies C. Arntzen [Tue, 14 Sep 1999 14:18:18 +0000 (14:18 +0000)]
is_array & friens speedups
Rasmus Lerdorf [Tue, 14 Sep 1999 14:09:57 +0000 (14:09 +0000)]
Fix a warning
Thies C. Arntzen [Tue, 14 Sep 1999 13:34:27 +0000 (13:34 +0000)]
count() now uses the new getParamertersEx API.
Thies C. Arntzen [Tue, 14 Sep 1999 13:32:54 +0000 (13:32 +0000)]
i'm sure this was left-over debugging code!
Thies C. Arntzen [Tue, 14 Sep 1999 12:41:00 +0000 (12:41 +0000)]
you can now position when doing lob-writes.
Andi Gutmans [Mon, 13 Sep 1999 20:03:56 +0000 (20:03 +0000)]
- X-* is probably more standard.
Stig Bakken [Mon, 13 Sep 1999 17:17:51 +0000 (17:17 +0000)]
Added PHP_WITH_SHARED for checking "shared,*" prefix when configuring
extensions.
Thies C. Arntzen [Mon, 13 Sep 1999 15:48:32 +0000 (15:48 +0000)]
added Metaphone support
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!
Andrey Hristov [Mon, 13 Sep 1999 14:15:22 +0000 (14:15 +0000)]
Per Stig's suggestion.
Thies C. Arntzen [Mon, 13 Sep 1999 11:49:07 +0000 (11:49 +0000)]
ported $lob->savefile($filename) method from PHP3
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.
Thies C. Arntzen [Mon, 13 Sep 1999 11:13:53 +0000 (11:13 +0000)]
cleanups
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
Zeev Suraski [Mon, 13 Sep 1999 01:11:41 +0000 (01:11 +0000)]
Modified phpinfo() to show the contents of arrays in HTTP_*_VARS[]
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)
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.
Zeev Suraski [Sun, 12 Sep 1999 21:07:53 +0000 (21:07 +0000)]
Add PHP-Version header in IIS
Zeev Suraski [Sun, 12 Sep 1999 20:36:48 +0000 (20:36 +0000)]
That's important enough to be cached
Zeev Suraski [Sun, 12 Sep 1999 19:27:50 +0000 (19:27 +0000)]
Make this class instanciatable
Sascha Schumann [Sun, 12 Sep 1999 14:14:34 +0000 (14:14 +0000)]
check for c++ only, if thread safety is enabled
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
Sascha Schumann [Sun, 12 Sep 1999 12:27:11 +0000 (12:27 +0000)]
calculate length of cookie string correctly
Sascha Schumann [Sun, 12 Sep 1999 12:20:59 +0000 (12:20 +0000)]
add missing result msg
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
Sascha Schumann [Sun, 12 Sep 1999 10:25:26 +0000 (10:25 +0000)]
These shouldn't be here
Andi Gutmans [Sun, 12 Sep 1999 09:57:51 +0000 (09:57 +0000)]
- Oops
Andi Gutmans [Sun, 12 Sep 1999 09:55:53 +0000 (09:55 +0000)]
- Make it compile on Win32
Zeev Suraski [Sun, 12 Sep 1999 03:25:02 +0000 (03:25 +0000)]
Time to do that - rename the output layer prefix
Zeev Suraski [Sun, 12 Sep 1999 03:08:29 +0000 (03:08 +0000)]
*** empty log message ***
Sascha Schumann [Sun, 12 Sep 1999 00:45:38 +0000 (00:45 +0000)]
expand version number
Sascha Schumann [Sun, 12 Sep 1999 00:44:08 +0000 (00:44 +0000)]
update
Andrey Hristov [Sun, 12 Sep 1999 00:32:22 +0000 (00:32 +0000)]
Reverting to previous state.
Sascha Schumann [Sun, 12 Sep 1999 00:31:23 +0000 (00:31 +0000)]
update macro
Andrey Hristov [Sun, 12 Sep 1999 00:07:10 +0000 (00:07 +0000)]
Use global symbol table instead..
Andrey Hristov [Sun, 12 Sep 1999 00:05:45 +0000 (00:05 +0000)]
Use TRANS_SID macro for selective compilation..
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
Sascha Schumann [Sun, 12 Sep 1999 00:00:44 +0000 (00:00 +0000)]
add rule for url_scanner.c
Sascha Schumann [Sat, 11 Sep 1999 23:53:40 +0000 (23:53 +0000)]
- add standard disclaimer
- regenerate scanner with re2c -s
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.)
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()
Andrey Hristov [Sat, 11 Sep 1999 20:36:47 +0000 (20:36 +0000)]
Use OnUpdateBool for Boolean entries.
Sascha Schumann [Sat, 11 Sep 1999 18:38:34 +0000 (18:38 +0000)]
avoid mmap overhead for small files
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.
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
Zeev Suraski [Sat, 11 Sep 1999 16:32:08 +0000 (16:32 +0000)]
Rename allow_builtin_links to expose_php
Zeev Suraski [Sat, 11 Sep 1999 16:16:16 +0000 (16:16 +0000)]
More cleanup
Zeev Suraski [Sat, 11 Sep 1999 15:36:00 +0000 (15:36 +0000)]
Except for this small bug fix - it works
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)
Zeev Suraski [Sat, 11 Sep 1999 14:09:29 +0000 (14:09 +0000)]
Cleanups & optimizations
Zeev Suraski [Sat, 11 Sep 1999 13:44:23 +0000 (13:44 +0000)]
Cleanups
Sascha Schumann [Fri, 10 Sep 1999 23:36:04 +0000 (23:36 +0000)]
Move Linux check => more general --version-script check
Sascha Schumann [Fri, 10 Sep 1999 23:22:16 +0000 (23:22 +0000)]
add info about php3/php4 apache modules
Sascha Schumann [Fri, 10 Sep 1999 22:55:32 +0000 (22:55 +0000)]
tweak the INSTALL document a little bit
Sascha Schumann [Fri, 10 Sep 1999 22:05:58 +0000 (22:05 +0000)]
pass flag correctly to linker
Sascha Schumann [Fri, 10 Sep 1999 21:51:17 +0000 (21:51 +0000)]
- better use of scoping
- support Solaris 2.x
Andrey Hristov [Fri, 10 Sep 1999 18:53:55 +0000 (18:53 +0000)]
Workaround for m4 weirdness.
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
Mark Musone [Fri, 10 Sep 1999 18:21:41 +0000 (18:21 +0000)]
wrong preprocessor command
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
Zeev Suraski [Fri, 10 Sep 1999 16:27:13 +0000 (16:27 +0000)]
*** empty log message ***
Zeev Suraski [Fri, 10 Sep 1999 16:16:24 +0000 (16:16 +0000)]
Shut up a warning