]> granicus.if.org Git - php/log
php
25 years agollist improvements
Andi Gutmans [Wed, 5 May 1999 19:24:46 +0000 (19:24 +0000)]
llist improvements

25 years agoAdded initial headers support in SAPI
Andi Gutmans [Wed, 5 May 1999 18:25:20 +0000 (18:25 +0000)]
Added initial headers support in SAPI
*untested*
It definitely broke the thread-safe CGI, it may have broken other stuff as well.

25 years agoGet Win32 to compile again
Zeev Suraski [Tue, 4 May 1999 20:27:30 +0000 (20:27 +0000)]
Get Win32 to compile again

25 years agoAn initial default builtin modules file for Win32
Zeev Suraski [Tue, 4 May 1999 03:43:49 +0000 (03:43 +0000)]
An initial default builtin modules file for Win32

25 years agoZTS fixes
Zeev Suraski [Tue, 4 May 1999 03:42:19 +0000 (03:42 +0000)]
ZTS fixes
Stig - --enable-thread-safety belongs in libzend, since libzend doesn't #include config.h, whereas
PHP does #include zend_config.h

25 years agovpath patches (cool job Stig!)
Zeev Suraski [Mon, 3 May 1999 19:59:55 +0000 (19:59 +0000)]
vpath patches (cool job Stig!)

25 years ago* added --enable-thread-safety switch
Stig Bakken [Mon, 3 May 1999 11:11:23 +0000 (11:11 +0000)]
* added --enable-thread-safety switch
* now generating internal_functions.c

25 years agoGet apache uptodate
Zeev Suraski [Sun, 2 May 1999 20:04:18 +0000 (20:04 +0000)]
Get apache uptodate

25 years agoMove path_info to the SAPI structure
Zeev Suraski [Sun, 2 May 1999 19:54:02 +0000 (19:54 +0000)]
Move path_info to the SAPI structure

25 years agoGet rid of request_info.path_translated
Zeev Suraski [Sun, 2 May 1999 19:31:56 +0000 (19:31 +0000)]
Get rid of request_info.path_translated

25 years agoApache compile fix
Zeev Suraski [Sun, 2 May 1999 19:16:21 +0000 (19:16 +0000)]
Apache compile fix

25 years ago- Don't support interactive mode when thread safe.
Andi Gutmans [Sun, 2 May 1999 19:07:46 +0000 (19:07 +0000)]
- Don't support interactive mode when thread safe.

25 years agoUNIX CGI build fix
Zeev Suraski [Sun, 2 May 1999 19:01:45 +0000 (19:01 +0000)]
UNIX CGI build fix

25 years ago- Make ISAPI hook in as an extension too.
Andi Gutmans [Sun, 2 May 1999 18:07:41 +0000 (18:07 +0000)]
- Make ISAPI hook in as an extension too.
- Some work on moving stuff to SAPI.

25 years agofunc name changes, remove arbitrary limit
Sascha Schumann [Sat, 1 May 1999 14:41:46 +0000 (14:41 +0000)]
func name changes, remove arbitrary limit

25 years agomcrypt 2.1.18 support, better autoconf checking
Sascha Schumann [Sat, 1 May 1999 11:14:22 +0000 (11:14 +0000)]
mcrypt 2.1.18 support, better autoconf checking

25 years agoSeveral operator fixes. Should fix the MySQL problem.
Zeev Suraski [Sat, 1 May 1999 01:04:13 +0000 (01:04 +0000)]
Several operator fixes.  Should fix the MySQL problem.

25 years ago- Free refcount when destroying the last class reference.
Andi Gutmans [Fri, 30 Apr 1999 23:32:03 +0000 (23:32 +0000)]
- Free refcount when destroying the last class reference.

25 years ago- Missed one place
Andi Gutmans [Fri, 30 Apr 1999 21:44:27 +0000 (21:44 +0000)]
- Missed one place

25 years ago- First try at fixing $a->foo[] syntax.
Andi Gutmans [Fri, 30 Apr 1999 20:27:36 +0000 (20:27 +0000)]
- First try at fixing $a->foo[] syntax.

25 years agoforward port of current oracle.c + fixes to make it actually work;-)!!!
Thies C. Arntzen [Fri, 30 Apr 1999 18:59:15 +0000 (18:59 +0000)]
forward port of current oracle.c + fixes to make it actually work;-)!!!

25 years agooracle links again (at least on linux!!!)
Thies C. Arntzen [Fri, 30 Apr 1999 18:02:09 +0000 (18:02 +0000)]
oracle links again (at least on linux!!!)

25 years ago- Move back to yyless(). I haven't tested it yet because it's taking too long
Andi Gutmans [Fri, 30 Apr 1999 17:35:38 +0000 (17:35 +0000)]
- Move back to yyless(). I haven't tested it yet because it's taking too long
  to compile and I have to disconnect

25 years agoFix Boris's problem (in my never ending struggle to show I never mean what I say
Zeev Suraski [Fri, 30 Apr 1999 17:29:18 +0000 (17:29 +0000)]
Fix Boris's problem (in my never ending struggle to show I never mean what I say
when I say something's not gonna happen :)

25 years ago* Fix a problem with constant quoted strings, that was causing Thies's problem
Zeev Suraski [Fri, 30 Apr 1999 10:46:48 +0000 (10:46 +0000)]
* Fix a problem with constant quoted strings, that was causing Thies's problem
* Remove a development-time printf

25 years ago- No reason to handle newlines here.
Andi Gutmans [Thu, 29 Apr 1999 20:58:29 +0000 (20:58 +0000)]
- No reason to handle newlines here.

25 years agoMake the C++ scanner support interactive input
Zeev Suraski [Wed, 28 Apr 1999 23:18:57 +0000 (23:18 +0000)]
Make the C++ scanner support interactive input

25 years agoGet the MySQL module to use the new INI mechanism feature
Zeev Suraski [Wed, 28 Apr 1999 21:37:54 +0000 (21:37 +0000)]
Get the MySQL module to use the new INI mechanism feature

25 years agoRemove redundant code
Zeev Suraski [Wed, 28 Apr 1999 21:29:31 +0000 (21:29 +0000)]
Remove redundant code

25 years agoAdditional generalization of the INI mechanism. Avoid needing specialized
Zeev Suraski [Wed, 28 Apr 1999 21:14:47 +0000 (21:14 +0000)]
Additional generalization of the INI mechanism.  Avoid needing specialized
message handlers in 99% of the cases.

25 years agoA step towards generalizing the INI mechanism even more
Zeev Suraski [Wed, 28 Apr 1999 20:26:33 +0000 (20:26 +0000)]
A step towards generalizing the INI mechanism even more

25 years agoget rid of some stupid warnings
Zeev Suraski [Wed, 28 Apr 1999 20:18:25 +0000 (20:18 +0000)]
get rid of some stupid warnings

25 years ago- export patch
Andi Gutmans [Wed, 28 Apr 1999 18:35:42 +0000 (18:35 +0000)]
- export patch

25 years ago- Small startup fix.
Andi Gutmans [Wed, 28 Apr 1999 17:38:24 +0000 (17:38 +0000)]
- Small startup fix.

25 years agodsp update
Andi Gutmans [Wed, 28 Apr 1999 16:13:09 +0000 (16:13 +0000)]
dsp update

25 years agoAdd fgetcsv() here as well
Rasmus Lerdorf [Tue, 27 Apr 1999 13:06:58 +0000 (13:06 +0000)]
Add fgetcsv() here as well

25 years ago* Fix debugger+interactive mode bug
Zeev Suraski [Tue, 27 Apr 1999 11:00:59 +0000 (11:00 +0000)]
* Fix debugger+interactive mode bug
* Recognize whether an extension is with debug information or not

25 years ago* Get rid of the memory leak messages in case of fatal errors or exit()
Zeev Suraski [Tue, 27 Apr 1999 10:00:54 +0000 (10:00 +0000)]
* Get rid of the memory leak messages in case of fatal errors or exit()
* .dsp fixes
* Minor fixes

25 years ago* Small startup fix
Zeev Suraski [Mon, 26 Apr 1999 20:20:12 +0000 (20:20 +0000)]
* Small startup fix
* Fix min() and max()

25 years agoTemporary fix for CGI compilation under UNIX
Zeev Suraski [Mon, 26 Apr 1999 19:48:10 +0000 (19:48 +0000)]
Temporary fix for CGI compilation under UNIX

25 years agoSomehow the rules for the configuration parser/scanners disappeared
Zeev Suraski [Mon, 26 Apr 1999 19:02:59 +0000 (19:02 +0000)]
Somehow the rules for the configuration parser/scanners disappeared

25 years agoFixing a few thing to make AC_CHECK_CC_OPTION work.
Andrey Hristov [Mon, 26 Apr 1999 18:06:04 +0000 (18:06 +0000)]
Fixing a few thing to make AC_CHECK_CC_OPTION work.

25 years ago* Get the Apache module to compile again
Zeev Suraski [Mon, 26 Apr 1999 17:26:37 +0000 (17:26 +0000)]
* Get the Apache module to compile again
* Get rid of php3_rqst, use SG(server_context) instead (there's still Apache-specific code,
  but it nuked a global)

25 years agofix
Zeev Suraski [Mon, 26 Apr 1999 15:16:06 +0000 (15:16 +0000)]
fix

25 years agoMatch the CVS name
Zeev Suraski [Mon, 26 Apr 1999 14:11:20 +0000 (14:11 +0000)]
Match the CVS name

25 years agoVarious thread safety fixes and DLL updates
Zeev Suraski [Mon, 26 Apr 1999 14:10:42 +0000 (14:10 +0000)]
Various thread safety fixes and DLL updates

25 years ago* Plenty of thread safety and Win32 work.
Zeev Suraski [Mon, 26 Apr 1999 14:00:49 +0000 (14:00 +0000)]
* Plenty of thread safety and Win32 work.
* Changed PHP4 to compile as a DLL, both ISAPI and the the CGI run with the same DLL.
* Switched to using the DLL runtime library under Win32.  PHP will NOT work if
  compiled against the static library!
* Removed yesterday's php4libts project (with php4dllts, it's obsolete).

This *does* affect thread-unsafe Windows as well - the thread unsafe CGI is also
dependant on the thread-unsafe DLL.

25 years ago-Add .dsp file
Andi Gutmans [Mon, 26 Apr 1999 03:04:29 +0000 (03:04 +0000)]
-Add .dsp file

25 years ago-More commits
Andi Gutmans [Mon, 26 Apr 1999 03:03:39 +0000 (03:03 +0000)]
-More commits

25 years ago-More
Andi Gutmans [Mon, 26 Apr 1999 03:03:36 +0000 (03:03 +0000)]
-More

25 years agoMake GD config fail if it doesn't find the gd files
Rasmus Lerdorf [Sun, 25 Apr 1999 23:29:52 +0000 (23:29 +0000)]
Make GD config fail if it doesn't find the gd files

25 years agoPHP3 compat stuff
Sascha Schumann [Sun, 25 Apr 1999 22:22:13 +0000 (22:22 +0000)]
PHP3 compat stuff

25 years agoOk, apxs build works nicely now
Rasmus Lerdorf [Sun, 25 Apr 1999 22:16:44 +0000 (22:16 +0000)]
Ok, apxs build works nicely now

25 years agooops, the 0th byte should be set, too
Sascha Schumann [Sun, 25 Apr 1999 21:50:24 +0000 (21:50 +0000)]
oops, the 0th byte should be set, too

25 years agofinal change (?), add get_algorithms_name
Sascha Schumann [Sun, 25 Apr 1999 21:49:01 +0000 (21:49 +0000)]
final change (?), add get_algorithms_name

25 years agomake code more compact
Sascha Schumann [Sun, 25 Apr 1999 21:32:52 +0000 (21:32 +0000)]
make code more compact

25 years agoremove some redundant code
Sascha Schumann [Sun, 25 Apr 1999 21:24:07 +0000 (21:24 +0000)]
remove some redundant code

25 years agothat was a silly one
Sascha Schumann [Sun, 25 Apr 1999 21:13:21 +0000 (21:13 +0000)]
that was a silly one

25 years agoadd OFB mode, the final one
Sascha Schumann [Sun, 25 Apr 1999 21:11:29 +0000 (21:11 +0000)]
add OFB mode, the final one

25 years agoadd mcrypt_create_iv()
Sascha Schumann [Sun, 25 Apr 1999 21:09:07 +0000 (21:09 +0000)]
add mcrypt_create_iv()

25 years agoWin32 isn't a good os to commit uppercase files with...
Zeev Suraski [Sun, 25 Apr 1999 21:04:17 +0000 (21:04 +0000)]
Win32 isn't a good os to commit uppercase files with...

25 years agocleanup, add new stream mode, allow IV for CBC mode
Sascha Schumann [Sun, 25 Apr 1999 20:44:52 +0000 (20:44 +0000)]
cleanup, add new stream mode, allow IV for CBC mode

25 years agoadd get_(key|block)_size
Sascha Schumann [Sun, 25 Apr 1999 20:32:15 +0000 (20:32 +0000)]
add get_(key|block)_size

25 years agoAh, these too
Andi Gutmans [Sun, 25 Apr 1999 19:36:57 +0000 (19:36 +0000)]
Ah, these too

25 years ago* Fix a couple of thread safety issues
Andi Gutmans [Sun, 25 Apr 1999 19:35:44 +0000 (19:35 +0000)]
* Fix a couple of thread safety issues
* Add initial ISAPI support.  Very very experimental.
* In the thread safe version, generate php4 as a library so that we can link it with both
php.exe and the ISAPI dll.  We should probably consider doing that under all circumstances,
under UNIX as well.

The thread-unsafe version *should* be unharmed.

25 years agoadd CBC
Sascha Schumann [Sun, 25 Apr 1999 17:04:56 +0000 (17:04 +0000)]
add CBC

25 years agoadd mcrypt module
Sascha Schumann [Sun, 25 Apr 1999 16:50:40 +0000 (16:50 +0000)]
add mcrypt module

25 years agoOk, this beast compiles via --with-apxs
Rasmus Lerdorf [Sun, 25 Apr 1999 14:10:23 +0000 (14:10 +0000)]
Ok, this beast compiles via --with-apxs
Not sure if it actually works yet though.  I have a feeling there are
some -fpic flags missing in the libzend build.  Will test later on
today.

25 years ago-f tests for plain files only. We need a way to find out whether we could do any...
Sascha Schumann [Sun, 25 Apr 1999 14:08:41 +0000 (14:08 +0000)]
-f tests for plain files only. We need a way to find out whether we could do any damage to existing files. If we cannot write to them, we probably cannot do harmful things hopefully.

25 years agoserialize & unserialize working (with mem-leak)
Thies C. Arntzen [Sun, 25 Apr 1999 12:41:18 +0000 (12:41 +0000)]
serialize & unserialize working (with mem-leak)

25 years agoArgh! That typo took me over an hour to find. Grr..
Rasmus Lerdorf [Sun, 25 Apr 1999 04:03:36 +0000 (04:03 +0000)]
Argh!  That typo took me over an hour to find.  Grr..

25 years agotest -e fails in sh. Used test -f instead.
Andrey Hristov [Sun, 25 Apr 1999 00:55:01 +0000 (00:55 +0000)]
test -e fails in sh.  Used test -f instead.

25 years agounreliable check whether cc option can be used really
Sascha Schumann [Sat, 24 Apr 1999 23:36:25 +0000 (23:36 +0000)]
unreliable check whether cc option can be used really

25 years agoFixes
Zeev Suraski [Sat, 24 Apr 1999 23:22:09 +0000 (23:22 +0000)]
Fixes

25 years agosecurity check and disclaimer for generated files
Sascha Schumann [Sat, 24 Apr 1999 22:16:06 +0000 (22:16 +0000)]
security check and disclaimer for generated files

25 years agoOops, would be a good idea to edit the .in file instead of acconfig.h
Rasmus Lerdorf [Sat, 24 Apr 1999 21:55:44 +0000 (21:55 +0000)]
Oops, would be a good idea to edit the .in file instead of acconfig.h

25 years agolibbind check
Rasmus Lerdorf [Sat, 24 Apr 1999 21:52:53 +0000 (21:52 +0000)]
libbind check

25 years agoadd function checks
Sascha Schumann [Sat, 24 Apr 1999 21:39:33 +0000 (21:39 +0000)]
add function checks

25 years agoChange cmp'risons to be cross-shell compatible.
Andrey Hristov [Sat, 24 Apr 1999 21:21:35 +0000 (21:21 +0000)]
Change cmp'risons to be cross-shell compatible.

25 years agobugfix port
Sascha Schumann [Sat, 24 Apr 1999 20:48:12 +0000 (20:48 +0000)]
bugfix port

25 years agoport from PHP3
Sascha Schumann [Sat, 24 Apr 1999 20:43:58 +0000 (20:43 +0000)]
port from PHP3

25 years agoinclude some header files explicitly
Sascha Schumann [Sat, 24 Apr 1999 20:26:31 +0000 (20:26 +0000)]
include some header files explicitly

25 years agoUse relative paths
Zeev Suraski [Sat, 24 Apr 1999 19:10:02 +0000 (19:10 +0000)]
Use relative paths

25 years agoforward-port of php3-CVS version
Thies C. Arntzen [Sat, 24 Apr 1999 18:54:02 +0000 (18:54 +0000)]
forward-port of php3-CVS version
my 1st zend-array stuff (ocifetchinto) is WORKING!!

25 years agomade var_dump zend-aware....
Thies C. Arntzen [Sat, 24 Apr 1999 18:39:41 +0000 (18:39 +0000)]
made var_dump zend-aware....
<?
$ar = array("hallo" => "tubu");

var_dump($ar);
?>
works again!!!

zeev, andi -> please review what i've done!!!

(no i can start "debugging" other stuff, as i often use var_dump)

25 years agoAnother small fix
Zeev Suraski [Sat, 24 Apr 1999 17:16:39 +0000 (17:16 +0000)]
Another small fix

25 years agoAdd my API letters to the CVS
Zeev Suraski [Sat, 24 Apr 1999 16:57:46 +0000 (16:57 +0000)]
Add my API letters to the CVS

25 years agodsp update
Zeev Suraski [Sat, 24 Apr 1999 16:52:40 +0000 (16:52 +0000)]
dsp update

25 years agoSmall fixes
Zeev Suraski [Sat, 24 Apr 1999 16:51:15 +0000 (16:51 +0000)]
Small fixes

25 years agoWe'd have to find a different way of allowing timeouts in Win32
Zeev Suraski [Sat, 24 Apr 1999 16:17:04 +0000 (16:17 +0000)]
We'd have to find a different way of allowing timeouts in Win32

25 years agoThread safety fixes
Zeev Suraski [Sat, 24 Apr 1999 16:16:11 +0000 (16:16 +0000)]
Thread safety fixes

25 years agoset up automake
Stig S. Bakken [Sat, 24 Apr 1999 16:14:18 +0000 (16:14 +0000)]
set up automake

25 years agoRemove redundant includes
Zeev Suraski [Sat, 24 Apr 1999 09:26:09 +0000 (09:26 +0000)]
Remove redundant includes

25 years agog++ compile fix
Zeev Suraski [Sat, 24 Apr 1999 09:08:03 +0000 (09:08 +0000)]
g++ compile fix

25 years ago*** empty log message ***
Zeev Suraski [Sat, 24 Apr 1999 09:01:30 +0000 (09:01 +0000)]
*** empty log message ***

25 years agoCleanups, remove old ts code
Zeev Suraski [Sat, 24 Apr 1999 00:12:55 +0000 (00:12 +0000)]
Cleanups, remove old ts code

25 years agoA lot of cleanups... Removed old thread-safe code and other redundant code and files
Zeev Suraski [Sat, 24 Apr 1999 00:12:00 +0000 (00:12 +0000)]
A lot of cleanups...  Removed old thread-safe code and other redundant code and files

25 years agoRemove redundant code
Zeev Suraski [Fri, 23 Apr 1999 22:45:01 +0000 (22:45 +0000)]
Remove redundant code

25 years agoThread-safe header_is_being_sent
Zeev Suraski [Fri, 23 Apr 1999 20:20:30 +0000 (20:20 +0000)]
Thread-safe header_is_being_sent

25 years agoRemove tls.[ch]
Zeev Suraski [Fri, 23 Apr 1999 20:06:01 +0000 (20:06 +0000)]
Remove tls.[ch]