]> granicus.if.org Git - php/log
php
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

25 years ago- Make zend compile again in Win32.
Andi Gutmans [Mon, 6 Sep 1999 20:33:40 +0000 (20:33 +0000)]
- Make zend compile again in Win32.

25 years agoFile should here be string.
Egon Schmid [Mon, 6 Sep 1999 20:13:23 +0000 (20:13 +0000)]
File should here be string.

25 years agoForgot to update ChangeLog
Danny Heijl [Mon, 6 Sep 1999 19:24:47 +0000 (19:24 +0000)]
Forgot to update ChangeLog

25 years agoRemoved remaining PHP_31 defines.
Stefan Roehrich [Mon, 6 Sep 1999 19:09:47 +0000 (19:09 +0000)]
Removed remaining PHP_31 defines.
First try with ZTS support, can someone with a working ZTS enabled setup test this, please?

25 years agoEnabled shared build of gd module
Gergely Madarász [Mon, 6 Sep 1999 16:50:11 +0000 (16:50 +0000)]
Enabled shared build of gd module

25 years agoignore zend-scanner.cc
Stig S. Bakken [Mon, 6 Sep 1999 16:15:52 +0000 (16:15 +0000)]
ignore zend-scanner.cc

25 years agohand-patched some MSVC files
Stig S. Bakken [Mon, 6 Sep 1999 16:15:27 +0000 (16:15 +0000)]
hand-patched some MSVC files

25 years ago* header file cleanup
Stig S. Bakken [Mon, 6 Sep 1999 16:14:08 +0000 (16:14 +0000)]
* header file cleanup
* fixed --enable-thread-safety build for UNIX

I don't have a Win32 environment available, could someone please try
compiling on Win32 to see if I got all the header file stuff right there?

25 years agoWorkaround to prevent TSRM from defining PACKAGE and VERSION.
Stig S. Bakken [Mon, 6 Sep 1999 15:32:19 +0000 (15:32 +0000)]
Workaround to prevent TSRM from defining PACKAGE and VERSION.
No longer using autoheader.

25 years ago- "Resourcified" the Informix driver.
Danny Heijl [Mon, 6 Sep 1999 13:55:43 +0000 (13:55 +0000)]
- "Resourcified" the Informix driver.

25 years agountabified
Stig Bakken [Mon, 6 Sep 1999 13:35:37 +0000 (13:35 +0000)]
untabified

25 years agoWorkaround for crypt() getting too few characters for salt.
Jakub Skopal [Mon, 6 Sep 1999 13:24:36 +0000 (13:24 +0000)]
Workaround for crypt() getting too few characters for salt.

25 years agoFixed prototype.
Stefan Roehrich [Mon, 6 Sep 1999 08:59:48 +0000 (08:59 +0000)]
Fixed prototype.

25 years agoFix the 4.0 tree (forgot to commit)
Zeev Suraski [Mon, 6 Sep 1999 05:21:45 +0000 (05:21 +0000)]
Fix the 4.0 tree (forgot to commit)

25 years agoCorrected the argument-list for getopt. -c expects argument.
Jakub Skopal [Mon, 6 Sep 1999 01:33:13 +0000 (01:33 +0000)]
Corrected the argument-list for getopt. -c expects argument.

25 years agoAdded addcslashes(), stripcslashes().
Jakub Skopal [Sun, 5 Sep 1999 20:55:13 +0000 (20:55 +0000)]
Added addcslashes(), stripcslashes().
Reverted addslashes() to the very original behaviour.

25 years agofix warning
Sascha Schumann [Sun, 5 Sep 1999 19:59:28 +0000 (19:59 +0000)]
fix warning

25 years ago- Should fix short_tags and co. problem.
Andi Gutmans [Sun, 5 Sep 1999 19:49:54 +0000 (19:49 +0000)]
- Should fix short_tags and co. problem.

25 years ago- Oops
Andi Gutmans [Sun, 5 Sep 1999 19:37:24 +0000 (19:37 +0000)]
- Oops

25 years ago- Make Win32 compile once again.
Andi Gutmans [Sun, 5 Sep 1999 19:36:04 +0000 (19:36 +0000)]
- Make Win32 compile once again.

25 years ago- Make dir functions compile in Win32
Andi Gutmans [Sun, 5 Sep 1999 19:04:40 +0000 (19:04 +0000)]
- Make dir functions compile in Win32
- Fix too early memory manager initialization (For you Thies)

25 years ago- Shift around header files.
Andi Gutmans [Sun, 5 Sep 1999 19:03:35 +0000 (19:03 +0000)]
- Shift around header files.

25 years agoFind debian umich-ldap libraries/include files.
Stefan Roehrich [Sun, 5 Sep 1999 16:28:16 +0000 (16:28 +0000)]
Find debian umich-ldap libraries/include files.

25 years agoChanges for updated odbc module
Andreas Karajannis [Sun, 5 Sep 1999 13:06:24 +0000 (13:06 +0000)]
Changes for updated odbc module

25 years agoRenaming odbc files
Andreas Karajannis [Sun, 5 Sep 1999 13:03:22 +0000 (13:03 +0000)]
Renaming odbc files

25 years agoNew resource handling for odbc module
Andreas Karajannis [Sun, 5 Sep 1999 13:01:42 +0000 (13:01 +0000)]
New resource handling for odbc module

25 years agowork around gcc bug, otherwise compiler would die with
Sascha Schumann [Sun, 5 Sep 1999 11:38:01 +0000 (11:38 +0000)]
work around gcc bug, otherwise compiler would die with

toplev.c:2261: Internal compiler error in function float_signal

in basic_functions.c

25 years ago- php_error(E_ERROR,...) won't ever return so change the connection_status
Andi Gutmans [Sun, 5 Sep 1999 05:15:42 +0000 (05:15 +0000)]
- php_error(E_ERROR,...) won't ever return so change the connection_status
  before it is called.

25 years agoC++ comment fix... sorry.
Jakub Skopal [Sun, 5 Sep 1999 00:58:59 +0000 (00:58 +0000)]
C++ comment fix... sorry.

25 years agoAppended second argument of addslashes(),
Jakub Skopal [Sun, 5 Sep 1999 00:55:48 +0000 (00:55 +0000)]
Appended second argument of addslashes(),
Changed php_addslashes() to add \000 instead of just \0

25 years agoForgot one
Rasmus Lerdorf [Sat, 4 Sep 1999 22:18:43 +0000 (22:18 +0000)]
Forgot one

25 years agoKill a warning
Rasmus Lerdorf [Sat, 4 Sep 1999 22:15:51 +0000 (22:15 +0000)]
Kill a warning

25 years agoThis was actually intentional... put it back in and improve
Zeev Suraski [Sat, 4 Sep 1999 22:13:41 +0000 (22:13 +0000)]
This was actually intentional... put it back in and improve

25 years agoCleanups
Rasmus Lerdorf [Sat, 4 Sep 1999 22:06:12 +0000 (22:06 +0000)]
Cleanups

What the heck was that dangling (c) for in the PUTC macros?  Were they
supposed to serve some sort of purpose, because I sure don't see one for
them.

25 years agoFix a stupid bug (from stefan@roehri.ch)
Zeev Suraski [Sat, 4 Sep 1999 21:58:51 +0000 (21:58 +0000)]
Fix a stupid bug (from stefan@roehri.ch)

25 years agoFirst try with new resource handling in zlib module.
Stefan Roehrich [Sat, 4 Sep 1999 21:51:54 +0000 (21:51 +0000)]
First try with new resource handling in zlib module.

25 years agoOops, set_time_limit() would never have worked becase HAVE_SETITIMER
Rasmus Lerdorf [Sat, 4 Sep 1999 21:33:18 +0000 (21:33 +0000)]
Oops, set_time_limit() would never have worked becase HAVE_SETITIMER
never got defined anywhere.

25 years agoOops
Rasmus Lerdorf [Sat, 4 Sep 1999 21:16:41 +0000 (21:16 +0000)]
Oops

25 years agoCatch a timeout and add user-level interface for connection handling
Rasmus Lerdorf [Sat, 4 Sep 1999 21:10:39 +0000 (21:10 +0000)]
Catch a timeout and add user-level interface for connection handling

25 years agoMight as well bail as soon as we know we should since this is now
Rasmus Lerdorf [Sat, 4 Sep 1999 20:37:24 +0000 (20:37 +0000)]
Might as well bail as soon as we know we should since this is now
possible.  We still need to set our connection status bit field so a
shutdown function can figure out if a script was terminated due to an
abort, timeout or finished normally.

25 years agoFirst part of the connection_status work. No user-callable functions
Rasmus Lerdorf [Sat, 4 Sep 1999 20:12:47 +0000 (20:12 +0000)]
First part of the connection_status work.  No user-callable functions
yet.  That is coming next.  Have also only done Apache and CGI so far.
Will have to crack open my ISAPI book to do that one.

Also changed the SAPI output functions to return an int.  We'll check
the connection status inside each one, but we might need the return
code at some other level and I don't see a good reason for just tossing
these return codes.

25 years agoOops, don't need those commented out blocks.
Andrey Hristov [Sat, 4 Sep 1999 19:09:37 +0000 (19:09 +0000)]
Oops, don't need those commented out blocks.

25 years agoKill compiler warnings.
Andrey Hristov [Sat, 4 Sep 1999 19:08:19 +0000 (19:08 +0000)]
Kill compiler warnings.

25 years agoConform to new resource handling guidelines.
Andrey Hristov [Sat, 4 Sep 1999 19:07:57 +0000 (19:07 +0000)]
Conform to new resource handling guidelines.

25 years ago*** empty log message ***
Zeev Suraski [Sat, 4 Sep 1999 13:18:59 +0000 (13:18 +0000)]
*** empty log message ***

25 years agoAdd resource support to the Sybase CT module
Zeev Suraski [Sat, 4 Sep 1999 13:03:09 +0000 (13:03 +0000)]
Add resource support to the Sybase CT module

25 years agoFirst try at WDDX serializer
Sascha Schumann [Sat, 4 Sep 1999 11:25:43 +0000 (11:25 +0000)]
First try at WDDX serializer
(not active currently)

25 years agoA few fixes
Zeev Suraski [Sat, 4 Sep 1999 11:05:34 +0000 (11:05 +0000)]
A few fixes

25 years agocleanup
Sascha Schumann [Sat, 4 Sep 1999 08:33:31 +0000 (08:33 +0000)]
cleanup

25 years agoremove superflicious enumaration
Sascha Schumann [Sat, 4 Sep 1999 08:21:36 +0000 (08:21 +0000)]
remove superflicious enumaration

25 years agobail out, if ps_mm_instance wasn't initialized correctly
Sascha Schumann [Sat, 4 Sep 1999 08:21:09 +0000 (08:21 +0000)]
bail out, if ps_mm_instance wasn't initialized correctly
(should take place in global startup)

25 years agoimplement single directory garbage collector
Sascha Schumann [Sat, 4 Sep 1999 08:20:43 +0000 (08:20 +0000)]
implement single directory garbage collector

25 years agoUpdate the mSQL module with the latest tech
Zeev Suraski [Sat, 4 Sep 1999 00:37:31 +0000 (00:37 +0000)]
Update the mSQL module with the latest tech

25 years agoDamn, forgot to commit that
Zeev Suraski [Fri, 3 Sep 1999 23:54:41 +0000 (23:54 +0000)]
Damn, forgot to commit that

25 years ago*** empty log message ***
Zeev Suraski [Fri, 3 Sep 1999 23:40:44 +0000 (23:40 +0000)]
*** empty log message ***